body {
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color: #2e7081; 
background: #ffffff url(../skinimages/background.jpg) repeat-x center top;
}
#container {
width: 960px;
margin:0 auto;
}
#topheader {
width: 960px;
height: 277px;
margin: 0 auto;
}

#logo {
float: left;
	height:277px;
	width:364px;
}
#header-middle {
width:344px;
height:277px;
float:left;
}
#basket{
width:232px;
height:217px;
float:right;
background:url(../skinimages/basket-back.png);
padding:60px 20px 0 0;
text-align:right;
}
#basket a{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}
#navigation{
width:940px;
height:69px;
padding:0 0px 0 20px;
margin: 0 auto;
background:url(../skinimages/navigationback.png) no-repeat;
}
#navigation ul{
padding:0px;
margin:0px;
}
#navigation li{
float:left;
height:49px;
padding:20px 23px 0 49px;
font-size:19px;
list-style:none;
}
#navigation li a{
text-decoration:none;
}
#navigation li.homebutton{
background:url(../skinimages/button1.png) no-repeat;
}
#navigation li.homebutton a{
color:#c9b32e;
}
#navigation li.aboutbutton{
background:url(../skinimages/button2.png) no-repeat;
}
#navigation li.aboutbutton a{
color:#d485a5;
}
#navigation li.storebutton{
background:url(../skinimages/button5.png) no-repeat;
}
#navigation li.storebutton a{
color:#000000;
}
#navigation li.wholesalebutton{
background:url(../skinimages/button4.png) no-repeat;
}
#navigation li.wholesalebutton a{
color:#803926;
}
#navigation li.accountbutton{
background:url(../skinimages/button6.png) no-repeat;
}
#navigation li.accountbutton a{
color:#728d02;
}
#navigation li.contactbutton{
background:url(../skinimages/button3.png) no-repeat;
}
#navigation li.contactbutton a{
color:#b3b3a7;
}
#currencytop{
width:100%;
height:50px;
background:url(../skinimages/currency-back.png) repeat-x;
border-bottom:1px solid #cccccc;
color:#cccccc;
}
#currencycontent{
width:600px;
height:24px;
margin:0 auto;
}
#currencyleft{
width:600px;
height:22px;
float:left;
margin-top:12px;
}
#currencyright{
display:inline;
margin-left:10px;
}
#currencycontent a{
border:none;
color:#cccccc;
text-decoration:none;
}
#currencycontent a:hover{
border:none;
color:#327383;
}
#currencycontent img{
vertical-align:middle;
margin-right:5px;
}

.image-right{
float:right;
margin:0 0 10px 10px;
}
#search {
float: right;
width: 280px;
}
#search form {
	margin: 0;
	padding: 63px 0 0 0;
}
#search #s, #search #x {
	float: left;
}

#search #s {
	width: 188px;
	margin: 2px 6px 0 0;
	padding: 2px 5px;
	background: url(../skinimages/img02.gif) repeat-x;
	border: 1px solid #ACACAC;
}

#search #x {
	width: 67px;
	height: 28px;
	padding: 0;
	background: #006BFF url(../skinimages/img03.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}
#col1 {
float: left;
width: 226px;
padding: 20px;
background:#FFFFFF url(../skinimages/col1back.png) no-repeat;
margin-top: 20px;
}
.col1imagespacer{
margin-top:20px;
}

#footer {
width: 920px;
margin: 0 auto;
padding:0 0 20px 0;
clear:both;
}
#footer a {
color:#999999;
}
.footer-right{
float:right;
margin-top:20px;
}

/* col1 list styles --------------------------------------------*/
#col1 ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#col1 li {
	margin: 0;
		padding: 5px 0px 5px 0px;
	list-style-type:none;
	border-bottom:1px #c6c6c6 dotted;
		color: #666666;
		font-size:16px;
		background: url(../skinimages/navback.png) no-repeat center left;
}
#col1 li:hover{
background: #e1dfde;
}
#col1 ul li{
		padding: 5px 0px 5px 0px;
}
#col1 ul li ul{
	margin-left : 3px;
}
#col1 ul li ul li{
	font-weight : normal;
}
#col1 li a {
text-decoration: none;
	color: #666666;
	padding:0 0 0 18px;
}
#col1 li a:hover {
text-decoration: none;
}*/
/*controls the appearance of the latest news on the home page*/
#latestnews{
float:right;
	width:327px;

}
#latestnews h1{
	
}
#latestnews ul {
list-style-type:none;
padding:0;
margin:0;
}
#latestnews li {
list-style-type:none;
padding:0 0 0 20px;
margin:0;
background-image: url(../skinimages/bullet.png);
background-repeat : no-repeat;
}
#latestnews a {
	color: #61c3dc;
}
/*controls the appearance of the latest products on the home page*/
#latestproducts{
	float : left;
	width:327px;
}
#latestproducts ul {
list-style-type:none;
padding:0;
margin:0;
}
#latestproducts li {
list-style-type:none;
padding:0 0 0 20px;
margin:0;
background-image: url(../skinimages/bullet.png);
background-repeat : no-repeat;
}
#latestproducts a {
color:#cf2f73;
}
#latestproducts a {
	color: #61c3dc;
}
/*controls the appearnce of the featured products on the home page*/
#featuredproducts{
	width : 90%;
	text-align : center;
}
#featuredproducts h2{
	text-align : left;
}
#featuredproducts td{
	padding : 10px;
	vertical-align : top;
}
#featuredproducts .image{
	vertical-align : top;
}
#featuredproducts .prodlistimg{
	border : 1px solid #666666;
}
#featuredproducts .desc{
	vertical-align : top;
}
#featuredproducts .listprice{
	font-weight : normal;
}
#featuredproducts .offerprice{
	font-weight : bold;
	color : #ff0000;
}
/*controls the appearance of the latest articles on the home page*/
#latestarticles{

	width : 218px;
}
#latestarticles ul {
list-style-type:none;
padding:0;
margin:0;
}
#latestarticles li {
list-style-type:none;
padding:0 0 0 20px;
margin:0;
background-image: url(../skinimages/bullet.png);
background-repeat : no-repeat;
}
#latestarticles a {
	color: #61c3dc;
}
/*the clearone class is only needed if you want the left hand colum to stretch the length of the page*/
#clearone{
	clear:both;
	height:1px;
}

/*The content class is where all the store content will appear*/
#content {
	float: right;
	width: 674px;
	padding: 0px 0px 20px 20px;
	background-image: url(../skinimages/contentback.png) top left no-repeat;
	margin-top: 20px;
}
#content .pagecontent{
	padding: 40px 30px 0 30px;
}
/*The following controls the appearance of the crumb trail*/
#content .crumb{
	padding: 0;
	font-size: 10px;
	margin:0px;
	color: #666666;
}
#content .crumb ul{
	margin : 0 0 10px 0;
	padding:0;
}
#content .crumb li{
	display : inline;
	padding:0px;
}
#content .crumb li a{
	color : #666666;
	text-decoration : none;
}
#content .crumb li a:hover{
	text-decoration:underline;
	color:#333333;
}
/*The following css statements all relate to the store.cfm page*/
/*department specific classes*/
#content .deptdesc{
	width : 100%;
}
#content .deptsort{
	width : 100%;storesubdepts
}
.storehomedepts{
	width : 674px;
	text-align : center;
}
.storehomedepts td{
	padding : 0px;
	vertical-align : top;
}
#content .storesubdepts{
	width : 65%;
	text-align : left;
}
#content .storesubdepts td{
	padding : 5px;
	vertical-align : top;
}
#content .deptsort{
	margin-bottom : 5px;
	margin-top : 5px;
	padding-top : 3px;
	border-top : 1px solid #666666;
	border-bottom : 1px solid #666666;
}
#content .deptpage{
	width : 100%;
	font-size:85%;
	margin-top:3px;
	margin-bottom : 5px;
	color : #666666;
}
#content .deptpage ul{
	margin : 0 0 0 5px;
}
#content .deptpage li{
	display : inline;
	padding-left : 5px;
}
#content .deptpage a{
	color : #666666;
	text-decoration : none;
}
#content .deptpage a:hover{
	text-decoration : underline;
}
#content .deptfeatured{
	
}
/*The following classes relate to the checkout pages*/
#content .basketconfirm{
	width : 95%;
	border-top : 1px solid #c0c0c0;
	padding-top : 5px;
	padding-bottom : 5px;
}
#content .paymentsection{
	width : 95%;
	padding-top : 5px;
	padding-bottom : 5px;
}
/*The following classes are used for the CMS*/
.cmshomedepts{
	width : 90%;
	text-align : center;
}
.cmshomedepts td{
	padding : 10px;
	vertical-align : top;
}


