/* ================================================== */
/* Main styles */
/* ================================================== */
.red{
	border: 1px solid red;
}
body {
	margin: 0;
	padding: 20px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #333333;
}
.content p, .content div{
	font-size: 13px;
}

table {
	font-size: 11px;
}
img { border: 0; behavior: url("/admin/include/style/png.htc"); }

p { margin: 0 0 10px 0; padding: 0; }

h1 {
	color: #1192DC;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	color: #1192DC;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	color: #1192DC;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

a:link, a:visited {
	color: #008ADA;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul { padding: 0; margin: 0 0 15px 0; }
ul ul { padding: 0; margin: 0 0 0 0; }
ul li {
	padding: 0;
	margin: 4px 0 4px 16px;
	list-style-type: disc;
	list-style-position: inside;
}
ul ul li { list-style-type: circle; }
ul ul ul li { list-style-type: square; }
ol { margin: 0 0 15px 0; padding: 0; }
ol ol { padding: 0; margin: 0 0 0 0; }
ol li {
	padding: 0;
	margin: 12px 0 12px 16px;
	list-style-position: inside;
	list-style-type: decimal;
}
ol ol li { list-style-type: lower-greek; }
ol ol ol li { list-style-type: lower-roman; }
/* -------------------------------------------------- */

/* ================================================== */
/* User styles */
/* ================================================== */
.toc {
	padding: 0;
}
/* Header */
.header {
	height: 226px;
	width: 997px;
	margin: auto;
	position: relative;
}
.h_header {
	position: absolute;
	left: 282px;
	top: 53px;
}

.h_logo {
	position: absolute;
	left: 75px;
	top: 55px;
}

.h_header_phone_icon {
	position: absolute;
	left: 72px;
	top: 178px;
}
.h_header_phone {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #636363;
	position: absolute;
	left: 92px;
	top: 174px;
}
.h_header_email {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #636363;
	position: absolute;
	left: 100px;
	top: 190px;
}
.header_line {
	background: url(/i/lines.gif) no-repeat;
	position: absolute;
	left: 28px;
	top: 50px;
	height: 174px;
	width: 997px;
	margin: auto;
}

.h_map {
	position: absolute;
	left: 580px;
	top: 35px;
}
.h_search {
	position: absolute;
	left: 667px;
	top: 35px;
}
.h_starting {
	position: absolute;
	left: 759px;
	top: 35px;
}
.h_fav {
	position: absolute;
	left: 865px;
	top: 35px;
}

/* Body */
.content_body {
	width: 997px;
	margin: auto;
}
.content {
	padding: 12px 0 0 0;
}
.content_body2 {
	padding: 0 24px 30px 29px;
}

/* Leftbar */
.leftbar {
	background: url(/i/lb_bg.gif) no-repeat;
}
a.lbar_category:link, a.lbar_category:visited {
	color: #008ADA;
	display: block;
	padding: 6px 0 6px 0;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.lbar_category:hover, a.lbar_category_s:link, a.lbar_category_s:visited, a.lbar_category_s:hover {
	color: #636363;
	display: block;
	padding: 6px 0 6px 0;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.lbar_menu a:link, .lbar_menu a:visited {
	color: #008ADA;
	display: block;
	padding: 6px 0 6px 0;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
.lbar_menu a:hover, .lbar_menu a.s:link, .lbar_menu a.s:visited, .lbar_menu a.s:hover {
	color: #008ADA;
	display: block;
	padding: 6px 0 6px 0;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
.lbar_smenu {
	padding-left: 16px;
	display: none;
}
.lbar_smenu a:link, .lbar_smenu a:visited {
	color: #636363;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	font-size: 9px;
	padding: 2px 0 2px 0;
}
.lbar_smenu a:hover, .lbar_smenu a.s:link, .lbar_smenu a.s:visited, .lbar_smenu a.s:hover {
	color: #636363;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
	font-size: 9px;
	padding: 2px 0 2px 0;
}

/* Footer */
.footer {
	width: 997px;
	margin: auto;
	height: 32px;
	padding-right: 24px;
}
.footer_text {
	color: #008ADA;
	float: right;
	border-top: 2px solid #D1D1D1;
	padding: 5px 3px 0 20px;
}

/* -------------------------------------------------- */

/* ================================================== */
/* Forms */
/* ================================================== */
form { margin: 0; padding: 0; }
.textbox {
	border: 1px solid #7E7E7E;
	font-size: 13px;
	font-family: Tahoma;
	padding: 2px;
	width: 300px;
}
textarea {
	border: 1px solid #7E7E7E;
	font-size: 13px;
	font-family: Tahoma;
	padding: 2px;
	width: 300px;
}
.select {
	font-size: 13px;
	font-family: Tahoma;
	width: 306px;
}
.button {
	border: 1px solid #B0B0B0;
	font-size: 11px;
	font-family: Tahoma;
	background: #EBEBEB;
	color: #000000;
	font-weight: bold;
	padding: 3px 10px 2px 10px;
	cursor: pointer;
}
/* -------------------------------------------------- */
/*Main menu*/

.mmenu-container{
	width: 997px;
	height: 78px;
	margin: 0 auto;
	background: url(/i/menu_bg.jpg) left top no-repeat;
	color: 
}
#mmenu, #mmenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mmenu{
	float: left;
	padding-left: 13px;
	padding-top: 21px;
}

#mmenu li, #mmenu li ul li{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#mmenu li{
	display: inline!important;
}


#mmenu li ul{
	position: absolute;
	height: 40px!important;
	z-index: 100;
	top: 0;
	margin-top: 22px!important;
	visibility: hidden;
}

#mmenu li ul li{
	height: 40px;
	background: url(/i/menu2_bg.png) left top repeat-x;
}


#mmenu li a{
	display: block;
}

#mmenu li a:hover{
	background-position: 0 31px!important; 
}

#mmenu li ul li a{	
	line-height: 33px;
	margin:0 10px;
	font-weight: bold;
	font-size: 10px;
	color: #0A1D5E;
	text-decoration: none;
}
#mmenu li ul li a:hover{
	color: #fff;
}
/*
#mmenu li ul{
	display: none;
}
*/
.mmenu-corn-left, .mmenu-corn-right{	
	display: block;
	width: 6px;
	height: 40px;
	background-image: url(/i/menu2_corn.png)!important;
	background-position: 0 0;
}
.mmenu-corn-right{
	background-position: -6px 0!important;
}
.mmenu-dropper{
	width: 40px;
	height: 30px;
	cursor: pointer;
}
