@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-image:url(../siteimages/BodyBg.jpg);
	padding:0px;
	margin:0px;
}
h1 {
	font-weight:normal;
	font-size:16px;
	color:#000000;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-weight:normal;
	font-size:16px;
	color:#000099;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-weight:normal;
	font-size:16px;
	color:#FF0000;
	margin: 0px 0px 10px 0px;
}
p {
	margin: 0px 0px 10px 0px;
}
a {
	color:#000000;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

#wrapper {
	width:900px;
	margin: 0 auto 0 auto;
	padding-top:20px;
}
#header {
	width:900px;
	height:110px;
	background-image:url(../siteimages/header_background.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}
#content {
	width:900px;
	height:450px;
	background-image:url(../siteimages/content_background.jpg);
	overflow:hidden;
	background-repeat:repeat-y;
	padding: 0px 110px 0px 110px;
}
#topnav {
	float:left;
	width:900px;
	height:100px;
}
#navtoplinks {
	float:left;
	width:680px;
	clear:both;
	left: 0px;
	top: 0px;
}
#left {
	float:left;
	width:160px;
	height:300px;
	clear:left;
}

#newsletter {
	padding-top:0px;	
}
#newsletter h1 {
	font-weight:normal;
	font-size:16px;
	color:#000000;
	margin: 0px 0px 10px 0px;
}

#right {
	float:left;
	width:490px;
	height:300px;
}


#footer {
	width:900px;
	height:130px;
	background-image:url(../siteimages/footer_background.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	font-size:10px;
}

.pad10 {padding:10px;}

.floatleft {float:left;}
.floatright {float:right;}

.logo {
	float:right;
	position:relative;
	right:224px;
}
	

.floatleftpad {float:left; padding: 0 0 0 110px}
.floatrightpad {float:right; padding: 0 110px 0 0}

.weblink a:link {
	color:#CC0066;
}

#wrapper #footer .floatrightpad a {
	color: #00B0D8;
	font-weight:bold;
}

.input {
	font-size:10px;
	color:#666666;
	margin-bottom:5px;
}
#cartcontents {
	position:relative;
	left:10px;
	top:0px;
	width:490px;
	height:360px;
	overflow:scroll;
	padding-right: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}




body {
scrollbar-face-color:black;
scrollbar-highlight-color:grey;
scrollbar-3dlight-color:grey;
scrollbar-darkshadow-color:grey;
scrollbar-shadow-color:grey;
scrollbar-arrow-color:grey;
scrollbar-track-color:grey;
}

#navtoplinks  li {
	float:left;
	width:800px;
	height:auto;
}



#menu {
	padding-top:4px;
}
#menu ul {
	float:left;
	padding:0px 0px 20px 0px;
	margin:0px;
}
#menu li {
	padding:0px 0px 5px 0px;
	margin:0px;
	list-style:none;
	line-height:normal;
}
#menu a {
	text-decoration:none;
	background-color:#666666;
	display:block;
	height:auto;
	width:135px;
	padding:2px 0px 2px 20px;
	color:#FFFFFF;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:10px;
}
#menu a:hover {
	text-decoration:underline;
	background-color:#000000;
}
.homecontent {
	padding:0 0 0 20px;
}

