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

body {
	margin: 0px;
	background: url(../images/body-bg.gif) repeat;
}

#outer-wrapper { 
	position: relative;
	margin: 0px 5px;
	min-width: 768px;
}
#inner-wrapper { 
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffebd4;
}
#header { 
	background: url(../images/header-bg.jpg) repeat-x;
	height: 100px;
}
#header #header-image { 
	float: left;
	background: url(../images/header-left.jpg) no-repeat;
	margin-top: 5px;
	height: 88px;
	width: 393px;
}
#header #logo {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 100px;
}
#navbar { 
	position: relative;
	float: left;
	top: 8px;
	left: 12px;
	width: 157px;
	background: url(../images/navbar-bg.gif) repeat-y;
}
#navbar .link { 
	margin-top: 15px;
}
#navbar #top-border { 
	border-top: 1px solid #bfa389;
	margin: 0px 17px 0px 16px;
}
#navbar #bottom-border { 
	border-bottom: 1px solid #bfa389;
	margin: 15px 17px 0px 16px;
}
#content { 
	position: relative;
	float: left;
	background-color: #ffebd4;
	width: 570px;
	margin-left: 40px;
	margin-top: 30px;
}
#content.store {
	width: 775px;
	margin-top: 0px;
}
#sidebar { 
	float: right;
	width: 186px;
	margin-top: 15px;
	margin-right: 10px;
}
#sidebar form {
	margin: 0px;
	padding: 0px; 
}
#sidebar #search-box { 
	background: url(../images/search-bg.jpg);
	padding: 10px 0px 8px 8px;
	width: 178px;
	height: 26px;
}
#sidebar #search-box #keyword { 
	background: url(../images/search-box-bg.gif) repeat-x;
	border: 1px solid #ad673c;
	font-size: 8pt;
	width: 138px;
	height: 14px;	
	padding-left: 2px;
}
#sidebar #search-box #submit { 
	border: none;
	width: 25px;
	height: 18px;
	margin-top: 2px;
	margin-left: 2px;
	background: url(../images/btn-go.jpg) no-repeat;
}
#sidebar #faq-excerpt { 
	background-color: #f0dbc2;
	margin: 0px 4px;
	padding: 8px;
}
#sidebar #faq-excerpt .faq-a { 
	padding-top: 6px;
}
#sidebar #sidebar-footer { 
	background: url(../images/sidebar-footer.jpg) no-repeat;
	width: 186px;
	height: 17px;
	margin-right: 10px;
}
#footer { 
	position: relative;
	background: url(../images/footer-bg.jpg) repeat-x;
	height: 26px;
	clear: both;
	margin-top: 40px;
}
#sub-footer { 
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px; 
	padding-bottom: 10px;
	text-align: right;
}
.clearit { clear: both; height: 0px; line-height: 0px; font-size: 1px; }

#associate-links {
	margin-top: 50px;
	text-align: center;
}
p.banner {
	margin-top: 130px;
	text-align: center;
}
#searchContent input {
	font-size: 12px;
}
