﻿/*********************************************

Global

*********************************************/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body
{
	line-height:1;
	background: #D8E8F1 url('../img/body.gif') repeat-x;
	color:#444;
	font: normal 1.2em Verdana,Arial,sans-serif;
	height:100%;
	padding-bottom:1px;
	padding-top:5px;
}

ol, ul
{
	list-style:circle;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

html
{
	font-size:62.5%;
}

.small
{
	font-size:0.9em;
}

a 
{
	color:#04A;
	text-decoration:none;
}

a:hover
{
	color:#036;
	text-decoration:underline;
}

h1
{
	font:normal 2em Georgia,sans-serif;
}

h2
{
	font:normal 1.6em Georgia,sans-serif;
}

h3
{
	font:normal 1.6em Verdana,sans-serif;
}

h1, h2
{
	margin-bottom:5px;
}

h1,h2,h3
{
	color:#456;
}

p
{
	padding:0.2em 0 1.2em;
}

img.bordered
{
	padding:3px;
	background:#FFF;
}

.clear,.clearer
{
	clear:both;
}

.clearer,.dblock
{
	display:block;
	line-height:0;
	font-size:0;
}

.clearer
{
	height:0;
}

.wrapper
{
	width:90%;
	min-width: 700px;
	max-width: 1000px;
	margin:0 auto;
}

/*********************************************

Header

*********************************************/


#header
{
	background:#F1F2ED repeat-x left top;
	padding-bottom:10px;
}

#logo
{
	margin-top:12px;
}

#logo a
{
	display:block;
	width:385px;
	height:120px;
	background:url('../img/logo.jpg') no-repeat left -1px;
}

#russianflag
{
	margin-top:105px;
}

#russianflag a
{
	display:block;
	width:40px;
	height:26px;
	background:url('../img/russianflag.jpg') no-repeat left -1px;
	margin-right:-50px;
}

#americanflag 
{
	margin-top: 105px;
}

#americanflag a
{
	display:block;
	width:50px;
	height:26px;
	background:url('../img/americanflag.gif') no-repeat left -1px;
	margin-right:0px;
}
#specialoffer
{
	margin-top:12px;
}

#specialoffer a
{
	display:block;
	width:100px;
	height:100px;
	background:url('../img/specialoffer.jpg') no-repeat left -1px;
	margin-right:200px;
}


/*********************************************

Footer

*********************************************/

#footer
{
	color:#89A;
	line-height:1.5em;
}

#footer a
{
	color:#567;
	text-decoration:none;
}

#footer a:hover
{
	color:#001;
	text-decoration:underline;
}

#footer .wrapper .content
{
	padding:6px 10px;
}

#footer .separator
{
	color:#BCE;
}


/*********************************************

Navigation

*********************************************/

.tabs li
{
	background: url('../img/tabs.gif') no-repeat 0 0;
	display:block;
	float:left;
	height:28px;
	font:bold 11px Verdana,sans-serif;
	line-height:28px;
	margin-right:3px;
}

.tabs li.current
{
	background:url('../img/tabs.gif') no-repeat 0 -28px;
}

.tabs span
{
	background:url('../img/tabs.gif') no-repeat right -56px;
	display:block;
	float:left;
}

.tabs .current span
{
	background:url('../img/tabs.gif') no-repeat right -84px;
}

.tabs a
{
	color:#68A;
	text-decoration:none;
	outline:0;
	display:block;
	padding-left:24px;
	padding-right:24px;
}

.tabs a:hover
{
	color:#048;
	text-decoration:none;
}

.tabs li.selected_tab a
{
	color:#002;
}

.navigation
{
	padding:14px 0 0 15px;
	background:#A8C8E6 url('../img/navigation_nosub.gif') repeat-x left top;
}

#top_right_menu
{
	margin-top: 5px;
}

#top_right_menu input
{
	font-size:0.9em;
}

#saying
{
	margin-top: 90px;
	font-size:1.2em;
}

/*********************************************

Subnavigation

*********************************************/

#subnavigation 
{
	background:#A4C3E0 url('../img/subnavigation.gif') repeat-x left top;
}

#subnavigation .wrapper .content 
{
	background:#FFF;
	padding:5px 5px 0;
}

#subnavigation .links 
{
	background:#D4E0E7 url('../img/subnavigation_links.gif') repeat-x left top;
	font-size:0.9em;
}

#subnavigation .links a 
{
	float:left;
	padding:10px;
	text-decoration:none;
	color:#048;
	outline:0;
}

#subnavigation .links a:hover 
{
	text-decoration:underline;
}

#subnavigation .links a.selected 
{
	color:#135;
	background:url('../img/subnavigation_selected.gif') no-repeat center bottom;
	font-weight:bold;
	text-decoration:none;
}


/*********************************************

Content (GLOBAL)

*********************************************/

#main
{
	background:#D8E8F1 url('../img/main.gif') repeat-x left top;
	min-height:225px;
}

#main .wrapper
{
	border:1px solid #D6D6D6;
	border-top:none;
}

#main_content
{
	background:#FFF;
	padding:5px;
}

.float_left
{
	float:left;
}

.float_right
{
	float:right;
}

.center
{
	text-align: center;
}

/*********************************************

Content (text section)

*********************************************/

.text_section
{
	border-bottom:5px solid #FFF;
	background:#F3F6FC;
	line-height:1.4em;
	padding:15px;
	padding-top: 30px;
}

.text_section h1
{
	font-size:1.5em
}

.text_section img
{
	background:#FFF;
	border:1px solid #DADADA;
	float:left;
	margin:0 25px 8px 0;
	padding:5px;
}

/*********************************************

Content (form section)

*********************************************/

.myForm td
{
	padding: 3px;
}

.label
{
	text-align:right;
	vertical-align: top;
}

/*********************************************

Content (info section)

*********************************************/

.info_section
{
	background:#EEE;margin-bottom:5px;
}

.info_section .info_content
{
	line-height:1.3em;
	padding:10px;

}

.info_section .info_title
{
	background:#D5D5D5 url('../img/push_title.gif') repeat-x left top;
	color:#555;
	padding:10px 8px;
	font: 1.5em Verdana,sans-serif;
	border-bottom:1px solid #C2C2C2;
}

.info_section .info_content img
{
	background:#FFF;
	border:1px solid #DADADA;
	padding:5px;
}

.info_section .info_content .float_left
{
	margin:0 25px 8px 0;
}

.info_section .info_content .float_right
{
	margin:0 0 8px 25px;
}