@charset "utf-8";
/* CSS Document */

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

#header
{
   width:100%;
   background-color:#000000;	
}

#navigation
{
	width:920px;
	margin:0px auto;

}

#product_slider
{
	width:926px;
	height:306px;
	margin:0px auto;
}

#product_slider div
{
	float:left;	
}

#product_slider #slider_left,#product_slider #slider_right
{
	margin-top:130px;
}

#product_slider .SlideItMoo_back, .SlideItMoo_forward 
{
	cursor:pointer;
}

#product_slider #product_container
{
	overflow:hidden;
	width:785px;
	height:306px;
}

#product_slider #product_holder
{
	width:799px;
	height:286px;
	color:#ffffff;
	margin-top:20px;	
}

#product_slider #product_holder table
{
	width:785px;
	height:286px;
}



/*  ------------------------------   */



#slide_cont   				
{
	width:490px;
	height:300px;
	margin:0px auto;
	
}

#slide_cont div
{
	float:left;	
	
}

#slide_cont #slide_left,#slide_cont #slide_right
{
	margin-top:130px;
}

#slide_cont .SlideItMoo_back, .SlideItMoo_forward 
{
	cursor:pointer;
}

#slide_cont #slide_img
{
	overflow:hidden;
	width:490px;
	height:300px;
}

#slide_cont #slide_mask
{
	width:490px;
	height:300px;
	color:#ffffff;
		
}

#slide_cont #slide_mask img
{
	width:490px;
	height:300px;
}

.det_images {
	float:left; 
	width:514px; 
	height:325px; 
	background:url(images/port_bg.png) no-repeat;
	
}

/* ------------------------------------- */



#dropshadow
{
	width:100%;
	height:9px;
	background-image:url(/images/dropshadow.jpg);
	background-repeat:repeat-x;	
}

#content
{
	width:841px;	
	margin:0px auto;

}

#footer
{
	width:100%;
	background-color:#333333;
	margin-top:	37px;
}

 #footer #container
 {
	 width:823px;
	 margin:0px auto;
	 font-size:12px;
	 color:#FFF; 
	 padding:36px 0px 36px 0px;	 
 }
 

div.home_top_padding {
	padding-top:25px;
	padding-bottom:22px;	
}

.clear
{
clear:both;	
}