html {
	height:100%;
} 

body {
	background-color:#FCFCFF;
	font: small/1.4em verdana, "lucida grande", sans-serif;
	height:100%;
	color:#404040;
}

/* header and topcontent id start */

div#header {
	float:left;
	clear:none;
	width:auto;
	height:82px;
	padding-bottom:10px;
}

#manufacturers {
	float: left;
	clear: both;
	width: 100%;
}

div#topcontent {
	clear:none;
	float:right;
	width:auto;
}
div#freequote {
	clear: none;
	width: auto;
}

#topcontent ul li {
	display:inline;
	list-style-type:none;
}

#topcontent ul li a {
font-size:smaller;
color:#404040;
text-decoration:none;
}

#topcontent ul li a:hover {
font-size:smaller;
color:#404040;
text-decoration:underline;
}

#topcontent p {
	padding:0;
	text-align:right;
}

.textbox {
	padding: 4px;
	font:small verdana, sans-serif;
	color:#000;
	background-color:#fff;
	border:1px solid #000;
}

.button {
	font-size:1em;
	font-weight:bold;
	padding:2px;
	background:#6A7389;
	color:#fff;
	border-right:1px solid #283043;
	border-bottom:1px solid #283043;
	border-top:1px solid #9097A2;
	border-left:1px solid #9097A2;
}
/* header topcontent end */

/* Navigation start */

#nav {
	clear:both;
	background: #F1F5FA url('bg.gif');
	width:100%;
	height:40px;
}

/* nav http://www.pmob.co.uk/temp/cssrollovertabs.htm */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	position: relative;
	float: left;
	width:auto;
	line-height:30px;
	margin:0;
}
	
#nav li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background:inherit; /* IE6 Bug */
	padding:5px;
	border-right:1px solid #CAD6E8;
}

#nav ul li a:hover, #nav ul li a:active {
	background-color:#1A8CFF;
}

/* Navigation end */

/* containing wrap start */

#container{
	min-height:100%;
	margin-left:260px;
}

* html  #container{
	height:100%;
} /*IE treats height as min-height anyway*/

.outerwrap {
	float:right;
	width:99%;
	position:relative;
}

/* containing wrap end */

/* col1 start */

* html #col1 {
	margin-right:-3px;
}/* ie 3 pixel jog */

#col1 {
	float:left;
	position:relative; /* Needed for IE/win */
	width:250px;  /*same as margin on outer */  
	margin-left:-259px; /*must be 1px less than width otherwise won't push footer down */   
	padding:0;
	margin-right:0;
}

#col1 div.box h3 {
	clear:right;
	font: normal .9em Verdana, Arial, Helvetica, sans-serif;
	height:1em;
	padding:2px 0 4px 0;
	/*color:#7891BA;*/
	color:#000000;
	margin:0 0 0 5px;
	right:1px;
	top:-.8em;
	position:relative;
	background-color:#FCFCFF;
}



ul.menu {
	margin:0;
	padding:0 0 0 0.5em;
	line-height:20px;
}

ul.menu li {
	list-style:none;
	padding-right:0.5em;
	margin-top:0.2em;
}

ul.menu li a {
	padding-left:0.5em;
	width:230px;
	text-decoration:none;
	color:#595959;
	display:block;
	border:1px solid #FCFCFF;
}

ul.menu li a:hover {
	color:#FFFFFF;
	background-color:#1A8CFF;
	border:1px solid #EFEFEF;
	text-decoration: none;
}

#col1 p {
	margin-top:0;
	margin-bottom:0;
	color:#FF0000;
	font-weight:bold;
}

#col1 p.cart {
	margin-top:0;
	margin-bottom:0;
	color:#1A8CFF;
	font-weight:normal;
	text-align:center;
}

#col1 p.total {
	margin-top:0;
	margin-bottom:0;
	color:#1A8CFF;
	font-weight:bold;
	text-align:right;
}

div.standout {
	width:100%;
	height:40px;
	margin: 0.5em 0.5em 0.5em 0;
}

ul.arrow {
margin:1em;
padding-left:1em;
padding-top:0;
}

ul.arrow li {
	list-style-image:url(arrow.gif);
	line-height:7px;
	padding:0;
}

ul.arrow li a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

ul.arrow li a:hover {
	text-decoration:underline;
}


#col2 table {
margin-left:0.5em;
}

#col1 tr.r1 {
background-color:#fff;
}

#col1 tr.r2 {
background-color:#E8EFF5;
}

#col1 td.product {
border-right:1px solid #CAD6E8;
border-bottom:1px solid #CAD6E8;
text-align:left;
}

#col1 td.value {
text-align:right;
font-weight:bold;
border-bottom:1px solid #CAD6E8;
}

#col1 td.total {
text-align:right;
font-weight:bold;
color:#ffffff;
background-color:#1A8CFF;
}

/* col1 end */

/* col2 start */

html > body #col2 {
	margin-right:-1px;
}/*mozilla drops float without this */

#col2 {
	float:left;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
}

#col2 div.box h3 {
	clear:right;
	font: normal .9em Verdana, Arial, Helvetica, sans-serif;
	height:1em;
	padding:2px 0 4px 0;
	color:#000000;
	margin:0 0 0 5px;
	right:1px;
	top:-.8em;
	position:relative;
	background-color:#FCFCFF;
	border:0 none;
}

#col2 p {
	margin-top:0;
	padding-top:0;
	padding-bottom:0.2em;
}

#col2 p a {
	color:#404040;
	text-decoration:underline;
}

#col2 p a:hover {
	color:#1A8CFF;
	text-decoration:none;
}

#col2 h1 {
	font-size:large;
	color:#1A8CFF;
	padding: 0.4em 0.5em 0.4em 0.5em;
	margin:0;
}

#col2 h1 span {
font-size:small;
color:#404040;
}

#col2 h1 a {
	text-decoration:underline;
	color:#1A8CFF;
}

#col2 h1 a:hover {
	text-decoration:none;
	color:#404040;
}

#col2 ol {
	margin:1em;
	padding-left:em;
	padding-top:0;
}

#col2 ol li {
	padding:0;
}

#col2 ul {
	margin:1em;
	padding-left:em;
	padding-top:0;
}

#col2 ul li {
	padding:0;
}

p.important {
color:#FF0000;
}

/* col2 end */

/* global start */

hr {
	width:85%;
	margin-top:0.8em;
	margin-bottom:0.6em;
}

div.box {
	border:1px solid #CAD6E8;
	margin: 0.8em 0 0.5em 0;
}

.box p {
	padding:0 0.5em 0 0.5em;
}

/* global end */
