@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	min-width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color:#E5E5E5;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrap{
	background-color: #FFF;
	margin: auto;
	width: 1000px;
}
#header{
	padding: 10px;
}
#header a{
	color: #00F;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}
#nav{
	background-color: #666;
	font-weight: bold;
	color: #FFF;
	clear:both;
}
#nav ul{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#nav li{
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#nav a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#nav form{
	display: inline;
}
#nav input{
	border: 1px solid #000;
	padding:2px;
}
#nav a:hover{
	text-decoration: underline;
	color: #FFF;
}

#main{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 700px;
}
#main img{
	padding-bottom:10px;
}
#main h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#main h2{
	padding-bottom: 10px;
}
#main h3{
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	padding-right: 25px;
	padding-left: 25px;
}
#main p{
	padding-bottom: 10px;
}
#sidebar{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer{
	clear:both;
	padding: 10px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#footer a{
	color: #00F;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
#footer h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#footer p{
	line-height: 18px;
	padding-top: 10px;
}
#msgBx{
	width: 268px;
	border: 1px solid #666;
	line-height: 15px;
	margin-bottom: 5px;
	font-size: 10px;
}
#msgBx p{
	padding: 5px;
	line-height: 18px;
}
#msgBx ul{
	padding: 5px;
}
#msgBx li{
	list-style-type: none;
	padding-top: 7px;
}
#msgBx h2{
	background-color: #F90;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
}
#msgBx strong{
	color: #F00;
}
#category{
	background-color: #FFF;
	float: left;
	border: 1px solid #000;
	height: 175px;
	width: 153px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
}
#main a{
	color: #00F;
	text-decoration: none;
}
#main a:hover{
	text-decoration: underline;
}
.addToCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #666;
	color: #000;
	background-image: url(grfx/addToCartBg.png);
	background-repeat: repeat-x;
}
th{
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.cartCell{
	padding: 5px;
	vertical-align: top;
}
.checkoutInput{
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}
.checkoutSelect{
	border: 1px solid #000;
	font-weight: bold;
}
#prodDetail{}
#questions{
	clear: both;
	}
#questions h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #E5E5E5;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

