body, img, blockquote, div, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, p, pre, table 
{
    padding:0px;
    margin:0px;
    border:none;
	
}

body{
	background: url('../images/backgroundswatch.jpg') repeat-x #f9f3e4;
}

/* styles to fix FF link and form field 'outline' issue */
a:link, a:visited, a:hover, a:active {
	outline: 0;
	}

:focus
{
  -moz-outline-style: none;
}
/* end styles to fix FF link and form field 'outline' issue */

#wrapper
{
  width:960px;
  position: relative;
  margin-left: auto; 
  margin-right: auto;
}

#content
{
  width:960px;
}

#promo_background
{
	display:none;
}

#promos
{
  width:960px;
  height:100px;
  visibility:hidden;
  display:block;
  position:relative;
  /*background:url('/shared/images/promo_backer.gif') #b5b094 repeat-x;*/
  /*overflow:auto; removed here and added in js when no flash is needed*/
  clear:both;
  scrollbar-3dlight-color:#3a3a17;
  scrollbar-arrow-color:#ffffff;
  scrollbar-track-color:#d7d4bb;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#3a3a17;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#3f3f3f;
	overflow: hidden;
}

#promos ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#promos ul li{
	float: left;
	padding: 0px 0px 2px 0px;
	margin: 10px 0px 5px 37px;
	width:265px;
	height:88px;
	background: #F9F3E4 url(../images/promo_bg.png) no-repeat scroll 0%;
	display: inline;
}
#promos ul li strong p{
	font-size: 11px;
	color:#D98815;
}

#promos ul li p { 
	color:#574d30;
}

#promos ul li img{
  float:left;
  position:absolute;
  z-index:0;
  margin-right:5px;
}

#promos div /*Adjusted size and left alignment jsimko*/
{
	width:138px;
	padding: 16px 0px 0px 0px;
	position:relative;
	left:112px;
}

#promos p
{
}

#promos ul li a.promo_link /*Adjusted size and right alignment jsimko*/
{
	color: #D98815;
	display:block;
	vertical-align:bottom;
}

#promos ul li a.promo_link:hover
{
	background-color:#d58303;
	color:#ffffff;
}

#promos .topRight div
{
	width:255px;
	padding:5px 5px 0px 0px;
	position:absolute;
	text-align:right;
}

#promos .topRight p
{
	height:23px;
}

#promos .topRight a.promo_link
{
	float:right;
}

#promos .topLeft div
{
	width:255px;
	padding:5px 0px 0px 5px;
	position:absolute;
	text-align:left;
}

#promos .topLeft p
{
	height:23px;
}

#promos .topLeft a.promo_link
{
	float:left;
}

#promos .rightAlign div
{
	width:255px;
	padding:15px 0px 0px 0px;
	position:absolute;
}

#promos .rightAlign p
{
	display:inline;
	float:right;
	margin-right:5px;
	height:auto;
}

#promos .rightAlign strong
{
	display:inline;
	float:right;
	margin-right:5px;
}
	
#promos .rightAlign a.promo_link
{
	float:right;
}

#promos .leftAlign div
{
	width:255px;
	padding:15px 0px 0px 5px;
	position:absolute;
	text-align:left;
}

#promos .leftAlign a.promo_link
{
	float:left;
}

#promos .leftAlign p
{
	height:auto;
	width:auto;
	display:inline;
	margin-left:5px;
}

#promos .leftAlign strong
{
	margin-left:5px;
	display:inline;
}

#promos .misc{
	visibility: hidden;
	display: none;
}

.clear{
	clear:both;
	overflow: hidden;
	height:1px;
	width: 1px;
}

#main_content{
    position:relative;
	background:#dcdbd9 url('../images/feature_backgroundswatch.jpg') repeat-x;
	/*background:#d0d0d0 url('/shared/images/feature_backgroundswatch.jpg') repeat-x;*/
    width:960px;
    height:455px;
	top: -4px;
	margin-top: 4px;
	/*margin-bottom: -12px;*/

}

/*#main_content {
	background:transparent url(/shared/images/main_content_bg.jpg) no-repeat scroll 0% 50%;
	height:455px;
	margin-bottom:-12px;
	margin-top:4px;
	position:relative;
	top:-4px;
	width:960px;
}*/

.hide{
	display:none;
}
.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.autoclear { display:inline-block; }
/* Hide from IE Mac \*/
.autoclear { display:block; }
/* End hide from IE Mac */

.as_shown_p, .starting_at_p{
	visibility: hidden;
}
.print {
	display: none;
}

.misc{
	visibility: hidden;
	display: none;
}
