@charset "utf-8";
/** CSS Document */

/********************************************************************************/
/*										default									*/
/********************************************************************************/
*{
	padding:0px;
	margin:0px;
	}
html{overflow:auto;}
body{
	margin:0px;
	background-color:#000;
	}
a:hover{text-decoration:none}
img{border:0px}
*:focus{outline:none}

.fl{float:left}
.fr{float:right}
.cl{clear:both}

textarea,input{vertical-align:top}
textarea{overflow:auto;}

.main{
	margin:0 auto;
	width:1000px;
	}
ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	}
.none{display:none}

/********************************************************************************/
/*										header									*/
/********************************************************************************/
.header{
	height:274px;
	background:url(../images/header.jpg) no-repeat left bottom;
	background-color:#FFFFFF;
	}

.nav {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #cbcac6;
	font-size: 15px;
}
.nav a:link {
	color: #cbcac6;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #cbcac6;
}
.nav a:hover {
	text-decoration: none;
	color: #ffffff;
}
.nav a:active {
	text-decoration: none;
	color: #cbcac6;
}
/********************************************************************************/
/*										menu									*/
/********************************************************************************/
.menu{}
.menu a{}
.menu a:hover,.menu a.active{}

/********************************************************************************/
/*										content									*/
/********************************************************************************/
.content{
	background:url(../images/content_bg.jpg) no-repeat;
	padding-top:10px;
	}
.content_shadow{
	margin-left:73px;
	margin-right:72px;
	}
.content_shadow_left{
	background:url(../images/shadow_left.png) no-repeat left 15px;
	padding-left:24px;
	}
.content_shadow_right{
	background:url(../images/shadow_right.png) no-repeat right 15px;
	padding-right:24px;
	}
.text_block_1{
	background:url(../images/text_block_1.png) no-repeat;
	position:absolute;
	width:163px;
	height:21px;
	margin-left:58px;
	margin-top:30px;
	}

/********************************************************************************/
/*										block's									*/
/********************************************************************************/

.block_top{
	width:255px;
	background:url(../images/block_top.png) no-repeat;
	height:9px;
	}
.block_bot{
	background:url(../images/block_bot.png) no-repeat;
	height:9px;
	width:255px;
	}
.block{
	min-height:532px;
	height: 630px;
	background:url(../images/block_bg.jpg) repeat-y;
	padding-left:18px;
	padding-right:8px;
	width:229px;
	}
.block_shadow{
	background:url(../images/block_shadow.png) no-repeat right top;
	padding-right:10px;
	}
	
/********************************************************************************/
/*										font's									*/
/********************************************************************************/
.title{
	color:#fdfbfb;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:19px;
	font-style:italic;
	padding-top:2px;
	background:url(../images/title_bg.png) no-repeat 3px bottom;
	padding-bottom:9px;
	margin-bottom:29px;
	}
.text{
	color:#FFF;
	font-size:11px;
	line-height:14px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-left:2px;
	padding-right:10px;
	}
.text a{
	font-weight:bold;
	color:#FFF;
	}
.list1 li{
	background:url(../images/list1.png) no-repeat 0px 6px;
	padding-left:9px;
	}
.list2{
	padding-left:27px;
	}
.list2.non li{
	background:none;
	}
	
/********************************************************************************/
/*										footer									*/
/********************************************************************************/
.footer{
	height:50px;
	margin:0 97px;
	padding-top:12px;
	}
.copy{
	color:#d8d5d5;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	}

/********************************************************************************/
/*										EOF										*/
/********************************************************************************/