body 
{
	margin: 0px; padding: 0px;  /* Normalize */
	background-color: #ffffff;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434; /* Just off black - blends better */
}

form
{
	margin: 0px; padding: 0px; /* Normalize */
}

iframe {
	float:right;	
}

#productimages img {
	cursor:hand;
}

input
{
	margin: 0px; padding: 0px; /* Normalize */
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	border:#e2e1df solid 1px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

input[type=image] {
	border:none;	
}

textarea
{
	margin: 0px; padding: 0px; /* Normalize */
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	border:#e2e1df solid 1px;
}

select
{
	margin: 0px; padding: 0px; /* Normalize */
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	border:#e2e1df solid 1px;
}

a
{
	color: #343434; /* Just off black - blends better */
}

img 
{
	margin: 0px; padding: 0px; /* Normalize */
	border: none;
}

h1 
{
	margin: 0px; padding: 0px; /* Normalize */
	font-size: 24px;
	color: #983a30;
}

h2
{
	margin: 0px; padding: 0px; /* Normalize */
	font-size:14px;
	font-weight:normal;
	color: #983a30;
}

h2 a 
{
	text-decoration:none;
	color: #983a30;
}

div 
{
	margin: 0px; padding: 0px; /* Normalize */
}

p 
{
	margin: 0px; padding: 0px; /* Normalize */
}

ol li {
	margin-bottom:15px;	
}

#wrapper
{	
	width: 1000px;
	margin: auto;
	margin-top:10px;
	padding:12px;
	border: solid 1px #d6d6d6;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px #e7e7e7;
	-moz-box-shadow: 1px 1px #e7e7e7;
	box-shadow: 1px 1px #e7e7e7; /* not supported yet but should be soon */ 
	margin-bottom:10px;
}

#header
{
	width: 100%;
	height: 26px;
	background-color: #1d415f;
}

#toplogo
{
	float: left;
	margin-bottom:10px;
}

#logobar #toplogo
{
	margin-left: 20px;
	margin-top: 12px;
}

#logobar {
	width: 100%;
	height: 90px;
	margin-top: 3px;
	background-image: url('/images/logograd.jpg');
	background-position: right;
	background-repeat: repeat-y;
}

#topmenu
{
	float: right;
	width:680px;
	margin-right: 12px;
	margin-top: 5px;
}

ul#topmenulinks
{	
	margin: 0px; padding: 0px; /* Normalize */
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	float:right;
}

ul#topmenulinks li
{	
	margin: 0px; padding: 0px; /* Normalize */
	list-style: none; 
	display: inline;
	margin-left:2px;
	margin-right:2px;
	padding: 2px;
	color:#dae8f3;
	
}

ul#topmenulinks li a
{	
	color: #ffffff;
	text-decoration:none;
}

ul#topmenulinks li a:hover
{
	color: #dae8f3;
}

ul#topmenulinks li.selected
{	
	background-color:#959da5;
}

ul#topmenulinks li.selected a
{
	color: #ffffff;
}

ul#topmenulinks li.selected a:hover
{
	color: #ffffff;
}

ul#topmenulinks li.selected span
{
	color:#343434;
}

#subheader
{
	width: 100%;
	height: 135px;
	background-color: #ffffff;
}

#breadcrumbs
{
	width:auto;
	height: 30px;
	border-bottom: 1px solid #e2e1df;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 50px;
	font-size: 13px;
}

#homepage {
	margin-top: 12px;
	margin-left: 20px;
	width: 980px;
	/*background-image: url('/images/home.jpg');*/
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom:12px;
}

#homeleft
{
	float: left;
	width: 420px;
	height: 344px;
}

#homeright
{
	float:right;
	width:492px;
	height: 355px;
	padding-top:10px;
	font-size:13px;
	color:#334554;
	font-weight:bold;
	background-image:url('/images/perfection-as-standard-text.gif');
	background-repeat:no-repeat;
}

#homeright h1
{
	font-size:20px;
}

#homeright a
{
	font-size:12px;
	font-weight:normal;
}

#homeright span
{
	font-size:12px;
	font-weight:normal;
}

#homemain
{
	width: 1004px;
	height: 215px;
}

#homebotleft
{
	width: 470px;
	height: 215px;
	float: left;
}

#homebotmid
{
	width: 324px;
	height: 215px;
	float: left;
}

#homeh1
{
	color: #343434; /* Just off black - blends better */
	margin-top:10px;
	font-size:18px;
	border-bottom:2px solid #eeb8b6;
	width:296px; /* Manually adjusted for pink underline for now */
}

#homeintrotext
{
	margin-top:10px;
	min-height:20px;
	margin-bottom:10px;
	clear:both;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#homebotright
{
	width: 210px;
	height: 215px;
	float: right;
}

#categories {
	height:235px;
}

.category {
	float:left;
	width:189px;
}

.category+.category {
	margin-left:13px;
	float:right;
}

.category h2 {	
	width:174px;
	float:left;
	height:36px;
	font-size:17px;
}

.category h2 a {
	color:#FFFFFF;
	width:164px;
	height:27px;
	display:block;
	padding-left:10px;
	padding-top:9px;
	text-decoration:none;
}

.category span {
	width:15px;
	float:right;
	font-size:17px;
}

.category span a {
	color:#FFFFFF;
	width:15px;
	height:27px;
	padding-top:9px;
	display:block;
	text-decoration:none;
}

#bloglist {
	background:none;	
}

#bloglist div {
	display:none;
	background:none;
}

#banners div {
	display:none;
	background:none;
}

#catlist1 div {
	display:none;
}

#catlist2 div {
	display:none;
}

#catlist3 div {
	display:none;
}

#catlist4 div {
	display:none;
}

#bloglist div.active_ticker {
	display:block;	
	background:none;
}

#banners div.active_ticker {
	display:block;	
	background:none;
}

#catlist1 div.active_ticker {
	display:block;	
}

#catlist2 div.active_ticker {
	display:block;	
}

#catlist3 div.active_ticker {
	display:block;	
}

#catlist4 div.active_ticker {
	display:block;	
}

#categorytext {
	margin-top:-3px;
	background:#FFF;
	padding:10px;
}

.category p {
	padding-left:10px;
	padding-right:10px;
}

#categorylink {
	margin-bottom:15px;
	height:20px;
	background:#FFF;
	padding:10px;
}

#main
{
	min-height:310px; /* All visible within standard browser space at 1024x768 */
	margin-left: 35px;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 15px;
}

#footer
{
	border-top: 6px solid #003663;
	padding-top:14px;
	padding-bottom: 12px;
	width: 100%;
}

#offertext p {
margin-top:10px;	
}

#footer ul li a {
	text-decoration:none;	
}

#footer ul li a:hover {
	text-decoration:underline;	
}

#subfooter
{
	width: 970px;
	margin: auto;
	padding-top: 10px;
	padding-bottom:15px;
}

ul#subfooterlinks
{	
	margin: 0px; padding: 0px; /* Normalize */
	width: 100%;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	background-image: url('/images/botbackline.gif');
	background-repeat: repeat-x;
}

ul#subfooterlinks li
{	
	margin: 0px; padding: 0px; /* Normalize */
	list-style: none; 
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	background-color: #FFFFFF;
}

ul#subfooterlinks li a
{	
	text-decoration:none;
}

#botlogo
{
	float: left;
	margin-left: 414px;
	margin-top: 4px;
}


#homecomodo
{
	float: right;
	margin-top:-25px; /* Overlap the subfooter */
}

#comodo
{
	float: right;
	margin-right: 15px;
}

#homecards
{
	float: right;
	margin-top:-25px; /* Overlap the subfooter */
}

#comodologo {
	float:right;	
	margin-top:-28px;
	background:none;
	width:115px;
}

#cards
{
	float: right;
	margin-top:2px;
	margin-left:5px;
	margin-right: 15px;
}

#fedex {
	float:right;
	margin-right:5px;
}

#leftmenu
{
	float: left;
	width: 150px;
	border-right: 1px solid #e2e1df;
	margin-right: 20px;
}

ul.leftmenulinks
{	
	margin: 0px; padding: 0px; /* Normalize */
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.leftmenulinks li
{	
	margin: 0px; padding: 0px; /* Normalize */
	font-size:12px;
	list-style: none; 
	margin-bottom:5px;
}

ul.leftmenulinks li a
{	
	text-decoration:none;
}

#rightpane
{
	float: left;
	width: 755px;
}

#fullpane
{
	width: 930px;
}

form {
display:inline;	
}

#searchform
{
	margin:0px;
	padding:0px;
	float:right;
	margin-top:-18px;
}

body:nth-of-type(1) #searchform { margin-top:-18px; } 

#searchform input {
	padding-top:2px;padding-bottom:1px;padding-left:5px;width:100px;
}

#searchform input[type=submit] {
	padding-left:3px;padding-right:3px;padding-top:0px;padding-bottom:0px;width:30px;height:20px;
}

#subscribeform
{
	float:left;
	width: 238px;
	border: 1px solid #999999;
}

#subscribeforminput
{
	border:none;
	padding: 4px;
	width: 150px;
}

#formbutton
{
	background:#CCC;
	border-left: none;
	padding: 4px;
	width: 80px;
	cursor: hand;
}

.formbutton
{
	background:#CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #343434;
	border: 1px solid #999999;
	padding: 4px;
	width: 80px;
	cursor: hand;
	margin-top:10px;
}

.clear 
{
	height: 1px;
	clear: both;
}

.searchbar 
{
	float:right;
	clear:both;
}

#categorylist 
{
	float: left;
	border-bottom: 1px solid #e2e1df;
	margin-bottom:10px;
}

#categorylist h1 
{
	margin-top:-45px; /* Hmmmm improve this later */
	width:350px;
	margin-left:0px;
	margin-bottom:5px;
}

.mb_row 
{
	width:755px;
	height: 200px;
	border-top: 1px solid #e2e1df;
}

.categorylistbox
{
	width:189px;
	float: left;
	margin-left: 46px;
	padding-left: 46px;
	border-left: 1px solid #e2e1df;
	text-align:center;
}

.productlink
{
	text-decoration:none;
}

#productleft
{
	float: left;
	width: 400px;
	margin-right: 22px;
	padding-right: 7px;
	border-right: 1px solid #e2e1df;
}

#productright
{
	float: right;
	width: 500px;
}

#productright h1 
{
	width: 100%;
}

#productright p 
{
	margin-top:5px;
	margin-bottom:15px;
	padding-top:10px;
	border-top: 1px solid #e2e1df;
}

#productcoloursizes
{
	float: left;
	font-size: 13px;
}

#productprice 
{
	float: right;
	color: #24526a;
	font-size: 16px;
	font-weight: bold;
}
#productprice2
{
	float: right;
	color: #983a30;
	font-size: 14px;
	font-weight: bold;
}

#productthumbs
{
	margin-top:10px;
} 

#productthumbs img
{
	border: 1px solid #e2e1df;
	padding: 3px;
	margin-right: 5px;
}

.fieldalert {
	color:#983a30;	
}

.formtable {
	margin: 0px; padding: 0px;	
	margin-top: -20px;
}

#LoginTable {
	margin-top:10px;	
}

.formtable td {
	vertical-align: top;
	padding-top: 5px;	
	padding-bottom: 5px;
}

.formtable input {
	width: 250px;
	margin-top:-4px;
	padding-top: 4px;	
	padding-bottom: 4px;
}

.formtable textarea {
	width: 250px;
	margin-top:-4px;
	padding-top: 4px;	
	padding-bottom: 4px;	
}

.formtable select {
	width: 250px;
}

.fieldlabel {
	padding-top: 5px;	
	padding-bottom: 5px;	
}

.basketthumbnail {
	float:left;
	margin-right:10px;
	margin-top:5px;
}

.messagebox {
	color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
}

.messagebox_failure {
	background-color:#983a30;
}

.messagebox_success {
	background-color:#667a8a;
}

thead {
	background-color:#1d415f;
	color:#FFFFFF;
}

thead th {
	text-align:left;
}

#rightpane h1 {
	margin-bottom:10px;	
}

#rightpane h2 {
	margin-bottom:10px;	
}

#rightpane p {
	margin-bottom:10px;	
}

#rightpane table {
	margin-bottom:10px;	
}

.tablebg {
	background-image:url(../images/basketbg.gif);
	background-position:right;
	background-repeat:repeat-y;	
}

#fullpane p {
	margin-bottom:10px;	
}

#fullpane h2 {
	margin-bottom:10px;	
}

#rightpane table#BillTable {
	background-image:none;
	margin-top:10px;
}

#rightpane table#DelTable {
	background-image:none;
	margin-top:10px;
}

#rightpane table#CardTable {
	background-image:none;
	margin-top:10px;
}

#id_expirymonth,#id_expiryyear {
	width:50px;	
}

#id_startmonth,#id_startyear {
	width:50px;	
}

#rightpane table.searchbar {
	background:none;	
}

.box {
	border:1px #cccccc solid;	
	padding:10px;
	margin-top:15px;
	background-color:#F5F5F5;
}

.box h1 {
	margin-top:10px;
	margin-bottom:10px;
}

#LoginBox {
	width:550px;	
}
#RegisterBox {
	width:550px;	
}
#ThankYouBox {
	width:650px;
	padding-top:35px;
}

#ThankYouBox input[type=checkbox] {
	border:none;
	width:20px;
}

#ThankYouBox input[type=submit] {
	width:120px;	
	border:1px solid #666666;
}

#ReEnterBox {
	height:100px;
	width:275px;
}

.button {
padding:5px;	
}

.productsection {
	margin-top:60px;
	padding-top:20px;
	border-top:1px #ccc solid;
}

.productsection h2 {
	font-size:15px;	
}

#homemenu {
	margin:0px;
	padding:0px;
	float:left;	
	width:165px;
	list-style:none;
}

#homemenu li {
	width:165px;
	margin-bottom:3px;
	padding:5px;
	padding-left:20px;
	background-color:#677a89;
	background-image:url(../images/arrbull.gif);
	background-position:5px; center;
	background-repeat:no-repeat;
}

#homemenu li a {
	display:block;
	width:165px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

#bestsellers{
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
}
#bestsellers span {
	float:left;	
	font-weight:bold;
	width:90px;
}

#justin{
	padding-top:5px;
	padding-bottom:5px;
}
#justin span {
	float:left;	
	font-weight:bold;
	width:90px;
}

.ticker
{
	height:16px;
	overflow:hidden;
	width:330px;
	margin-left:90px;
}

#ticker_tape
{
	width:330px;
}

#ticker_tape2
{
	width:330px;
}

#ticker_tape_hid {
	display:none;	
}

#ticker_tape2_hid {
	display:none;	
}

#toplefttext {
	color:#FFFFFF;	
	margin-left:12px;
	margin-top:5px;
	float:left;
	font-size: 13px;
}