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


/***********************/
/****General Styles*****/
/***********************/
*
{
	padding:0;
	margin:0;
}
img, a img
{
	border:none;
}
.right
{
	float:right;
}
.left
{
	float:left;
}
body
{
	text-align:center;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#wrapper
{
	width:1000px;
	margin:auto;
	text-align:left;
}
#innerWrap
{
	background-image:url(images/innerBack.jpg);
	background-repeat:repeat-y;
	background-position:center;
	float:left;
	overflow:visible;
}

/***********************/
/********Header*********/
/***********************/
#header
{
	clear:both;
	width:1000px;
	float:left;
	background-image:url(images/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#logo
{
	width:329px;
	height:135px;
	margin:10px 0px 0px 0px;
}
#navBar
{
	width:984px;
	height:38px;
	margin:28px 0px 0px 0px;
	padding:0px 8px;
}
.navLink
{
	float:left;
	height:38px;
	overflow:hidden;
}

.navLink img:hover,
.navLink :hover img
{
	margin-top:-38px;
}
#navCart
{
	float:right;
}
#headAd
{
	margin:10px 0px 0px 0px;
	float:left;
	width:1000px;
	height:69px;
}

/***********************/
/********Main ID********/
/***********************/
#main
{
	width:1000px;
}
#mainContent
{
	width:952px;
	padding: 15px 24px;
	float:left;
}
.fullContent
{
	width:952px;
}
.designSection
{
	width:904px;
	padding: 15px 24px;
	float:left;
	border-bottom:thin solid #444444;
}
.arrow
{
	margin-left:-60px;
	width:139px;
	height:49px;
	padding:22px 25px 22px 5px;
	text-align:center;
	float:left;
}
.arrow a
{
	text-decoration:none;
}
.sectionContent
{
	float:left;
	padding-left:10px;
}
.sectionContent .steps
{
	float:left;
	padding-left:10px;
	min-height:100px;
}
.shirtOptions .sectionContent
{
	clear:both;
	float:left;
}
/***********************/
/*****Main Elements*****/
/***********************/

/* #mainContent */
.mainContentHeader
{
	display:none;
}
.mainContentFooter
{
	display:none;
}
h1
{
	color:#000000;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
}
h2
{
	color:#FFFFFF;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
}
h3
{
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:16px;
	font-weight:bold;
	
}
h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF6600;
	font-weight:normal;
}
p
{
	font-size:12px;
}
#mainContent li
{
	list-style:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainContent a
{
	color:#336699;
}

/***********************/
/********Sidebar********/
/***********************/

.sidebar
{
	width:130px;
	padding:5px;
	float:left;
}
.sidebarHeader
{
	display:none;
}
.sidebarFooter
{
	display:none;
}
.sidebar h2
{
	font-size:15px;
	font-weight:bold;
}
.sidebar ul
{
	list-style:none;
}
.sidebar li
{
	margin: 0px 0px 0px 8px;
	color:#363636;
	font-size:12px;
}
.sidebar a
{
	color:#336699;
	font-size:12px;
}

.leftSidebar 
{
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
}

.rightSidebar
{
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;
}
.switchDiv label
{
	display:none;
}
/***********************/
/********Footer*********/
/***********************/
#footer
{
	width:952px;
	padding: 15px 24px;
	float:left;
	clear:both;
}
#sitemap
{
	float:left;
	margin:5px 5px;
}
#sitemap ul
{
	list-style:none;
	margin:0px;
}
#sitemap li
{
	float:left;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 2px;
}
#sitemap a
{
	color:#336699;
	text-decoration:none;
}
#superiordesign
{
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 5px;
}
#superiordesign a
{
	color:#FF0000;
	text-decoration:none;
}
#copyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 5px;
}
#copyright a
{
	text-decoration:none;
	color:#336699;
	font-size:12px;
}
#superiorLogo
{
	float:right;
	margin:0px 5px;
}

/***********************/
/****Contact Us Page****/
/***********************/

/* This hides the form element to catch bot spam*/
.hotspot
{
	display:none;
}
