/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#415784;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4b4b;
}

#PageBody{
	position:relative;
	width:908px;
	margin:0px auto;
	height:auto;
	background:url(../images/site/bg_page.jpg) repeat-y;
}

#PageHeader{
	position:relative;
	width:908px;
	height:233px;
	background:url(../images/site/page_header.jpg) no-repeat;
	clear:both;
}

#PageSideLeft{
	position:relative;
	float:left;
	width:15px;
	height:508px;
	background:url(../images/site/page_left_shadow.jpg) no-repeat;
}

#PageInner{
	position:relative;
	float:left;
	width:866px;
	margin-left:7px;
}

#PageSideRight{
	position:relative;
	float:left;
	width:15px;
	margin-left:5px;
	height:508px;
	background:url(../images/site/page_right_shadow.jpg) no-repeat;
}

#TopNav{
	position:relative;
	clear:both;
	border-top:6px solid #ffffff;
	border-left:3px solid #ffffff;
	border-right:3px solid #ffffff;
	height:32px;
	width:860px;
	background:#fe2e01 url(../images/site/page_top_red_fill.jpg) repeat-x;
}

#Col1{
	position:relative;
	float:left;
	width:201px;
	height:auto;
	z-index:2000
}

#Col2{
	position:relative;
	float:left;
	width:487px;
	height:auto;
	z-index:10;
}

#Col2Inner{
	position:relative; width:465px; height:auto; clear:both; margin-left:11px; margin-top:17px; font-size:12px;
}

#Col3{
	position:relative;
	float:left;
	width:178px;
	height:auto;
}

#Footer{
	position:relative;
	clear:both;
	width:908px;
	height:47px;
	background:url(../images/site/bg_footer.jpg) no-repeat;
}


#StoreNavHeader{
	position:relative;
	clear:both;
	width:201px;
	height:17px;
	background:url(../images/site/bg_left_box_top.jpg) no-repeat;
}

.StoreNavFill{
	position:relative;
	clear:both;
	width:201px;
	background:url(../images/site/bg_left_col_fill.jpg) repeat-y;
	z-index:2000;
}

#StoreNavFooter{
	position:relative;
	clear:both;
	width:201px;
	height:20px;
	background:url(../images/site/bg_left_box_bottom.jpg) no-repeat;
}

#StoreNavULDiv{
	position:relative;
	clear:both;
	width:165px;
	height:auto;
	margin-left:16px;
}

#StoreNavUL{
	clear:both;
}

ul#StoreNavUL{
	width:165px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	list-style:none;
	list-style-type:none;
}

ul#StoreNavUL li{
	clear:both; 
	display:block; 
	min-height:19px;
	height:auto !important;
	height:19px;
	width:165px;
	border-bottom:1px dashed #dbdbdb;
}

ul#StoreNavUL li a:link{
	display:block; 
	min-height:19px;
	height:auto !important;
	height:19px; 
	width:165px; 
	padding-top:3px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#4c4b4b;
}

ul#StoreNavUL li a:visited{
	display:block; 
	width:165px;
	padding-top:3px;
	font-size:12px;
	font-weight:normal;
	min-height:19px;
	height:auto !important;
	height:19px;
	font-weight:normal;
	text-decoration:none;
	color:#4c4b4b;
}

ul#StoreNavUL li a:active{
	display:block; 
	width:165px;
	padding-top:3px;
	font-weight:normal;
	text-decoration:none;
}

ul#StoreNavUL li a:hover{
	display:block; 
	width:165px;
	padding-top:3px;
	font-weight:bold;
	text-decoration:underline;
	color:#4c4b4b;
}

#SpecialOffersTab{
	position:relative; width:485px; height:43px; clear:both; background:url(../images/site/tab_special_offers.jpg) no-repeat; margin-left:1px;
}

#BestSellersTab{
	position:relative; width:485px; height:33px; clear:both; margin-left:1px; background:url(../images/site/tab_bestsellers.jpg) no-repeat;
}

.CentreBoxFill{
	position:relative; width:485px; height:auto; background:url(../images/site/centre_box_fill.jpg) repeat-y; clear:both; margin-left:1px;
}

.CentreBoxInner{
	margin-left:12px; padding-top:7px; margin-right:12px; height:auto; clear:both;
}

.CentreBoxBottom{
	position:relative; width:485px; height:15px; background:url(../images/site/centre_box_bottom.jpg) no-repeat; clear:both; margin-left:1px;
}

.spacer{
	position:relative;
	clear:both;
	width:auto;
	
}

.suckerdiv{
	z-index:1000;
	margin-left:12px;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 145px; /* Width of Menu Items */
z-index:2000;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
margin-left:10px;
position: absolute;
width: 176px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color:#DAE8EB;
border-bottom: 1px solid #666666;
z-index:3000
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#4c4b4b;
font-size:12px;
text-decoration: none;
background: #fff;
background:url(../images/images/nav_icon.jpg) no-repeat 3px 10px;
padding: 5px 5px;
padding-left:20px;
border-bottom:1px dashed #dbdbdb;
width: 100%;
}

/* Sub level menu links style */
.suckerdiv ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #4c4b4b;
text-decoration: none;
background: #DAE8EB;
padding: 5px 5px;
padding-left:20px;
border: 1px solid #666666;
border-bottom:none;
width: 150px;
z-index:3000;
}

.suckerdiv ul li ul li ul{
	margin:0px;
}

.suckerdiv ul li a:visited{
color: #4c4b4b;
}

.suckerdiv ul li a:hover{
color:#4c4b4b;
}

.suckerdiv .subfolderstyle{
background: url(../images/site/left_nav_icon.gif) no-repeat 5px 8px;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

#TopSearchField{
	position:relative; float:left; width:241px; height:31px; background:url(../images/site/page_top_search_bg.jpg) no-repeat;
}

#TopSearchField input{
	position:absolute; top:5px; left:15px; width:214px
}

#TopSearchButt{
	position:relative; float:left; width:39px; height:32px;
}

#footer-inner{
	padding:10px 25px 0px 25px;
	color:#FFFFFF;
	font-size:11px;
	margin-bottom:10px;
}

#footer-inner a{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

#footer-inner a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#topnav{
	position:absolute;
	width:380px;
	height:36px;
	top: 36px;
	left: 12px;
}

#topnav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	position:relative;
	color:#6d6b6b;
	padding-top:5px;
}

#topnav li {
	list-style:none;
	float:left;
	width: 81px;
	border-right:1px dashed #dcdcdc;
}


#topnav li a {
	font-size:12px;
	width: 81px;
	display: block;
	text-align: center;
	color:#6d6b6b;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px
}

#topnav li a:hover {
	width: 81px;
	font-size:12px;
	display: block;
	text-align: center;
	text-decoration:underline;
	color:#6d6b6b;
	font-weight:bold;
}



/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #ff0000;
}
.sitemap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap { 
  color: #009900; 
}
A.sitemap:hover {
  color: #ff0000;
}
/***** End Sitemap_SEO *****/ 

.styledform fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  border:1px solid #999999;
  width:440px;
  }
.styledform legend {
  padding: 0.2em 0.5em;
  border:1px solid #999999;
  color:#333333;
  font-size:100%;
  text-align:right;
  margin:10px 0px;
  }
.styledform label {
  float:left;
  width:40%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
  
 .styledform table td {
  color:#333333;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:100%;
  }
  
.TabBlank{
	position:relative; width:485px; height:42px; background:url(../images/site/tab_blank.jpg) no-repeat 1px 0px;
}

.TabBlank h1{
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-top:5px;
	color:#ef2b03;
	font-size:18px;
}

#Breadcrumb{
	color:#4b4a4a;
	font-size:11px;
}

#Breadcrumb a:link{
	color:#4b4a4a;
	font-size:11px;
	text-decoration:none;
}

#Breadcrumb a:hover{
	color:#4b4a4a;
	font-size:11px;
	text-decoration:underline;
}

#Breadcrumb a:visited{
	color:#4b4a4a;
	font-size:11px;
	text-decoration:none;
}