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

body {
	background-color:#1F4263;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:auto;
}

.smallFont {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

td {
	font-size:12px;
}

.red {
	color:#CC0000;
}

.listHead {
	background:#5F92C5;
	color:#FFFFFF;
	font-size:12px;
}

h2 {
	color:#F7941E;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:14px;
	margin-top:10px;
	color:#1F4263; 
}

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

#main h1 {
	display:block;
	color:#F99422;
	margin:0px;
	border-bottom: medium dotted;
	border-bottom-color:#1F4263;
	width:665px;
	margin-bottom:20px;
	font-size:20px;
}

.prodName {
	color:#06549C;
	font-weight:bold;
}

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

.btn {
	display:block;
	background-image:url(/images/btn_background.jpg);
	padding:4px 0px 3px 0px;
	color:#1F4263;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:150px;
	height:27px;
	background-repeat:no-repeat;
	border:none;
}

.btnSubmit {
	display:block;
	background-image:url(/images/btn_background.jpg);
	padding:0px 0px 3px 0px;
	color:#1F4263;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:150px;
	height:27px;
	background-repeat:no-repeat;
	border:none;
}


.btnLogin {
	display:block;
	background-image:url(/images/btn_background_login.jpg);
	padding:4px 0px 3px 0px;
	color:#1F4263;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:101px;
	height:27px;
	background-repeat:no-repeat;
	float:left;
}

.btnRed {
	display:block;
	background-image:url(/images/btn_background_red.jpg);
	padding:4px 0px 3px 0px;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:150px;
	height:27px;
	background-repeat:no-repeat;
}
/* header */
#header {
	background:url(../images/header_bg.jpg);
	width:945px;
	height:125px;
	background-repeat:no-repeat;
}

#header2 {
	background:url(../images/header_bg_no_nav.jpg);
	width:945px;
	height:125px;
	background-repeat:no-repeat;
}

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

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

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

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

#topNav li {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:8px;
	text-align:center;
	display:block;
	float:left;
	margin-left:30px;
}

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

/* bodyContent */
#bodyContent {
	display:block;
	background:url(../images/body_background.jpg);
	background-repeat:repeat-y;
	width:945px;
}

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

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


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

#search form {
	margin:0px;
}

#search h3 {
	color:#1F4263;
	font-weight:bold;
	font-size:10px;
	clear:left;
	margin-bottom:2px;
	margin-top:5px;
}

#search select {
	width:125px;
}

#search .txt {
	width:120px;
}


/* leftNav */
#leftNav {
	display:block;
	background:url(../images/left_nav_background.jpg);
	background-repeat: repeat-y;
	width:auto;
	height:auto;
	margin-right:10px;
	padding-left:10px;
	padding-top:10px;
	margin-left:20px;
	margin-top:20px;
	float:left;
	border:1px solid #A5C3E0;
}

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

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

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

#leftNav h1 {
	color:#1F4263;;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size:14px;
	margin:0px;
	border:none;
	width:180px;
}

#leftNav .divider {
	border-top:thin solid #A5C3E0;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:-10px;
	clear:both;
}

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

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

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

/* footer */
#footer {
	background:url(../images/footer_background.jpg);
	width:945px;
	height:14px;
}

.clear {
	clear:both;
}

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

#listPage h1 {
	display:block;
	color:#F99422;
	margin:0px;
	border-bottom: medium dotted;
	border-bottom-color:#1F4263;	
	width:665px;
	padding-bottom:2px;
}

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

}

.listItem .image {
	width:100px;
	display:block;
	float:left;
	margin-right:10px;
}

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

}

.listItem img {
	float:left;
	margin-right:20px;
}

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

#itemInfo .prodNumber {
	color:#06549C;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#itemInfo .prodName {
	color:#F99422;
	font-size:14px;
	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;
	background:#CDD5E9;
	padding:3px;
}

#listPage .pagination a {
	color:#333;
}

/* productPage */
#productPage {
	display:block;
	width:680px;
	float:left;
	background-color:#FFFFFF;
}

#productPage h1 {
	border:none;
	margin-bottom:0px;
	width:400px;
}

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

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

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

#productPage .leftColumn {
	display:block;
	float:left;
	margin-right:10px;
	width:250px;
}

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

#productPage .gridHeader {
	background:#5F92C5;
	color:#FFFFFF;
	font-size:12px;
}

#productPage .gridSubHeader {
	background:#CDD5E9;
	color:#06549C;
	font-size:10px;
}

#productPage .specialGridHeader {
	background:#F7931D;
	color:#FFFFFF;
	font-size:12px;
}

#productPage .specialGridSubHeader {
	background:#FCD3A3;
	color:#06549C;
	font-size:10px;
}

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

#productPage .stroke {
	background-color:#1F4263;
}

#productPage a {
	text-decoration:none;
}


/* 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:thin solid #cccccc;
	width:665px;
}

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

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

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

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

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

/* centerContent */
#centerContent {
	display:block;
	width:680px;
	float:left;
	margin-top:20px;
}

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

#home .leftColumn {
	display:block;
	float:left;
	margin-right:10px;
	width:465px;
}

#home .rightColumn {
	display:inline-block;
	float:left;
	background-image:url(../images/right_bkgnd.jpg);
	background-repeat:repeat-y;
	width:190px;
	border:1px solid #A5C3E0;
	padding:5px;
	text-align:center;
	color:#666666;
	font-size:10px;
}

#home .rightColumn a {
	text-decoration:none;
	color:#666666;
}

#home h3 {
	font-size:14px;
	text-align:left;
}

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