/* CSS Document */

/*
-----------------------------------------------
Style Sheet

Site: Read All About It
Author:   aaryn.com
Version:  2007.11
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl {margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(../images/single_repeater.jpg);
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	line-height:1.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#ff0000;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#990000;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 0px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 0px 10px;
	float:right;
	}

.pic_border {
	padding:2px;
	border:1px solid #ecce7a;
	}

.arrow {
	background:url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left:12px;
	}

.right {
	float:right;
	}

.service_list {
	margin-bottom:10px;
	font-size:1.2em;
	}
	
.footertext {
    color:#999999;
	margin-top:10px;
	font-size:.8em;
	}

.service_list li {
	background:url(../images/list_divider.gif) repeat-x bottom left;
	padding:10px 0 12px 0;
	_position:relative;	 /*to fix the IE bullet peekaboo pug */
	line-height: 1.0em;
	list-style: none;		
	}
	
	.service_list a:link, .service_list a:visited {
		color:#000;
		}
	
	.service_list a:hover {
		color:#ff0000;
		}
	
	.industry_list {
	line-height:1.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:1.2em;
	}


/* Layout
 * ------------------------------------------------------------------------- */

#container {
	width:820px;
	margin:0px auto;
	}
 
#header {
	
	width:820px;

	}

#header_home_link {
		width:330px;
		height:75px;
		display:block;
		text-indent:-5000px;
		outline:none;
		background:url(../images/header.gif) no-repeat;
		}
	
#content_container {
	padding:20px;
	background:#fff;
	}

	#home #content_container {
		background:url(../images/gear_bg.jpg) no-repeat #fff top right;

		}
	

/* ---------- Page Titles ---------- */
#welcome {
	background:url(../images/welcome.gif) no-repeat;
	width:308px;
	height:23px;
	text-indent:-5000px;
	margin-bottom:15px;
	}

#about_us {
	background:url(../images/about_us.gif) no-repeat;
	width:308px;
	height:23px;
	text-indent:-5000px;
	margin-bottom:15px;
	}

#services {
	background:url(../images/services.gif) no-repeat;
	width:308px;
	height:24px;
	text-indent:-5000px;
	margin-bottom:15px;
	}

#industries {
	background:url(../images/industries.gif) no-repeat;
	width:308px;
	height:24px;
	text-indent:-5000px;
	margin-bottom:15px;
	}

#resources {
	background:url(../images/resources.gif) no-repeat;
	width:308px;
	height:24px;
	text-indent:-5000px;
	margin-bottom:15px;
	}
	
#whats_new {
	background:url(../images/whats_new.gif) no-repeat;
	width:308px;
	height:24px;
	text-indent:-5000px;
	margin-bottom:15px;
	}

#request_quote {
	background:url(../images/request_quote.gif) no-repeat;
	width:308px;
	height:24px;
	text-indent:-5000px;
	margin-bottom:15px;
	}


#contact_us {
	background:url(../images/contact_us.gif) no-repeat;
	width:308px;
	height:24px;
	text-indent:-5000px;
	margin-bottom:15px;
	}

#home_column_left {
	width:515px;
	float:left;
	font-size:.92em;
	line-height:1.5em;
	background:#fff;
	}


#home_column_right {
	width:150px;
	float:right;
	font-size:.92em;
	text-align:right;
	line-height:1.5em;
	}

#our_services {
	background:url(../images/our_services.gif) no-repeat top right;
	width:150px;
	height:16px;
	overflow:hidden;
	margin-bottom:15px;
	}
	
	#our_services span {
		display:none;
		}

#industries_we_serve {
	background:url(../images/industries_we_serve.gif) no-repeat;
	width:169px;
	height:16px;
	overflow:hidden;
	margin-bottom:15px;
	}
	
	#industries_we_serve span {
		display:none;
		}


#contact_column_left {
	width:375px;
	margin-right:20px;
	float:left;
	display:inline;
	background:#fff;
	}

#contact_column_left {
	width:380px;
	margin-right:20px;
	float:left;
	display:inline;
	background:#fff;
	}

#contact_column_right {
	width:380px;
	float:left;
	display:inline;
	background:#fff;
	}


#red_line {
	width:100%;
	height:2px;
	overflow:hidden;
	background:#ff0000;
	}

#footer_bar {
	background:#545454;
	padding:10px 0;
	text-align:center;
	}
	
#footer ul {
	margin:0;
	padding:0;
	}
	
#footer li {
    	margin: 0;
    	padding: 0 18px 0 22px;
    	display: inline;
    	border-left: 1px solid #ff0000;
    	font-size: .82em;
    	line-height:1.0em;
    	background: none;
		color:#fff;
    }

	#footer li.first { 
    	border: none;
    }
	
	#footer a:link, #footer a:visited{
		color:#fff;
		text-decoration:none;
		}
	
	 #footer a:hover, #footer a:active {
	 	color:#ff0000;
		text-decoration:none;
		}
	



/* Contact Form
 * ------------------------------------------------------------------------- */

#contact_form fieldset {
	margin:10px 0 0 0;
	padding:0px 0 0 0;
	}
	
	

#contact_form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

#contact_form br {
	clear:left;
	}

#contact_form label {
	font-size:.92em;
	font-weight:bold;
	margin-right:10px;
	width:145px;
	text-align:left;
	float:left;
	}

#contact_form input, #contact_form select,  #contact_form textarea {
	float:left;
	background-color:#fafafa !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #666;
	color:#000;
	width:215px; /* 7 pixels smaller than form width !important */
	margin-bottom:12px; /* sets vertical spacing between fields */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	}

#contact_form textarea {
	font-size:1.0em;
	}

#contact_form textarea {
	overflow:auto; /*prevents vertical scrollbar in IE */
	}


#contact_form select {
 width:222px; padding:0; font-size:.92em; } /* same width as form - !important */


	

#submit_button {
	background:url(../images/submit.gif) no-repeat;
	width:59px;
	height:23px;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
	}

#submit_button:hover {
 	background-position: 0 -23px;
	}


	#contact_form #submit_button {
		margin:0 0 0 155px;
		padding:0;
		}




/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/nav.gif") no-repeat; width:820px; height:37px; position:relative; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:37px; display:block; }
#nav span { display:none; }

#nav-01 { width: 78px; left:28px; }
#nav-02 { width: 102px; left: 106px; }
#nav-03 { width: 96px; left: 208px; }
#nav-04 { width: 110px; left: 304px; }
#nav-05 { width: 118px; left: 414px; }
#nav-06 { width: 141px; left: 532px; }
#nav-07 { width: 117px; left: 673px; }


#nav-01 a:hover { background: transparent url("../images/nav.gif") -28px   -37px no-repeat; }
#nav-01.selected { background: transparent url("../images/nav.gif") -28px   -37px no-repeat; }

#nav-02 a:hover { background: transparent url("../images/nav.gif") -106px -37px no-repeat; }
#nav-02.selected{ background: transparent url("../images/nav.gif") -106px -37px no-repeat; }

#nav-03 a:hover { background: transparent url("../images/nav.gif") -208px -37px no-repeat; }
#nav-03.selected { background: transparent url("../images/nav.gif") -208px -37px no-repeat; }

#nav-04 a:hover { background: transparent url("../images/nav.gif") -304px -37px no-repeat; }
#nav-04.selected { background: transparent url("../images/nav.gif") -304px -37px no-repeat; }

#nav-05 a:hover { background: transparent url("../images/nav.gif") -414px -37px no-repeat; }
#nav-05.selected { background: transparent url("../images/nav.gif") -414px -37px no-repeat; }

#nav-06 a:hover { background: transparent url("../images/nav.gif") -532px -37px no-repeat; }
#nav-06.selected { background: transparent url("../images/nav.gif") -532px -37px no-repeat; }

#nav-07 a:hover { background: transparent url("../images/nav.gif") -673px -37px no-repeat; }
#nav-07.selected { background: transparent url("../images/nav.gif") -673px -37px no-repeat; }






/* industries navigation
 * ------------------------------------------------------------------------- */

#industries_nav {
	background:url("../images/industries_nav.jpg") no-repeat;
	width:769px;
	height:98px;
	position:relative;
	margin:0 auto;
}
#industries_nav li { position:absolute; top: 0; }
#industries_nav li, #industries_nav a { height:98px; display:block; }
#industries_nav span { display:none; }

#industries_nav-01 {
	width: 120px;
	left:1px;
}
#industries_nav-02 { width: 120px; left: 130px; }
#industries_nav-03 { width: 120px; left: 260px; }
#industries_nav-04 { width: 120px; left: 389px; }
#industries_nav-05 { width: 120px; left: 518px; }


#industries_nav-01 a:hover { background: transparent url("../images/industries_nav.jpg") -0 -98px no-repeat; }
#industries_nav-02 a:hover { background: transparent url("../images/industries_nav.jpg") -130px -98px no-repeat; }
#industries_nav-03 a:hover { background: transparent url("../images/industries_nav.jpg") -260px -98px no-repeat; }
#industries_nav-04 a:hover { background: transparent url("../images/industries_nav.jpg") -389px -98px no-repeat; }
#industries_nav-05 a:hover { background: transparent url("../images/industries_nav.jpg") -518px -98px no-repeat; }
#industries_nav-06 a:hover { background: transparent url("../images/industries_nav.jpg") -648px -98px no-repeat; }
