* {margin:0;padding:0}

html, body
{
	height: 100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #797979;
	background: url('../../img/site/page_bg.gif') repeat-x top left;
}

html { background: #ffffff; }

body.mceContentBody
{
	background: #ffffff;
}

a img
{
	border: 0;
}

.clear
{
	font-size: 0;
	line-height: 0%;
	clear: both;
}

/* ===================== Layout ===================== */

#page
{
	width: 998px;
	position: relative;
	min-height: 100%;
}

#header
{
	height: 172px;
	position: relative;
	background: url('../../img/site/header_bg.gif') repeat-x 0 3px;
	z-index: 1000;
}

#main
{
	
}

#right
{
	float: right;
	width: 580px;
	position: relative;
}

#left
{
	float: left;
	position: relative;
	width: 418px;
	font-size: 0.75em;
}

#content
{
	padding: 0 30px;
	font-size: 0.75em;
}

#footer
{
	background: url('../../img/site/footer_bg.gif') repeat-x;
	height: 43px;
	position: relative;
	margin-top: -43px;
}

/* HEADER STYLES */
#header_top_line
{
	background: url('../../img/site/header_top_line.gif') no-repeat;
	font-size: 0;
	line-height: 0%;
	height: 3px;
}


/* ===================== Menu ===================== */

#menu
{
	position: absolute;
	padding-left: 20px;
	top: 108px;
	left: 0;
	background: url('../../img/site/menu_bg.gif') repeat-x;
}

#menu_nav
{
	font-size: 0.875em;
	list-style: none;
}

#menu_nav li
{
	position: relative;
	float: left;
}

#menu_nav li a
{
	position: relative;
	display: block;
	height: 30px;
	background: url('../../img/site/normal.gif') no-repeat top right;
	text-align: center;
	margin-right: -32px;
	padding-top: 10px;
	padding: 10px 30px 0 40px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu_nav li a:hover
{
	z-index: 1000;
	color: #2d81ca;
}

#menu_nav li.last a
{
	background: url('../../img/site/normal_last.gif') no-repeat top right;
}

#menu_nav li ul, #menu_nav li ul ul
{
	list-style: none;
	position: absolute;
	left: -999em;
	border: solid 1px #8fbfe9;
	background: #bfdcf5;
}

#menu_nav li ul li
{
	float: none;
	width: 12em;
}

#menu_nav li ul li a
{
	float: none;
	text-align: left;
	background: none;
	height: auto;
	padding: 5px 10px;
	margin: 0;
}

#menu_nav li ul ul
{ 
	position: absolute;
	left: -999em;
	margin: -2.4em 0 0 12em;
}

#menu_nav li:hover ul ul, #menu_nav li:hover ul ul ul
{
	left: -999em;
}

#menu_nav li:hover ul, #menu_nav li li:hover ul, #menu_nav li li li:hover ul
{
	left: auto;
}

#menu_nav a#menu_selected
{
	color: #2d81ca;
}

#menu_nav ul li.submenu_top, #menu_nav ul li.submenu_bottom
{	
	display: block;
	height: 6px;
	line-height: 0%;
	font-size: 0;
	border: 0;
	padding: 0;
}

#photo_container
{
	padding: 40px 0 0 50px;
}

/* ===================== Logo ===================== */

#logo_container
{
	position : absolute;
	background : url('/img/config/logo.png') no-repeat;
	z-index: 1000;
}

#logo_box
{
	position: absolute;
	top: 0;
	left: 0;
	width : 284px;
}

#logo_container a:link, #logo_container a:visited, #logo_container a:hover
{
	display : block;
	width : 100%;
	line-height : 100%;
	position : relative; 
	z-index : 1000;
	text-decoration : none;
}

#logo_innerwrap
{
	width : 100%;
	height : 100%;
}

/* ===================== Icons ===================== */

#icons_container
{
	position: absolute;
	top: 0;
	right: -180px;
	height: 40px;
	padding-right: 35px;
	background: url('../../img/site/icons_bg.gif') no-repeat top right;
}

#icons_container a
{
	display: block;
	float: left;
	padding: 9px 7px 0;
	background: url('../../img/site/icon_bullet.gif') repeat-y top right;
}

#icons img
{
	border : none;
}

#icon_home
{
	margin-left : 0;
}

#icon_mail
{
	margin-left : 0;
}

#icon_map	
{
	margin-left : 0;
}

/* ===================== Languages ===================== */

#langs_container
{
	position : absolute;
	padding: 0;
	left: 130px;
	top: 20px;
}

#langs_container a:link, #langs_container a:visited, #langs_container a:hover
{
	color : #2d81ca;
	font-family : tahoma;
	float : left;  
	text-decoration : none;
	font-size : 12px;
	padding-right : 14px;
	background : url(../../img/site/lang_sep.gif) 19px 5px no-repeat;
}

#langs_container a.active
{
	color: #fc801a;
	text-decoration: underline;
}

/* ===================== Content ===================== */

h1
{  
	font-size : 16px;
	font-weight	 : normal;
	color : #2d81ca;   
	text-align : left;
	font-family : tahoma;
	padding : 22px 0 10px 0;
}  
 
h2
{
	font-size : 16px;   
	font-weight : bold; 
	line-height : 23px;
	text-align : center;    
	color : #6581a1;     
	text-decoration : underline;
}  

#content img, .mceContentBody img
{
	border : solid 2px #6581a1;
	margin : 3px;
}

#content ul, .mceContentBody ul
{
	list-style-position: inside;
	padding-left: 10px;
}

#content blockquote, .mceContentBody blockquote
{
	padding-left: 20px;
}

#content p, .mceContentBody p
{
	padding: 6px 0;
}

#content table, .mceContentBody table
{
	border : solid 0 #6581a1;
	border-spacing: 0;
}

#content table th, .mceContentBody table th
{
	border : solid 0 #6581a1;
	padding : 0;
}

#content table td, .mceContentBody table td
{
	border : solid 0 #6581a1;
	padding : 0;
}

a:link, a:visited, a:hover {
	color : #2d81ca;
	text-decoration : underline;
}

a:hover
{
	color: #000f58;
	text-decoration: underline;
}

.content_block {
	padding : 0 0;
}

.clearfooter {
	clear : both;
	height : 52px;
	position: relative;
}

.button
{ 
	padding : 0 10px;
	font-family : arial, sans-serif;  
	font-size : 11px;
	border : #666666 1px solid; 
	background : #C0C0C0;
	color : white;
}
 
.error_message
{
	color : red;
	font-size : 10px;
}
 
.success_message
{
	color : #6581a1;
	font-size : 11px; 
	font-weight : bold; 
	text-align : center; 
	line-height : 15px;
}

#content table.form_table td, #content table.form_table th
{
	padding: 4px 0;
}

/*================ footer styles ==========*/

#footer_right
{
	position: absolute;
	bottom: 13px;
	left: 800px;
}

#footer_right a
{
	font-size: 0.75em;
	display: block;
	color: #2d81ca;
}

/*================ paging ================*/

.pages_container
{
	text-align: center;
}

/* CART STYLES */
#product_cart
{
	position: relative;
	margin: 20px 0 15px 15px;
	border: solid 1px #2D81CA;
	background: #edf5ff;
	color: #000;
	padding: 5px;
}

#product_cart a img { border: 0; }

.product_cart_table
{
	width: 100%;
}

.product_cart_table th
{
	background: #99C1EE;
	color: #FFF;
	padding: 1px 4px;
	font-weight: normal;
}

.product_cart_table td
{
	padding: 1px 4px;
}

.product_cart_table tr.product_cart_odd_rows td
{
	background: #e2e2e2;

}

.product_cart_table tr.product_cart_even_rows td
{
	background: #d3d3d3;
}

.product_cart_title
{
	font-size: 1.2em;
	padding-bottom: 7px;
}

.product_cart_total
{
	font-size: 1.2em;
	padding: 3px 4px;
	background: #99C1EE;
	color: #FFF;
}

.product_cart_buy
{
	text-align: right;
	padding: 6px 4px 0;
}
.product_cart_buy a
{
	padding-left: 4px;
	color: #000;
}

.public_cart_table
{
	width: 100%;
	color: #000;
	border: 0;
}

#content .public_cart_table a img
{
	border: 0;
}

#content .public_cart_table th
{
	border: 0;
	background: #99C1EE;
	color: #FFF;
	padding: 4px 7px;
	text-align: center;
}

#content .public_cart_table td
{
	border: 0;
	padding: 4px 7px;
}

#content .public_cart_table tr.product_cart_odd_rows td
{
	background: #e2e2e2;
}

#content .public_cart_table tr.product_cart_even_rows td
{
	background: #d3d3d3;		
}

#content .public_cart_table tr.public_cart_bottom_row td
{
	background: #99C1EE;
}

.public_cart_total
{
	padding: 15px;
	text-align: right;
	font-size: 1.5em;
	color: #707070;
}

.public_cart_total_price
{	
	color: #000000;
}

#content .product_cart_contacts td
{
	padding: 4px 7px;
}

.error-message
{
	background: #ffcccc;
	border: solid 1px #cc3333;
	padding: 2px 8px;
	color: #000;
	font-weight: bold;
}

.error_message, .message
{
	background: #ffcccc;
	border: solid 1px #cc3333;
	padding: 8px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

.form-error
{
	background: #ffcccc;
}

.success_message
{
	background: #ccffcc;
	border: solid 1px #66cc33;
	padding: 8px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.required_star
{
	color: #e25555;
}