@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333
}

#kie {background:#ffffe1 4px 4px url(/images/topbar_warn.gif) no-repeat; border-bottom: solid 1px #999999; font-family:arial; padding:4px; padding-left:26px; font-size:11px;}
#kie p {margin: 0 0 0.3em 0; text-align:justify;}
#kie .pseudo {color: #00008B; border-bottom: dotted 1px #00008B; _cursor:hand; cursor:pointer;}
#kie .pseudo a {text-decoration: none;}

#container {
	width: 1004px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	color: #4A4835;
} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/site_main_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 413px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#header #contacts{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px;
	color: #555F00;
	text-align: right;
	width: 210px;
	height: 255px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #CCC;
	width: 600px;
	float: left;
	margin-top: 390px;
	margin-left: 160px;
}
#topMenu a{
text-decoration: none;
color: #FFF;
font-weight: normal;
}

#topMenu a:hover {
	color: #FFF;
	text-decoration: underline;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}

#subMenu {
	/*float: left;*/
	font-size: 12px;
	text-align: center;
	/*width: 750px;*/
	margin-left: 133px;
	height: 140px;
	margin-left: 0px;
	background-image: url(../images/site_main_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	/*padding-right: 40px;*/
	clear:both;
}

#subMenu a {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #7B7B7B;
}

#subMenu a:hover {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #49ACD1;
}

#popuptext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	float: left;
	color: #7B7B7B;
	margin: 0px;
	width: 233px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#popup2   {
	float: left;
	vertical-align: middle;
	font-style: italic;
	text-align: center;
	width: 233px;
}


#popup2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;

}
#popup2 a:hover {
	font-size: 12px;
	color: #3FC7E2;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#popupBox  {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	height: 140px;
	width: 160px;
	float: right;
	vertical-align: middle;
	text-align: left;
	margin-top: -65px;
	margin-right: 45px;
	margin-bottom: 5px;
	margin-left: 45px;
	font-size: 10px;
}

#sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#sidebar2 p {
	padding-top: 0.5em;
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 10px;
	text-align: justify;
/*	background-color: #DEECCC;
	border: 1px solid #C8C7A8;*/
}
#sidebar2 {
	float: right;
	width: 233px;
	text-align: left;
	font-size: 12px;
}

#news {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/news_main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: right;
	color: #FF8000;
}

#faq {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/faq_main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: right;
	color: #9B9C86;	
}


#news_date {
	padding-right: 15px;

	font-size: 11px;
	color: #49ACD1;
}

#news p {
	padding-top: -20px;
	padding-right: 4px;
}

#news h3 {

	text-align: left;
	color: #3D5148;
}
#news b {
	color: #69664C;
}
#discount  {
	padding: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	
	float: left;
	text-align: left;	
	font-size: 12px;
}

#discount img {
	margin-left: 35px;	
}

#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #7B7B7B;
}

#mainContent h1 {
	text-align: left;
	font-size: 15px;
	line-height: 12px;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
	margin-left: -5px;
}
#mainContent h2 {
	text-align: left;
	font-size: 13px;
	line-height: 12px;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
	margin-left: -5px;
}

#mainContent h3 {
	text-align: left;
	margin: 0px;
	padding: 5px;
}

#mainContent p {
	text-align: justify;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

.selected_centered_content {
color: #49ACD1;
text-align:center;
}

.selected_content {
color: #49ACD1;
}

.important {
	color:#000000;
	font-size:14px;
}

#articles {
	float: left;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/articles.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: left;
	color: #9B9C86;
}

#articles h3 {
	text-align: left;
	color: #3D5148;
	margin-bottom: -15px;
	padding-bottom: 0px;
}
#articles b {
	color: #69664C;
}

#footer {
	float: left;
	color: #FFF;
	font-size: 12px;	
	width: 1004px;
	height: 164px;
	background-image: url(../images/site_12.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#footer2 {
	float: left;
	width: 758px;
	height: 164px;
	background-image: url(../images/site_13.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 245px;

}

#footer p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    font-size: 11px;
}

#footer a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    font-size: 11px;
	text-decoration: none;
	color: #FFF;
}


#footer a:hover {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    font-size: 11px;
	text-decoration: underline;
	color: #FFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #5161FF;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #5161FF;
	text-decoration: underline;
}
a:hover {
	color: #5060FF;
	text-decoration: underline;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}


#pageName h1 {
	color: #547064;
	padding-right: 10px;
	padding-top: 70px;
}

#message {
	color: #00FF00;
	font-style: italic;
}
#errors {
	color: #333333;
	font-style: italic;
}

#topMenu a:link  {
		text-decoration: none;
}

#topMenu a:visited  {
		text-decoration: none;
}

#topMenu a:hover {
	text-decoration: underline;
}


.selected{ 
	color: #FFF;
	font-weight: bold;

}

#sideMenu .selected{ 
	color: #49ACD1;
	font-weight: bold;

}

#waiting {
color: #767676;
text-align: center;
}

#msg {
	display: none;
}
