/*
-----------------------------------------------------------------------------------
Global :: Settings

These items are global to all site elements. Resets, paragraphs, anchors etc.
-----------------------------------------------------------------------------------
*/

* {margin:0; padding:0;}

body {
	background-color: #e7e7e7;
}

img {border:0;}

ul {list-style: none;}
p {margin-bottom: 15px;}
a {outline:none;}

.clear { clear: both; }

/*
-----------------------------------------------------------------------------------
Global :: Fonts

Base fonts that apply to the whole site.
-----------------------------------------------------------------------------------
*/

body {
	color: white; 
	font-family: arial,helvetica,serif; 
	font-size: 11px;
}

a:visited {color: #ccfd31;}
a:active {color: #ccfd31;}
a:link {color: #ccfd31;}
a:hover {color: white;}

a:link,a:visited, a:active {color:#ccfd31; outline:none;}

.req {color: red;}

/*
-----------------------------------------------------------------------------------
Global :: Headings
-----------------------------------------------------------------------------------
*/

h1 a {
	display: block;
	text-indent:-1000em;
	height:82px;
	width: 180px;
	background: black url('../images/logo.png') no-repeat;
	position: absolute;
	top: 5px;
	left: 10px;
}

#psp a {
	display: block;
	text-indent:-1000em;
	height:82px;
	width: 221px;
	background: black url('../images/psplogo.png') no-repeat;
	position: absolute;
	top: 5px;
	left: 181px;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 15px;
}

.h2_green {color: #ccfd31;}

h4 {margin-bottom: 15px;}

/*
-----------------------------------------------------------------------------------
Global :: Layout
-----------------------------------------------------------------------------------
*/

#wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color: #262524;
}

#mainheader {
	height: 110px; 
	background-color: black; 
	position: relative;
}

#content {
	padding: 20px;
	min-height: 350px;
}

#search-bar {
	position: absolute; 
	top:5px; 
	right: 0px; 
	width: 277px;
}

#search-bar a {color: #c9c9c9; text-decoration: none;}
#search-bar input {background-color: #232323;color: #c9c9c9; border: 0px; height: 13px; font-size: 10px; padding: 2px; width: 120px;}
#footer {height: 70px; background-color: black; margin-top: 15px; padding: 10px;}
#solutions a{width:191px; height: 66px; background: black url('../images/adsk.png') no-repeat center center; text-indent: -1000em; overflow: none; float: right;}

/*
-----------------------------------------------------------------------------------
Global :: Navigation
-----------------------------------------------------------------------------------
*/

#mainnav {
	height: 25px; 
	background-color: black; 
	margin-bottom: 15px;
}

#mainnav a:hover {color:#ccfd31;}
#mainnav ul {list-style:none;}
#mainnav li {float: left;}

#mainnav li a {
	display: block;
	padding:0px 15px; 
	color: white; 
	text-decoration: none;
}


/*
-----------------------------------------------------------------------------------
Global :: Forms
-----------------------------------------------------------------------------------
*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  margin-bottom: 20px;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
    font-weight: bold; /* be careful with padding, it'll shift the nice offset on top of border  */
    padding: 0 5px;
    color: #FFF;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/*
-----------------------------------------------------------------------------------
Home :: Style
-----------------------------------------------------------------------------------
*/

#fader {
	width:955px; 
	height: 330px; 
	background: transparent url('../images/fader.jpg') no-repeat;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 15px;
}


#home-industries {
	margin-left: 12px;
	width: 220px; 
	padding-top: 15px;
	float: left; 
	border-top: 2px solid #6b6967;
}

#home-news-wrapper {
	margin-left: 20px; 
	width: 445px; 
	float: left;
	padding-top: 15px;
	border-top: 2px solid #6b6967;
}


.home-news {
	width: 210px; 
	margin-right: 10px;
	
	float: left; 
}

#home-links {
	margin-left: 22px;
	width: 240px; 
	padding-top: 15px;
	float: left; 
	border-top: 2px solid #6b6967;
}	

#home-links a {
display: block;
height: 20px;
line-height: 20px;
padding-left: 5px;
margin-bottom: 8px;
color: white;
text-decoration: none;
background: black url('../images/button.png') no-repeat;
background-position: 224px 3px;
}

.news-article { padding-bottom: 10px; overflow: hidden; margin-bottom: 10px; }

.news-article img { float: left; margin-right: 5px; }

#home-industries strong a{
font-size: 1.4em;
text-decoration: none;
}

#home-industries img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
-----------------------------------------------------------------------------------
News :: Style
-----------------------------------------------------------------------------------
*/

.catview {
	padding-bottom: 10px; 
	overflow: hidden; 
	margin-bottom: 10px;
}

.catview img {
	float: left; 
	margin-right: 5px;
}

/*
-----------------------------------------------------------------------------------
Products :: Style
-----------------------------------------------------------------------------------
*/

#img_column {
	float: right;
}

#products-left {
	float: left;
	width: 550px;
	border
}

#news {border: 1px solid #575757; padding: 10px;}
#news li {list-style: none;}

#news a{
	display: block;
	padding-left: 10px;
	height: 26px;
	margin-bottom: 5px;
	line-height: 25px;
	background: url(../images/news_line_off.gif) no-repeat;
	color: white;
	text-decoration: none;
}

#news a:hover {
	background: url(../images/nav_line_on.gif) no-repeat;
	background-color: #575757;
}

.item img {
margin-right: 10px;
}

.item {
margin-bottom: 15px;
margin-right: 20px;
clear: left;
}

#get-quote {text-align: center; border: 1px solid #505050; margin-bottom: 10px; padding: 10px;}

#categories {
	float: left;
	border: 1px solid #ccc;
	width: 150px;
	padding: 5px;
}

.cats {
	
	 margin-bottom: 40px;
}

/*
-----------------------------------------------------------------------------------
Slideshow :: Style
-----------------------------------------------------------------------------------
*/

div.wrap{
width:955px;
margin:0 auto;
text-align:left;
}
div#top div#nav{
float:left;
clear:both;
width:955px;
height:52px;
margin:22px 0 0;
background: url(../images/nav-bg.png) 0 0 no-repeat;
}
div#top div#nav ul{
float:left;
width:700px;
height:52px;
list-style-type:none;
}
div#nav ul li{
float:left;
height:52px;
}
div#nav ul li a{
border:0;
height:52px;
display:block;
line-height:52px;
text-indent:-9999px;
}
div#header{
margin:-1px 0 0;
}
div#video-header{
height:683px;
margin:-1px 0 0;
}
div#header div.wrap{
height:330px;
background:url(../images/header-bg.png) 50% 0 no-repeat;
}
div#header div#slide-holder{
z-index:40;
width:955px;
height:330px;
position:absolute;
}
div#header div#slide-holder div#slide-runner{
top:0px;
left:0px;
width:955px;
height:330px;
overflow:hidden;
position:absolute;
}
div#header div#slide-holder img{
margin:0;
display:none;
position:absolute;
}
div#header div#slide-holder div#slide-controls{
left:0px;
bottom:0px;
width:955px;
height:30px;
display:none;
position:absolute;
background:url(../images/slide-bg.png);
}
div#header div#slide-holder div#slide-controls p.text{
float:left;
color:#fff;
display:inline;
font-size:10px;
line-height:16px;
margin:15px 0 0 20px;
text-transform:uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav{
float:left;
height:24px;
display:inline;
margin:11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a{
float:left;
width:14px;
height:14px;
display:inline;
font-size:11px;
margin:0 5px 0 4px;
line-height:14px;
font-weight:bold;
text-align:center;
text-decoration:none;
background-position:0 0;
background-repeat:no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on{
background-color: white;
color: #505050;
}
div#header div#slide-holder div#slide-controls p#slide-nav a{background-color: #505050; color: white;}
div#nav ul li a{background:url(../images/nav.png) no-repeat;} 

/*
This section controls the category tree function.
*/

.dtree {
	margin-bottom: 45px;
	width: 290px;
	white-space: nowrap;
	font-size: 1em;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #6bac10;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {

	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
}
.dtree .clip {
	overflow: hidden;
}


.products_list {
float: left;
}

#productlist {
float: left;
width: 630px;
}
