/********************************
*           Structure           *
********************************/

body {
		font-family: Arial, Helvetica, sans-serif; 
		background-color: #fff; 
		text-align: justify; 
		font-size: 12px;
		color: #666;
		}

#container {
		width: 950px; 
		margin: auto; 
		text-align: left; 	 
		padding-top: 0px; 
		padding-bottom: 0px; 
		background-color:#FFFFFF;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		}
	
#head {
		height: 317px; 
		width: 950px; 
		padding-top: 0px; 
		background-color:#fff;
		overflow: hidden;
		}

#headlogo {
		background-image:url(images/promo.jpg); 
		background-position:left top; 
		background-repeat: no-repeat; 
		display: block; 
		height: 64px; 
		width: 245px; 
		float: left; 
		}


#headlogo a{ display: block; height: 64px; width: 245px;}

#headnext {
		display: block; 
		height: 64px; 
		width: 208px; 
		float: left; 
		background-color: #fff;
		padding-top: 20px;
		
		}
		
#headfinal {
		background-image:url(images/sitestrap.jpg); 
		background-position:right center; 
		background-repeat: no-repeat; 
		display: block; 
		height: 64px; 
		width: 400px; 
		float: right; 
		}



#topnav {
		display: block;
		margin-top: 0px;
		float: center;

}

#topnav ul {
 margin: 0;
 padding: 0;
}
#topnav ul li{
 height: 30px;
 width: 83px;
 display: block;
 float: left;
 margin: 0;
 padding: 0;
 border-right: 1px solid #6C84C2;
	font-size: 110%;
		font-weight: bold;
		color: #6E4373;

}
#topnav ul li.last{
 border-right: 0px;
}

#topnav ul li.bigger{
 width: 90px;
}
#topnav ul li a{
height: 30px;
 width: 83px;
 display: block;
 float: left;
 margin: 0;
 padding: 0;
 text-align: center;
	color: #774F7C; 
	text-decoration: none;
}	

#topnav ul li a:hover {	color: #6C84C2; 
		text-decoration: underline;
	}

	

#maincontent {margin-top: 1px;}


#rightcol {
		display: block; 
		width: 316px; 
		background-color: #fff;
		float: right;
}


#rightcol2 {
		display: block; 
		width: 190px; 
		background-color: #fff;
		float: right;
}

#leftcol {
		display: block; 
		width: 300px; 
		background-color: #fff;
		float: right;
		margin-right: 5px;
}


#leftcol2 {
		display: block; 
		width: 440px; 
		background-color: #fff;
		float: right;
		margin-left: 3px;
		padding-right: 3px;
		
		}
		
#leftcol3 {
		display: block; 
		width: 180px; 
		background-color: #fff;
		float: left;
		margin-left: 3px;
		padding-right: 3px;
		
		}
		

#leftcol4 {
		display: block; 
		width: 210px; 
		background-color: #fff;
		float: left;
		margin-left: 3px;
		padding-right: 3px;
		
		}
		
		
#middlecol {
		display: block; 
		width: 645px; 
		background-color: #fff;
		float: left;
		}
		
#middlecol2 {
		display: block; 
		width: 945px; 
		background-color: #fff;
		float: left;
		}

#middlecol3 {
		display: block; 
		width: 745px; 
		background-color: #fff;
		float: left;
		padding-left: 5px;
		}


#middlecol4 {
		display: block; 
		width: 445px; 
		background-color: #fff;
		float: left;
		padding-left: 5px;
}

#middlecol5 {
		display: block; 
		width: 450px; 
		background-color: #fff;
		float: right;
		padding-left: 5px;
		padding-right: 5px;
}
		


#middlecol6 {
		display: block; 
		width: 330px; 
		background-color: #fff;
		float: left;
		padding-left: 5px;
}

#middlecol7 {
		display: block; 
		width: 330px; 
		background-color: #fff;
		float: right;
		padding-left: 5px;
		padding-right: 5px;
}

#middlecol8 {
		display: block; 
		width: 250px; 
		background-color: #fff;
		float: right;
		padding-left: 5px;
		padding-right: 8px;
}
	
		
		
.sidebox {
		background-color: #F5F5F5;
		margin: 0 0 10px 0;
		border: 0px solid #C2C3C5;
}


.content {
		padding: 5px 0 5px 5px;
		/*background-image: url(images/cart_bg.jpg);*/
}


form {
		margin: 5px 0 5px 0px;
		padding: 0px;
	}

.textfield {
		margin:0 0 2px 0px;
		padding: 0px;
		height:12px;
		width:115px;
		font-size: smaller;
		}
		

		
.textfield2 {
		margin:0px;
		padding: 0px;
		height:12px;
		width:90px;
		font-size: smaller;
		}
		
a.a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #af4434;
	text-decoration: none;
}
a.a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #af4434;
	text-decoration: underline;
}
a.a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #af4434;
}
a.c:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.c:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.c:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: inherit;
}
a.d:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #ff9900;
	text-decoration: none;
}
a.d:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #3399ff;
	text-decoration: underline;
}

a.d:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #ff9900;
	text-decoration: none;
		text-decoration: inherit;

}
.searchfield {
		height:14px;
		width:120px;
		display: block;
		float: left;
		margin-right:5px;
		}


.sidebox ul {
		list-style: none;
		padding-bottom:2px;

	}
	
.sidebox li {
		list-style-position: outside;
		margin: 0 0 7px -35px;
		padding-left: 8px;
		padding-bottom:2px;
		background-image: url(images/arrows.jpg);
		background-repeat: no-repeat;
		background-position: left center;
	}
	
.sidebox li a{
		margin-left: 10px;
		color: #555476;
		text-decoration: none;
	}
	
.sidebox li a:hover{
		margin-left: 10px;
		color: #6E4373;
		text-decoration: underline;
	}

.sidebox h4 {
		display: block;
		color: #fff; 
		background-image: url(images/product_header_bg.jpg);
		font-weight: bold;
		font-size: 100%;
		padding: 5px;
		margin: 0px;
	}



		
#pagelogo {
		background-image:url(images/..jpg); 
		background-position: center; 
		background-repeat: no-repeat; 
		display: block; 
		height: 177px; 
		width: 610px; 
		float: left; 
		}

#newsletter {	
		display: block;
		background-color: #6E4373;
		color: #fff;
		font-size: 90%;
		padding:5px 0 10px 5px;
		margin: 10px 0 10px 0;
	}

.newslink {
border: 0px;
}

#adverts {
		text-align: center;
}

.rightadvert {
		border: 1px solid #C2C3C5;
		margin: 0 0 10px 0;
}

#adverts img {
		border: 0px;
		}


#footer {
		display: block;	
		width: 950px;  
		background-color: #D1BD9C;
		margin-top: 10px; 
		padding-top: 10px;
		text-align: center; 
		color: #666666;
		border-top: 1px solid #ff9900;
		}
		
/********************************
*           Elements            *
********************************/







.hideall {display:none;}

.hide {
		display: none; 
		height: 0px; padding: 0px; margin: 0px; 
		font-size: 0px;
		}
	
.printhide { 
		display: block;
		}

.clear {
		clear: both;
		}

#footer a {
		color: #ffffff;
		text-decoration: none;
		font-size: 12px;
		font-weight: normal;
		}

#footer a:hover, #footer a:active {
		color: #ffffff;
		text-decoration: underline;
		}
