﻿body{
   background-image: url('bodyBg2.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
#homeBg{
background-image: url('images/bodyBg.jpg');
	background-repeat: repeat-x;



}



#wrapper{
	padding: 0px;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 900px;
	float: left;
	background-position: 0px 10px;
}
#search{
	float: right;
	width: 145px;
	padding-top: 60px;
}
#basket{
	float: right;
	width: 180px;
	height: 85px;
}
#topNav{
	float: left;
	height: 30px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#topNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 900px;
	height: 30px;
	background-color: #bebdbd;
}

#topNav ul li{
	float: left;
}


#topNav li{
	background-color: #696868;
		list-style-type: none;
}
#topNav ul a{
	background-color: #bebdbd;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 26px;
	height: 30px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	display: block;
}
#topNav li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #696868;
}
#banner{
	float: left;
	width: 900px;
	height: 330px;
	padding-top: 0px;
}
#banner h2{
	font-size: 20px;
	font-weight: normal;
	color: #e6a024;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#banner p{
	color: #33FF00;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#banner a{
	color: #FFFFFF;
	text-decoration: underline;
}
#banner ul{
}
#banner ul li{
	color: #FFFFFF;
	font-size: 14px;
}
#content{
	float: left;
	height: auto;
	width: 900px;
	margin: 0px;
	padding-top: 20px;
}


#leftCol{
	float: left;
	height: auto;
	width: 720px;
	margin: 0px;
	padding: 0px;
}
#rightCol{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 180px;
	float: left;
}
#rightCol p img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	padding: 0px;
}

#footer{
	background-image: url('footer.jpg');
	background-repeat: repeat-x;
	float: left;
	height: 116px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#footer ul{
	width: 175px;
	float: left;
	list-style-type: none;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
}
#footer li {
	padding-bottom: 4px;
	font-size: 12px;
	list-style-type: none;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color:#e6a024;
	text-decoration: underline;
}
#subFooter{
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 900px;
}
#subFooter ul{
	width: 175px;
	float: left;
	list-style-type: none;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#subFooter li {
	padding-bottom: 4px;
	font-size: 12px;
	list-style-type: none;
}
#subFooter a{
	color: #000000;
	text-decoration: none;
}
#subFooter a:hover{
	color:#000000;
	text-decoration: underline;
}
#subFooter hr{
	width:100%;
	margin-bottom: 10px;
	color: black;
}
#subFooter p{
	float: left;
	display: block;
	width: 450px;
}

.credit{
	float: left;
	text-align: right;
}

body.home #topNav ul a#home, body.forHer #topNav ul a#forHer, body.forHim #topNav ul a#forHim, body.homeware #topNav ul a#homeware, body.office #topNav ul a#office, body.gifts #topNav ul a#gifts, body.wedding #topNav ul a#wedding,
body.corp #topNav ul a#corp, body.glass #topNav ul a#glass, body.offers #topNav ul a#offers, body.kids #topNav ul a#forKids {
	background-color: #696868;
	color: #ffffff;

}




