html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px;
	height: 100%;
	background: #000;
	color: #494949;
}

#wrapper {
	max-width: 968px;
	width: expression(document . body . clientWidth > 968 ? "968px" : "auto")
		;
	min-width: 968px;
	margin-left: auto;
	margin-right: auto;
  border-left: 5px solid #727272;
	border: 5px solid #727272;
	background: #ffffff url(../_images/layout/page-background-v2.png)
		repeat-x 50% 0;
}

#wrapper #container {
	margin: 0 auto;
	padding: 0px;
	background: url("../_images/layout/watermark.png") no-repeat top left;
}

#wrapper #container #header {
	height: 75px;
}

#wrapper #container #header #logo-floater {
	position: absolute;
}

#wrapper #container #header h1,#wrapper #container #header h1 a:link,#wrapper #container #header h1 a:visited
	{
	line-height: 120px;
	position: relative;
	z-index: 2;
	white-space: nowrap;
}

#wrapper #container #header h1 span {
	font-weight: bold;
}

#wrapper #container #header h1 img {
	padding-top: 25px;
	padding-right: 25px;
	float: left;
}

#headerright {
	float: right;
}

#wrapper #container #center {
	float: left;
	width: 750px;
	background-color: #FFF;
}

#wrapper #container #center .right-corner {
	background: transparent
		url(../_images/layout/right-content-background-right.png) no-repeat
		100% 0;
	position: relative;
	left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
	padding: 25px 25px 25px 35px;
	background: transparent
		url(../_images/layout/right-content-background-left.png) no-repeat 0 0
		;
	margin-left: -10px;
	position: relative;
	left: -10px;
	min-height: 400px;
}

#wrapper #container #center .right-corner .left-corner .float {
	position: inherit;
	z-index: 2;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
}

th {
	font-weight: bold;
	text-align: left;
	background: #ccc;
}

td {
	background: #eee;
}


a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #FF9;
	text-decoration: underline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 25px 0px 0px 0px;
	border-bottom: 1px dashed #ddd;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 25px 0px 0px 0px;
	border-bottom: 1px dashed #ddd;
}

div.splashPage {
	text-align: center;
}

div.headertextsmall {
	font-size: 10px;
	margin: 15px 20px 10px 20px;
}

div.tail {
	width: 100%;
	clear: both;
	height: 4px;
	margin: 0px;
	background: #DEDEDE;
	border-bottom: 1px solid #f9f9f9;
}

div.footer {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 5px 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	background: #727272;
}

#leftContent {
	float: left;
	width: 190px;
	height: 453px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px; //
	background: url("../_images/menuBackground.png");
}

#rightContent {
	float: left;
	width: 450px;
	height: 100%;
	padding-top: 0px;
	padding-left: 10px;
	color: #7F5831;
	overflow: auto;
}

div.header a {
	color: #FFFFFF;
	background-color: #727272;
	padding: 5px;
	padding-left: 3px;
	display: block;
	font: 14px Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
}

div.button a {
	color: #FFFFFF;
	background-color: #727272;
	padding: 5px;
	padding-left: 3px;
	display: block;
	border-right: 15px solid #BABABA;
	font: 14px Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
}

div.button a:hover {
	border-right: 15px solid #DEDEDE;
	text-decoration: underline;
	color: #FF9;
}

a img {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid white;
}

a img:hover {
  border: 1px solid grey;
}

div.popup {
	padding-left: 25px;
	padding-right: 25px;
	width: 250px;
	background-color: #7f5831;
	color: #ffffff;
	border: 1px solid #b1e1f2;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

div.popup p {
	color: #ffffff;
}

#header img {
	border: none;
}

/* This is the area where the product line name appears */
#tee_name {
	height: 400px;
	width: 50px;
	padding: 0px;
	float: left;
}

/* Holds the photo & name of each style within a product line */
body .tee_detail {
	height: 130px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 125%;
	font-variant: small-caps;
}

/* Defines the popup window that appears when the mouse is over a detail image */
body .tee_popup {
	text-align: center;
	background-color: #fff;
	border: 1px solid grey;
	width: 265px;
	height: 400px;
	padding: 0px;
	margin: 0px;
}

body .tee_popup img {
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

body .tee_popup img.no-padding {
	padding: 0px;
	margin: 0px;
}

/* This the area where the full-body photo appears for each product */
#full_body {
	height: 400px;
	padding: 0px 5px 0px 0px;
	float: left;
}

/* Holds the images of the available options in the product line.  Required so the store stuff will appear below everything */
#detail_container {
	width: 220px;
	padding: 0px;
	float: left;
}

/* Holds the order form */
body #form_container {
	width: 225px;
	padding: 0px;
	float: left;
	border: 1px solid red;
	display: inline;
}

div.spacer {
	clear: both;
}

#contact_form {
	text-align: center;
}

#wrapper #container #center .right-corner .left-corner .float span.selector
	{
	padding: 5px 0px 25px 0px;
	margin: 0px;
	border: 0px;
	float: left;
}

#wrapper #container #center .right-corner .left-corner .float span.selector a
	{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#wrapper #container #center .right-corner .left-corner .float span.selector a img
	{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body .dojoTabContainer {
	position: relative;
	float: left;
}

body .dojoTabPaneWrapper {
	border: 1px solid #727272;
	_zoom: 1; /* force IE6 layout mode so top border doesnt disappear */
	display: block;
	clear: both;
	overflow: hidden;
}

body .dojoTab {
	position: relative;
	float: left;
	padding-left: 9px;
	background: url(../_images/layout/tab_01.gif) no-repeat left top;
	cursor: pointer;
	white-space: nowrap;
	z-index: 3;
}

body .dojoTab div {
	display: block;
	padding: 4px 15px 4px 6px;
	background: url(../_images/layout/tab_02.gif) no-repeat right top;
	color: #fff;
	font-size: 90%;
}

body .dojoTab.current {
	padding-bottom: 1px;
	/*border-bottom : 0;*/
	background-position: 0 -150px;
}

body .dojoTab.current div {
	padding-bottom: 5px;
	margin-bottom: -1px;
	background-position: 100% -150px;
	color: #333;
}

body .dojoTabPane {
	padding: 10px 10px 10px 10px;
	width: 200px;
	overflow: auto;
}

#buttons {
	width: 625px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.radioGroup li {
	padding: 2px 2px 0px 2px;
	margin: 0px;
	border: 2px solid white;
	float: left;
}

.radioGroup li.selected {
	background: #efefef;
	border: 2px solid #9e1108;
}

.radioGroup li img {
	padding: 0px;
	margin-bottom: 0px;
	border: 1px solid black;
}

/* Defines the popup window that appears when the mouse is over a swatch */
body .swatch_popup {
	text-align: center;
	background-color: #fff;
	border: 1px solid grey;
	width: 70px;
	padding: 5px 10px;
	margin: 0px;
}

/* Site navigation */
#site_nav {
  float: left;
  width: 190px;
  height: 453px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size:12px;
}

#site_nav a.nava {
  display: block;
  padding: 4px 3px 4px 10px;
  background-color:#ccc;
  text-decoration: none;
  background-image: url(../_images/menu/lv1_bk.gif);
  background-repeat: no-repeat;
  background-position:left center;
  color: #000;
  }

#site_nav a:hover.nava { 
  background-color: #333 !important; 
  background-image: none;
  color:#FFF;
  } 
  
/* Not sure what this is for */
#site_nav a.aselected { 
  color: #000;
  display: block;
  padding: 4px 2px 4px 10px;
  text-decoration: none;
  background-image: url(../_images/menu/lv1_selected.gif);
  background-repeat: no-repeat;
  background-position:left center;
  background-color: #e2e2e2 !important; 
  font-weight:800;
  } 
  
#site_nav a:hover.aselected { 
  background-color: #333 !important; 
  background-image: none;
  color:#FFF;
  }

#site_nav a:hover{
  margin: 0;
  background-color: #333;
  color: #fff;
  }

/* navb and navc are kept becuase they are probably used when we have menu trees which the template does not */
#site_nav a.navb {
  display: block;
  padding: 4px 3px 4px 25px;
  background-color:#ccc;
  text-decoration: none;
  background-image: url(../_images/menu/lv2_bk.gif);
  background-repeat: no-repeat;
  background-position:left center;
  color: #000;
  }

#site_nav a:hover.navb { 
  background-color: #333 !important; 
  background-image: url(../_images/menu/lv2_hover.gif);
  color:#fff;
  }
  
#site_nav a.bselected {
  display: block;
  padding: 4px 2px 4px 25px;
  text-decoration: none;
  background-image: url(../_images/menu/lv2_selected.gif);
  background-repeat: no-repeat;
  background-position:left center;
  background-color: #ccc !important; 
  color: #000;
  font-weight:800;
  }
  
#site_nav a:hover.bselected { 
  background-color: #333 !important; 
  background-image: url(../_images/menu/lv2_hover.gif);
  color:#FFF;
  }

#site_nav a.navc { 
  display: block;
  padding: 4px 7px 4px 37px;
  background-color:#aaa;
  text-decoration: none;
  background-image: url(../_images/menu/lv3_bk.gif);
  background-repeat: no-repeat;
  background-position:left center;
  color: #000;
  }
  
#site_nav a:hover.navc { 
  background-color: #333 !important; 
  background-image: url(../_images/menu/lv3_hover.gif);
  color:#fff;
  }

#site_nav a.cselected {
  display: block;
  padding: 4px 5px 4px 37px;
  text-decoration: none;
  background-image: url(../_images/menu/lv3_selected.gif);
  background-repeat: no-repeat;
  background-position:left center;
  background-color:#ccc !important; 
  color: #000;
  font-weight: 800;
  }

#site_nav a:hover.cselected { 
  background-color: #333 !important; 
  background-image: url(../_images/menu/lv3_hover.gif);
  color:#FFF;
  }

table img, table a, table a img, table a img:hover {
  margin-bottom: 0px !important;
  padding: 0px;
  border: 0px;
}