/*+-----------------------------------------------------------------------------------+
+-----------------------------CSS USAGE LICENSE---------------------------------------+
+-------------------------------------------------------------------------------------+
|	file                 :	screen.css                                                |
|	web                  :	http://critcaresono.com                            |
|	filename             :	/css/screen.css                                           |
|	version              :	03.21.2009                                                |
|	copyright            :	(c) 2009 Jason Wydro & w3developing, LLC                  |
|	license              :	(c) Copyright 2009. All Rights Reserved.                  |
|	author               :	Jason Wydro                                               |
|	web                  :	http://w3developing.com                                   |
+-------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------------------+*/
div, p, a, ul, li, h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
p{
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 140%;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 22px;
	padding-top: 10px;
}
h2 {
	font-size: 18px;
	padding-top: 10px;
}
h3 {
	font-size: 14px;
	padding-top: 10px;
}
#italicText {
	font-style: italic;
}
body {
	background-color: black;
}
#rootWrapper {
	width: 800px;
	margin: 0px auto;
	font-family: arial;
	
}
#rootHeader {
	width: 800px;
	float: left;
	background-color: #282828;
}
#headerLogo {
	float: left;	
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}	

#navHeader {
	float: right;
	font-size: 12px;
	padding-top: 10px;
	
}
#navHeader li {
	float: left;
	padding-right: 10px;
	color: #7d7d7d;
}
#navHeader a {
	color: #7d7d7d;
}

#navMain {
	float: left;
	width: 636px;
	height: 50px;
	
	
}
#navMain li {
	float: left;
}
#navMain li a {
	float: left;
	height: 30px;
	width: 100px;
	display: block;
	text-align: center;
	font-size: 14px;
	padding-top: 14px;
	padding-right: 3px;
	background-image: url('../img/header_menu_background_fade.png');
	border-right: 3px solid #282828;
}

body#index a#indexLink,
body#about a#aboutLink,
body#products a#productsLink,
body#technical a#technicalLink,
body#projects a#projectsLink,
body#safety a#safetyLink {
	background-image: url('../img/header_menu_background_red.png');
}

#phoneNumber {
	float: left;
	height: 45px;
	width: 154px;
	display: block;
	text-align: right;
	padding-right: 10px;
	background-image: url('../img/header_menu_background_fade.png');
}
#phoneNumber p {
	padding-top: 14px;
}
#contentWrapper {
	float: left;
	
	background-color: #282828;	
}
#indexImage {
	float: left;
	padding-bottom: 10px;
}
#indexContentCopy {
	float: left;
	width: 800px;
	
}
#indexContentCopy img {
	float: right;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
}

#indexContentCopyLeft {
	float: left;
	width: 490px;	
	background-image: url('../img/index_left_main_area_background.png');
	padding-bottom: 25px;
}
#indexContentCopyLeft h1,
#indexContentCopyLeft h2,
#indexContentCopyLeft h3,
#indexContentCopyLeft p {
   padding-left: 10px;
}

#indexContentCopyRight {
	float: left;
	width: 300px;
	padding-left: 10px;
}
.indexContentCopyRightBox {
	float: left;
	border-bottom: 10px solid #282828;
	background-repeat: no-repeat;	
	background-image: url('../img/right_sidebox_area_background.png');
	padding-left: 10px;
}
.indexContentCopyRightBox a{
	text-decoration: underline;
	font-weight: 900;
}

/*
#boxOneBorder {
	border-bottom: 10px solid #282828;
	
}
#boxTwoBorder {
	border-bottom: 10px solid #282828;
	
}
*/

#internalWrapper{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	/*
	border-top: 10px solid #282828;
	border-bottom: 10px solid #282828;*/
}

#internalWrapper li{
	list-style-type: circle;
	font-size: 12px;
}
#internalWrapper p, a {
	font-size: 12px;
}
#internalWrapper ul {
	padding-left: 40px;
}
#internalWrapper img {
	float: right;
	padding: 10px;
	
}
#specChart {
	float: left;
	margin-left: 70px;
}

#rootFooter {
	width: 800px;
	height: 30px;
	float: left;
	background-color: #333333;
	
	
}
.contact {
	width: 770px;
	padding-top: 10px;
}
#navFooter {
	float: left;
	padding-left: 3px;
	padding-top: 6px;
}
#navFooter li {
	float: left;
	padding-left: 7px;
	font-size: 12px;
}

#copyRight {
	float: right;
	text-align: right;
	width: 320px;
	margin: 0px auto;
	padding-top: 10px;
	padding-right: 10px;
}
#copyRight p {
	
	font-size: 12px;
	
}

