/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:960px;/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background:#000000 url(images/bg.jpg);
		background-repeat:repeat-x;
		background-position:top;	
		text-align: center;
		color:#3d3d3d;
	}
	a,
	a:visited {
		color:#0087cf;
		text-decoration:underline;
	}
	a:hover {
		color:#0087cf;
		background:#ffffdc;
	}
	h1, h2{
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		line-height:24px;
		font-size:12px;
	}
	h3 {
		margin:0 auto;
		padding:0;
		color:#FFFFFF;
		font-size:16px;
		}
	h5{margin:0 auto;
		padding:0;	
		}
	ul{
		padding:0;
		margin-bottom:1px;
		}
	ul li {
		list-style:none;
		margin:0;
		padding:0;
		font-size:12px;
		line-height:24px;
	}
	img {
		margin:10px 0 5px;
	}
	.small{
		font-size:10px;
	}
	/* Full page settings */
	.fullpage {
	}
	.fullpage {
		margin-left: auto; 
		margin-right: auto;
		width:820px;
	}
	.fullcolumn {
		background-image:url(images/content_bg.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		height:550px;		
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colmid {
		clear:both;
		float:left;
		width:800px;
		text-align:left;
		padding-top:34px;
		padding-left:22px;

	}
	.colport {
		clear:both;
		float:left;
		width:800px;
		text-align:left;
		padding-top:14px;
		padding-left:22px;

	}
	.col1,
	.col3 {
		float:left;
		position: relative;
		margin:0 8px 12px 8px;
		padding:8px;
		overflow:hidden;
		background-color:#5694b5;
		height:290px;
	}
	.col1,
	.col3 {
		width:198px;
		background-image:url(images/column_bg.jpg);
		background-repeat:repeat-x;
		background-position:bottom center;		
	}
	.col1 li{
		padding-bottom:5px;
	}
	.col2 {
		float:left;
		position: relative;
		margin:0 8px 12px 8px;
		padding:8px 0 0 0;
		overflow:hidden;
		background-color:#5694b5;
		height:298px;
		width:300px;	
	}
	.col2 h3{
	padding-left:8px;
		}
	.col3 h2{
		font-weight:100;		
		margin:.8em 0 .1em 0;
		}
	.col4 {
		float:left;
		position: relative;
		margin:0 8px 12px 8px;
		padding:8px 0 0 10px;
		overflow:hidden;
		background-color:#5694b5;
		height:318px;
		width:750px;	
		color:#D6F0FD;
	}
	.col4 h3{
	padding-left:8px;
		}
	.col4 a,
	.col4 a:hover{
	color:#444444;
	text-decoration:none;
	background: transparent;	
	
	}
.gallery{
	float:left;
	text-align:center;
	padding:0 0 10px 0;
	margin:0 auto;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding:0; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	padding-bottom:10px;
}	
#lightbox-image-details-caption { 
	 font-weight: bold;
	 font-size: 12px; 
	 line-height:20px; 
	 }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#lightbox-secNav-btnClose a :hover {background:#fff;}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header img {
		padding:26px 0 0 25px;
		float:left;
	}
	#header h1 {
		font-size:34px;
		font-weight:100;
		padding:60px 15px 0 0;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	#header a:hover{
		background:#FFFFFF;
		}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* Footer styles */
	#footer {
		clear:both;
		width:780px;
		padding-left:18px;
		padding-top:12px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}
	#footer a{
	color:#78c9f4;
	text-decoration:underline;
	}
	#footer a:hover{
	color:#78c9f4;
	text-decoration:underline;
	background-color:#084565;
	}
	
	#footer p {
	color:#b8b895;
	padding:10px;
	margin:0;
	}
	#footer h5{
	color:#78C9F4;
	margin-bottom:0;
	margin-top:5px;
	}
#contact{
	margin-top:10px;
	margin-left:10px;
	}

#contact label {
	color:#DDDDDD;
	display:block;
	font-size:1em;
	line-height:150%;
	margin:0 0 0.2em;
	}
#contact .error-message, #contact label.error {
	color:#CC0000;
	display:block;
	font-size:1.1em !important;
	margin:-5px 0 15px;
	}
#contact input.textField {
	background:#343330 none repeat scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color #555555;
	border-style:none none solid;
	border-width:medium medium 1px;
	color:#FFFFFF;
	font-size:1.2em;
	margin:0 0 10px;
	padding:4px;
	width:320px;
	}
#contact textarea.textArea {
	background:#343330 none repeat scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color #555555;
	border-style:none none solid;
	border-width:medium medium 1px;
	color:#FFFFFF;
	font-size:1.2em;
	height:100px;
	margin:0 0 5px;
	overflow:auto;
	padding:4px;
	width:440px;
	}
#contact .submit{
	margin-top:12px;
	margin-bottom:12px;
	}
.hide {
	display:none;
	}
	.notification_error
	{
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 5px;
	}

.notification_ok
	{
	border: 1px #567397 solid;
	height: auto;
	width: 90%
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
	}
	
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
/* // slider */	

/* content */
				
	.left{
		float:left;
		margin-top:.5em;
		margin-right:15px;
		}			
	.left img{
		border:1px solid #e1e1e1;
		border-top:1px solid #e8e8e8e8;
		border-left:1px solid #e8e8e8e8;
		background:#f1f1f1;
		padding:5px;
		}				
			
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			height:300px;
			}	
		#slider, #slider li{ 
			height:300px;
			width:300px;
			overflow:hidden;
			}	
		#slider{ 
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:20px;
			position:absolute;
			left:6px;
			top:110px;
			font-size:10px;
			}	
		#nextBtn{ 
			left:280px;
			}														
		#prevBtn a, #nextBtn a, #prevBtn a:active, #nextBtn a:active{ 	
			border:0; 
			display:block;
			width:30px;
			height:38px;
			background:url(images/btn_prev.png) no-repeat 0 0;	
			}	
		#nextBtn a { 
			background:url(images/btn_next.png) no-repeat 0 0;
			}	
		#nextBtn a:hover{ 
			background:url(images/btn_next_h.gif) no-repeat 0 0;	
			}	
		#prevBtn a:hover{ 
			background:url(images/btn_prev_h.gif) no-repeat 0 0;	
			}								
	
	/* // slider */													

	.col strong, .full strong{
		padding:0 2px;
		background:#f1f1f1;
		}
	.col a, .full a{
		font-weight:bold;
		text-decoration:underline;
		}		


	.full ul, .full li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.full li{
		padding:3px 15px;
		background:#f1f1f1;
		margin-bottom:1px;
		}	
		