/* Undo Browser Defaults
================================================*/

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 20px 0px 15px;
	padding: 6px 0px;
	font-size: 24px;
	font-weight: bold; 
	border-bottom: 2px dotted #D7D7D7;
	color: #0F1312;
}

h2 {
	font-size: 17px;
	margin: 25px 0px 10px;
	font-weight: bold;
	color: #0F1312;
}

h3 {	
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 2.5em;
	color: #fff;
	background: #005395 url(box_title_bg.gif) repeat-x;
	height: 30px;
	margin: 0px -23px 15px -23px; 
	padding: 0px 20px;
	overflow: hidden;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	background-color: transparent;
}


h5 {
	font-weight: bold;
	font-size: 1em;
	color: #666;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links
================================================*/

a:link{
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #5C93BA;
}

a:visited{
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FF6600;
	color: #FF6600;
}


/* Misc
================================================*/
code,
kbd,
pre {font-size: 1em; font-family:Monaco,Courier,"Courier New",Tahoma; color: #B96A0E;}
ins {
	background-color:#dde3dd;
	text-decoration:none;
}
p,
pre {margin:0 0 1em;}
abbr,
acronym {border:none;}
abbr[title],
acronym[title] {
	border-bottom:1px dotted #666;
	cursor:help;
	font-style:italic;
	}

pre
{ 
  margin: 5px 20px; 
  padding: 5px;
  border-left: 4px solid #73A8D4;
  background-color: #E6F2FC;
  font-size: 12px;
}

pre code {
	display: block;
	line-height: 1.6em;
	margin: 12px 0;
	padding: 6px 38px 6px 12px;
}


/* Paragraphs
================================================*/
 
p {
	margin: 12px 0px 12px;
	font-size: 100%;
	line-height: 1.3em;
}

p img {
	margin: 10px;
}

img.img_left {
	margin: 3px 10px 7px 0;
	float: left;
	display: inline;
}

p.location{
	font-size: .9em;
	margin: 15px 0 -22px 0px;
	color: #9C9C9C;
}

p.location a:link,
p.location a:visited{
	border-color: #B1B1B1;
	color: #9C9C9C;
}


p.marked{
	margin: 5px 0 10px 0px;
	padding: 10px 18px;
	font-weight: normal;
	font-size: 1.1em;
	color: #000;
	background: #FFF3DB;
}

.marked_help{
	margin: 5px 0px 10px 20px;
	padding: 15px 25px 15px 20px;
	border-left: 1px solid #D1DC88;
	border-bottom: 1px solid #D1DC88;
	width: 25%;
	float: right;
	background: #eee url(marked.gif) no-repeat 100% 0;
	font-size: .9em;
}
blockquote{
	margin: 15px 0px 15px;
	padding: 0px;
	line-height: 1.3em;
}

.author {
	color: #FF6600;
	display: block;
}

.marked_date{
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #bbb;
	font-size: .9em;
}
/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 22px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 20px;
	padding: 0px;
}

ol li {
	line-height: 1.2em;
	font-size: 100%;
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 0px;
	list-style-type: none;

}

ul * ul {
	margin: 4px 0px 4px 0px;
}

ul li {
	line-height: 1.2em;
	font-size: 11px;
	margin: 5px 0px;
	padding: 0px 0px 1px 19px;
	list-style: disc;
	list-style-type: none;
	background: url(li_bg.gif) no-repeat 0px 4px;
}

html>body ul li{
	margin: 5px 0;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt{
	margin: 22px 0 7px;
	font-size: 12px;
	font-weight: bold;
}

dl dd{
	background: #FFF3DB;
	font-size: 12px;
	padding: 10px 10px;
	margin: 2px 0 2px 30px;
}

li h4{
	margin: 0px;
}
li p{
	margin: 5px 0px 14px;
}


/* Tables
================================================*/

table{
	border-collapse: collapse;
	margin: 15px 0 15px 0;
	border-color: #B3B3B3;
}
table td{
	border-color: #B3B3B3;
	padding: 5px;
	font-size: 100%;
}

table td strong{
	font-weight: bold;
}
table .color td{
	background: #F5F5F5;
}
table caption{
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
/*	background: #DEDEDE;*/
}


table th{
	font-size: 100%;
	padding: 5px;
	border-color: #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}
table th h4{
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #AEC9DD;
	border: 0px;
	color: #AEC9DD;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}



/* Form
================================================*/

.form{
	margin: 10px 0 10px;
	/*width: 430px;*/
	width: 100%;
	padding: 15px 0 0;
}
.form.redline{
	border-top: 4px solid #90A600;
}
.form fieldset{
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}
.form legend{
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul{
	margin: 0;
	padding: 0;
}
.form .line{
	clear: both;
	padding: 0 0 6px 0px;
	width: 100%;
	margin: 2px 0;
}
.form .line.marked{
	background: #DDEDF7;
	padding: 5px 0;
	margin: 5px 0 7px;
}
.form .line .label label{
	display: block;
	margin-left: 8px;
}
.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}
.form .line:before{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line{height: 1%;} 
.form .label{
	float: left;
	width: 30%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 100%;
}
.form .formw{
	width: 65%;
	display: block;
	float: left;
}
form.descr .formw{
	width: 460px;
	text-align: justify;
}
.form .formw .text{
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad{
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.form .btn{
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: #0066A8;
	color: #fff;
	border: 2px solid #0066A8;
}
.red{
	color: #FF6600;
}
.err{
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

.marked_type{
	margin: 5px 0 15px;
	padding: 5px;
	display: block;
	background: #F4F5F4;
	border: 1px solid #D5D5D5;
}


/* Misc
================================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}




.clear{
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
} 

/* Layout
================================================*/
body{
	font: 11px Tahoma;
	color: #333333;
	background: #fff;
}

.all{
	width: 100%;
	position: relative;
	text-align: center;
	background: url(fon.gif) repeat-x;
}

.header {
	position: relative;
	height: 148px;
}

.logo {
	position: absolute;
	top: 84px;
	width: 185px;
	height: 35px;
	overflow: hidden;
	font-size: 32px;
	font-weight: bold;
}
.logo a:link,
.logo a:visited,
.logo a:active,
.logo a:hover{
	color: Black;
	border: 0px none #fff;
}
.frame {
	position: relative;
	width: 693px;
	margin: 0 auto;
	text-align: left;
}

.slogan {
	text-align: left;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 40%;
	top: 84px;
	height: 58px;
	width: 60%;
	background: url(header_decor.gif) repeat-x 0px 100%;
}

.slogan p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
}


.site_nav {
	height: 32px;	
	margin: 0px;
	background: #71B5E2 url(fon.gif) repeat-x 0 -148px;
}

.site_nav li {
	height: 23px;
	width: 94px;
	list-style-type: none;
	float: left;
	display: inline;
	margin: 5px 5px 0px 0px;
	font-size: 11px;
	background: none;
}

.site_nav li.here {
	background: url(nav.gif) no-repeat 0px -23px;
}

.site_nav li a:link,
.site_nav li a:visited,
.site_nav li a:active{
	display: block;
	height: 23px;
	padding: 0px 0px 0px 22px;
	line-height: 21px;
	text-transform: uppercase;
	color: White;
	background: #005395 url(nav.gif) no-repeat 0px 0px;
	border: 0px;

}
.site_nav li.here a:link,
.site_nav li.here a:visited,
.site_nav li.here a:active {
	background: #F05700 url(nav.gif) no-repeat 0px -23px;
}

.site_nav li a:hover {
	text-decoration: none;
	background: #F05700 url(nav.gif) no-repeat 0px -23px;
}

.content {
	border-bottom: 2px solid #0066a8;
	padding-bottom: 24px;  
	width: 685px;
}

.col_1 {
	float: left;
	width: 480px;
	border: 2px solid #aec9dd;
	border-top: 2px solid #0066a8;
	background: White;
	margin-top: 16px;
}

.onecol {
	float: left;
	width: 100%;
	border: 2px solid #aec9dd;
	border-top: 2px solid #0066a8;
	background: White;
	margin-top: 16px;
}

.wrapper {
	margin: 0px 21px 0px 21px;
} 	


.promo_box {
	background: url(cont_img.jpg) no-repeat 129px 0px;
	position: relative;
	height: 260px;
	margin-right: -21px;
}


.promo_box:before {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.promo_box h1 {
	line-height: .9em;
	font-size: 28px;
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	width: 200px;
	letter-spacing: -.06em;
	padding: 0px;
	margin: 20px 0px 15px;
	border: 0px;
}

.promo_box h1 span {
	display: block;
	font-size: 24px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: normal;
} 

.desc {
	margin: 10px 0 0 2px;
	width: 196px;
}

.price {
	position: absolute;
	top: 194px;
	width: 250px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
.price_title{
	color: #666666;
	display: block;
	margin-bottom: 2px;
}
.price_num {
	float: left;
	display: block;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #FF6600;
	overflow: hidden;
	width: 60px; /* only for IE 5.01 */
	overflow: hidden;
}


.price_num span {
	color: Black;
}

a.btn:link,
a.btn:visited,
a.btn:active {
	float: left;
	margin: 3px 0 0 10px;
	display: block;
	background: url(button_order.gif) no-repeat 0 0;
	border: 0px solid white;
	height: 29px;
	width: 112px; 
	text-align: center;
	line-height: 2.4em;
	font-weight: bold;
	color: #000;
	border: 0px;
}

 a.btn:hover {
	text-decoration: none;
	border: 0px solid white;
	background: url(button_order.gif) no-repeat 0 -29px;
}

.list {
	margin-left: 16px;
	margin-bottom: 28px;
}

.list li {
	font-weight: bold;
	color: #FF6600;
	line-height: 1.5em;
}

.list li strong {
	font-size: 12px;
	color: #333;
}


.list li span {
	font-weight: normal;
	color: #333;
	line-height: 1.3em;
}


.col_2 {
	float: right;
	width: 185px;
	margin-top: 16px;
	border: 2px solid #aec9dd;
	border-top: 0px solid white; 
	background: White;
}

.col_2 .wrapper {
	margin: 0px 20px 0px 16px;
}

.col_2 h3 {
	margin: 0px -22px 12px -18px;
}

.site_nav li {
	padding: 0px;
}

.footer {
	padding: 0px;
	margin: 0px;
	height: 75px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover{
	border: 0px none #fff;
}
.footer_nav {
	float: left;
	margin: 10px 0px 0px -1px;
	padding: 0px;
	overflow: hidden;
	width: 480px;
	height: 65px;
}

.footer_nav li {
	float: left;	
	background: url(separator.gif) no-repeat 0 2px;
	margin: 0px;
	padding: 0px 8px 0px 9px;
	display: inline;
}


.buttons {
	float: right;
	width: 180px;
	padding: 0px;
	margin: 0 4px 0 0;
	height: 75px;
}

.buttons li{
	padding: 0px;
	margin: 10px 8px 0px 0px;
	background: none;
	float: right;
	display: inline;
}
