body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;        
}
		
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC0000; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r_15 { margin-right: 15px; }

.button_01 a {
	float: right;
	clear: both;
	display: block;
	width: 120px;
	height: 25px;
	padding: 5px 0 0 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(img/button_01.png) no-repeat;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}

h3 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	//border-bottom: 1px solid #333;
}

h4 {
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
    font-family: verdana;
    margin: 0;	
}

h5 {
	padding: 2px 0;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
    font-family: verdana;
    margin: 0;	
}


.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}

#catelog{
    position:fixed; 
    left:0%; 
    top:40%; 
    width:51px; 
    height:142px;     
    z-index:20;
}

*html #catelog{position:absolute;}


*/
/* menu */

/* banner */

#banner_wrapper {
	clear: both;
	width: 100%;
	height: 350px;
	margin: 0 auto;	
    //border :1px solid white;    
}


#banner {
	width: 100%;
	height: 345px;
	padding: 0 0px;
	margin: 0 auto;
	background: url('img/base_a.jpg') repeat-y center top;  
    //border :1px solid blue;
}

#logo_container{
    width: 980px;
    margin: 0 auto;
    height: 60px;      
    //border :1px solid orange;  
}

#language{
    float: right;
    padding-right: 20px;
}

#banner_slider {
	clear: both;
	width: 980px;
	height: 285px;
	overflow: hidden;
	//margin-bottom: 10px;
    margin: 0 auto;
	//padding: 10px 0 0 0;
    //border :1px solid #ADADAD;
}

/* end of banner */

/* start of menu */

#menu_wrapper {
	clear: both;	
	width: 100%;
	height: 50px;
	margin: 0 auto;	
	background: url(img/base_b.jpg) top center repeat;
    //background-repeat: repeat-y;
}

#mainmenu {
	clear: both;
	width: 980px;
	height: 50px;
	margin: 0 auto;
	background: url(img/body_bg.jpg) top center repeat;
}


#mainmenu ul {
	width: 780px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	list-style: none;
}

#mainmenu ul li {
	padding: 0;
	margin: 0px;
	display: inline;
}

#mainmenu ul li a {
	float: left;
	display: block;
	width: 120px;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#mainmenu li a:hover, #mainmenu li .current {
	color: #000000;
	background:url(img/templatemo_button_01.png) no-repeat;
}

#mainmenu li .last {
	margin-right: 10px;
}

/* end of menu */

/* content */


#content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;	
	background: url(img/content_bg.jpg) repeat center top;
    //border: 1px solid white;
}



#content {
	width: 960px;
	margin: 0 auto;
	padding: 5px 10px 30px;
	//background: url(img/content_bg_middle.png) repeat-y center;
    //border: 3px solid green;
}


#content p {
	margin-bottom: 10px;
}

.section_w960_p15 {
	clear: both;
	width: 940px;
	padding: 0 15px;
    //border: 1px solid black;
}

.section_w930_p15 {
	clear: left;
	width: 650px;
	padding: 17px 15px 5px;
    text-align: justify;
    //border: 1px solid maroon;
    float: left;
}


.section_w930_p15 h2,.section_w430_p15 h2{color: maroon; font-family: Trebuchet MS;}

.section_w430_p15_top {
	float: right;
    clear: none;
	width: 240px;
	padding: 15px 15px 0 15px;
    text-align: left;
    //border: 1px solid red;
    font-size: 15px;
    background-image: url('img/top_curv.gif');
    background-repeat: no-repeat;
}


.section_w430_p15 {
	float: right;
    clear: right;
	width: 240px;
	padding: 0px 15px 0 15px;
    text-align: left;
    //border: 1px solid blue;
    font-size: 15px;
    background-image: url('img/middle.gif');
    background-repeat: repeat-y;
}

.section_w430_p15_bottom {
	float: right;
    clear: right;
	width: 240px;
	padding: 15px 15px 0 15px;
    text-align: left;
    //border: 1px solid red;
    font-size: 15px;
    background-image: url('img/bottom_curv.gif');
    background-repeat: no-repeat;
}


.categories_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories_list li {
	padding: 0;
	margin: 0;
}

.categories_list li a {
	display: block;
	color: #201f1c;
	padding: 5px 0 5px 20px;
	background: url(img/list.png) center left no-repeat;
}

.categories_list li a:hover {
	color: maroon;
	text-decoration: none;
    font-size: medium;
    font-weight: bold;
}


#below_content{
    float: left;
    clear: left;
    //border: 1px solid blue;
    width: 650px;
    height: 150px;	
    margin-top: 0px;
}

#latest{
    float: left;
    height: 150px;
    width:  440px;
    //border: 1px solid black;    
}



#product_catelog_wrapper{
    width: 190px;
    height: 150px;
    float: right;
    
}

#product_catelog_top{
    width: 190px;
    height: 37px;
    background-image: url('img/1a.jpg');
}

#product_catelog_mid{
    width: 190px;
    height: 113px;    
    background-image: url('img/1c.jpg');
    text-align: center;
}

#product_catelog_mid a:hover{
    
}

#product_catelog_bottom{
    width: 190px;
    height: 4px;    
    background-image: url('img/1b.jpg');
}



#content_bottom_wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(img/body_bg.jpg) repeat center top;    
    //border: 1px solid blue;
}


#content_bottom {
	width: 980px;
	height: 10px;
	margin: 0 auto;
	//background: url(img/content_bg_bottom.png) no-repeat center;    
    //border: 1px solid blue;
}

.box {
	float: left;
	width: 300px;
	background: url(images/box_01_middle.jpg) repeat-y;
}

.box_top {
	width: 300px;
	height: 5px;
	background:url(images/box_01_top.jpg) no-repeat;
}

.box_bottom {
	width: 300px;
	height: 15px;
	background: url(images/box_01_bottom.jpg) no-repeat;
}

.box .box_content {
	padding: 15px 20px 15px 20px;
}

.box h2 {
	color: #9b1919;
	font-size: 16px;
	margin-bottom: 20px;
}

.box .box_image_wrapper {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.em_text {
	font-size: 12px;
	color: #525252;
    font-family: verdana;    
}

.nav-all-rg {
    font-family: 'AllerRegular', sans-serif;  
    text-shadow: 1px 1px 0.0em  #ffffff;
}
    
    
.footer_content{
    width: 980px;
    margin: auto;
    padding: 5px 0 5px 0px;
    font-family: AllerRegular,Tahoma, Geneva, sans-serif;
    color: white;
    font-size: small;
}    

