/**

COLORS

#ca3530 : red;

**/

body {
	background: url(../images/topBg.gif) left top repeat-x;
	padding: 0px;
	margin: 0px;
}
div, body, td {
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #ca3530;
	font-weight: bold;
}
.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
}
.greyFrame1 {
	background: url(../images/greyCorner1.gif) left top no-repeat;
}
.greyFrame2 {
	background: url(../images/greyCorner2.gif) right top no-repeat;
}
.greyFrame3 {
	background: url(../images/greyCorner3.gif) right bottom no-repeat;
}
.greyFrame4 {
	background: url(../images/greyCorner4.gif) left bottom no-repeat;
}
.greyFrameContent {
	padding: 20px;
	height: 100%;
}
.largeText {
	font-size: 24px;
}
h1, h3, h4, h5 {
	margin: 0px;
	font-weight: normal;
}
h1.pageName {
	font-size: 18px;
	margin-bottom: 20px;
}
.pageText {
	margin-bottom: 20px;
}
.superGridDivider {
	border: none;
	border-top: 1px solid #ebebeb;
	margin: 10px 0px;
}

/*** STRUCTURE STUFF ***/

.mainTable {
	width: 900px;
}
#mainContent {
	padding-top: 30px;
	padding-bottom: 10px;
}
#leftColumn {
	width: 240px;
	float: left;
	margin-bottom: 20px;
}
#rightColumn {
	float: right;
	width: 640px;
}

/*** HEADER ***/

#header {
	background: url(../images/headerBg.jpg) right top no-repeat;
}
#logo {
	margin: 0px;
}

/** HEADER TOP **/

#headerTop {
	height: 30px;
	background: #000;
	padding: 0px 10px 0px 20px;
}
#headerTop div {
	color: #fff;
	font-weight: bold;
}
#headerTopLeft {
	height: 30px;
	line-height: 30px;
	float: left;
}
#headerTopRight {
	height: 30px;
	line-height: 30px;
	float: right;
}
#headerNav {
}
#headerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headerNav ul li {
	float: left;
}
#headerNav ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
}
#headerNav ul li#linkViewCart a {
	background: url(../images/iconCart.gif) left center no-repeat;
	padding-left: 20px;
}
#headerNav a:hover {
	text-decoration: underline;
}

/** TOP NAV **/

#topNav {
	padding-left: 10px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	float: left;
	position: relative;
	z-index: 1000000;
}
#topNav ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	float: left;
	text-decoration: none;
	padding-left: 10px;
	color: #fff;
	background: url(../images/bullet2.gif) left center no-repeat;
	margin-right: 20px;
	display: inline;
}
#topNav ul li a:hover {
	text-decoration: underline;
}
#topNav ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	background: #ca3530;
	width: 250px;
}
#topNav ul ul li {
	float: none;
	width: 250px;
}
#topNav ul ul li a {
	float: none;
	border-bottom: 1px solid white;
	background-image: none;
	width: 240px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0px;
}
#topNav ul ul li a:hover {
	background: black;
}

/*** MAIN CONTENT ***/

/** SEARCH **/

#search {
	height: 40px;
	background: #ca3530;
	padding: 10px 0px 0px 10px;
	margin-bottom: 20px;
}
#inputSearch {
	width: 168px;
	height: 22px;
	background: url(../images/gradient2.gif) left top;
	border: 1px solid #fff;
	float: left;
	margin-right: 10px;
	padding: 6px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana;
}
#btnSearch {
	float: left;
}

/** LEFT NAV **/

#leftNav {
}
.leftNavHeader {
	height: 30px;
	line-height: 30px;
	background: #ca3530;
	padding-left: 20px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.leftNavLinks {
	border: 1px solid #cacaca;
	border-top: 1px solid #ebebeb;
	padding: 20px;
	background: url(../images/gradient1.gif) left top repeat-x #f8f8f8;
	margin-bottom: 10px;
}
#leftNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftNav ul li {
}
#leftNav ul li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #000;
	background: url(../images/bullet1.gif) left center no-repeat;
	padding-left: 10px;
}
#leftNav ul li a:hover {
	text-decoration: underline;
}

/** SLIDES **/

#slidesContainer {
	position: relative;
	height: 150px;
}
#slideNav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	height: 30px;
}
#slideNav {
	background: #000;
	padding: 10px 0px 0px 10px;
}
#slideNav a {
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 10px 10px 0px;
	color: white;
	background: #ca3530;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	display: inline;
}

/** PAGE LINKS **/

#pageLinks {
}
.pageLink {
	width: 200px;
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
}
.lastPageLink {
	margin-right: 0px;
}
.linkPageLinkName {
	display: block;
	padding-top: 5px;
}

/** ARTICLES **/

#articles {
	margin-bottom: 20px;
}
#articles td {
	padding: 10px 0px;
	border-bottom: 1px solid #dadada;
}
h1.articleName {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#articles .summaryCell {
	padding-left: 10px;
}

/** PRODUCTS **/

#products {
	margin-bottom: 20px;
}
#products td {
	border-right: 1px solid #ebebeb;
}
#products td.noBorder {
	border: none;
}
.productThumb {
	margin-bottom: 5px;
}
.productName {
	display: block;
	margin-bottom: 10px;
}
.priceBlock {
	margin-bottom: 10px;
}
.priceWas {
	text-decoration: line-through;
}
.price {
	font-size: 14px;
	font-weight: bold;
	color: #ca3530;
}

/*** FOOTER ***/

#footer div {
	color: white;
}
#footerNavContainer {
	background: #898989;
	height: 50px;
	line-height: 50px;
}
#footerNav {
	text-align: center;
	margin: 0px auto;
	color: white;
}
#footerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNav ul li {
	display: inline;
}
#footerNav ul li a {
	color: white;
	text-decoration: none;
}
#footerNav a {
	color: white;
}
#footerNav ul li span {
	padding: 0px 10px;
}
#footerContentContainer {
	background: #000000;
	padding: 20px;
}
#footerContent {
	text-align: center;
	margin: 0px auto;
	color: #FFF;
}
#smallLinks {
	color: #fff;
	margin-bottom: 20px;
}
#smallLinks a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}
#footerContact {
	margin-bottom: 20px;
}

/*** MORE INFO PAGE ***/

#moreInformationGraphic {
	float: right;
	margin: 0px 0px 20px 20px;
}
#miPriceBlock {
	line-height: normal;
}
#miText {
	font-size: 14px;
	line-height: 20px;
}
#miProductName {
	margin-bottom: 20px;
	font-size: 18px;
}
#ordering {
	background: #fafafa;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
}

dt {
	font-size: 18px;
	margin: 10px 0px;
}
