* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF url(../images/leftBorder.gif) repeat-y left;
}

#header {
}

.theHeader {
	font-size: 18px;
}

.maroon {
	color: #AA0000;
}

#container {
	width: 800px;
}




/******************************************

Navigation

******************************************/

#sideNav {
	background: #000066;
	border-right: 1px solid #990000;
	width: 181px;
	float: left;
}

#nav ul {
}

#nav li {
	background: #000066 url(../images/productButtons.gif) no-repeat;
	/*border-bottom: 1px solid #953c3f;*/
	margin: 3px 0 3px 0px;
	line-height: 23px;
}

#sideNav img {
	left: 0px;
}

#nav a {
	color: #000066;
	font: 13px Arial;
	text-decoration: none;
	padding-left: 30px;
}

#nav a:hover {
	color: #000066;
	font: 14px Arial;
	text-decoration: none;
}

.subNav {
	position: relative;

}
#subNav {
	background: #000066;
}

#subNav li {
	background: transparent;
	padding-left: 15px;
	margin: 3px 0 3px 0;
	line-height: 15px;
	border: none;
}

#subNav a {
	color: #FFFFFF;
	font: 9px Arial;
	text-decoration: none;
}

#subNav a:hover {
	color: #FFFFFF;
	font: 10px Arial;
	text-decoration: none;
}

/******************************************

Body

******************************************/

#content {

	width: 598px;
	float: left;
}

.blueLink a {
	color: #0000FF;
}

#content p {
	margin: 15px;
}

#content h2 {
	font: 24px Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	color: #0000FF;
	margin-top: 30px;
}

#footer p {
	font: 10px Arial;
}
	

/******************************************

Special Font/Paragraph Classes

******************************************/

.centered {
	text-align: center;
}

.red {
	color: #ff0000;
}

.strikethrough {
	text-decoration: line-through;
}

.redUnderline {
	color: #ff0000;
	text-decoration: underline;
}

.blue {
	color: #0000FF;
}

.darkBlue {
	color: #000066;
}

.blueHighlight {
	color: #0000FF;
	text-decoration: none;

}

.green {
	color: #009900;
}

.superscript {
	vertical-align: super;
	font-size: 8px;
}

.calculator {
	font-weight: bold;
	font-style: italic;
	margin-left: 75px;
}

.units {
	font-weight: none;
	font-style: italic;
	color: #0000FF;
}

.darkUnits {
	font-weight: none;
	font-style: italic;
	color: #000000;
}



.sale {
	position: absolute;
	width: 75px;
	height: 75px;
	background: transparent url('../images/sale.jpg') no-repeat;
	margin: -90px 0 90px 35px;
	

}



.limited {
	position: absolute;
	width: 75px;
	height: 75px;
	background: transparent url('../images/limited.jpg') no-repeat;
	margin: -90px 0 90px 35px;
	/*padding: -90px 0 90px 35px;*/
	
}






/******************************************

Product Pages

******************************************/

#products {
	width: 575px;
}

.product {
	color: #000000;
	font: 10px Arial;
	background-color: #cdd5de;
	border: 1px solid #006699;
}

.prodHeader {
	color: #000000;
	font: 11px Arial;
}

.prodInfo {
	color: #000066;
	text-align: left;
}

.prodInfo ul {
	margin-left: 50px;
	/*text-align: center;*/
}

.prodInfo ul {
	padding-left: 50px;
}

.product td {
	border: 1px solid #006699;
	padding: 2px;
}

.prodImage {
	background-color: #93a6bb;
}

.prodImage img {
	margin: 5px;
}

.prodImage a {
	font: 12px Arial;
	color: #cccccc;
	text-decoration: none;
}

.prodImage a:hover {
	font: 12px Arial;
	color: #cccccc;
	text-decoration: none;

}

#products h1 {
	font: 16px Arial;
	font-weight: bold;
	color: #ff0000;
	margin-top: 0px;
}

#products h2 {
	font: 24px Arial;
	font-weight: bold;
	color: #0000FF;
	margin-top: 15px;
}

.orderButton {
	background-color: #93A6BB;
}

.orderButton img {
	margin: 3px 10px;
}

/******************************************

Accessories Pages

******************************************/

.accessories a {
	color: #006699;
}

.accessories a:hover {
	color: #006699;
	text-decoration: none;
}



.accessories {
	color: #333333;
	background-color: #cdd5de;
	border: 1px solid #006699;
	margin: 5px 0;
}

.accessories td {
	border: 1px solid #006699;
	padding: 5px;
	text-align: left;
}

.small {
	font-size: 8px;
}



/******************************************

Order Form

******************************************/


#content h3 {
	font: 24px Arial Rounded MT Bold;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #FF0000;
	margin: 15px;
}

.prodName {
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
}

.prodInformation {
	font-weight: none;
	font-style: italic;
	color: #FF0000;
}

.prodPrice {
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	margin-left: 15px;
}

.orderTable {
	margin-left: 15px;
}

.orderTable img {
	margin: 3px 0 3px 0;
}

.orderTable td {
	padding-left: 15px;
}
