body {

	width:100%;
	background-color:#161030;

	text-align:center;
	margin:0;


	/** special IE **/
	scrollbar-3dlight-color:#7887AC;
	scrollbar-arrow-color:#D6DCED;
	
	
	scrollbar-base-color:#7887AC;
	scrollbar-darkshadow-color:#7887AC;

	scrollbar-face-color:#7887AC;
	scrollbar-shadow-color:#7887AC;
	scrollbar-highlight-color:#7887AC;

	scrollbar-track-color: #D6DCED;


}

a {text-decoration:none; color:gray;}
a:hover {text-decoration:none; color:gray;}

img {border:0;}

#countainer {

	background-image:url(bkg.jpg);
	background-repeat:no-repeat;
	width:975px;
	height:744px;
	text-align:left;

	margin-left:auto;
	margin-right:auto;

}

#logo a {
	width:240px;
	height:80px;
	display:block;

}

#menu {

	list-style:none;

	margin:0;
	margin-top:85px;
	margin-left:32px;

	width:194px;

	padding:0;
	float:left;




}

#menu li {
	text-align:center;
	text-transform:uppercase;
	

	margin-bottom:1px;


	/* police */
	font-family:arial;
	font-size:11px;
	letter-spacing:0px;
	color:white;
	
	width:100%;
	display:block;


}

#menu li a {
	color:white;
	display:block;
	width:100%;
	padding:5px; 
	/*padding-top:10px;
	padding-bottom:10px;*/

	padding-top:6px;
	padding-bottom:7px;

}

#menu li a:hover, #menu li a.hover {

	background-color:#33395b;
	color:#ccc;
	/*background-image:url(li_bkg.png);*/
}

#menu li a.hover {
	 /*color:yellow;*/
}

#content {
	float:left;
	/*background-color:yellow;*/
	padding:10px;
	padding-right:10px;

	width:275px;
	height:440px;

	overflow:auto;
	overflow-x:hidden;

	margin-top:85px;
	margin-left:33px;

	/* police */
	font-family:arial;
	font-size:12px;
	letter-spacing:0px;
	color:white;


	visibility:hidden;
	
}

#big_image {
	float:left;
	/*background-color:yellow; */

	width:297px;
	height:464px;

	overflow:hidden;
	padding:0;
	margin:0;
	margin-top:83px;
	margin-left:14px;


	visibility:hidden;
	/*display:none;*/
}


#big_image img{

	width:298px;
	height:468px;
}


#thumbs {

	float:left;
	/*background-color:yellow;*/

	width:110px;
	height:464px;
	
	margin-top:85px;
	margin-left:0px;

	overflow:auto;
	overflow-x:hidden !important;
	text-align:center;	
	
	/*display:none;*/
	

	padding-top:1px;
	visibility:visible
	

}

#thumbs img {
	
	width:73px;
	height:71px;
	border:1px solid black;

	opacity:0.5;
	filter : alpha(opacity=50);
	-moz-opacity : 0.5;
	
}


#thumbs a {
	
}

#thumbs a:hover {
	
}

.imgHover {

	border:1px solid yellow;

}



#content_full {

	width:690px;
	height:445px;

	padding:10px;

	margin-top:84px;
	margin-left:25px;
	
	float:left;
	background-color:#273248;

overflow:auto;
	overflow-x:hidden;

}


a.lightbox img{
	opacity:0.5;
	filter : alpha(opacity=50);
	-moz-opacity : 0.5;

	margin-left:10px;
}

a.lightbox  img:hover{
	opacity:1;
	filter : alpha(opacity=100);
	-moz-opacity : 1;
}


/** contact **/

input, textarea, select {font-family:arial; font-size:12px;}

#contact, #contact td {color:white;
		  font-family:arial;
		  font-size:12px;
}

#contact table {
	width:100%;
}

#contact h1 {padding:0; margin:0; color:white; font-size:24px; font-weight:bold; padding-bottom:10px;}

#contact .label {
	width:110px;
}


#form_valid {
	
	text-align:center;
	height:100px;
	line-height:100px;

	margin-top:80px;

	display:none;
}

#form_table{

	display:none;
}






