html, body {
	margin: 0;
	padding: 0;
	}

a {
	color: #0095A2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
.center {
	margin: auto;
	text-align: center;
	}
	
#blackbar {
	background: #000;
	height: 26px;
	}
	
#loginmsg {
	width: 764px;
	text-align:right;
	margin: 0 auto;
	color: #ddddee;
	padding-top: 6px;
}
#loginmsg a {
	color: #ddddee;
}
	
/* NAVIGATION
------------------------ */
#turquoisebar {
	background: #00b1c1;
	border-bottom: 4px solid #fff;
	height: 40px;
	}

#navigationcontainer {
	color: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 778px;
	}
	
ul#navigation {
	float: right;
	list-style: none;
	margin: 13px 0 0 0;
	padding: 0;
	}
	
ul#navigation li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#navigation a {
	color: #fff;
	text-decoration: none;
	}
	
ul#navigation a.selected {
	text-decoration: underline;
	}
	
/* HEADER
------------------ */
#header {
	background: url(../images/headerbackground.jpg) repeat-x;
	height: 129px;
	text-align: center;
	}

h1 {
	/*background: url(../images/h1background.jpg) top center no-repeat;*/
	/*height: 100px;*/
	height: 1px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	width: 785px;
	}
	
/* CONTAINERS
----------------------- */
#pagecontainer {
	background: url(../images/contentbackground.jpg) top center repeat-y #efe9e3;
	position:relative;
	}
	
#topbg {
	background: url(../images/contentbackgroundtop.gif) top center no-repeat;
	width: 100%;
	height: 98px;
	position:absolute;
	top: -19px;
	left: 0px;
	z-index: 1px;
}
	
#bottombg {
	background: url(../images/contentbackgroundbottom.gif) bottom center no-repeat;
	width: 100%;
	height: 124px;
	position:absolute;
	left: 0px;
	bottom: -32px;
	z-index: 1;
}

#contentcontainer {
	color: #424242;
	margin: 0 auto;
	width: 785px;
	position: relative;
	z-index: 10;
	min-height: 500px;
	}

*html #contentcontainer {
	height: 500px;
}
	
#contentandright {
	float: right;
	position: relative;
	width: 610px;
	}
	
/* CONTENT
-------------------- */
#content {
	display: inline;
	float: left;
	position: relative;
	width: 402px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 20px 20px 20px;
	}
	
h2 {
	font: bold 20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0px;
	}

h4 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 0px;
}
#content .newsdate {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: gray;
}
	
	
/* RIGHT COLUMN
--------------------------- */
#right {
	float: right;
	padding: 0 9px 0 8px;
	position: relative;
	width: 151px;
	}
	
h3 {
	color: #fff;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 20px auto 0 auto;
	padding: 7px;
	text-align: center;
	}

#content h3 {
	text-align: left;
}
	
h3 .subtext {
	float:right; 
	font: normal 10px Arial, Verdana, Helvetica, sans-serif;
	padding-top:2px;
}
	
#right p {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0;
	}
	
#right p.newsdate {
	color: #000;
	padding-bottom: 0;
	}
	
#right p.newsitem {
	color: #707070;
	padding-top: 0;
	}
	
#right p.newsitem a {
	color: #0095a2;
	}
	
#right ul, #right ol {
	margin: 0;
	padding: 5px 0 0 24px;
	}
	
#right ul li, #right ol li {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 7px 0;
	}
	
#right ul li a, #right ol li a {
	color: #0095a2;
	}
	
/* LEFT COLUMN
-------------------------- */
#left {
	float: left;
	position: relative;
	padding: 0 12px;
	width: 150px;
	}
	
ul.subnavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul.subnavigation.navlevel1 li {
	background: #a9a9a9;
	display: block;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	position: relative;
	width: 136px;
	border: 0;
	padding: 4px 4px 4px 10px;
	border-top: 1px solid #fff;
	}
	
ul.subnavigation a {
	color: #fff;
	text-decoration: none;
	height: 15px;
	width: 120px;
	border: 0;
	padding: 0;
	margin: 0;
	}

ul.subnavigation a.navlinkcurrent {
	text-decoration: none !important;
	height: 15px;
}

ul.subnavigation.navlevel0 > li {
	width: 150px;
	position:absolute;
}

ul.subnavigation.navlevel0 > li > a {
	display: none;
}
ul.subnavigation.navlevel1 > li {
	
}

ul.subnavigation li.navbuttonparent {
	background: #a9a9a9 url(../images/subnavarrow.gif) no-repeat 135px center;
}

ul.subnavigation.navlevel2 {
	position: absolute !important;
	left: 150px;
	top: -1px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
}

ul.subnavigation.navlevel2 li {
	background: #a9a9a9;
	width: 135px;
}

/* LOGOS
---------------- */
#logos {
	margin: 40px auto 10px auto;
	text-align: center;
	width: 785px;
	position: relative;
	z-index: 10;
	}
	
#logos img, #logos img a {
	border: 0;
	}
	
#beigebar {
	background: #aeaeae;
	height: 7px;
	}
	
/* BOTTOM NAVIGATION
----------------------------------- */
ul#bottomnavigation {
	list-style: none;
	margin: 13px auto 0 auto;
	padding: 0 0 15px 0;
	text-align: center;
	}
	
ul#bottomnavigation li {
	display: inline;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#bottomnavigation a {
	color: #000;
	}
	
/* FOOTER
------------------ */
#footercontainer {
	background: #00b1c1;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	height: 72px;
	}
	
#footer {
	color: #fff;
	margin: 0 auto;
	width: 785px;
	}
	
#footer p.address {
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
#footer p.links {
	float: right;
	margin: 0;
	padding: 32px 0 0 0;
	}
	
#footer a {
	color: #fff;
	}
	
#darkbluebar {
	background: #033e54;
	height: 30px;
	}

/* VARIOUS COLORS
----------------------------- */
.blue {
	background: #0092cf;
	}

.green {
	background: #97be0d;
	}

.lightorange {
	background: #f39900;
	}
	
.pink {
	background: #e64687;
	}

.purple {
	background: #7b84bb;
}
	
.orange {
	background: #e85412;
}

	
/* THREE-COLUMN FIX
--------------------------------- */
.clearfix { display: inline-block; }

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */  

/* BOTTOM NAVIGATION
-----------------------------------*/

ul#bottomnavigation {
}
ul#bottomnavigation ul {
	display:none !important;
}
ul#bottomnavigation li {
	border-left: 1px solid #000;
}
ul#bottomnavigation li.navfirst {
	border: 0 !important;
}
ul#bottomnavigation li a {
	padding: 0 5px;
}

/* Product Category Styles
--------------------------------- */

.productlist {
	display:block;
	border-top: 1px solid #808080;
	padding-top: 10px;
}
.productlistitem {
	display:block;
	border-bottom: 1px solid #808080;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.productlink {
	font-size: 13px;
	font-weight:bold;
}

.productlistitemleft {
	float:left;
	padding-right:15px;
	width: 100px;
}
.productlistitemmiddle {
	float:left;
	width:287px;
}

.requestquote {
	float:right;
}

.productimagelink {
	text-decoration: none;
	color: #0095a2;
	text-align: right;
	width: 140px;
	float: right;
	padding: 0 0 12px 12px;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}

.productpdfdownload {
	text-decoration: none;
	color: #0095a2;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}
.productpdfdownload img {
	float:left;
	margin-right: 10px;
}

.productspecs {
	font-size: 11px;
	padding-bottom: 15px;
}

.productdesc {
	padding: 7px;
}

.itemqty {
	width: 30px;
	text-align: right;
}

.productoptionstable {
	margin-top: 15px;
	border-collapse: collapse;
	float: left;
}

.productoptionstable th {
	background: #97b90b;
	color: #fff;
	border: 1px solid #000;
}

.productoptionstable td {
	font-size: 12px;
	border: 1px solid #000;
}

.productoptionstable tr.even {
	background: #ebfab7;
}

.addtoquote {
	margin-top: 15px;
	float:right;
}

.availableoptions {
	margin: 0 7px 0 7px;
}

.quoterequesttable {
	margin-top: 5px;
	border-collapse: collapse;
	width: 100%;
}

.quoterequesttable th {
	background: #97b90b;
	color: #fff;
	border: 1px solid #000;
	font-size: 11px;
}

.quoterequesttable td {
	font-size: 12px;
	border: 1px solid #000;
	font-size: 11px;
}

.continuebrowsing {
	color: #0095a2;
}

.removelink {
	color: #0095a2;
	font-size: 11px;
}

.createusertable input, .createusertable select {
	border:1px solid #646464;
	color:#000000;
	font-family:Arial;
	font-size:8pt;
	margin:2px;
}

/* css for contact details*/

.contactp
{
text-align: left; font-size: 18px!important;color:#919191;border-bottom:1px dotted;width:131px;margin-left:12px!important;
}

.contactf
{
color:#7B84BC;
}