body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img { border: 0; padding: 0; margin: 0; }
select{
	font-size:11px;
	border:1px solid #768F94;
}
input{
	font-size:11px;
	border:1px solid #768F94;
}

.productDetailActions input {	height:23px;
	font-size:11px;
	border:0px;
}
#mainHolder{
	width:auto;
	background:url("../img/bg_shim.gif") center top repeat-y;
	padding:0;
	margin:0
}
#mainFooter{
	width:auto;
	background:url("../img/bg_btm_shim.gif") center top no-repeat;
	padding:0;
	margin:0
}
#holder{
	width:770px;
	background:#FFFFFF;
	text-align: left;
	margin: 0 auto;
	background:url("../img/shim_side_nav.gif") left top repeat-y;
}
#header {
    background: #768F94;
	height:81px;
}
#logo{
    width: 320px;
    float: left;
	height:81px;
	background:url("../img/logo.gif") left bottom no-repeat;
}
#punchLine{
    width: 210px;
	float:right;
	height:81px;
	background:url("../img/punchLine.gif") right bottom no-repeat;
}
#topNav{
	height:21px;
	background:url("../img/shim_nav.gif") left top repeat-x;
	border-bottom:2px solid #FFFFFF;
	margin:0px; padding:0px;
}
#under-logo{
    width: 32px;
    float: left;
}
#menu-a{
    width: 700px;
	height:18px;
    float: right;
	text-align:right;
	padding-top:3px;
}
#menu-a a,
#menu-a a:active,
#menu-a a:visited{
	font-size:11px;
	color:#61777C;
	font-weight:bold;
	text-decoration:none;
	padding:3px 10px 4px 10px;
	height:21px;
}
#menu-a a:hover{
	text-decoration:underline;
}
#menu-a a.selected{
	background:url("../img/shim_nav_selected.gif") left top repeat-x;
}
ul.menu-b{
	padding:0;
	margin:0;
	list-style: none;	
}
ul.menu-b li{
	padding:5px 10px;
	background-color:#C2D0D2;
	border-bottom:2px solid #D7E2E3;
}
ul.menu-b li a{
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
ul.menu-b li a:hover{
	text-decoration:underline;
}
ul.menu-b li.menu-c{
	padding:3px 5px 5px 15px;
	background-color:#D7E2E3;
	border:0;
}
ul.menu-b li.menu-c a{
	font-weight:normal;
}
ul.menu-b li.menu-c.selected{
	background:url("../img/menu-c-bullet.gif") 0px 8px no-repeat;
}
ul.menu-b li.menu-c.selected a{
	font-weight:bold;
}
#sideNav {
	/* 160 width + 10 padd each side = 180*/
    width: 160px;
    float: left;
    padding: 15px 10px 15px 10px;
	font-size:11px;
	color:#758F94;
	margin:0px;
}
#sideNav a{
	font-size:11px;
	color:#758F94;
}
#sideNav.homePage{
	min-height:250px;
	background:url(../img/logo_accredited.gif) bottom center no-repeat;
}
/* for Internet Explorer */
* html #sideNav.homePage{
	height:250px;
}
/* for understanding browsers */
#content{ float:right;
	text-align:left;
	width:560px;
    margin: 0 0 0 0px;
    padding: 20px 10px 20px 0px;
	min-height:280px;
}
/* for Internet Explorer */
* html #content{
	height:280px;
}
/* HP specific */
#content.homePage{
	width:588px;
    padding: 0px;margin:0px;
}
#content img.hero{
	margin:0;
	padding:0;
	border-right:3px solid #ffffff;
	float:left;
}
#content img.hero-last{
	float:right;
	margin:0;
	padding:0;
}
div.homeText{
	clear:both;
	margin:0;
	background-color:#BAC7C9;
	font-size:12px;
	color:#6C888C;
	line-height:14px;
	height:30px;
	padding:15px 5px 15px 15px;
	border-top:2px solid #FFFFFF;
}
/* content specific */
div.pageHeader{
	clear:right;
	margin-bottom:25px;
}
/* Category list page */
div.categoryListItem{
	float:left;
	width:112px;
	margin-right:18px;
	text-align:center;
	font-size:11px;
	color:#6C888C;
	font-weight:bold;
}
div.categoryListItem a{
	color:#6C888C;
	text-decoration:none;
}
div.categoryListItem a:hover{
	text-decoration:underline;
}
div.categoryListItem img{
	border:1px solid #C2CECF;

}
/* product list page */
div.productListItem{
	float:left;
	width:190px;
	margin-right:50px;
	margin-bottom:20px;
	text-align:center;
	font-size:11px;
	color:#6C888C;
	line-height:22px;
}
div.productListItem.last{
	margin-left:50px;
	margin-right:0px;
}
div.productListItem a{
	color:#6C888C;
	text-decoration:none;
	font-weight:bold;
}
div.productListItem a:hover{
	text-decoration:underline;
}
div.productListItem img{
	border:1px solid #C2CECF;
	padding: 5px;
}



/* product detail page */
div.productDetailImg{
	float:left;
	width:260px;
	margin-right:20px;
	text-align:center;
}

div.productDetailInfo{
	font-size:11px;
	color:#6C888C;
	line-height:15px;
	float:left;
	width:260px;	
}
div.productDetailActions{
	clear:both;
}
input#quantity_sel{
	width:50px;
}
img#btn_order{
	margin-left:220px
}
/* colour palette*/
td.color-palette{
	width:20px;
	min-height:20px;
}
/* IE */
* html td.color-palette{
	height:20px;
}
td.red{
	background-color:#B22627;
}
td.gold{
	background-color:#DAC076;
}
td.blue{
	background-color:#3B4078;
}
td.burgundy{
	background-color:#5B1134;
}

#footer {
	padding: 5px;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	background-color:#768F94;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
}
a#tncs{
	padding-left:110px;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
a#tncs:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.cart a, .cart a:active, .cart a:visited, .cart a:hover {color:#61777C;}

/* headers */
h1 {
        font-weight: bold;
        font-variant: normal;
        padding: 0px 0px 12px 0px;
        margin: 0px;
	    font-size: 16px;
	    font-family: Arial, Helvetica, sans-serif;
		color:#61777C;
        }
h2 {
        font-weight: bold;
        font-variant: normal;
        padding: 0px 0px 0px 0px;
        margin: 0px;
	    font-size: 11px;
	    font-family: Arial, Helvetica, sans-serif;
		color:#61777C;
        }
.plain {border:0px; padding:0px; margin:0px;}