@charset "utf-8";
/* CSS Document */
@import url(Normalize.css);
body
{
	margin:auto;
	width:982px;
	font-family:Arial;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	position:relative;
}
div
{
	text-align:left;
}
img
{
	border-width:0;
}
img[src="images/cart2.gif"]
{
	margin-right:5px;
}
div[class="aligncenter redbold"]
{
	padding-left:311px;
}
div[class="marginleft200"]
{
	padding-bottom:100px;
}
div[class="marginleft200"] ul
{
	margin-top:7px;
	list-style:disc;
	padding:0px 30px 0px 30px;
	text-align:left;
}
td
{
	padding:3px 3px 3px 3px;
}
.padding70
{
	padding:0px 70px 0px 70px;
}
.padleft311
{
	padding-left:311px;
}
.cartimg
{
	position:relative;
	top:3px;
}
.alignleft
{
	text-align:left;
}
.aligncenter
{
	text-align:center;
}
.alignright
{
	text-align:right;
}
.left
{
	float:left;
}

.leftcrlf
{
	float:left;
	clear:left;
}

.right
{
	float:right;
}

.rightcrlf
{
	float:right;
	clear:right;
}

.clearboth
{
	clear:both;
}
.largeblue
{
	color:#0b4e85;
	font-size:24px;
}
.marginleft200
{
	margin-left:200px;
}
.redbold
{
	color:Red;
	font-weight:bold;
}
.width500
{
	width:500px;
	margin:auto;
}
.indent
{
	text-indent:20px;
}
.indent40
{
	text-indent:40px;
}
#main_menu
{
	margin:auto;
	padding:4px 0px 4px 0px;
	border:solid 1px #000;
	list-style:none;
	background-color:#cc9;
}

#main_menu > li
{
	display:inline;
	/*padding:5px 5px 5px 3px;*/
	padding:5px 3px 5px 1px;
	border-right:solid 1px #000;
	/*cursor:pointer;*/
}
#main_menu > li > a
{
	text-decoration:none;
	color:#000;
	font-size:.95em;
}
#main_menu > li > a:hover
{
	text-decoration:underline;
	color:#900;
}

#main_menu > li.lastchild
{
	border-right-width:0;
}

#sub_menu
{
	width:200px;
	position:relative;
}
#sub_menu > ul
{
	list-style:none;
	/*margin-top:20px;*/
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	padding-left:5px;
	color:#fff;
	/*position:absolute;*/
	position:relative;
	display:none;
}
#sub_menu > ul > li
{
	width:179px;
	padding:3px 0px 3px 10px;
	border:solid 1px #000;
	/*background-color:#090;*/
	background-image:url(../images/sub_menu.jpg);
	background-repeat:repeat-y;
	cursor:pointer;
}
#sub_menu > ul > li:hover
{
	/*background-color:#6f6;*/
	background-image:url(../images/sub_menu_over.jpg);
	color:#000;
}
#sub_menu_extras
{
	color:#fff;
	font-style:italic;
	text-align:center;
	margin:0px 8px 0px 8px;
}
#psearchform
{
	text-align:center;
	color:#ff9;
	font-weight:bold;
	margin:5px 0px 0px 0px;
}
#content
{
	width:782px;
	position:relative;
	margin-left:0px;
	left:1px;
	/*margin:1px 0px 0px 1px;*/
}
#content > div
{
	/*width:184px;*/
	width:369px;
	/*height:184px;*/
	height:200px;
	padding:10px;
	float:left;
	border:solid 1px #ccc;
	margin:0px -1px -1px 0px;
}
#content > div img.left2
{
	float:left;
	margin-right:10px;
	border:0;
	height:100px;
}
#content > div > div
{
	text-align:center;
}
#content a
{
	color:#0b4e85;
}
#content a:hover
{
	color:#900;
}
#contentHeader
{
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	text-align:center;
	background-color:#993;
	width:780px;
	position:relative;
	/*left:-1px;*/
}
#footer
{
	height:17px;
	padding-top:5px;
	background-color:#000;
	color:#999;
	text-align:center;
	font-size:9px;
}
#content2
{
	width:782px;
}
#content2 > div
{
	height:170px;
	border-bottom:solid 1px #ccc;
	padding:5px 10px 5px 10px;
}
#guidedSearch
{
	height:auto;
	width:196px;
	background-color:#ccc;
	color:#000;
	position:relative;
	top:-10px;
	left:-8px;
	padding:4px 0px 4px 4px;
	text-align:left;
	font-weight:bold;
	font-style:normal;
	font-size:.8em;
}
#guidedSearch > ul
{
	margin-left:20px;
	font-weight:normal;
}
#guidedSearch > ul a
{
	color:#000;
}
#guidedSearch > ul a:hover
{
	color:#900;
}
