@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-SIZE:13px; 
	line-height:14px; 
	color:#333333;
}

#headmenu{
	width:790px;
	text-align:right;
	margin-right:20px;
	font-SIZE:10px;
}

#header{
	overflow:auto !important;
	overflow/**/:hidden;
	width:790px;
	height:175px;
	background:url(images/headerbg.jpg) left top no-repeat;
	margin:0 auto;
}

#wrapper{
	overflow:auto !important;
	overflow/**/:hidden;
	width:790px;
	padding:25px 0;
	margin:0 auto;	
}

#footer{
	clear:both;
	width:790px;
	border-top: 2px solid #cccccc;
	text-align:center;
	font-SIZE:10px;
	padding-top:5px;
	margin:0 auto;	
}

#nav{
	float:left;
	width:790px;
	margin-right:-500px;
}

#content{
	float:right;
	width:500px;
}

#globalNav{
	float:left;
	width:130px;
}

#secondNav{
	float:right;
	width:150px;
	margin-left:-130px;
	margin-right:500px;
}

#productWrapper{
	overflow:auto !important;
	overflow/**/:hidden;
	width:790px;
	padding:20px 0;
	margin:0 auto;	
}

/*----------------------globalNav------------------------*/
#globalNav ul {
	list-style:none;	
	margin:0;
	padding:0;
	border-top: 1px solid #cf9922;
}

#globalNav li {
	margin:0;
	padding:0;
	border-bottom: 1px solid #cf9922;
	border-right: 1px solid #cf9922;
	border-left: 1px solid #cf9922;
	width:130px;
}

#globalNav a{
	padding: 6px 0px 6px 10px;
	display:block;
	width:120px !important;
	width /**/:120px;
	color:#333333;
	text-decoration:none;
	background: #f5efc0 url(images/libg.jpg) left top no-repeat;
}

#globalNav a:hover{
	background:#f5efc0 url(images/libg.jpg) right top no-repeat;
	color:#990000;
	font-weight:bold;
}

#globalNav a.current{
	background:#f5efc0 url(images/libg.jpg) right top no-repeat;
	color:#990000;
	font-weight:bold;
}

/*----------------------secondNav------------------------*/
#secondNav ul {
	list-style:none;	
	margin:0;
	padding:0;
}

#secondNav li {
	margin:0;
	padding:0;
	width:150px;
}

#secondNav a{
	padding: 6px 0px 3px 0px;
	display:block;
	width:130px !important;
	width /**/:130px;
	text-decoration:none;
	background: #ffffff url(images/libg2.jpg) left top no-repeat;
}

#secondNav a:hover{
	background:#ffffff url(images/libg2.jpg) right top no-repeat;
	font-weight:bold;
	border-top: 1px solid #cf9922;
	border-bottom: 1px solid #cf9922;	
}

#secondNav a.current{
	background:#ffffff url(images/libg2.jpg) right top no-repeat;
	font-weight:bold;
	border-top: 1px solid #cf9922;
	border-bottom: 1px solid #cf9922;		
}

#secondNav dl{
	margin-bottom:10px;
}
/*----------------------Product List------------------------*/
#productList{
	margin-top:5px;
}

#productList ul{
	list-style:none;
}

#productList li{
	float:left;
	width:180px;
	height:200px;
	margin: 10px 10px 10px 20px;
	text-align:center;
	border: 1px solid #707070;
	padding-top:8px;	
}

#productList h3 span{
	display:block;
	padding: 3px 0px;
	color:#222222;
	font-weight:bold;
	background:#e6e6e6;
	font-SIZE:13px;
	border-top: 1px solid #707070;	
	border-bottom: 1px solid #707070;		
	margin-top:6px;
}

/*---------------------------------------------*/
#lum{
	float:left;
	width:270px;
	margin-top:5px;
}

#spec{
	float:left;
	margin-top:20px;
}

#spec .fntstl{
	font-weight:bold;
	color:#000000;
	border-bottom:3px solid red;
	padding-left:3px;
}

#spec .fntst2{
	color:#ab7807;
}

#spec td{
	border-bottom: 1px solid #d5c091;
	padding: 2px 2px 2px 2px;
}


#spec .fntst3{
	color:#ab7807;
	border-top: 1px solid #d5c091;	
	border-left: 1px solid #d5c091;		
}

#spec .fntst3-r{
	color:#ab7807;
	border-top: 1px solid #d5c091;	
	border-left: 1px solid #d5c091;		
	border-right: 1px solid #d5c091;			
}

#spec td.leftborder{
	border-bottom: 1px solid #d5c091;
	border-left: 1px solid #d5c091;
	padding: 2px 2px 2px 2px;
}


#spec td.rightborder{
	border-bottom: 1px solid #d5c091;
	border-left: 1px solid #d5c091;	
	border-right: 1px solid #d5c091;
	padding: 2px 2px 2px 2px;
}
/*----------------------Product List (frontpage)------------------------*/
#productListFP{
	margin-top:5px;
}

#productListFP ul{
	list-style:none;
}

#productListFP li{
	float:left;
	width:140px;
	height:162px;
	margin: 10px 10px 10px 20px;
	text-align:center;
	border: 1px solid #707070;
	padding-top:5px;
}

#productListFP h3 span{
	display:block;
	padding: 3px 0px;
	color:#222222;
	font-weight:bold;
	background:#e6e6e6;
	font-SIZE:13px;
	border-top: 1px solid #707070;	
	border-bottom: 1px solid #707070;		
	margin-top:8px;
}

#productListFP img{
	border: 0px;
}

/*---------------------------------------------*/
