/* CSS Document */
@import  "/css/all.css";
@import  "/css/menu.css";
.bold {
        font-weight:bold;
}
.italic {
        font-style:italic;
}
.strikethrough {
        text-decoration:line-through;
}
*{
	font-size:100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#352324;
	text-align:left;
	background-color: #f8f6ef;
	margin-top: 0px;
}
.productthumb {
	text-align: center;
        padding: 10px;
        float: left;
        border: 1px dotted #000;
	background-color:#;
        font-size: 14px;
        width: 200px;
        height: 300px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 23px;
}
div{
}

dd{
	margin-left:0;
}


#wrap{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}



#header{
	background-color: #ffffff;
	padding: 10px;
	font-size: 24px;
	color: #000000;
}

#PAGEnav {
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #dac2da;
	border-bottom-width: 1px;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background-color: #00B0D8;
 	text-transform:lowercase;
}
#ptitle {
	clear: both;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	color: #3E4357;
	text-transform:lowercase;
}
#colone-onecol{
	width:970px;
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#foot{
	clear:both;
	padding-top: 10px;
	text-align: center;
	background-color: #8CC63F;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
}

a:link {
	color: #f2b318;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #f2b318;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f2b318;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #f2b318;
	text-decoration: none;
	font-weight: bold;
}
.boldybold {
	font-weight: bold;
}
#formleft {
	float: left;
	width: 150px;
}
.formbox {
	border: 1px solid #333333;
}
#formtwo {
	float: left;
	width: 230px;
}
#formthree {
	float: left;
	width: 150px;
}
#formfour {
	float: left;
	width: 230px;
}
#wrap #nav a:link {
	color: #ffffff;
}
#wrap #nav a:visited {
	color: #ffffff;
}
#wrap #nav a:hover {
	color: #000000;
	text-decoration: none;
}
#wrap #nav a:active {
	color: #ffffff;
}
#subnav {
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	clear: both;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	background-color: #FFFFFF;
	color: #333333;
}
#wrap #foot a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#wrap #foot a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#wrap #foot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #foot a:active {
	color: #FFFFFF;
	font-weight: bold;
}
#clearboth {
	clear: both;
}
#wrap #nav #navitem {
	min-width: 10px;
	float: left;
	margin: 2px;
	padding: 2px;
}
#wrap #subnav #subnavitem {
	min-width: 10px;
	float: left;
	margin: 2px;
	padding: 2px;
}
h1 {
 color:#00B0D8;
 font-size:18px;
}
h2 {
 color:#8CC63F;
 font-size:18px;
}
h3 {
 color:#FBC700;
 font-size:18px;
}

