/* COMMON */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial;
	text-align: center;
	font-size: 12px;
	background:url('/images/body_bg.gif') fixed center #070206;
}
h1 {
	font-size: 24px;
	color: #267fb9;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #267fb9;
	margin-bottom: 10px;
	border-bottom: 1px solid #267fb9;
}

.h1_title {
	font-weight:bold;
	font-size:14px;
	color:#000;
}

.blue_title {
	color:#267FB9 !important;
	font-size:24px !important;
	margin-bottom: 10px !important;
	font-weight:bold !important;
	display:block;
}

p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 18px;
}
/* COMMON LAYOUT */
#outer_container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}
#main_container {
	float: left;
	width: 740px;
}
/* HEADER */
#header {
	float: left;
	width: 740px;
	height: 137px;
	background: url(/images/header_banner.jpg);
}
#header_links {
	position: relative;
	width: 600px;
	left: 130px;
	top: 115px;
	text-align: right;
}
#header_links a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}
#header_links a:hover {
	text-decoration: underline;
}
/* INNER CONTAINER */
#inner_container {
	float: left;
	width: 740px;
	border-top: 5px solid #3186b4;
	border-bottom: 5px solid #3186b4;
	background-color: #f5f5f6;
}
#sidebar {
	float: left;
	width: 180px;
}
#side_nav {
	float: left;
	width: 180px;
	height: 312px;
	background: url(/images/sidenav_bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#side_nav_header {
	float: left;
	width: 170px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
.side_nav_scroll {
	float: left;
	width: 174px;
	padding: 3px;
	text-align: center;
	cursor: pointer;
	background-color: #267fb9;
	color: #fff;
}
ul#mainsite_left_navigation_catalog_container li a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #267fb9;
	padding: 5px;
	font-size: 14px;
	text-transform: capitalize;
	color: #000;
}
ul#mainsite_left_navigation_catalog_container li a:hover {
	background-color: #267fb9;
	color: #fff;
}
ul#mainsite_left_navigation_catalog_container .sub_category{
	padding-left: 10px;
}
ul#mainsite_left_navigation_catalog_container .sub_category a{
	font-size: 13px;
	font-style:italic; 
}
#partners {
	float: left;
	width: 180px;
	height: 306px;
}
#content {
	float: left;
	width: 540px;
	padding: 10px;
	background: #f5f5f6 url(/images/content_bg.jpg) no-repeat 55px 30px;
	min-height: 455px;
	overflow: hidden;
}
/* FOOTER */
#footer {
	float: left;
	width: 740px;
	font-size: 10px;
	background-color: #fff;
}
#footer_nav {
	float: left;
	width: 360px;
	padding: 5px;
}
#footer_nav a {
	color: #000;
	text-decoration: none;
}
#footer_nav a:hover {
	text-decoration: underline;
}
#footer_copyright {
	float: right;
	width: 360px;
	padding: 5px;
	text-align: right;
}
/* CONTACT FORM */
.ctact_form {
	font-family: arial;
}
.ctact_form label, .ctact_form input, .ctact_form textarea {
	display: block;
	float: left;
	width: 130px;
	margin-bottom: 5px;
	font-size: 14px;
}
.ctact_form label {
	text-align: right;
}
.ctact_form input, .ctact_form textarea {
	width: 300px;
	font-family: arial;
	font-size: 12px;
	margin-left: 20px;
	padding: 3px;
}
.ctact_form .submit_button {
	width: 120px;
	padding: 3px;
	margin-left: 150px;
	font-size: 12px;
	display: inline; /* IE6 Fix */
}
.ctact_form .checkbox {
	width: 20px;
}
.ctact_form .hidden {
	!width: 0;
	!height: 0;
	display: none;
}
.ctact_form br {
	clear: left;
}
/* WHY CHOOSE LIST */
#why_choose_list {
	margin-left: 25px;
	font-size: 14px;
}
#why_choose_list li {
	margin-bottom: 4px;
}