/**
 * Main CSS Stylesheet
 * @copyright Copyright AskGraphics.com 
 * @license http://creativecommons.org/licenses/by/3.0/
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#000;
}
a img{
	border:0;
}

body{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#303030;
	color:#333333;
}

#page{
	width:799px;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:339px;
}

#header_top{
	width:100%;
	height:91px;
	background:url(images/header_top_bg.gif) no-repeat top left;
}

#header_center{
	width:100%;
	height:48px;
	background:url(images/header_center_bg.gif) no-repeat top left;
}

#header_end{
	width:100%;
	height:200px;
	background:url(images/header_end_bg.png) no-repeat top left;
}

#header_logo{
	margin-left:30px;
	padding-top:30px;
}

#header_slogan{
	text-align:right;
	color:#000;
	width:224px;
}

#header_main_menu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:15px;
	text-align:center;
}

#header_main_menu span{
	padding-left:17px;
	padding-right:17px;
}

#header_main_menu a{
	color:#FFFFFF;
}

#header_main_menu a:hover{
	text-decoration:underline;
}

#header_descr{
	width:555px;
	margin-left:35px;
	padding-top:30px;
	text-align:left;
	color:#790000;
	line-height:20px;
}

#header_descr h4{
	font-size:19px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:8px;
}

/* BODY */

#body{
	width:100%;
	float:left;
	padding-top:15px;
	padding-bottom:40px;
	background:url(images/body_bg.gif) repeat-y top left;
}

#body_top{
	width:100%;
	float:left;
}

#body_left{
	width:532px;
	float:left;
}

#body_right{
	width:267px;
	float:right;
}

#body_index{
	width:468px;
	margin:0px auto;
	line-height:18px;
}

#body_index h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#b60000;
	margin-bottom:10px;
	text-transform:lowercase;
}

#body_index p{
	padding-bottom:15px;
}

.info_box{
	background:url(images/ul_info_bg.gif) no-repeat top left;
	width:466px;
	margin-bottom:30px;
}

#body_index .info_box h2{
	padding-top:15px;
	padding-left:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#000;
}

.info_box ul{
	padding-left:23px;
}

.info_box ol{
	padding-left:43px;
}

.info_box a{
	color:#000000;
}

.info_box li{
	color:#000000;
	background:url(images/ul_info_li.gif) no-repeat bottom left;
	padding-bottom:5px;
	padding-top:4px;
}

.info_box ul li a{
	background:url(images/ul_info_a.gif) no-repeat center left;
	padding-left:13px;
}

#body_right_news{
	margin:0px auto;
}

#body_right_news h2{
	color:#ac0000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	background:url(images/news_h2.gif) no-repeat center left;
	padding-left:23px;
}

#body_right_news ul{
	margin-left:15px;
	width:213px;
}

#body_right_news ul li{
	color:#737373;
	font-size:10px;
	padding-bottom:5px;
	padding-top:10px;
	background:url(images/news_li_line.gif) no-repeat left bottom;
}

#body_right_news ul li a{
	color:#b90000;
	font-weight:bold;
	font-size:10px;
}

#body_right_news ul li a:hover{
	text-decoration:underline;
}

#body_right_news ul li p{
	padding-top:2px;
	line-height:15px;
}

#body_right_news ul li .body_right_news_link{
	text-align:left;
	padding:0px;
	padding-bottom:5px;
	font-size:11px;
}

#body_right_news ul li .body_right_news_link a{
	color:#000;
}

.body_right_news_title{
	color:#000000;
	font-size:11px;
}

/* FOOTER */

#footer{
	width:100%;
	height:75px;
	background:url(images/footer_bg.gif) no-repeat top left;
	clear:both;
}

#footer_copyrights{
	color:#fff;
	padding-top:30px;
	padding-left:40px;
	float:left;
}

#footer_copyrights a{
	color:#ffcc00;
	font-weight:bold;
}

#footer_logo{
	float:right;
	width:20%;
	padding-top:20px;
	padding-right:20px;
}

