﻿

* { margin: 0; padding: 0;  }
a {text-decoration: none; }

body 
{ 
	background: #ffffff; 
	text-alifgn: center; 
	padding: 0; margin: 0 auto; 
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px; 
	line-height: 1.5em; 
	color: #000000;
}

/*
	background: #FFFFFF url('./images/bg_body.jpg') 0 0 repeat-x;
*/

.clear { margin: 0; padding: 0; height: 0; line-height: 0; font-size: 0px; clear: both;  }
.clear_15 { height: 15px;}
.clear_10 { height: 10px;}
.clear_5 { height: 5px;}

#body_container_div { margin: 0 auto; width: 900px; margin-top: 1px; }
#top_title h1 { font-weight: normal; font-size: 11px; line-height: 1.3em; text-align: left;}
#bottom_title h4 { font-weight: normal; font-size: 10px; line-height: 1.1em; text-align: right;}
#languages_div { margin: 2px 0px 1px 0px; padding: 0; text-align: right; background: #666666; border: 2px solid #666666;}


/*	main layout
----------------------------------------------------------------------
*/
#header_shadow, #footer_shadow {
	width: 1005px;
	height: 25px;
	margin: auto;
	background: url('./images/bg_header.jpg') 0 0 no-repeat;
}
#footer_shadow {
	background: url('./images/bg_footer.jpg') 0 0 no-repeat;
}

#main_container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 965px;
	background: #FFFFFF url('./images/bg_wrapper.jpg') 0 0 repeat-y;
	padding: 0 20px 0 20px;
}
#main_container .ie_shadow_left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 270px;
	background: url('./images/bg_ieshadow_left.jpg') 0 0 no-repeat;
}

#main_container .ie_shadow_right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 270px;
	background: url('./images/bg_ieshadow_right.jpg') 0 0 no-repeat;
}

* html #main_container .ie_shadow_right {
	right: -1px;
}

*/




#two_columns_div {}
#left_column_div { width: 200px; float: left; text-align: left; }
#main_content_div {
width: 690px; 
float: right;
text-align: left;
border: 1px solid #dddddd;
border-bottom: 1px solid #dddddd; 
}

#main_category_div, #bottom_category_div  { width: 200px; background: #ffffff; position: relative;}
#main_category_div ul.main_menu_ul, #bottom_category_div ul.main_menu_ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	border-bottom: 1px solid #dddddd;
}
#main_category_div li.main_menu_li, #bottom_category_div li.main_menu_li{
	position: relative;
	cursor: pointer; 
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
	border-bottom: none;
}
#main_category_div li.main_menu_li a, #bottom_category_div li.main_menu_li a {
	background-color: #ffffff;
	color: #CC0000;
	display: block;
	width: 194px;
	font-weight: normal;
	padding: 2px 2px 2px 3px;
}
#main_category_div li.main_menu_li a:hover, #bottom_category_div li.main_menu_li a:hover { 
{ color: #CC0000; border-right: 3px solid #AA2626;  background-color: #e4e4e4;}
#main_category_div li.main_menu_li:hover , #bottom_category_div li.main_menu_li:hover
{ color: #CC0000; border-right: 3px solid #AA2626;  background-color: #e4e4e4;}
/*
 {background-color: #CACACA; color: #16531B; }
*/
/*
{ color: #000000; border-right: 3px solid #AA2626;  background-color: #e4e4e4;}

*/


#bottom_category_div {margin-top: 5px;}

#sidebar_info_div { margin-top: 5px; padding: 5px; background-color: #ffffff; border: 2px solid #FFFFFF;}
#sidebar_info_div ul.sidebar_info_ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}
#sidebar_info_div li.sidebar_info_li {
padding: 5px 5px 5px 3px;
font-size: 10px;
}

#footer_div {
margin-top: 10px;
border-top: 1px solid #a1a1a1;
font-size: 10px;
color: #444444;
text-align: right;
}


#uootek { font-size: 10px;  color: #444444; }
#uooboutique { margin-left: 70px; font-weight: bold; color: #444444; font-size: 10px;}
#sitemap_div {}
#sitemap_div a {  color: #444444; font-size: 10px;}


.main_content { font-size: 11px; padding: 5px;}
.main_title { background-color: #ffffff; padding: 0px ; color: #000000; font-weight: normal; text-align: left;}
