/**
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
	background-color:#011839;
	background-image:url(img/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
}

p{
	padding-left:30px;
	padding-top:5px;
	padding-bottom:15px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:12px;
	line-height:17px;
}

.p_index{
	padding-left:11px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:20px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
}


ol, ul {
	list-style: none;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:20px;
}


li{
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:12px;
	padding: 5px 0px;
}

.ul_paragraph{
	margin:25px 5px 20px 11px;
	padding:0px; 
	 
}

.ul_paragraph li{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding: 4px 0px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

strong{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#99ccff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



h1{
	font-size: 38px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-weight:normal;
	vertical-align:top;
	padding-bottom:10px;
	padding-left:11px;
	text-shadow: 3px 3px 3px #014a7b;

}

h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight: normal;
	color:#ffffff;
	padding-left:11px;
}


h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight: normal;
	color:#5cb6ff;
	padding-left:11px;
	padding-bottom:5px;
	padding-top:23px;
}

h4{
	font-family: Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-weight:normal;
	font-size:18px;
	color:#00aeef;
	padding:20px 0px 3px 11px;
}

h5{
	font-family: Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-weight:normal;
	font-size:20px;
	color:#ffffff;
	padding:20px 0px 3px 11px;
	line-height:23px;	
}

h6{
	font-family: Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-weight:normal;
	font-size:24px;
	color:#5cb6ff;
	padding:0px 0px 5px 11px;
	line-height:23px;
}


a:link {
	color: #5cb6ff;
	text-decoration: underline;
	font-family:Tahoma, Geneva, sans-serif
}
a:visited {
	color: #9cd3ff;
	text-decoration: underline;
	font-family:Tahoma, Geneva, sans-serif
}
a:hover {
	color: #00d2ff;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif
}
a:active {
	color: #00d2ff;
	text-decoration: underline;
	font-family:Tahoma, Geneva, sans-serif
}



A.menu_top_link:link{
	color: #ffffff;
	text-decoration: none;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size:16px;
	display:block;
	height:57px;
	padding-top:5px;
	background-image:url(img/blue_menu_button.png);
	background-position:top center;
	background-repeat:no-repeat;
}
A.menu_top_link:visited {
	color: #ffffff;
	text-decoration: none;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size:16px;
	display:block;
	height:57px;
	padding-top:5px;
	background-image:url(img/blue_menu_button.png);
	background-position:top center;
	background-repeat:no-repeat;
	
}
A.menu_top_link:hover {
	text-decoration: none;
	color: #0b80e0;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size:16px;
	display:block;
	height:57px;
	padding-top:5px;
	background-image:url(img/blue_menu_button_act.png);
	background-position:top center;
	background-repeat:no-repeat;
}

A.menu_top_link:active {
	text-decoration: none;
	color: #0b80e0;
	font-family:  Tahoma, Geneva, sans-serif;
	display:block;
	font-size:16px;
	height:57px;
	padding-top:5px;
	background-image:url(img/blue_menu_button_act.png);
	background-position:top center;
	background-repeat:no-repeat;
}


A.resource:link{
	color: #0b80e0;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	display:block;
	height:57px;
	padding-top:5px;
	background-image:url(img/white_menu_bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
}
A.resource:visited {
	color: #0b80e0;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	display:block;
	height:57px;
	padding-top:5px;
	background-image:url(img/white_menu_bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
	
}
A.resource:hover {
	text-decoration: none;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	display:block;
	height:57px;
	padding-top:5px;
	background-image:url(img/white_menu_bottom_act.png);
	background-position:top center;
	background-repeat:no-repeat;
}

A.resource:active {
	text-decoration: none;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	display:block;
	height:57px;
	padding-top:5px;
	background-image:url(img/white_menu_bottom_act.png);
	background-position:top center;
	background-repeat:no-repeat;
}



A.left_menu_link:link{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	
}
A.left_menu_link:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;

	
}
A.left_menu_link:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#00aeef;
	text-decoration:none;

}

A.left_menu_link:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#00aeef;
	text-decoration:none;

}


A.footnote:link{
	color: #5cb6ff;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	vertical-align:super;
	font-size:8px;
	
	
}
A.footnote:visited {
	color: #9cd3ff;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	vertical-align:super;
	font-size:8px;

	
}
A.footnote:hover {
	color: #00d2ff;
	text-decoration: underline;
	font-family:Tahoma, Geneva, sans-serif;
	vertical-align:super;
	font-size:8px;

}

A.footnote:active {
	color: #00d2ff;
	text-decoration: underline;
	font-family:Tahoma, Geneva, sans-serif;
	vertical-align:super;
	font-size:8px;

}




A.box_link:link{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
}
A.box_link:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
	
}
A.box_link:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#66ccff;
	text-decoration:underline;
}

A.box_link:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#66ccff;
	text-decoration:underline;
}


A.blue_button:link{
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px !important;
	display:block;
	height:14px;
	width:79px;
	background-image: url(img/big_box_button.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	margin-top:7px;
	padding-top:3px;
}
A.blue_button:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px !important;
	display:block;
	height:14px;
	width:79px;
	background-image: url(img/big_box_button.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	margin-top:7px;
	padding-top:3px;
}
A.blue_button:hover {
	color: #0862ac;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px !important;
	display:block;
	height:14px;
	width:79px;
	background-image: url(img/big_box_button_hover.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	margin-top:7px;
	padding-top:3px;
}

A.blue_button:active {
	color: #0862ac;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px !important;
	display:block;
	height:14px;
	width:79px;
	background-image: url(img/big_box_button_hover.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	margin-top:7px;
	padding-top:3px;
}





A.footer_link:link{
	color: #77a3b3;
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
A.footer_link:visited {
	color: #77a3b3;
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	
}
A.footer_link:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}

A.footer_link:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}



.main{
	width:990px;
	margin:auto	
}

.header{
	height: 102px;
}

.header div{
	float:left;
}

.logo_intel{
	margin: 24px 20px 19px 30px;
}

.top_banner{
	margin:18px 0px 14px 19px;
	
}

.mod-search-searchbox-container { 
width: 141px;
height: 23px;
position: absolute;
top: 0px;
left: 0px;
background-color: transparent;
overflow-x: visible;
overflow-y: visible;
}
.mod-search-searchbox-container .mod-search-searchbox-form { 
position: absolute;
top: 0px;
left: 0px;
}
.mod-search-searchbox-container label { 
display: none;
}
.mod-search-searchbox-container .mod-search-searchbox-background {
	float: left;
	height: 23px;
	width: 122px;
	background-image: url(img/main.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}
.mod-search-searchbox-container .mod-search-searchbox-icon { 
float: left;
margin-top: 5px;
margin-left: 3px;
height: 12px;
width: 11px;
background-image: url(img/main.png);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px -111px;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: transparent;
}
.mod-search-searchbox-container .mod-search-searchbox-input-type-text {
	float: left;
	border: none;
	color: #8e949e;
	margin-top: 4px;
	margin-left: 15px;
	width: 94px;
	height: 15px;
	font-weight: 700;
	font-size: 11px;
	z-index: 50001;
	position: absolute;
	top: -1px;
	background-color: transparent;
	left: 0px;
}



.mod-search-searchbox-container .mod-search-searchbox-input-type-submit {
	position: absolute !important;
	top: 1px;
	right: -20px;
	width: 28px;
	height: 21px;
	text-indent: -1000px;
	line-height: 0;
	background-image: url(img/button_search.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	border: none;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container { 
visibility: hidden;
background-image: url(img/main.png);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px -190px;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: transparent;
position: absolute;
top: 14px;
left: -87px;
width: 223px;
padding: 0px;
z-index: 50000;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body { 
background-image: url(img/main.png);;
background-attachment: scroll;
background-repeat: repeat-y;
background-position: -411px 0px;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: transparent;
position: relative;
width: 100%;
margin-top: 15px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-options-body { 
background-image: url(img/main.png);
background-attachment: scroll;
background-repeat: repeat-y;
background-position: -178px 0px;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: transparent;
position: relative;
width: 100%;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-bottom { 
background-image: url(img/main.png);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px -133px;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: transparent;
z-index: 10;
position: relative;
width: 223px;
height: 18px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-item { 
overflow-y: visible;
overflow-x: hidden;
cursor: pointer;
background-color: transparent;
position: relative;
margin-left: 8px;
padding: 3px 0px;
width: 205px !important;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-item-active { 
overflow-y: visible;
overflow-x: hidden;
cursor: pointer;
background-color: #126db0;
position: relative;
margin-left: 8px;
padding: 3px 0px;
width: 205px !important;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-item-active-working { 
overflow-y: visible;
overflow-x: hidden;
cursor: pointer;
background-color: #126db0;
position: relative;
margin-left: 8px;
padding: 3px 0px;
width: 205px !important;
background-image: url("http://www.intel.com/sites/sitewide/search/pix/search/mod-searchbox-loading.gif");
background-repeat: no-repeat;
background-position: 185px 50%;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-options-item { 
overflow-y: visible;
overflow-x: hidden;
background-color: #f6f6f6;
cursor: pointer;
border-top: 1px solid #e5e5e5;
position: relative;
margin-left: 8px;
padding: 3px 0px;
width: 205px !important;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-options-item-active { 
overflow-y: visible;
overflow-x: hidden;
background-color: #555555;
cursor: pointer;
border-top: 1px solid #8e949e;
position: relative;
margin-left: 8px;
padding: 3px 0px;
width: 205px !important;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-item .menuItemText { 
color: #8e949e;
word-wrap: break-word !important;
white-space: normal !important;
font-size: 11px;
line-height: 14px;
background-color: transparent;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-item-active .menuItemText { 
color: #ffffff;
word-wrap: break-word !important;
white-space: normal !important;
font-size: 11px;
line-height: 14px;
background-color: #126db0;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-item-active-working .menuItemText { 
color: #ffffff;
word-wrap: break-word !important;
white-space: normal !important;
font-size: 11px;
line-height: 14px;
background-color: #126db0;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-options-item .menuItemText { 
color: #000000;
word-wrap: break-word !important;
white-space: normal !important;
background-color: #f6f6f6;
font-size: 11px;
line-height: 14px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-menu-container div.mod-search-searchbox-menu-body div.mod-search-searchbox-menu-options-item-active .menuItemText { 
color: #ffffff;
word-wrap: break-word !important;
white-space: normal !important;
background-color: #555555;
font-size: 11px;
line-height: 14px;
}
div.mod-search-searchbox-test-wrapper .menuItemPrefix { 
width: 20px;
float: left;
visibility: hidden;
}
div.mod-search-searchbox-test-wrapper .menuItemSuffix { 
width: 15px;
float: left;
visibility: hidden;
}
div.mod-search-searchbox-menu-body .menuItemText { 
float: left;
width: 170px;
}
div.mod-search-searchbox-flyout-body .menuItemText { 
float: left;
width: 114px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container { 
visibility: hidden;
position: absolute;
top: 136px;
left: -236px;
width: 179px;
padding: 0px;
z-index: 60000;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-top { 
background-image: url(img/main.png);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px -59px;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: transparent;
position: relative;
height: 42px;
width: 179px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-body { 
background-image: url(img/main.png);
background-attachment: scroll;
background-repeat: repeat-y;
background-position: 0px 0px;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: transparent;
position: relative;
width: 168px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-bottom { 
background-image: url(img/main.png);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px -33px;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: transparent;
z-index: 10;
position: relative;
width: 168px;
height: 18px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container h2.mod-search-searchbox-flyout-header { 
color: #ffffff;
font-size: 10pt;
position: relative;
top: 16px;
left: 17px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-body div.mod-search-searchbox-flyout-item { 
overflow-y: visible;
overflow-x: hidden;
cursor: pointer;
border-top: 1px solid #e5e5e5;
position: relative;
margin-left: 8px;
width: 150px !important;
padding: 3px 0px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-body div.mod-search-searchbox-flyout-item-none { 
overflow-y: visible;
overflow-x: hidden;
cursor: default;
border-top: 1px solid #e5e5e5;
position: relative;
margin-left: 8px;
width: 150px !important;
padding: 3px 0px;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-body div.mod-search-searchbox-flyout-item-active { 
cursor: pointer;
overflow-x: hidden;
overflow-y: hidden;
background-color: #126db0;
border-top: 1px solid #e5e5e5;
position: relative;
margin-left: 8px;
padding: 3px 0px;
width: 150px !important;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-body div.mod-search-searchbox-flyout-item-active-none { 
cursor: default;
overflow-x: hidden;
overflow-y: hidden;
background-color: #126db0;
border-top: 1px solid #e5e5e5;
position: relative;
margin-left: 8px;
padding: 3px 0px;
width: 150px !important;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-body div.mod-search-searchbox-flyout-item .menuItemText { 
color: #126db0;
font-size: 11px;
line-height: 14px;
white-space: normal !important;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-body div.mod-search-searchbox-flyout-item-active .menuItemText { 
color: #ffffff;
font-size: 11px;
line-height: 14px;
white-space: normal !important;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-body div.mod-search-searchbox-flyout-item-none .menuItemText { 
color: #8e949e;
font-size: 11px;
line-height: 14px;
white-space: normal !important;
}
div.mod-search-searchbox-test-wrapper div.mod-search-searchbox-flyout-container div.mod-search-searchbox-flyout-body div.mod-search-searchbox-flyout-item-active-none .menuItemText { 
color: #8e949e;
font-size: 11px;
line-height: 14px;
white-space: normal !important;
}
.mod-search-searchbox-test-wrapper { 
position: relative;
top: 18px;
right: -17px;
height: 23px;
border: none;
background-color: transparent;
}
.con-hdr { 
z-index: 5000;
}
#gaat40-header .gaat40-search { 
z-index: 1000;
white-space: normal !important;
}


.mail_print{
	margin-top:51px;
	margin-left:95px;
}

.mail_print div{
	padding-right:6px;
	padding-left:6px;
	height:15px;
	vertical-align: central;
}

.icon{
	padding-top:2px;
}

.top_menu{
	padding:0px;
	margin: 8px 0px 1px 0px;
	padding-left:0px;
}

.top_menu li{
	padding:0px;
	float:left;
	width: 165px;
	text-align:center;
	color:#FFF;
	height:57px;
	font-family:Tahoma, Geneva, sans-serif;
}

.header_page {
	margin-bottom:20px;
	width:100%;
}

.header_page td{
	vertical-align:top !important;
	text-align:left;
	padding-right:18px;
}

.img_header_page{
	width:260px;
}

.header_page h1{
	font-size:36px;
	line-height:36px;

}

.content{
	background-image:url(img/line_left.png);
	background-repeat:repeat-y;
	background-position: 218px 0px;
}

.left_menu {
	float:left;
	width:203px;	
}

.left_menu ul{
	padding:0px 10px 10px 19px;
}

.left_menu li{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#00aeef;
	padding:9px;
	border-bottom:#264767 1px dashed;
	padding-left:22px;
	list-style:none;
	background-image:url(img/bullit_left_menu.png);
	background-position: 0px 10px;
	background-repeat:no-repeat;
}

.left_menu div {
	margin:10px 0px 7px 0px;
}

.left_menu h2{
	padding:0px 0px 17px 19px;
	line-height:22px;
}



.banner_advantage{
	margin-top:66px !important;
}

.right_container{
	float:right;
	width:765px;
	padding-bottom:15px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:12px;
}

.box{
	height:153px;
	width:244px;
	background-image:url(img/box_btm_line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:top;
	margin-top:10px;
	float:left;
	margin-left:11px;
}

.box_content{
	width:242px;
	height:137px;
	background-image:url(img/box_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-left: 1px solid #3f6788;
	border-right: 1px solid #3f6788;
}

.preview{
	float:left;
	width:152px;
	height:93px;
	text-align:center;
}

.list_opt{
	color:#5cb6ff !important;
	font-size:10px !important;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	height:93px;
}

.list_opt ul{
	padding:0px;
}

.list_opt li{
	font-family:Tahoma, Geneva, sans-serif;
	padding:1px 0px 3px 0px;
	font-size:10px;
	color:#5cb6ff !important;
}

.list_opt h2{
	padding:5px 0px 5px 0px;	
}

.description{
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
	float:left;
	width:226px;
	line-height:normal;
	padding:1px 5px 0px 11px;
}


.two_first_box{
	margin-left:-6px;
	margin-bottom:5px;
	
}

.big_box{
	width:369px;
	background-image: url(img/big_box_btm_line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:top;
	margin-top:10px;
	float:left;
	margin-left:16px;
	height:223px;
}

.big_box .box_content{
	width:367px;
	height:207px;
	background-image:url(img/box_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-left: 1px solid #3f6788;
	border-right: 1px solid #3f6788;
}

.big_box .description{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
	float:left;
	width:352px;
	line-height:normal;
	padding:5px 5px 0px 11px;
} 


.big_box .preview{
	float:left;
	width:245px;
	height:145px;
	text-align:center;
}

.big_box .list_opt{
	color:#5cb6ff;
	font-size:10px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	padding-left:5px;
}

.big_box .list_opt a{
	font-size:22px;
}

.big_box h2{
	padding-bottom:8px;
}

.resource_big_box{
	width:369px;
	background-image: url(img/big_box_btm_line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:top;
	margin-top:10px;
	float:left;
	margin-left:16px;
	height:132px;
}

.resource_big_box .box_content{
	width:367px;
	height:116px;
	background-image:url(img/box_bg.png);
	background-position: bottom;
	background-repeat:repeat-x;
	border-left: 1px solid #3f6788;
	border-right: 1px solid #3f6788;
}

.resource_big_box .publications{
	background-image:url(img/publications.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:124px;
}

.resource_big_box .specoffers{
	background-image:url(img/spec_offers.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:124px;
}


.resource_big_box .short_descriptions{
	background-image:url(img/short_descriptions.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:124px;
}


.resource_big_box .specifications{
	background-image:url(img/specifications.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:124px;
}

.resource_big_box .description{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#6dcff6;
	float: right;
	width:208px;
	line-height:normal;
	padding:15px 5px 0px 0px;
} 

.resource_big_box .description h2{
	padding:0px 0px 10px 0px;
}

.resource_big_box .description h2 a{
	font-size: 22px;
	line-height:22px;	
}

.resource_box{
	height:153px;
	width:244px;
	background-image:url(img/box_btm_line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:top;
	margin-top:10px;
	float:left;
	margin-left:11px;
}

.resource_box .description{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#6dcff6;
	float: right;
	width:121px;
	line-height:normal;
	padding:15px 5px 0px 0px;
} 

.resource_box h2{
	padding:5px 0px 2px 11px;
}

.resource_box .configurations{
	background-image:url(img/configurations.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:145px;
}

.resource_box .posters{
	background-image:url(img/posters.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:145px;
}

.resource_box .logotyps{
	background-image:url(img/logotyps.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:145px;
}

.resource_box .compatibility{
	background-image:url(img/compatibility.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:145px;
}

.resource_box .configurations_bios{
	background-image:url(img/configurations_bios.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:145px;
}

.resource_box .place_elements{
	background-image:url(img/place_elements.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:145px;
}


.distributors{
	width:754px;
	height:102px;
	margin:5px 0px 5px 11px;
	vertical-align:top;
	background-image: url(img/bg_distrib.png);
	background-position:0px 9px;
	background-repeat:repeat-x;
}

.logo_distr{
	height:93px;
	width:100%;
	background-image: url(img/border_distrib.png);
	background-position: top left;
	background-repeat: no-repeat;
	

}

.logo_distr div{
	width:25%;
	float:left;
	text-align:center;
	vertical-align: middle;
}


A.disti:link{
	height:38px;
	width:89px;
	background:url(img/km_distr.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:14px;
	
}
A.disti:visited {
	height:38px;
	width:89px;
	background:url(img/km_distr.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:14px;
}
A.disti:hover {
	height:38px;
	width:89px;
	background:url(img/km_distr_act.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:14px;
}

A.disti:active {
	height:38px;
	width:89px;
	background:url(img/km_distr_act.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:14px;
}


A.asbis:link{
	height:19px;
	width:83px;
	background:url(img/asbis.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:21px;
	
}
A.asbis:visited {
	height:19px;
	width:83px;
	background:url(img/asbis.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:21px;
}
A.asbis:hover {
	height:19px;
	width:83px;
	background:url(img/asbis_act.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:21px;
}

A.asbis:active {
	height:19px;
	width:83px;
	background:url(img/asbis_act.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:21px;
}


A.merlion:link{
	height:22px;
	width:95px;
	background:url(img/merlion.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:19px;
	
}
A.merlion:visited {
	height:22px;
	width:95px;
	background:url(img/merlion.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:19px;
}
A.merlion:hover {
	height:22px;
	width:95px;
	background:url(img/merlion_act.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:19px;
}

A.merlion:active {
	height:22px;
	width:95px;
	background:url(img/merlion_act.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:19px;
}

A.elko:link{
	height:27px;
	width:98px;
	background:url(img/elko.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:15px;
	
}
A.elko:visited {
	height:27px;
	width:98px;
	background:url(img/elko.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:15px;
}
A.elko:hover {
	height:27px;
	width:98px;
	background:url(img/elko_act.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:15px;
}

A.elko:active {
	height:27px;
	width:98px;
	background:url(img/elko_act.png) no-repeat;
	display:block;
	margin:auto;
	margin-top:15px;
}

.header_distr{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	vertical-align:middle;
	text-align:center;
	color:#b3e7fb;
	float:none !important;
	width:754px !important;
	padding:8px;
}

.footer{
	height:43px;
	width:990px;
	background-image:url(img/footer_line.png);
	background-repeat:repeat-x;
	background-position:0px 22px;
	color: #77a3b3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding-top:42px;
	margin:auto;
}



.footer div{
	float:left;
	color: #77a3b3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding-right: 25px;
}

.right_footer_menu{
	float:right !important;
	padding-right:0px !important;
}
		
.short_descr{
	float:left;
	margin: 40px 20px 20px 30px;
}

.short_descr h2{
	padding:0px;
	padding-bottom:3px;
}


.short_descr ul{
	padding:0px;
}

.short_descr li{
	padding:5px 0px;
	list-style:none;
}

.input_text{
	height:26px;
	width:200px;
	background-image:url(img/border_right_textinput.png);
	background-repeat:no-repeat;
	background-position: top right;
}

.inp{
	height:20px;
	border-bottom: 1px solid #5abaea;
	border-top: 1px solid #5abaea;
	border-right:none;
	border-left:none;
	margin:0px;
	padding:0px;
	vertical-align: top !important;
	width:190px;
	font-size:13px;
	color:#0860a8;
	padding-top:4px;
}

@media all and (min-width: 0) {
.inp { height:24px; padding-top:0px; } /* для Opera */
}

.submin_form{
	width:727px;
	margin-left:11px;
	margin-bottom:25px;
}


.textarea_sbm_div{
	width:727px;
	height:136px;
	background-image:url(img/btm_textarea_line.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.textarea_sbm{
	width:713px;
	border:none;
	border-right:#5abaea 1px solid;
	border-left:#5abaea 1px solid;
	height:124px;
	padding:0px;
	margin:0px;
	font-size:13px;
	color:#0860a8;
	font-family:Tahoma, Geneva, sans-serif;
	padding:2px 6px;
}

.submit_button_div{
	float:right;
}

.input_headers{
	font-family:Tahoma, Geneva, sans-serif;
	color:#5cb6ff;
	font-size:12px;
	vertical-align: bottom !important;
	padding:14px 0px 6px 0px;
}

.select_city{
	float: right;
	height:26px;
	width:166px;
	background-image:url(img/border_right_textinput.png);
	background-repeat:no-repeat;
	background-position: top right;
	text-align:left;
	margin-top:-46px;
}


.list_city {
	height:26px;
	border-bottom: 1px solid #5abaea;
	border-top: 1px solid #5abaea;
	border-right:none;
	border-left: none;
	margin:0px;
	padding:0px;
	vertical-align: top !important;
	width:156px;
	font-size:13px;
	color:#336699;
}


.pages{
	text-align:center !important;
	word-spacing: 4px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size:12px;
	margin-top:-3px;
	width:750px;
}

.list_distr{
	width:751px;
	background:url(img/bg_table_distr.png) no-repeat left top;
	margin-top:6px;
	margin-bottom:30px;
}

.hd_logo{
	width:172px;
}

.hd_name{
	width:373px;
	color:#b3e7fb;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:14px 10px 10px 24px;
	vertical-align:top;
	
}

.hd_city{
	width:138px;
	color:#b3e7fb;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:14px 10px 10px 24px;
	vertical-align:top;
}

.td_logo{
	border-bottom:#1b3f59 1px solid;
	padding:0px 5px 0px 6px;
	text-align:left;
	vertical-align:top;
}


.td_name{
	border-bottom:#1b3f59 1px solid;
	padding:15px 10px 30px 24px;
	vertical-align:top;
}

.td_city{
	border-bottom:#1b3f59 1px solid;
	padding:14px 10px 10px 24px;
	text-align:left;
	vertical-align: middle !important;
}

.name_distr{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	color:#5cb6ff;
	font-size:18px;
	padding-right:7px;
}

.title_distr{
	font-family:Tahoma, Geneva, sans-serif;
	color:#5cb6ff;
	font-size:18px;
	padding-right:7px;
}

.discr_destr{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:8px 0px 5px 0px;
	line-height:normal;
}

.learn_more{
}


A.sorting:link{
	color: #b3e7fb;
	text-decoration: none;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size:12px;
}
A.sorting:visited {
	color: #b3e7fb;
	text-decoration: none;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size:12px;
}
A.sorting:hover {
	color: #ffffff;
	text-decoration: underline;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size:12px;
}

A.sorting:active {
	color: #ffffff;
	text-decoration: underline;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size:12px;
}


