/* @override http://whothecapfits.com/hats/CSS/webstyle.css */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: silver;
	font-size: 14px;
	background-color: #996633;
}

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

/* provide container for solid color background */
#container
{
	width: 850px;
	background-color: #996633;
	margin: 0 auto;
	height: 750px;
	border: #ffffff solid 4px;
}

#banner
{
	clear: both;
	height: 150px;
	width: 800px;
	background-image: url(../images/layout/topimg.gif);
}

#pagetitle {

	clear: both;
	width: 580px;
	height: 50px;	
	text-align:center;
	background-color: #996633;
	z-index:2;
}

#splash
{
	clear:both;
	margin: 0 auto;
	height: 300px;
	width: 600px;
}

#menu1
{
	margin: -50px 20px 3px 3px;
	width: 130px;
	float: left;
}

/* others pages low menu */
#menu2
{
	margin: 3px 20px 3px 3px ;
	width: 130px;
	float: left;
}

/* Horizontal Menu */

#menu3
{
	width: 160px;
	margin: 20px;
}

#menu3 a
{
	text-decoration: none;
	font-size: 120%;
	color: maroon;
	display: block;
}

#menu3 a:hover
{
	color: #990000;
}

#menu3 li
{
	list-style-type: none;
	background-color: #aa7744;
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#middle
{
	float: left;
	width: 680px;
	margin: 3px;
	padding: 3px;
}

#splashphoto
{
	height: 200px;
	width: 600px;
	margin: 3px;
}

#Footer
{
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	font-size: small;
	margin: 5px;
}

#Footer a
{
	font-style: italic;
	font-variant: normal;
	color: blue;
}

#Footer n
{
	text-align: center;
	font-style: italic;
	font-variant: normal;
	color: blue;
	font-size: small;
}

#Footer d
{
	border: none;
	font-style: normal;
	color: silver;
	font-size: medium;
}	

#content
{
	float: left;
	width: 685px;
	height: 520px;
	padding: 5px;
	border: none;
	overflow: auto;
	z-index:9;
}

#contentfiber
{
	float: left;
	width: 600px;
	height: 450px;
	padding: 5px;
	background-image: url(../images/fibers/fibersmontage2.jpg);
}

#contentcare
{
	float: left;
	width: 600px;
	height: 450px;
	padding: 5px;
	background-image: url(../images/CARE/carehair.jpg);
}

form
{
	background-color: #CCCC99;
	border: thin solid #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	margin: 5px;
	padding: 5px;
}
select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

#item
{
	width: 390px;
	height: 390px;
	float: left;
	text-align:center;
}

#item2
{
	width: 480px;
	height: 390px;
	float: left;
	text-align:center;
}

#itemfooter
{
	/* width: 380px; */
	height: 20px;
	padding: 2px;
	margin-top:2px;	
	border:#999999 thin solid;
	/* background-color: #333333; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
	color:#999999;
	font-size: 105%;

}

#item img {
	vertical-align:middle;
}

#prev  {
	float:left;
}

#next {
	float:right;
}



.thumb
{
	margin: 10px;
	float: left;
}


#thumbrow
{
	width: 70px;
	float:left;
}


#thumbrow_right
{
	float: right;
	width: 70px;
}

.imgholder {
	height: 117px;
	margin: 5px;
}

.designchkbox {
	height: 42px;
	width: 36px;
	text-align: center;
	float: left;
}

.warning
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}
.error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
