body {
padding:0;
margin:0 0 30px 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
background: #333333 url(../skinimages/background.jpg) repeat-x;
}
#header {
width: 960px;
height: 244px;
margin: 0 auto;
}
#navigation {
width: 960px;
height:75px;
margin:0 auto;
clear:both;
}
#content-container {
width: 960px;
margin:0 auto;
clear:both;
background: #ffffff;
overflow:auto;
}
#content{
width: 710px;
float:right;
padding:10px;
background-color:#FFFFFF;
}
#col1{
width: 210px;
padding:10px 10px 10px 10px;
float:left;
background-color:#FFFFFF;
}
.sidebox{
width:190px;
padding:10px 10px 14px 10px;
background:#cc0000 url(../skinimages/sideboxback.gif) bottom no-repeat;
color:#ffffff;
margin-bottom:10px;
}
.sidebox a{
color:#333333;
}
.sidebox-center{
width:190px;
padding:10px 10px 14px 10px;
background:#cc0000 url(../skinimages/sideboxback.gif) bottom no-repeat;
color:#ffffff;
margin-bottom:10px;
text-align:center;
}
#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 h2{
height: 33px;
margin: 0;
padding: 8px 0 0 15px;
background: url(../skinimages/img11.gif) no-repeat;
font-size: 1.4em;
color: #FFFFFF;
}
#footer {
width: 940px;
height:48px;
margin: 0 auto;
clear:both;
padding: 20px 0 0 20px;;
background: url(../skinimages/layout_11.gif) no-repeat;
color:#FFFFFF;
}
#footer a {
color: #FFFFFF;
}

/* main header list styles -------------------------------------*/
#topnav ul {
margin: 0;
padding: 0;
list-style: none;
}
#topnav li {
display: block;
float: left;
background: url(../skinimages/img05.gif) no-repeat;
}
#topnav li a {
display: block;
float: left;
height: 38px;
padding: 8px 20px 0 20px;
margin : 0 0 0 0;
text-decoration: none;
text-transform: lowercase;
color: #000000;
background: url(images/img06.gif) no-repeat right top;
font-weight: bold;
}
#topnav li a:hover {
text-decoration: underline;
}

/* col1 list styles ---------------------------------------------*/
#col1 ul {
list-style-type:none;
padding:0;
margin:0 0 0 0;
}
#col1 li {
list-style-type:none;
margin:0;
}
#col1 li a {
color:#ffffff;
font-weight:bold;
padding:8px 0 8px 5px;
text-decoration:none;
display:block;
border-bottom:1px solid #2c143e;
}
#col1 li a:hover {
color:#ffffff;
background:#2a1540;
}
#col1 li a.last {
color:#333333;
font-weight:bold;
padding:8px 0 8px 5px;
text-decoration:none;
display:block;
}
/*controls the appearance of the latest news on the home page*/
#latestnews{
	float : left;
	width : 250px;
}
#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:#003399;
}
/*controls the appearance of the latest products on the home page*/
#latestproducts{
	float : left;
	width : 250px;
}
#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:#003399;
}
/*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{
	float : left;
	width : 250px;
}
#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:#003399;
}
/*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*/
#page {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(../skinimages/img07.gif) repeat-y;
}
#content {
	float: right;
	width: 700px;
	padding: 11px 11px 0 5px;
	background: url(../skinimages/img09.gif) no-repeat;
}
#content .pagecontent{
	padding: 40px 30px 0 30px;
}
/*The following controls the appearance of the crumb trail*/
#content .crumb{
	height: 33px;
	margin: 0;
	padding: 8px 0 20px 15px;
	background: url(../skinimages/crumbback.gif) no-repeat;
	font-size: 1.2em;
	color: #FFFFFF;
}
#content .crumb ul{
	margin : 0;
}
#content .crumb li{
	display : inline;
}
#content .crumb li a{
	color : #ffffff;
	text-decoration : none;
}
#content .crumb li a:hover{
	text-decoration:underline;
	color:#ffffff;
}
/*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 : 90%;
	text-align : center;
}
.storehomedepts td{
	padding : 10px;
	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;
}

