html {
	background: #BFBFFF url(/assets/img/layout/bg.jpg) fixed repeat-x top left;
}
/* ------------------------------------------------------------------------- Wrapper */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}
/* ------------------------------------------------------------------------- Header */
#header {
	height: 167px;
	background: #000099 url(structure/header-banner.jpg) no-repeat right top;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
#header span {
	position: absolute;
	top: 120px;
	left: 25px;
	color: #FF6633;
	font-size: 1.4em;
	font-family: Trebuchet MS, Arial;
}
#header span strong {
	font-size: 1.1em;
}
/* ------------------------------------------------------------------------- Header Menu*/
#header-menu {
	background: #000066;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#header-menu #credit-cards {
	float: right;
	color: #FFF;
	overflow: auto;
	padding-right: 5px;
}
#header-menu #credit-cards span {
	float: left;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 1.2em;
}
#header-menu #credit-cards img {
	float: left;
	padding-top: 6px;
}
#header-menu ul {
	list-style: none;
	padding: 0 0 0 20px;
	font-family: Trebuchet MS, Arial;
	float: left;
}
#header-menu li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	border-right: 1px solid #FFF;
}
#header-menu li a {
	text-decoration: none;
	color: #FFF;
	padding-right: 5px;
	font-size: 1.25em;
	font-weight: bold;
}
#header-menu li a:hover {
	text-decoration: underline;
}
/* ------------------------------------------------------------------------- Left Column */
#nav {
	width: 200px;
	float: left;
	margin-right: 20px;
	padding-bottom:30px;	
}
/* ------------------------------------------------------------------------- Left Column Menu */
#menu {
	margin: 0;
	padding: 0;
	background-color: #EBECFE;
}
#menu li {
	height: 30px;
	border-bottom: 1px solid #fff;
	margin: 0;
	list-style: none;
	padding: 0;
}
#menu li a {
	color: #000066;
	font-weight: bold;
	font-size: 15px;
	padding: 5px 0 0 15px;
	text-decoration: none;
	height: 100%;
	display: block;
	font-family: Trebuchet MS, Arial;
}
#menu li a:hover {
	text-decoration: underline;
}
.sale {
	border-bottom: 1px solid #fff;
	background: #FF0000;
	padding-left:10px;
	height:42px;
}
.offers {
	border-bottom: 1px solid #fff;
	background: #FF9900;
	height:42px;
	
}
/* ------------------------------------------------------------------------- Middle Column */
#content {
	width: 500px;
	float: left;
	padding-top:15px;
	padding-bottom:30px;
	font-size:1.2em;
	line-height:1.4em;
	color:#000066;
	font-weight:bold;
}
/* ------------------------------------------------------------------------- Right Column */
#info {
	float: right;
	width: 210px;
	padding-bottom:30px;	
}
/* ------------------------------------------------------------------------- Footer */
#footer {
	background: #000099;
	position:relative;
	padding-bottom:20px;
	color:#FFF;
}
#footer ul{
	margin:0;
	padding:0;
}
#footer li{
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration:none;
}
#footer #col1,
#footer #col2
{
float:left;
}
#footer #col1 {
	padding-left:200px;
}
#footer #col2 {
	padding-left:200px;
}
#footer #login{
position:absolute;
bottom:5px;
right:5px;
}
#footer #login a{
	padding:0 5px;
}