@charset "utf-8";
/* CSS Document */

@variables {
  color_div_line: #808184;
  color_text_white_bg: #404041;
  bg_body: #302E2F;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #fff;
	color: #999;
	min-width: 1000px;
}

img {
	border: none;
}

a, a:hover {
	color: #FFF;
}


h1 {
	font-size: 22px;
	line-height: 27px;
	margin: 5px 0;
}

h2 {
	font-size: 20px;
	*font-size: 18px;
	line-height: 24px;
	margin: 5px 0;
}

h3 {
	font-size: 17px;
	*font-size: 14px;
	line-height: 21px;
	margin: 10px 0 5px 0;
}

h4 {
	font-size: 16px;
	*font-size: 13px;
	line-height: 19px;
	margin: 10px 0 5px 0;
}

h5 {
	font-size: 13px;
	*font-size: 12px;
	line-height: 19px;
	margin: 10px 0 5px 0;
}

#header, #navbar, #banner, #breadcrumb, #main_content, #mainContent, #btmContent, #footer {
	width: 1000px;
	margin: auto;
	background-color: #3e3c3f;
}


/* HEADER */

#header {
	background-image: url(/images/template/hdr-bg-main.jpg);
	height: 130px;
	position: relative;
}

#header img#logo {
	position: absolute;
	top: 42px;
	left: 74px;
}

#header #buttons {
	position: absolute;
	top: 20px;
	right: 250px;
	text-align: right;
}

#header #buttons div {
	margin-bottom: 3px;
}

#header #buttons a {
	margin: 3px;
}

#header select#contact {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 216px;
	padding: 5px 2px;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #59585d;
	background-color: #4E4F51;
	color: #fff;
}

#header #search_box {
	position: absolute;
	top: 55px;
	right: 20px;
	width: 220px;
	text-align: right;
}

#header #search_box #search  {
	color: #999;
	width: 165px;
	*width: 178px;
	margin-right: 0;
	padding: 5px;
	background-color: #4E4F51;
	border: 1px solid #59585d;
	border-left: 0;	
	font-size: 11px;
}

#header #search_box #go  {
	vertical-align: middle;
	margin-left: 0;
	margin-top: -2px;
	*margin-top: -11px;
	height: 25px;
	height: 26px\9;
	border: 1px solid #6e6f73;
	background-color: #58595d;
	color: #fff;	
}


/* NAVBAR */
#navbar, #menu_left {
	display: none;
}

a#homeNav {
	border-left: none;
	margin-left: 0;
}


/* BANNER */
#banner {
	background-image: url(/images/template/banner-bg-main.jpg);
	background-repeat: repeat-x;
	height: 200px;
	text-align: center;
	border-top: 1px solid #3e3c3f;
}


/* BREADCRUMB */
#breadcrumb {
	background-color: #242625;
	padding: 7px 0;
	color: #e3001e;
	font-size: 11px;
}

#breadcrumb a, #breadcrumb strong {
	margin: 5px;
	text-decoration: none;
	color: #ccc;
}

#breadcrumb a:hover {
	color: #FFF;
}


/* FOOTER */
#footer {
	display: none;
}


/*COMMON STYLES*/

.bold {
	font-weight: bold;
}

.footnote, .caption  {
	color: #ccc;
	font-size: 11px;
	line-height: 14px;
}

.no_bul {
	list-style: none;
	margin-left: -40px;
	*margin-left: 0;
	
}

hr {
	color: #808184;
	background-color: #808184;
	height: 2px;
	border: none;
}

hr.thin {
	color: #808184;
	background-color: #808184;
	height: 1px;
	border: none;
}

.container {
	overflow: hidden;
	position: relative;
}

.col_wide {
	padding-left: 10px;
	padding-right: 10px;
}


