#noscript{
	background-color:#CC0000;
	padding:10px;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
}

html,body{
	background-color:#f5f5ea;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	width:1000px;
	margin:0px auto;
	background-color:#f5f5ea;
	}

#top{
	position:relative;
	background:url(../images/bg-top.jpg) no-repeat top center;
	height:150px;
	overflow:hidden;
	}

#logo{
	position:absolute;
	top:52px;
	left:35px;
	}

#search-box{
	position:absolute;
	right:10px;
	bottom:5px;
	width:140px;
	height:30px;
	text-align:right;
	background:url(../images/bg-search.gif) no-repeat top;
	}

#searchFor{
	border:none;
	background:none;
	width:110px;
	margin-right:10px;
	margin-top:2px;
	}

#middle{
	padding:0px 50px 10px 50px;
}

#left{
	width:648px;
	padding-top:16px;
	float:left;
	overflow:hidden;
	}

#right{
	width:228px;
	float:left;
	margin-left:20px;
	}

#footer{
	background:url(../images/bg-bottom.jpg) no-repeat bottom;
	height:48px;
	overflow:hidden;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	}

#footer p{
	margin:0;
	padding:20px 0px 0px 0px;
	}

.spacer{
	clear:both;
	height:2px;
	font-size:2px;
	}

#home-slideshow{
	border:1px solid #FFFFFF;
	width:646px;
	height:270px;
	}

#home-slideshow-inner{
	padding:10px;
	}

#homeintro{
	padding:10px;
	}

a {
	color:#02639b;
	text-decoration:none;
}

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

p{
	margin:8px 0px 0px 0px;
	padding:0;
}

img {border:0px;}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:5px 0px;
	font-weight:normal;
	}

h1{
	font-size:20px;
	}

h2{
	font-size:18px;
	}
	
h3{
	font-size:16px;
	}
	
h4{
	font-size:14px;
	}

h5{
	font-size:12px;
	}

h6{
	font-size:12px;
	}

#cart-box{
	width:229px;
	height:141px;
	background:url(../images/bg-cart.gif) no-repeat top;
	overflow:visible;
	margin-bottom:10px;
	}

#cart-box h3{
	color:#FFFFFF;
	padding:20px 0px 10px 10px;
	margin:0;
	font-size:12px;
	}

#cart-amount{
	font-size:14px;
	font-weight:bold;
	display:block;
	width:130px;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0px 8px 0px;
	margin:0;
	}

#cart-checkout{
	padding-left:10px;
	}

#feature-box{
	position:relative;
	width:229px;
	height:185px;
	background:url(../images/bg-feature.gif) no-repeat top;
	overflow:visible;
	margin-bottom:10px;
	}

#feature-box h3{
	color:#FFFFFF;
	padding:8px 0px 10px 10px;
	margin:0;
	font-size:12px;
	}

.featuredProductImage{
	position:absolute;
	top:40px;
	left:10px;
	width:100px;
	height:100px;
	overflow:hidden;
}

.featuredProductName{
	position:absolute;
	top:150px;
	left:10px;
	width:200px;
	overflow:visible;
}

.fOldPrice{
	position:absolute;
	top:120px;
	left:10px;
	text-decoration:line-through;
	}

.fNewPrice{
	position:absolute;
	top:120px;
	left:115px;
	font-weight:bold;
	font-size:12px;
	}

#login-box{
	border:1px solid #02639b;
	padding:10px;
	margin-bottom:10px;
	margin-right:12px;
	}

#login-box input{
	width:120px;
	}


/** Main menu using sucker fish style list menu **/
#mainMenu{
	height:37px;
	padding-left:35px;
	background:url(../images/bg-menu.gif) repeat-x top;
	font-size:11px;
	line-height:22px;
	margin-top: 0px;
	font-weight: bold;
	border-bottom: solid #FFFFFF 2px;
	border-top: solid #FFFFFF 2px;	
}

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

#mainMenu li{
	  float:left;
	  position:relative;
      margin:0;
      padding:0;
	  height:37px;
	  line-height:37px;
	  text-decoration:none;
	  display: block;
	  color: #036C90;
	  border-right: 1px solid #CCCCCC;
	  white-space:nowrap;	
}

#mainMenu li ul{
	display:none;
	position:absolute;
	top:37px;
	left:0;
	}

#mainMenu li ul li{
	width:200px;
	float:left;
	clear:both;
	background-color:#02598c;
	border-bottom:1px solid #026f94;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }
	  
#mainMenu li:hover, #mainMenu li.over {
	color: #FFFFFF;
	background:url(../images/bg-menu-over.gif) repeat-x top;
}


#mainMenu a{
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	padding:0px 37px;
}

#mainMenu a:hover{
	color: #FFFFFF;
}

#mainMenu li.lastMenu{
	border-right:none;
	}

#mainMenu li.activeMenu a{
	color: #FFFFFF;
	background:url(../images/bg-menu-over.gif) repeat-x top;
}

#mainMenu li ul li{
	border-right:none;
	}

/** page submenu **/
#pageSubmenu{

}

#pageSubmenu h1{
	font-size:14px;
	background-color:#CCCCCC;
	color:#333333;
	padding:3px 10px;
}

#pageSubmenu ul{
	margin:0;
	padding:0;
}

#pageSubmenu li{
	display:block;
	background-color:#EAEAEA;
	padding:5px 10px;
	border-bottom:1px dotted #CCCCCC;
}

#pageSubmenu a{
	color:#333333;
}


/** Footer menu, simliar to main menu, not showing submenus **/
#footerMenu{
	float:right;
	width:700px;
	font-size:11px;
	margin-top: 0px;
	font-weight: bold;
}

#footerMenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#footerMenu li{
	  float:left;
	  position:relative;
      margin:0;
	  padding:0px 10px;
	}

#footerMenu li ul{
	display:none;
	}


#footerMenu a{
	color: #FFFFFF;
	display:block;
}

#footerMenu a:hover{
	color: #FFFFFF;
}


#col-left{
	width:229px;
	float:left;
}

#col-right{
	width:665px;
	text-align:left;
	float:left;
}

#col-right-1{
	width:500px;
	float:left;
	border-right:1px dotted #CCCCCC;
}

#col-right-2{
	width:163px;
	float:left;
}

/** Site Breadcrumb **/

.breadcrumb{
	padding:0px 0px 10px 0px;
}

/** Search Result **/
.search-hightlight{
	background-color:#FFFF00;
}

