/* Spraytech Systems */
@import url("global.css");
@import url("clearfix.css");
@import url("nav.css");
@import url("footer.css");
@import url("lightbox.css");


/* Top */
div#top {
	background:#fff url("../images/core/pg_top.gif") no-repeat;
	padding:5em 2em 0;
}
div#top h2.logo {
	float:left;
	width:445px;
}
div#top div.details {
	border-left:.4em solid #e4ecf1;
	float:left;
	font-size:1.1em;
	line-height:16px;
	padding:0 0 0 1em;
}
div#top div.details h2 {
	font-size:1em;
	color:#757575;
}
div#top div.details strong {
	color:#7EC4FF;
}

/* Content */
div#content {
	background:#fff;
	margin:0;
	padding:0;
}

div#content p, div#content h1, div#content h2, div#content h3, div#content h4,div#content h5, div#content h6 {
	margin:1em 0;
}
div#content h1 {color:#59A9E8; font-size:1.5em; font-weight:normal;}
div#content h2 {color:#59A9E8; font-size:1.4em; font-weight:normal;}
div#content h3 {font-size:1.3em;}
div#content h4 {font-size:1.2em;}
div#content h5 {font-size:1.1em;}
div#content h6 {color:#59A9E8; font-size:1em;}
div#content ul, div#content dl dd {
	margin:0 0 0 2em;
}
div#content table tr td {
	padding:5px;
	border-bottom:1px solid #dedfe1;
}
div#content hr {
	margin:1em 0;
	height:1px;
	line-height:1px;
	border:none;
	border-bottom:1px dashed #dedfe1;
}
div#content dl {
	margin:1em 0;
	padding:1em 0;
	border-bottom:1px dashed #dedfe1;
}
div#content dl dd {
	font-size:.85em;
}
div#content div.rightcol {
	color:#757575;
	float:right;
	font-size:1.3em;
	width:230px;
}
div#content div.leftcol {
	color:#757575;
	float:left;
	font-size:1.3em;
	width:480px;
	padding:1em 1em 1em 2em;
}
div#content div.fullcol {
	color:#757575;
	font-size:1.3em;
	padding:1em 1em 1em 2em;
}
div#content h2.products {
	border-bottom:4px solid #e4ecf1;
	background:url("../images/core/h2-ourproducts.gif") no-repeat 6px 0;
	margin:0;
	padding:0;
	height:30px;
}
div#content div.leftcol div.logo {
	float:left;
	width:120px;
}
div#content .pdf {
	background:url("../images/core/icon_pdf.gif") no-repeat;
	padding-left:2em;
	line-height:16px;
}
div#content div.img_right {
	display:block;
	float:right;
	margin:0 0 .5em .5em;
}
div#content a img.border, div#content img.border {
	border:4px solid #e4ecf1;
}
div#content a:hover img.border {
	border:4px solid #dedfe1;
}
div#content input, div#content select, div#content textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	border:1px solid #e4ecf1;
	padding:.2em;
}

/* Product Category */
ul.prodnav {
	width:230px;
	list-style-type:none;
	margin:0 !important;
	padding:0;
}

ul.prodnav li {
	border-bottom:1px solid #e4ecf1;
	height:25px;
}
ul.prodnav li a {
	color:#757575;
	display:block;
	height:25px;
	line-height:25px;
	text-decoration:none;
	padding:0 10px;
	width:210px;
}
ul.prodnav li a:hover {
	color:#fff;
	background:#4890d7;
}

ul.prodnav li ul {
	left:999em;
	display:none;
}