body {
	text-align:center;
	background:#fff;
	font:11px verdana,sans-serif;
	color:#373737;
	padding:0;
	text-decoration:none
	}
a {text-decoration:none;color:#373737;}
a:hover {text-decoration:underline}
body, form, p, ul, h1 {
	margin:0;
	padding:0
	}
img {border:none}
ul {list-style:none}
.floatleft {float:left}
.floatright {float:right}
.clear {clear:both}
input {vertical-align:middle}
.bold {font-weight:bold}

#main {
	text-align:left;
	width:760px;
	margin:0 auto
	}
/* header */
#header {
	position:relative;
	width:760px;
	height:101px;
	background:#fff;
	}
a.logo {
	position:absolute;
	top:5px;
	left:15px;
	width:310px;
	height:52px;
	background:url(images/logo.gif);
	display:block;
	}
	
/* top navigation */
#top-navigation {
	position:absolute;
	top:26px;
	left:435px;
	list-style-type:none;
	}
#top-navigation li {
	float:left;
	padding:0 16px 0 0;
	}
#top-navigation li a {
	color:#FD1813;
	font:bold 12px arial,sans-serif;
	}
	
/* second top navigation */
#top-navigation2 {
	position:absolute;
	top:47px;
	left:435px;
	list-style-type:none;
	}
#top-navigation2 li {
	float:left;
	padding:0 17px 0 0;
	}
#top-navigation2 li a {
	color:#666;
	font:bold 12px arial,sans-serif;
	}
#header form {
	position:absolute;
	top:24px;
	right:8px;
	}
#header form input {
	float:left;
	border:0;
	}
#header form .text {
	border:1px solid #000;
	padding:2px 0 0 2px;
	width:126px;
	height:18px;
	font:11px/14px arial,sans-serif;
	}
	
/* main navigation */
#main-navigation {
	background:#FD1813;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	position:absolute;
	left:0;
	bottom:0;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	clear:both;
	}
* html #main-navigation {
	bottom:-1px;
	}
#main-navigation li {
	float:left;
	padding:5px 28px;
	margin:0;
	}
#main-navigation > li {
	padding:5px 26px;
}
#main-navigation li a {
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font:bold 12px arial,sans-serif;
	}
	
/* midlde */	
#middle {
	width:100%;
	background:url(images/bg-middle.gif) repeat-y left;
	}
.left-column {
	width:187px;
	padding:17px 0 10px 0;
	}
.right-column {
	width:565px;
	padding:3px 4px 10px 0;
	}
.right-column table td p {
	margin:0 0 10px 0;
}
* html .right-column {
	width:569px;
	}
	
/* left navigation */
#left-navigation {
	background:url(images/bg-shop.gif) no-repeat 20px 0;
	padding:30px 0 30px 21px;
	list-style-type:none;
	}
#left-navigation li {
	padding:3px 0;
	}
#left-navigation li a {
	font-weight:bold;
	color:#535353;
	}
#left-navigation li a:hover {
	color:#FD2113;
	text-decoration:none;
	}
a.view-cart {
	display:block;
	width:86px;
	height:15px;
	overflow:hidden;
	text-indent:-999px;
	background:url(images/a-view-cart.gif) no-repeat left top;
	margin:0 0 16px 20px;
	}
	
/* left banners */
div.left-banners {
	border-top:1px solid #9C9C9C;
	clear:left;
	}
div.left-banners a {
	border-bottom:1px solid #9C9C9C;
	display:block;
	}
	
/* footer */
#footer {
	width:100%;
	color:#8E8E8E;
	}
#footer a {
	color:#8E8E8E;
	}
/* footer navigation */
#footer ul {
	background:#FD1813;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	padding:7px 0;
	}
#footer ul li {
	display:inline;
	}
#footer ul a {
	font-weight:bold;
	color:#fff;
	background:url(images/footer-border.gif) no-repeat 100% 2px;
	padding:0 13px 0 11px;
	}
#footer ul .cart {
	padding:0 0 0 11px;
	}
#footer ul .cart a {
	background:url(images/cart.gif) no-repeat left;
	padding:0 0 0 17px;
	}
#footer div {
	padding:8px 12px 30px 14px;
	}
	
/* index boxes */	
.index-top-boxes {
	width:563px;
	}
.index-top-boxes .top {
	padding:0 0 3px 0;
	}
.new-arrivals {
	background:url(images/new-arrivals.jpg) no-repeat left top;
	margin:3px 0 3px 0;
	width:283px;
	height:123px;
	}
.new-arrivals p {
	color:#000;
	padding:48px 5px 0 147px;
	}
.best-sellers {
	background:url(images/best-sellers.jpg) no-repeat left top;
	width:283px;
	height:123px;
	}
.best-sellers p {
	color:#000;
	padding:48px 0 0 24px;
	width:130px;
	}
	
/* featured items */
.featured-items {
	background:url(images/bg-featured-items.gif) no-repeat left top;
	padding:40px 0 0 0;
	width:565px;
	}
.featured-items table td {
	font-size:11px;
	color:#666;
}
.featured-items table td a {
	color:#666;
	font-size:11px;
	text-decoration:underline;
}

/* item list */
.item-list {
	width:100%;
	}
.item-list .row {
	width:100%;
	padding:10px 0 20px 0;
	}
.item-list .item {
	width:168px;
	text-align:center;
	padding:0 10px;
	line-height:16px;
	color:#000;
	}
* html .item-list .item {
	width:188px;
	}
.item-list .item p.name a {
	color:#666;
	line-height:14px;
	text-decoration:underline;
	}
.item-list .item p.name a:hover {
	text-decoration:none;
	}
.item-list .item .image {
	height:125px;
	margin:0 0 10px 0;
	position:relative;
	}
.item-list .item .image a {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	}
.sale,
.new {
	color:#c00 !important;
	}
.new {
	font-weight:bold;
	}
	
	
/* breadcrumbs */
#breadcrumbs {
	text-align:right;
	padding:5px 5px 10px 5px;
	color:#535353;
	}
#breadcrumbs a {
	color:#535353;
	text-decoration:underline;
	}
#breadcrumbs a:hover {
	text-decoration:none;
	}
#breadcrumbs strong {
	color:#FD2113;
	}
	
/* section or item name */
h1 {
	clear:both;
	margin:0 0 10px 0;
	font:24px "Times New Roman", Times, serif;
	color:#FD2113;
	display:block;
	}
	
/* item */
td .new-text {
color:#CC0001;
font-weight:bold;
text-align:center;
}
td .saleprice {
color:#CC0000;
}
td .memberprice {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#pit-table td {
border-bottom:1px solid #D4D4D4;
}
#sale-price-row td{
font-weight:bold;
color:#CC0000;
}
#buttons input{
border:0;
}
#item {
	width:552px;
	}
#item .image {
	width:298px;
	}
#item .image .big {
	width:218px;
	text-align:center;
	}
#item .image .small {
	width:53px;
	}
#item .image .small a {
	display:block;
	margin:0 0 6px 0;
	}
#item .table {
	width:212px;
	line-height:20px;
	}
.table .row {
	float:left;
	border-bottom:1px solid #D4D4D4;
	padding:1px 0;
	}
#item .table .left {
	float:left;
	width:98px;
	padding:0 0 0 2px;
	}
* html #item .table .left {
	width:100px;
	} 
#item .table .right {
	float:right;
	width:112px;
	}
#item .table select {
	font:10px arial,sans-serif;
	width:112px;
	}
#item .table .qty {
	height:20px;
	width:25px;
	text-align:right;
	font:11px/12px arial,sans-serif;
	}
#buttons {
	float:left;
	width:100%;
	padding:8px 0 10px 0;
	}
#buttons a {
	margin:6px 0 0 0;
	}
#item .description {
	width:100%;
	padding:10px 0 20px 0;
	}
#item .description a {color:#fd2113;}
#item .description p {
	margin:0 0 10px 0;
	color:#535353;
	}
	
/* also interested */
.also-interested {
	padding:40px 0 0 0;
	width:100%;
	background:url(images/bg-also-interested.gif) no-repeat left top;
	}
	
/* section */
.section {
	width:535px;
	margin:0 0 10px 14px;
	}
* html .section {
	margin:0 0 10px 7px;
	}
.section .text {
	width:405px;
	color:#535353;
	line-height:16px;
	}
.section .image {
	width:113px;
	margin:-10px 0 0 0;
	}
	
/* pagging */
.pages {
	width:535px;
	padding:5px 0;
	border-top:1px solid #A9A9A9;
	border-bottom:1px solid #A9A9A9;
	font-size:10px;
	margin:0 0 10px 14px;
	}
.pages .bottom {
	border-bottom:0;
	}
* html .pages {
	margin:0 0 10px 7px;
	}
.pages .colour {
	color:#FD1813; 
	}
.pages .list-page {
	padding:5px 0 0 0;
	text-align:center;
	}
.pages .list-page a,
.pages .list-page span {
	margin:0 5px
	}
.pages .sort {
	margin:0 10px 0 0;
	}
.pages .sort span {
	margin:0 5px 0 0;
	}
.pages .sort .colour {
	padding:0 0 0 9px;
	background:url(images/sort.gif) no-repeat left;
	}
.pages .prev {
	padding:0 0 0 12px;
	background:url(images/left.gif) no-repeat 0 5px;
	}
.pages .next {
	padding:0 12px 0 0;
	background:url(images/right.gif) no-repeat 100% 5px;
	}
	
/* suckerfish menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width:165px;
}

#nav a {
	display: block;
	width: 165px;
	padding:2px;
}

#nav li { /* all list items */
	float: left;
	width: 165px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#DEDEDE;
	z-index:999;
	border:1px solid #A7A28E;
	height:1px;
	width:1px;
	margin-top : -1.35em;
	margin-left: -1200em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	overflow:hidden;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 -1000em;
	width:165px;
	height:1px;
	width:1px;
	height:auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	margin-left: -1000em;
	width:165px;
	height:auto;
	overflow:visible;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 160px;
	width:165px;
	height:auto;
	overflow:visible;
}
#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 160px;
	width:165px;
	height:auto;
	overflow:visible;
}

/* multi inset styles */
.visibleborder{
	border:2px solid #000000 !important;
}
.invisibleborder{
	border:2px solid #FFFFFF !important;
}
#titleBar{
	cursor:move;
	background-color: #FD1813;
	color:#FFFFFF;
}
#imgplaceholder{
	visibility:hidden;
	position:absolute;
	background-color: #FFFFFF;
}
.close{
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 2px outset;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
.close:hover{
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 2px inset;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}

/* site map styles */
.sitemap-header {font: bold 14px verdana; color: #000000; display: block; padding-top:  25px;}
.sitemap-1      {font: bold 12px verdana; color: #666666; display: block; padding-left: 25px;}
.sitemap-2      {font: bold 12px verdana; color: #666666; display: block; padding-left: 50px;}
.sitemap-3      {font: normal 10px verdana; color: #666666; display: block; padding-left: 75px;}
.sitemap-4      {font: normal 8px verdana;  color: #666666; display: block; padding-left: 100px;}

/* flash zoom */
#flash-img-zoom {
display:none;
position:absolute;
top:100px;
left:200px;
border:1px solid #444;
padding:2px;
width:400px;
background-color:#fff;
z-index:999;
}
#flash-img-zoom-top {
background-color:#aaaaaa;
height:25px;
width:400px;
}
#flash-img-zoom-top br{
clear:both;
}
#flash-img-zoom-top a {
color:#fff;
display:block;
border:1px solid #fff;
padding:2px;
margin:2px;
float:right;
text-decoration:none;
font-family: tahoma,Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
#section-cap-table {
margin:0 0 0 0;
}
.order-button { border:none; margin:3px 0 5px 0;}

#left-navigation-wholesale {
	padding:0 0 0 21px;
	list-style-type:none;
	}
#left-navigation-wholesale li {
	padding:3px 0;
	}
#left-navigation-wholesale li a {
	font-weight:bold;
	color:#535353;
	}
#left-navigation-wholesale li a:hover {
	color:#FD2113;
	text-decoration:none;
	}