@charset "utf-8";
/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {/*font-size:1em; font-weight:normal;*/ font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}
/*------------------------------------------CSS Reset--------------------------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
	background-color: #212121;
	background-image:url(../images/body.png);
	background-repeat: repeat;
	text-align:justify;
}
a, a:link, a:visited {
	font-size: 12px;
	color: #000;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #CC0000;
}
p {
	margin: 0px;
	padding: 0 0 8px 0;
}
  p img{margin:5px 5px 0 0;
}
img {
	border: none;
	width:335px;
}
marquee{margin-bottom:15px;
}
.readmore {
    font-size: 12px;
    padding: 0 14px 0 0;
    float: right;
}
 .readmore a {
    background: none repeat scroll 0 0 #e7e7e7;
    border: thin solid #E7E7E7;
    color: #606161;
    font-weight: bold;
    padding: 5px 17px;
    text-decoration: none;
}
.readmore a:hover {
    background: none repeat scroll 0 0 #da251d;
	 border: thin solid #FFFFFF;
    color: #FFFFFF;
}
 
 
h1 {
	font-size: 32px;
	line-height: 1.5;
	color: #000;
	margin: 0 0 15px 0;
	padding: 5px 0;
}
h2 {
	font-size: 20px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #999;
}
 	h3 {
    border-bottom: 1px dashed #999999;
    color: #333333;
    font-size: 21px;
    font-weight: normal;
    margin:10px 0 10px 0;
    padding: 0 0 10px;
    text-decoration: none;
}
h3 a {
	text-decoration: none;
	font-weight: normal;
}
h3 span {
	color: #69F;
}
h4 {
	font-size: 18px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}
h5 {
	font-size: 14px;
	height: 20px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 2px 8px;
	background: url(../images/h5_bg.png) no-repeat top left;
}
h6 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}
.cleaner {
	clear: both;
	margin:0 auto;
	padding:0;
 }
/*.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }*/

.margin_r10 {
	margin-right: 10px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.image_wrapper {
	padding: 8px;
	border: 1px solid #000;
	background: #0f1115;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}
.image_wrapper_01 {
	position: relative;
	width: 297px;
	height: 102px;
	padding: 8px 0 0 8px;
	margin-bottom: 15px;
}
.image_wrapper_01 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 305px;
	height: 110px;
	background: url(../images/image_frame_01.png) no-repeat;
}
/*blockquote {
	font-style: italic;
}
cite {
	font-weight: bold;
}
cite span {
	color: #fff;
}
*/
#body_wrapper {
	background: url(../images/body_top.png) repeat-x top;
}
#main_wrapper {
	width: 966px;
	padding: 0 15px;
	margin: 0 auto;
}
/* header */

#header {
	padding: 20px 30px;
	background: url(../images/header.png) top center;
}
#header .header_left {
	float: left;
	width: 300px;
}
#header .header_right {
	float: right;
	width: 580px;
}
/* site title */

#header #site_title {
	float: left;
	width: 200px;
	padding: 27px 0 0 0;
}
#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#site_title h1 a:hover {
	font-weight: bold;
	text-decoration: none;
}
#site_title a span {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
/* end of site title */

/* search */

#search_box {
	float: right;
	margin-bottom: 50px;
}
#search_box form {
	margin: 0;
	padding: 0;
}
#search_box #input_field {
	height: 13px;
	width: 150px;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	font-variant: normal;
	line-height: normal;
	border: 1px solid #212121;
	background: #3a3a3a;
}
#search_box #submit_btn {
	height: 26px;
	cursor: pointer;
	padding: 2px 5px 5px 5px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
	color:#666666;
	border: 1px solid #000;
	background: #333;
}
/* end of search */

/* menu */

#menu {
	clear: both;
	float: right;
	height: 37px;
	margin-top: 36px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	/*height: 35px;
	width: 57px;*/
	margin-left: 30px;
	padding:8px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	outline: none;
}
#menu li a:hover {
	background:#da251d;/*, #menu li .current  url(../images/menu_hover_.png) no-repeat*/
}
/* end of menu */

/* end of header */

/* content */
#container { width:900px; margin:0px auto 0px; background:#FFFFFF; padding:10px; font-size:12px; margin-top:50px; }

#content_outer {
	background: url(../images/content.png) repeat-y;
}
#content_inner {
	padding: 40px 30px 0 30px;
	background: url(../images/content_top.png) no-repeat;
}
#content_bottom {
	width: 966px;
	height: 25px;
	background: url(../images/content_bottom.png)
}
#content {
 	width:inherit;
	margin-top:10px;
}
#content ul{margin:0 0 5px 23px;
}
#content ul li {list-style:disc;
}
#content p span{color:#CC0000;
font-size:14px;
font-weight:bold;
}
.content_two_col {
	float: left;
	width: 305px;
}
 form table {
	margin:0;
}
 form tr td {
	padding:5px;
	text-align:left;
	color:#000000;
}
 form input, textarea, select {
	width:266px;
	border:#e5e5e5 thin solid;
	color:#666666;
	background:#f9f9f9;
	padding:4px;
}
 form .radio {
	padding:0;
}
.select {
	border: thin solid #E5E5E5;
	color: #666666;
	margin: 0 32px 0 0;
	width: 106px;
}
 form .sub input {
	background: none repeat scroll 0 0 #DA251D;
    border: thin solid #FFFFFF;
    color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	margin:0 17px;
	width:100px;
} 
#sidebar {
	float: left;
	width: 260px;
}
.sidebar_box {
	margin-bottom: 5px;
}
.sidebar_box .sidebar_box_divider {
	border-bottom: 1px dashed #000;
	margin-bottom: 8px;
}
.sidebar_box ul{margin:0 0 0 16px;
text-align:left;
}
.sidebar_box ul li {
    font-weight: bold;
    list-style: url("../images/list_01.png");
    margin: 0 0 5px;
    padding: 0 0 0 1px;
}
.sidebar_box ul li a {
	color:#4B4B4B;
	text-decoration:none;
	border-bottom:#C0C0C0 thin dotted;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}
.sidebar_box ul li li{list-style:disc;
}
.sidebar_box ul li li a{border-bottom:none;
font-weight:normal;
}
.sidebar_box a:hover {
	color:#CC0000;
}
/* end of content */

/* newsletter */


.col_w560 {
	width: 560px;
}
.col_w300 {
	width: 300px;
	margin-top:21px;
}
.col_w120 {
	width: 140px;
}
#contact tr td {
    background: none repeat scroll 0 0 #F9F9F9;
    border: thin solid #E1E1E1;
    border-collapse: collapse;
    padding: 5px;
}
#contact th {
    background: none repeat scroll 0 0 #313131;
    border: thin solid #0B0B0B;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px;
}

#contact_box {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#contact_box .inputfiled {
	width: 130px;
	height: 17px;
	padding: 3px 5px;
	margin-bottom: 10px;
	background: #d8d8d8;
	border: 1px solid #cbcbcb;
	line-height: normal;
}
#contact_box #message_input {
	width: 130px;
	height: 86px;
	padding: 3px 5px;
	background: #d8d8d8;
	border: 1px solid #cbcbcb;
}
#contact_box #contact_submit {
	float: right;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 53px;
	height: 23px;
	padding: 0 0 10px 0;
	background: url(../images/button_01.png) no-repeat;
}
/* end of newsletter */

/* footer */
#footer {
	width:966px;
	font-size:10px;
	color:#ffffff;
	padding:10px 0 10px 0;
}
#footer_l {
	text-decoration:none;
	float:left;
	padding: 0px 0px 10px 10px;
}
#footer_l a {
	color:#da251d;
	text-decoration:none;
	font-weight:bold;
}
#footer_l a:hover {
	color: #ffffff;
	text-decoration:none;
}
#footer_r {
	float: right;
	padding: 2px 0 0;
	width: 266px;
}
#footer_r ul{margin:0 auto;
}
#footer_r ul li {
	border-right: thin solid #ffffff;
	display: inline;
	padding: 0 7px;
}
#footer_r ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
#footer_r ul li a:hover {
	color: #da251d;
}
.browser-link {
	color: #FF6600;
	padding: 5px 0 0;
	text-decoration: none;
}
.browser-link a {
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 0;
	text-decoration: none;
}
.browser-link a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* end of footer */
