#wrapper {
	width: 760px;
	margin: auto;
	position: relative;
	margin-bottom: 20px;
}

#headerBanner {
	border: 1px solid #fff;
	width: 754px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 15px;
}

#headerNav {
	height: 100px;
	background: url("/images/header/navigation.gif") left bottom no-repeat;
	margin-top: 40px;
	padding-right: 5px;
	color: #fff;
	text-transform: uppercase;
}

#headerNavLinks td {
	vertical-align: top;	
	font-size: 10px;
	font-weight: bold;
}

#navSearch, #navSearch a  {
	color: #CCC;
	margin-bottom: 10px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#navSearchInput {
	background-color: #262626;
	border: 1px solid #878787;
	color: #fff;
	position: relative;
	top: 3px;
	margin: 0px;
	padding: 0px;
	height: 16px;
}

#cart {
	color: #ccc;
	text-decoration: none;
}

#cart #cartTotal {
	color: #ff0000;
	text-decoration: none;
}

#navAccount a {
	color: #fff;
	text-decoration: underline;
}

#navLinks a {
	color: #fff;
	text-decoration: none;
	margin-right: 1px;
}

#navLinks a#navLoginOut {
	color: #ff0000;
	text-decoration: none;
}

#navAccount {
	margin-top: 10px;
	margin-right: 1px;
}

#footer, #footer a {
	color: #fff;
	text-align: center;
	padding-top: 5px;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}

#contentPadding 
{
	padding: 10px;
}

#contentWrapper {
	background: url("/images/wrapper/contentWrapperBg.gif") left top repeat-x;
	background-color: #3A3A3A;
}

#contentWrapperBottom {
	height: 11px;
	line-height: 11px;
	width: 760px;
	margin: auto;
}

#contentWrapperBottomLeft, #contentWrapperBottomRight{
	width: 11px;
}

#contentWrapperBottomMiddle{
	background-color: #3A3A3A;
}

.contentRight, .contentLeft, .contentBoth, .contentOff, .contentBottom {
	width: 728px;
	margin: auto;
}

.contentBottom
{
	background: url("/images/wrapper/contentOff.gif") left top repeat-y;
	height: 175px;
}	

.contentBoth {
	background: url("/images/wrapper/contentBoth.gif") left top repeat-y;
}

.contentRight {
	background: url("/images/wrapper/contentRight.gif") left top repeat-y;
}

.contentLeft {
	background: url("/images/wrapper/contentLeft.gif") left top repeat-y;
}

.contentOff 
{
	background: url("/images/wrapper/contentOff.gif") left top repeat-y;
}

#content {
}

.contentLeft #content, .contentRight #content
{
	width: 558px;	
}

.contentBoth #content
{
	width: 395px;
}

.contentOff #content
{
	width: 728px;
}

#contentLeft, #contentRight {
	padding: 10px;
	width: 145px;
	display: none;	
}

.contentLeft #contentLeft, .contentRight #contentRight, .contentBoth #contentRight, .contentBoth #contentLeft {
	display: block;
} 

#contentBottom {
	height: 11px;
	line-height: 11px;
	width: 728px;
	margin: auto;
}

#contentBottomLeft, #contentBottomRight{
	width: 11px;
}

#contentBottomMiddle{
	background: url("/images/wrapper/contentBottomMiddle.gif") left top repeat-x;
}

.centerContent {
	margin: auto;
}
