@charset "utf-8";
body  {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(media/yellowline.gif);
	background-repeat: repeat-y;
	background-position: left;
} 
#container2 {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(media/sideyellow.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#container3 {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(media/colorclipback.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#header #cartdet  {
	position: absolute;
	width: 130px;
	left: 730px;
	top: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

.basketImage {
	padding: 0px;
	margin-left: -40px;
}

#header #cartdet a  {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#header #cartdet a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #900;
}





#header  {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 102px;
	position: relative;
	background-color: #FFCC01;
	background-repeat: no-repeat;
	background-position: 400px top;
} 



#header  h1  {
	display: block;
	height: 102px;
	margin: 0;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 5px top;
	background-image: url(media/toplogo1.gif);
}
#header h2 {
	position: absolute;
	width: 130px;
	left: 400px;
	top: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

#header  #nav  {
	height: 34px;
	background: #072F67;
	width: 900px;
}

.last     {
	border-right-style: none;
}
.first   {
	margin-left: 175px;
}
#header .far {
	left: -1000px;
	position: relative;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #09397B;
}
#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar1 a {
	text-decoration: none;
	color: #072F67;
	display: block;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #333333;
	background: #FFEC9D url(media/arrows.gif) no-repeat right;
}


#sidebar1 .title {
	font-weight: bold;
	margin-top: 10px;
}
#sidebar1 h3 {
	font-size: 12pt;
	margin-top: -25px;
	margin-bottom: 10px;
	position: relative;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#mainContent  {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
} 

#mainContent #maincontentleft {
	float: left;
	width: 495px;
	padding-left: 10px;
	padding-right: 7px;
}






#mainContent #maincontentright {
	width: 225px;
	margin-left: 670px;
	padding: 0px;
	margin-top: 0px;
}
#mainContent #maincontentfull {
	float: left;
	width: 726px;
	padding-left: 10px;
	padding-right: 7px;
}
#mainContent h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: right;
}

#maincontentleft ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(media/arrows.gif);
	margin: 0px;
	padding: 0px;
}
#maincontentfull h3{
	font: bold 11pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #072F67;
}
#maincontentfull h5{
	font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #072F67;
}
#maincontentfull p{
	padding: 0px;
	margin-top: 10px;
}
#maincontentfull a{
	text-decoration: none;
	font-weight: bold;
	color: #0A3958;
}
#maincontentfull a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
#maincontentleft h2 {
	font-size: 11px;
	color: #072F67;
	padding: 0px;
	margin-bottom: 10px;
}
#maincontentleft h3{
	font: bold 11pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #072F67;
}
#maincontentleft h5{
	font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #072F67;
}
#maincontentleft p{
	padding: 0px;
	margin-top: 10px;
}
#maincontentleft a{
	text-decoration: none;
	font-weight: bold;
	color: #0A3958;
}
#maincontentleft a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
#maincontentright a{
	text-decoration: none;
	font-weight: bold;
	color: #0A3958;
}
#maincontentright a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
#maincontentleft .teamcontact {
	display: block;
	width: 180px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontentleft .nomarg {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.innerimagefloatleft {
	padding: 0px;
	float: left;
	width: 190px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer  {
	padding: 0 10px 0 20px;
	border-top: 1px solid #FFCC01;
	background: #FFFFFF;
} 
#footer  p  {
	margin: 0;
	padding: 5px 0;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.centre {
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subcatlinks {
	padding: 0px;
	float: left;
	height: 120px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
}
.catlinks {
	padding: 2px;
	float: left;
	width: 700px;
	display: block;
	margin: 0px 0px 10px 10px;
	position: relative;
	border-bottom: 1px solid #FFCC01;
}
.catlinkssurfacing {
	padding: 2px;
	float: left;
	width: 110px;
	display: block;
	margin: 0px 0px 10px 10px;
	position: relative;
	border-bottom: 1px solid #FFCC01;
	height: 180px;
}
.catlinksspecial {
	padding: 2px;
	float: left;
	width: 300px;
	display: block;
	margin: 0px 0px 10px 10px;
	position: relative;
	border-bottom: 1px solid #FFCC01;
	height: 180px;
}


.catimg {
	float: left;
	margin-right: 10px;
	height: 115px;
}
.catimgspecial {
	float: left;
	margin-right: 10px;
	height: 115px;
	margin-bottom: 30px;
}

.favlinks {
	padding: 2px;
	float: left;
	height: 230px;
	width: 120px;
	display: block;
	margin: 0px 0px 10px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFCC01;
	border-bottom-color: #FFCC01;
	position: relative;
}

.h3black {
	font-size: 11px;
	color: #000;
}
.was {
	text-decoration: line-through;
	font-weight: bold;
}
.is {
	font-weight: bold;
	color: #900;
}

#maincontentleft table{
	border-collapse: collapse;
	width: 100%;
}

#maincontentleft th, td{
	padding: 4px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC01;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC01;
	vertical-align: top;
	margin: 0px;
}
#maincontentleft td{
	font-weight: normal;
	border-left: 1px solid #FFCC01;
}
#maincontentleft thead{
	background-color: #273045;
	color: #FFF;
}

#maincontentleft tbody tr:hover{
	background-color: #CCC;
}
#maincontentleft  thead tr .last {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FFCC01;
	border-bottom-color: #FFCC01;
	border-left-style: none;
}

#maincontentleft  tbody tr .last {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FFCC01;
	border-bottom-color: #FFCC01;
}
#maincontentleft tbody tr .noborder {
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}

.special {
	color: #900;
}
.maintextblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 9.5pt;
	font-weight: normal;
	color: #34405F;
	text-decoration: none;
}

.price {
	font-weight: bold;
	color: #900;
}
#maincontentfull  label {
	display: block;
	width: 150px;
	float: left;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 10px;
}
.clearfloatright {
	clear: left;
}
#maincontentfull h4 {
	background-color: #2B3246;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.grey {
	background-color: #CCC;
}

#cart .C1 {
	float: left;
	margin: 5px 5px 0px;
	padding: 0px;
	width: 50px;
}
#cart .C2 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	width: 80px;
}

#cart .C3 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	width: 200px;
}
#cart .C4 {
	float: left;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	width: 80px;
}



#cart .C5 {
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 80px;
}
#cart .C6 {
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 130px;
}

#cart .clear {
	clear: left;
}
#cart .Ccontent {
	padding: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #000000;
	height: 30px;
	width: 700px;
	background-color: #D3DEEB;
}
#cart li {
	list-style-type: none;
}

#cart img {
	border-style: none;
}
#cart .imagebox {
	width: 200px;
	display: block;
	margin-top: 10px;
}


#cart .total {
	display: block;
	width: 424px;
	text-align: right;
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
}

#cart .total .TT {
	font-weight: bold;
}
#cart label {
	float: left;
	width: 200px;
}
#thankyou th, td {
	padding: 2px 2px;
	vertical-align: top;
	margin: 0px;
	border-style: none;
}

#cart .O1 {
	float: left;
	margin: 5px 5px 0px;
	padding: 0px;
	width: 100px;
}
#cart .O2 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	width: 150px;
}
#cart .O3 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	width: 100px;
}
#cart .O4 {
	float: left;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	width: 80px;
}
.scattitle {
	margin: 0px;
	padding: 0px;
	color: #32415A;
	display: block;
}
.catprice {
	position: absolute;
	top: 90px;
	width: 120px;
	color: #FFF;
	background-color: #072F67;
	display: block;
	height: 15px;
	left: 2px;
}

.scattitle2 {
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	top: -10px;
	color: #666;
}
.pricecolor {
	padding: 2px;
}
.moreinfo {
	position: absolute;
	bottom: 2px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
.favcontent {
	padding: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #000000;
	height: 30px;
	width: 700px;
	background-color: #D3DEEB;
}


.fav1 {
	float: left;
	margin: 5px 5px 0px;
	padding: 0px;
	width: 70px;
}
.fav2 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	width: 250px;
}
.fav3 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	width: 60px;
}
.fav4 {
	float: left;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	width: 60px;
}


.fav5 {
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 210px;
}
.fav6 {
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 100px;
}

.clear {
	clear: left;
}
.tabs1 {
	float: left;
	margin: 5px 5px 0px;
	padding: 0px;
	width: 110px;
}

.tabs2 {
	float: left;
	margin: 5px 5px 0px;
	padding: 0px;
	width: 180px;
}
.tabs3 {
	float: left;
	margin: 5px 5px 0px;
	padding: 0px;
	width: 300px;
}
.hidden {
	background-color: #CCC;
}
.divide {
	background-color: #036;
}
fieldset {
	margin-bottom: 15px;
	border: 1px solid #333;
	padding: 5px;
}
legend {
	font-size: 10pt;
	color: #072F67;
	font-weight: bold;
}
.headercart {
	margin-top: -5px;
}
.homeproduct {
	float: left;
	width: 220px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 190px;
	margin-top: 5px;
	padding: 5px;
}
