/*****************************************************
 FILE LOCATION: http://www.delltech.ca/
 Handles all layout & styling for the Dell Tech
 web site.
 
 Site Name: Dell Tech Labratories
 Author: Derek Lapp
 Started: 01/29/07
 For: www.www.delltech.com/
 All rights reserved IMAGES 2007+
*****************************************************/

/*****************************************************
 DEFAULT HTML ELEMENTS
*****************************************************/
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #D1DCE2 url(../images/tile.jpg) repeat-x;
	margin-top: 35px;
	font: 62.5% Arial, Verdana, Tahoma, Sans-Serif;
	color: #222;
	text-align: center;
}
h1 {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1.16em;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #2F5070;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #2F5070;
}
a:hover {
	text-decoration: underline;
	color: #2F5070;
}
hr {
	height: 1px;
	background: transparent url(images/dots.gif) repeat-x;
	border: none;
	margin: 15px 0;
	color: #9C8D68;
}
img, td {
	vertical-align: top;
	border: none;
}
form, fieldset, legend {
	border: none;
	margin: 0;
	padding: 0;
}
legend {
	font-size: 1.16em;
	font-weight: bold;
	color: #2F5070;
}
label {
	display: block;
	margin: 5px 0 1px 0;
	font-size: 1.1em;
}

/*****************************************************
 INTERFACE DIVS
*****************************************************/
#wrapper { 
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#nav {
	width: 700px;
	height: 45px;
	background: #FFF url(../images/top_grad.gif) repeat-x top left;
}
#header {
	height: 190px;
	background: transparent url(../images/hdr.jpg) no-repeat top left;
}
.floater {
	float: left;
	width: 700px;
}
.focus {
	float: right;
	width: 445px;
	padding: 0;
}
.related {
	float: right;
	width: 255px;
	padding: 0;
}
#logo {
	display: block;
	float: left;
	width: 200px;
	height: 90px;
	background: #FFF url(../images/logo.jpg) no-repeat;
	position: relative;
	top: -45px;
	left: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
#footer {
	float: right;
	width: 700px;
	height: 35px;
	background: #FFF;
	margin-top: 5px;
	padding-top: 15px;
	font-size: 0.9em;
	color: #404040;
}
	#footer .focus {
		width: 435px;
		padding-right: 10px;
		text-align: left;
	}
	#footer .related {
		width: 245px;
		padding-left: 10px;
	}
#thumbNav {
	width: 440px;
	padding: 15px 5px 0 0;
}
#contentWrap {
	background: #FFF url(../images/content_grad.jpg) repeat-x top left;
}
#mainContent, #subContent {
	width: 415px;
	padding: 25px 30px 15px 0;
	font-size: 1.2em;
}
#subContent {
	width: 195px;
	padding-left: 30px;
}
#centerdiv {width: 100%;}

/*****************************************************
 TYPE CLASSES
*****************************************************/
#nav ul, #thumbNav ul {
	display: block;
	float: right;
	list-style-type: none;
	height: 45px;
	margin: 0 20px 0 0;
	padding: 0;
}
	#nav ul li, #thumbNav ul li {
		float: left;
		margin: 0;
	}
#nav a, #thumbNav a {
	display: block;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}
#thumbNav ul {
	margin: 0;
}
#thumbNav ul, #thumbNav ul li, #thumbNav a {
	height: 175px;
}
#thumbNav ul li, #thumbNav a {
	width: 100px;
}
#thumbNav ul li {
	margin-right: 8px;
}
a.home {
	width: 30px;
	background: transparent url(../images/home1.gif) no-repeat;
}
a.home:hover, #home {
	background: transparent url(../images/home2.gif) no-repeat;
}
a.about {
	width: 94px;
	background: transparent url(../images/about1.gif) no-repeat;
}
a.about:hover, #about {
	background: transparent url(../images/about2.gif) no-repeat;
}
a.newsletter {
	width: 69px;
	background: transparent url(../images/newsletter1.gif) no-repeat;
}
a.newsletter:hover, #newsletter {
	background: transparent url(../images/newsletter2.gif) no-repeat;
}
a.contact {
	width: 65px;
	background: transparent url(../images/contact1.gif) no-repeat;
}
a.contact:hover, #contact {
	background: transparent url(../images/contact2.gif) no-repeat;
}
a.msds {
	background: transparent url(../images/msds1.jpg) no-repeat;
}
a.msds:hover, #msds {
	background: transparent url(../images/msds2.jpg) no-repeat;
}
a.labTesting {
	background: transparent url(../images/lab_testing1.jpg) no-repeat;
}
a.labTesting:hover, #labTesting {
	background: transparent url(../images/lab_testing2.jpg) no-repeat;
}
a.registration {
	background: transparent url(../images/registration1.jpg) no-repeat;
}
a.registration:hover, #registration {
	background: transparent url(../images/registration2.jpg) no-repeat;
}
a.regulatory {
	background: transparent url(../images/regulatory1.jpg) no-repeat;
}
a.regulatory:hover, #regulatory {
	background: transparent url(../images/regulatory2.jpg) no-repeat;
}
.slash {
	width: 19px;
	height: 45px;
	background: transparent url(../images/slash.gif) no-repeat;
}
#news p {
	font-size: 0.75em;
	color: #222;
}
#news strong {
	font-size: 1.2em;
	color: #000;
}
.subMenu {
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0;
}
	.subMenu li {
		background: transparent url(../images/bullet.gif) no-repeat top left;
		margin: 0;
		padding: 0 0 0 15px;
	}
a.sub:link, a.sub:visited, a.sub:active {
	text-decoration: underline;
	color: #2F5070;
}
a.sub:hover {
	color: #000;
	text-decoration: none;
}
a.softed {
	color: #F00;
}
.search {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.clear .search li {
	background: #EEF2F5;
	margin: 5px 0;
	padding: 10px;
}
.clear .search li strong {
	color: #000;
}
.clear, .clear li, .submenu .clear li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.white {
	display: block;
	background: #FFF;
	margin: 5px 0;
	padding: 5px;
}
.desc {
	display: block;
}
.clear .search .white strong {
	color: #2DBB22;
}
.clear .small {
	font-size: 0.83em;
}

/*****************************************************
 FORM / INPUT CLASSES
*****************************************************/
.textarea { 
	border-top: 1px solid #3A342F;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #3A342F;
	margin-bottom: 5px;
	padding: 5px;
	height: 100px;
	width: 425px;
	overflow: auto;
}
.req {
	font-weight: bold;
	color: #2F5070;
}
.searchfield, .textfield {
	width: 191px;
	background: #FFF;
	border-top: 1px solid #3A342F;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #3A342F;
}
	.textfield {
		width: 265px;
	}
.fields_left {
	width: 150px;
	padding-bottom: 5px;
}
.fields_right {
	width: 265px;
	padding-bottom: 5px;
}
.message {
	background: #E8E8E8;
	padding: 15px;
	margin-bottom: 15px;
}
.empty {
	font-weight: bold;
	color: #F00;
}

.button {margin-top: 4px;}

/*****************************************************
 MISC CLASSES
*****************************************************/
.divider {
	margin: 15px 0;
}
.frame {
	border: 5px solid #6A7784;
}
.big {
	font-size: 1.3em;
	font-weight: bold;
	color: #2F5070;
}
.error {
	color: #F00;
}
.green {
	color: #0F0;
}