 /*guides for work in progress 
td{
	border: 1px dotted #C9F7CA;
}

/* GENERAL CSS */
HTML {
   overflow: -moz-scrollbars-vertical; 
}

body{
	padding: 0px;
	margin: 0px;
	background-color: #CCC;
}

table{
	font-family: arial;
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px;
}

img{
	border-style: none;
	padding: 0px;
	margin: 0px;
}

a {
	margin:0px;
	color: #fff;
	text-decoration: underline;
}

a.none{
	text-decoration: none;
}

a.none_grey{
	text-decoration: none;
	color:#333;
}

a.none_grey:hover{
	text-decoration: none;
	color:#333;
}

a.grey{
	text-decoration: underline;
	color:#333;
}

a.grey:hover{
	text-decoration: none;
	color:#333;
}

a:hover{ 
	margin:0px;
	color: #CCC;
}

h1{
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2{
	font-family:Arial;
	font-size:24px;
	padding:0px 0px 0px 0px;
	margin:3px 0px 6px 0px;
}

h3{
	font-family:Arial;
	font-size:18px;
	padding:0px 0px 0px 0px;
	margin:3px 0px 3px 0px;
}

p{
	margin:0px;
	padding:0px;
}


ul{
	padding:0px;
	margin:0px;
}

li{
	display: inline;
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#global{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;	
}

#logo{
	width: 175px;
	height: 63px;
	margin-left:20px;
	margin-top:6px;
	border: 1px solid #999;
	padding: 3px;
	background-color:#FFF;
}

#logo_td{
	height: 82px;
}

#right_col{
	vertical-align: top;
	padding:0px;
	margin:0px;
}

/* PAGE CONTENT */

#content{
	margin-top: 15px;	
	margin-bottom: 6px;
	margin-left:20px;
	width:800px;	
}

#content_table{
	width:790px;
}

.content_cell{
	margin-right:0px;
}

.trans_bg{
	padding: 8px;
}

.border{
	margin: 5px;	
}

/* TEMPLATES */

/*   TEXT   */

.title{
	font-size:30px;
	font-weight:normal;
	width:565px;
	margin-right:10px;
	margin-bottom:3px;
	margin-left:30px;
	text-align:left;
	background-image: url(img/bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text{
	font-size:18px;
	width:565px;
	text-align:left;
	margin-left:30px;
	margin-right:10px;
	position: relative;
	margin-bottom:25px;
	background-image: url(img/bg.png);	
}
/*  END TEXT  */

.info_image{
	padding:5px;
	width:600px;
	height:400px;
	border: 1px solid #666;
}

.info_contact_bg{
	width:580px;
	height:300px;
	position: absolute;
	top:100px;
	left:150px;
	z-index: 2;
	background-color: #666000;
	opacity: 0.4;
}
	
.info_contact_title{
	font-size:30px;
	width:575px;
	text-align:left;
	position: absolute;
	top:110px;
	left:160px;
	z-index: 5;
	opacity: 1;
}

.info_contact_intro{
	font-size:18px;
	width:575px;
	text-align:left;
	position: absolute;
	top:160px;
	left:160px;
	z-index: 5;
	opacity: 1;
}

.info_intro_bg{
	width:580px;
	height:110px;
	position: relative;
	top:-132px;
	left:21px;
	z-index: 2;
	background-color: #666000;
	opacity: 0.5;
}
	
.info_intro_title{
	font-size:30px;
	width:575px;
	text-align:left;
	position: relative;
	top:-239px;
	left:30px;
	z-index: 5;
	opacity: 1;
}

.info_intro{
	font-size:18px;
	width:575px;
	text-align:left;
	position: relative;
	top:-239px;
	left:30px;
	z-index: 5;
	opacity: 1;
}

#random {
	width: 600px;
	margin-bottom:0px;
	margin-right:12px;
	text-align:center;
}

/* blog.php */

#events {
	width: 600px;
	margin-bottom:6px;
	margin-right:12px;
	text-align:center;
}

.event_item{
	padding:6px;
	border: 1px solid #999999;
	background-color:#FFF;
	text-align:center;	
}

.event_body{
	margin-bottom:1px;
	padding:0px 0px 0px 0px;	
}

.event_title{
	font-size:30px;
	font-weight:normal;
	margin-right:10px;
	margin-bottom:3px;
	margin-left:0px;
	padding-top:6px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.event_text{
	font-size:18px;
	text-align:left;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:0px;	
}

/* Thumbnail Gallery Template */

.thumb_border {
	border: 1px solid #999999;
	margin-bottom:5px;
	width:120px;
	height:120px;
	margin-right:0px;
	background-color:#FFF;
	padding:3px;
	vertical-align:middle;
}

.thumb_td {
	vertical-align:middle;
	text-align:center;
	width:120px;
	padding:0px;
	margin:0px;
}

/* Slideshow Template */

.slideshow_div{
	width:600px;
	margin-bottom:10px;
}

.slideshow{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 26px;
	border: 1px solid #999999;
	background-color:#FFF;
	padding:6px;
}

.slideshow a{
	text-decoration: none;
	color: #333;
}

.slideshow_nav{
	background-color:#CCC;
	
}

.simplegallery{
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 1px solid #B7B7B7;
	text-align:center;
}

.text_scroll{
	overflow: auto;
	height: 260px;
	padding-right: 8px;
}

.text_scroll2{
	overflow: auto;
	height: 180px;
	padding-right: 8px;
}

.text_scroll_shop{
	overflow: auto;
	height: 300px;
	padding-right: 0px;
	padding-left:8px;
}

/* Video Template */

.video{
	width:612px;
	margin-top:1px;
	padding:0px;	
}

.video_player{
	margin: 0px;
}

.video_player .video_cadre{
}

.flowplayer embed{
	width: 612px;
	height: 400px;
	display: block;
	background-color: #fff;
}

.white{
	color:#fff;
}

.article_menu{
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
}

.article_menu:hover{
	color:#333;
}

.article_menu_div{
	margin-top:24px;
	margin-left:12px;
}
.about_menu{
	margin-top:0px;
	margin-left:12px;
	width:200px;
}