﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 990px;
}


#header {
	margin: 0 0 10px 0;
	min-height: 40px;
}

#logo
{
	margin:15px 0px 0px 15px;
	width: 200px;
	float: left;
}

#tools
{
	margin:5px 10px 5px 0px;
	float: right;
	vertical-align: top;
	min-height: 15px;
}

#ads
{
	float: right;
	height: 60px;
	vertical-align: top;
	margin-top: -60px;
	margin-bottom: 5px;
}
#container
{
	clear: both;
}
#side-a {
	float: left;
	width: 145px;
}

#side-b 
{
	float: right;
	width: 145px;
}


#content { 
	float: left;
	width: 690px;
	margin: 0px 5px 0px 5px;
}

#content h1 { font-size: large; color: #A2A2A2}
#footer 
{
	clear: both;
	text-align: right;
	font-size: xx-small;
}
#shoppingbasket
{
	width:145px;
	height:100px;
	background-image:url(/images/box-background.gif);
	text-align:center;
	color:#666666;	
	margin-bottom: 5px;
}
#newsletter
{
	width:145px;
	height:100px;
	background-image:url(/images/box-background.gif);
	text-align:center;
	color:#666666;
	margin-bottom: 5px;
}
#newarrivals
{
	width:145px;
	height:485px;
	text-align:center;
	color:#666666;
	background-image:url(/images/new-arrivals-background.gif);
	margin-bottom: 5px;
}
#newarrivals p 
{
	padding-top: 10px;
}
#custommade
{
	width:145px;
	height:300px;
	padding:30px 0px 0px 0px;
	background-image:url(/images/custom-background.gif);
	text-align:center;
	text-decoration:none;
	color:#666666;
	margin-bottom: 5px;
}
#custommade a
{
	text-decoration:none;
	color:#666666;
}
#custommade p
{
	padding:0px 7px 0px 7px;
	text-decoration:none;
	color:#666666;
}
#custommade img
{
	border:none;
}
#keywords
{
	padding:30px 0px 0px 0px;
	width:145px;
	height:225px;
	background-image:url(/images/box-background3.gif);
	text-align:center;
	color:#666666;
	margin-bottom: 5px;
}
#keywords ul
{
	list-style:none;
}
#keywords li
{
	padding-top:20px;
}
#keywords a
{
	color:#666666;
	text-decoration:none;
	cursor:pointer;
}
#keywords a:hover
{
	cursor:pointer;
	color:#FFFFFF;	
}
#subsections
{
	padding:4px 0px 0px 0px;
}
#subsections ul
{
	list-style:none;
}
#subsections li
{
	display:inline;
}
#subsections a
{
	padding:0 20px;
	color:#666666;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
}
#subsections a:hover
{
	cursor:pointer;
	color:#F9C6DC;
}
#navigation
{
	float:left;
	background-image:url(/images/navbar.jpg);
	width:690px;
	height:16px;
	margin-bottom: 5px;
}
#navigation ul
{
	list-style:none;
}
#navigation li
{
	display:inline;
}
#navigation a
{
	padding:0 40px;
	color:#666666;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#navigation a:hover
{
	cursor:pointer;
	color:#F9C6DC;
}
#navigation2
{
	padding:4px 0px 0px 0px;
	float:left;
	background-image:url(/images/navbar.jpg);
	height:16px;
	width: 690px;
	margin-top: 5px;
}
#navigation2 ul
{
	list-style:none;
	float:left;
	margin-left: 20px;
}
#navigation2 li
{
	display:inline;
}
#navigation2 a
{
	padding:0px 30px;
	color:#666666;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#navigation2 a:hover
{
	cursor:pointer;
	color:#F9C6DC;
}
.paging 
{
	clear: both;
  position: relative;
  height: 30px;
  display: block;
  background: transparent;
}

.pagingLeft {
  position: relative;
  width: 5px;
  display: inline;
  background: url(/images/pagingbg_left.gif) no-repeat;
  height: 30px;
  float: left;
}

.pagingMid {
  position: relative;
  display: inline;
  height: 30px;
  background: url(/images/pagingbg.gif) repeat-x;
  float: left;
  width: 95.7%;
  font-size: .8em;
  padding: 5px;
  text-align: center; 
}

.pagingRight {
  position: relative;
  width: 5px;
  display: inline;
  background: url(/images/pagingbg_right.gif) no-repeat;
  height: 30px;
  float: left;
}

.links {
  position: relative;
}

#promotion
{
	float: left;
	width:690px;
	height:542px;
	background:url(/images/promotionbg.jpg) no-repeat;
	color: #626262;
}
#promotion a
{
	text-decoration: none;
	color: #626262;
}
#promotion #catlink
{
	font-size: 36px;
	margin: 50px 50px 0 50px;
}

.slider
{
	width:131px;
	background-color: White;
	margin-top: 10px;
	margin-left: 7px;
	float: left;
	position: relative;
}						
/* IE 6 Hacky stuff here */										
* html #wrapper 
{
	width: 1080px;
}

*html #side-b
{
	position:relative;
	left:-90px;
}
*html .slider
{
	margin-left:4px;
	margin-top:5px;
}