/* layout */
body {
	background-color: #ffffff;
	background-image: url(imges/bck_02.png);
	background-repeat: repeat-x;
	padding: 0;
	height:100%;
	font-size:62.5%;
	line-height:1.6em;
	 margin: -1.2em 0;
	color:#333333;
	font-family: "Century Gothic", "Lucida Grande", sans-serif;
}
img {
	border: none;

}
a {
	color:#78070B;
	text-decoration:none;
}
hr {
height:1px;
}
a:active {
	outline: none;
}
.text a:before {
	content: url(imges/link_l.gif);
	padding-right:2px;
}
.text a:after {
	content: url(imges/link_r.gif);
	padding-left:2px;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
.text a:hover:after {
	content: url(imges/ext.gif);
	padding:0;
}
.clear {clear:both;}
#wrap1 {
	margin-left: auto;
	margin-right: auto;
	width:758px;
	background-image:url(imges/bck_11.png);
}
#wrap2 {
	margin-left: auto;
	margin-right: auto;
	width:750px;
	background-color: #fff;
}
#wrap3 {
	clear:both;
	text-align:left;
}
/*layout inner-wrappers*/

#header {
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:136px;
	top:0px;
	background-image:url(imges/head_04.png);
}
#menu {
	/*height:165px;
	*/
background-color: #1B1B1B;
}
#menu a, #menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#footer {
	background-color: #000000;
	color:#CCCCCC;
	font-size:10px;
	padding:5px;/*bottom:0px;*/
}
#spacer {
	height:50px;
	width:100%;
}
#menuwrapper {
	width: 732px;
	height: 185px;
	margin-right: 9px;
	margin-left: 9px;
}
#butt {
	height: 73px;
	margin: 0px;
}
#zone {
	height: 93px;
	padding:10px;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 20px;
	line-height:1em;
}
/* bouttons */
#butt ul {
	margin: 0;
	padding: 0;
}
#butt li {
	/*color: #fff;*/
	margin: 0px;
	padding: 0px;
	background-color: #383838;
	height: 73px;/* 73 - (2+2)*/
	width: 100px;/*100 - (2+2)*/
	margin-right: 5px;
	float:left;
	text-align:left;
	list-style-type: none;
}
#butt li:hover {
	background:#505050;
}
/*dirty hack ;$*/
#items .exept {
	margin: 0px;
	width: 102px;
}
#imghead img {
	margin: 0 10px 0 10px;
}
#wrap3 .chapo {
	clear:both;
	font-size: 18px;
	color: #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#wrap3 .text {
	width:520px;
	font-size: 12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	float: right;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#wrap3 .text2 {
	width:520px;
	font-size: 16px;
	color: #666666;
	margin: 20px 20px 20px 10px;
	float: right;
	display: inline;
}

#wrap3 .text_l {
	
	font-size: 12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#wrap3 .text2_l {
	
	font-size: 16px;
	color: #666666;
	margin: 20px 50px 20px 50px;


}


#wrap3 .text1 {
	font-size:14px;
	color: #999999;
	padding: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color: #1B1B1B;
}
#wrap3 strong:before {
	padding-right:5px;
}

#wrap3 .imgtext {
	margin: 20px 10px 20px 10px;
	float: left;
	width: 180px;
	font-size: 9px;
	text-align:center;
}
p {
	margin-top:0px;
	margin-bottom:0px;
}
#imghead {
	background-color: #1B1B1B;
}
/*thickbox styling*/

*{padding: 0; margin: 0;}
#TB_window {	font: 12px Arial, Helvetica, sans-serif;	color: #333333;}
#TB_secondLine {	font: 10px Arial, Helvetica, sans-serif;	color:#666666;}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {	position: fixed;	z-index:100;	top: 0px;
	left: 0px;	background-color:#000;	filter:alpha(opacity=75);
	-moz-opacity: 0.75;	opacity: 0.75;	height:100%;	width:100%;
}
* html #TB_overlay { 
     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#cccccc;
	display:none;
/*	border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:20px;
	padding:5px 30px 5px 15px;
	float:left;
}
#TB_closeWindow{
	height:20px;
	padding: 5px 15px 0 0 ;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; 
}
* html #TB_load { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#dl {
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	text-align: right;
	white-space:nowrap;
}
/*#dl img { border:none; margin-right:40px;}*/
