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

.flyer {
	background-color:#FFF;
}

body {
	background:url(../images/page_background.gif) top center;
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:auto;
}

.smallTxt {
	font-size:10px;
}

/* main */
#main {
	margin:0px auto;
	width:937px;
	text-align:left;
}

/* header */
#header {
	background:url(../images/header_background.jpg);
	width:937px;
	height:163px;
	background-repeat:no-repeat;
}

#header .cart {
	position: relative;
	top:50px;
	left:765px;
	width:138px;
}

#header .cart a {
	color:#333;
}

/* topNav */
#topNav {
	display:block;
	width:595px;
	position:relative;
	top:99px;
	left:35px;
	float:left;
}

#topNav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#topNav li {
	font-size:14px;
	font-weight:bold;
	padding-top:8px;
	text-align:center;
	display:block;
	float:left;
	margin-right:0px;
}

#topNav .onTab {
	background:url(../images/nav_tab_on.gif);
	background-repeat:no-repeat;
	width:93px;
	height:34px;
}

#topNav .offTab {
	background:url(../images/nav_tab_off.gif);
	background-repeat:no-repeat;
	width:93px;
	height:34px;
}

#topNav .onLink {
	color:#000;
	text-decoration:none;
}

#topNav .offLink {
	color:#9897C8;
	text-decoration:none;
}

/* search */
#search {
	color:#FFF;
	font-weight:bold;
	width: 300px; 
	top: 40px; 
	position: relative; 
	clear: left; 
	left: 700px; 
	float: left;
}

#search a {
	text-decoration:none;
	color:#FFFFFF;
}

#search .advanced {
	display:block;
	margin-left:50px;
}

/* bodyContent */
#bodyContent {
	background:url(../images/body_background.gif);
	background-repeat:repeat-y;
	width:937px;
	padding:20px;
	float:left;
	display:block;
}


#bodyContent h1 {
	display:block;
	color:#312F92;
	margin-top:9px;
	border-bottom: 3px dotted;
	border-bottom-color: #322F92;
	width:665px;
	margin-bottom:20px;
	font-size:24px;
	padding-bottom:14px;
}

#bodyContent h3 {
	color:#312F92;
	margin:0px;
}

.prodName {
	color:#312F92;
	font-weight:bold;
}

.prodNumber {
	color:#0092CF;
	font-weight:bold;
}

.btn {
	display:block;
	background:url(../images/btn_background.jpg) no-repeat;
	width:115px;
	height:28px;
	padding:6px 0px 3px 0px;
	color:#fff;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	float:left;
	margin-right:10px;
}

.stroke {
	background-color:#322F92;
}

.red {
	color:#CC0000
}	

.gridHeader {
	background-color:#322F92;
	color:#FFFFFF;
}

.gridSubHeader {
	background:#E5F3FA;
	color:#0092CF;
}

.priceGrid {
	background-color:#FFFFFF;
	font-size:14px;
}

#content {
	display:block;
	width:680px;
	float:left;
}

/* leftNav */
#leftNav {
	display:block;
	
	width:200px;
	margin-right:10px;
	float:left;
}

#leftNav .leftNavContent {
	padding-left:15px;
	background-color:#E5F3FA;
	min-height:150px;
}

#leftNav ul {	
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
}

#leftNav li {
	border-bottom:dotted 1px;
	width:175px;
	font-weight:normal;
	color:#666;
}

#leftNav a {
	color:#666;
	text-decoration:none;
}

#leftNav h1 {
	color:#322E92;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size:13px;
	margin:0px;
	border:none;
	width:180px;
	padding:0px;
}

/* left nav top and bottom */

#leftNav .top {
	display:block;
	background:url(../images/left_nav_top.gif) no-repeat left top;
	width:200px;
	height:12px;
}

#leftNav .bottom {
	display:block;
	background:url(../images/left_nav_bottom.gif) no-repeat left bottom;
	width:200px;
	height:12px;
}

/* chat */
#chat {
	margin-top:10px;
}

/* centerColumn */
#centerColumn {
	display:block;
	float:left;
	margin-right:20px;
	width:453px;
}

#centerColumn img {
	display:block;
	margin-bottom:9px;
	margin-right:6px;
}

/* rightColumn */
#rightColumn {
	display:block;
}

#rightColumn img {
	display:block;
	margin-bottom:9px;
}

/* footer */
#footer {
	background:url(../images/footer_background.gif);
	width:937px;
	height:75px;
	background-repeat:no-repeat;
	display:block;
	text-align:center;
	color:#666;
}

#footer a {
	text-decoration:none;
	color:#666;
}

.clear {
	clear:both;
}

/* listPage */
#listPage {
	display:block;
	float:left;
}

#listPage h1 {
	display:block;
	color:#312F92;
	margin:0px;
	border-bottom: medium dotted;
	width:665px;
}

#listPage .listItem {
	margin-top:10px;
	padding-bottom:10px;
	display:block;
	float:left;
	border-bottom:1px solid #CCCCCC;
	

}

.listItem .image {
	width:100px;
	display:block;
	float:left;

}

#listPage .listItem a {
	text-decoration:none;

}

#itemInfo {
	display:block;
	width:330px;
	float:left;
	margin-right:10px;
}

#itemInfo .prodNumber {
	color:#0092CF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#itemInfo .prodName {
	color:#312F92;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#listRight {
	display:block;
	float:left;
}

#listPage .listFilter {
	display:block;
	margin-top:10px;
}

#listPage .pagination {
	display:block;
	margin-top:5px;
	padding:3px;
	border-bottom:1px solid #CCCCCC;
}

#listPage .pagination a {
	font-weight:bold;
	color:#312F92;

}

/* productPage */
#productPage {
	display:block;
	width:600px;
	float:left;
	font-size:14px;
}

#productPage a {
	text-decoration:none;
}

#productPage h1 {
	border:none;
	width:auto;
	margin:0px;
	padding:0px;
}

#productPage h3 {
	width:auto;
	margin-bottom:5px;
	font-size:14px;
}

#productPage .prodNumber {
	font-size:24px;
}

#productPage .prodName {
	font-size:24px;
}

#productPage .leftColumn {
	display:block;
	float:left;
	width:300px;
}

#productPage .rightColumn {
	display:block;
	float:left;
	width:250px;
}

#productPage .gridHeader {
	background-color:#322F92;
	color:#FFFFFF;
	font-size:14px;
}

#productPage .gridSubHeader {
	background:#E5F3FA;
	color:#0092CF;
	font-size:12px;	
}

#productPage .priceGrid {
	background:#FFFFFF;
	font-size:14px;
}

#productPage li {
	margin:0px;
}

/* configurePage */
#configurePage {
	display:block;
}

#configurePage .listItem {
	padding-bottom:10px;
	display:block;
	float:left;
}

#configurePage .listItem a {
	text-decoration:none;
}

#configurePage .itemInfo img {
	display:block;
	float:left;
	margin-right:10px;
}

#configurePage .configOptions {
	display:block;
	padding-top:20px;
	border-top:1px solid #cccccc;
	width:665px;
}

#configurePage h3 {
	margin:0px;
	padding-bottom:5px;
	font-size:14px;
	clear:left;
	margin-top:10px;	
}

/* taxList */
#taxList {
	display:block;
}

#taxList #itemInfo {
	display:block;
	float:left;
	width:auto;
	margin-right:10px;
}

#taxList h3 {
	margin:0px;
	padding:0px;
	font-size:14px;
	clear:left;	
}

#taxList .leftColumn {
	display:block;
	float:left;
	width:440px;
}

#taxList .rightColumn {
	display:block;
	float:left;
	margin-left:20px;
	width:200px;
}

#taxlist .rightElement {
	display:block;
	background-color:#E5F3FA;
	margin-bottom:10px;	
	color:#666666;	
}

#taxlist .rightElementContent {
	padding:10px;
}

#taxlist .rightElement h3 {
	display:block;
	background-image:url(../images/subhead_bkgnd.gif);
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;	
	height:23px;
}

#taxlist img {
	width:95px;
}

/* catList */
#catList {
	display:block;
}

#catList h3 {
	margin:0px;
	padding:0px;
	font-size:14px;
	clear:left;	
}

#catList .leftColumn {
	display:block;
	float:left;
}

#catList .rightColumn {
	display:block;
	float:left;
	margin-left:20px;
}

#catList img {
	width:95px;
}

/* home */
#home {
	display:block;
	width:680px;	
}
