@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}

#outer {
	width: 700px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	background-color: #c0c9d7; /*#ffffff;*/
	/*border: 2px #3ec420 ridge;*/
}

#header {
	background-image: url(images/header-grad-y.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 124px;
}

#header a, #header-contact{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: black;
}

#header img {
	border: none;
}

#header .logo {
	margin-left: 58px;
	margin-top: 10px;
	float: left;
}

#header-tagline {
	margin-top: 45px;
	margin-left: 26px;
	float: left;
}

#header-contact {
	width: 120px;
	margin-top: 45px;
	margin-left: 25px;
	float: left;
}

#header-contact a {
	line-height: 2em;
}

#rfq-button {
	margin-left: -3px;

}



#nav {
	width: 175px;
	float: left;
	min-height: 470px;
	background-image: url(images/nav-grad-y.jpg);
	background-repeat: repeat-x;
	background-color:#C0C9D7;
	/*background-color: #e4e7ee;*/ /* #FFFFFF;*/
}

#nav #quality-links {
	text-decoration:none;
}
#nav #quality-links:visited, #nav #quality-links:link  {
	color: black;
}
#nav #quality-links:hover {
	color:#004a84;
}

#nav #quality-links img {
	border: none;
}

#nav-menu {
	list-style-type:none;
	font-size: 14px;
	color: white;
	margin-left: 20px;
	margin-top: 30px;
	padding: 0;
	width: 130px;
}

#nav-menu li {
	border-bottom: #3ec420 1px solid;
	padding: 0px 5px;
}

#nav-menu li:hover {
	color:#3ec420;
	/* background-color: #3ec420;*/
	/*background-image: url(images/nav-link-grad-y.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

#nav-menu li a:hover {
	color: #3ec420;
	
}
#nav-menu li a {
	color: white;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 4px;
	height: 150%;
}

#nav p {
	font-weight: bold;
	margin-left: 25px;
	font-size: 14px;
	font-family:"Arial Black", Gadget, sans-serif;
}

#content {
	width: 525px;
	float: left;
	min-height: 510px;
	background-image: url(images/content-grad-x.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#inner-content {
	margin: 0 20px;
}

#footer-outer {
	clear: both;
	height: 82px;
}

#footer-content p {
	margin: 0;
	padding: 0;
}

#footer-content {
	width: 425px;
	height: 82px;
	font-weight: bold;
	background-image: url(images/footer-grad-y.jpg);
	background-repeat: repeat-x;
	margin-left: 175px;
	padding-left: 100px;
	padding-top: 10px;
	font-size: 12px;
	color: #18464c;
}

p#credits {
	padding-top: 10px;
	font-size: 95%;
}
.home-image, .gallery-image {
	width: 150px;
	height: 100px;
	margin: 5px;
	background-color: black;
}

#home-content {
	margin-left: 75px;
	margin-top: 20px;
	width: 400px;
}

#home-content p {
	margin-left: 5px;
	margin-top: 22px;
	line-height: 150%;
	font-size: 13px;
}

#home-content ul {
	padding-left: 20px;
}

.thumbnail-link img {
	border: none;
	text-decoration: none;
}

#minority-cert {
	text-align:center;
	margin-top: 45px;
	margin-left: -5px;
}

#content strong {
	font-size: 120%;
}

.company-info {
	margin-left: 30px;
}

#content h1 {
	font-size: 180%;
	/* text-align: center */
	color: #1f1c6c;
	display: none;
}

#content h1 abbr {
	text-decoration: none;
	border: none;
}

#content h2 {
	margin-bottom: 5px;
	font-size: 125%;
}

#content .features-list {
	width: 33%;
	float: left;
	overflow: visible;	
}

.features-list ul {
	margin-top: 5px;
	padding-left: 20px;
	width: 85%;
}

#content ul ul {
	list-style-type: none;
	padding-left: 5px;

}
#content ul ul li:before {
	content: "- "
}

#rfqform {
	overflow:visible;
}

#rfqform div {
	position: relative;
	margin-bottom: 15px;
}

#rfqform label {
	float: left;
	width: 12em;
	padding-bottom:10px;
}
.reqFieldIndicator {
	font-family: monospace;
	font-weight: bold;
	color: #900;
	float: left;
	clear: left;
}

.reqFieldHeading {
	color: #900;
	font-weight: bold;
}


#rfqform div input {
	width: 300px;
} 

#rfqform textarea {
	width: 300px;
	right: 10px;
}

#rfqfiles {
	width: 300px;
}
.rfqfile {
	width: 300px;
	
}

#rfqform h2 {
	text-align:center;
	font-size:130%;
	color: #394ea1;
}

.form_errors {
	color: #900;
}

#page-photos {
	margin-left: 75px;
}

.heading-image {
	margin-top: 15px;
}
.jqmClose{  border:1px solid #CCC; clear:right; float:right; padding:0 5px; cursor:pointer; }
.jqmClose:hover{ background:#FFF; } 
#jqmContent { 
	width:95%; 
	/*height:90%; */
	display: block; 
	clear:both; 
	margin:auto; 
	margin-top:15px; 
	/*border:1px dotted #CCC;  */
}
div.jqmWindow {background-color:#000;  text-align: center; }


