/* 
CSS File | Nate Hibma | Industrial Quick Search 
Last Edited: July 21, 2009 by Nate Hibma
*/



/* PRIMARY SITE ARCHITECTURE */

body {
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	}
	
img {
	border: none;
	}
	
#mainContainer {
	height: 100%;
	width: 100%;
	min-width: 1024px;
	min-height: 970px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(images/background_slice.jpg);
	background-repeat: repeat-x;
	}
	
#topGradient {
	position: relative;
	height: 30px;
	width: 100%;
	min-width: 1024px;
	margin: 0;
	padding: 0;
	background-image: url(images/top_gradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}
	
#upperContainer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 348px;
	background-image: none;
	}	
	
#lowerContainer {
	position: relative;
	top: 2px;
	height: inherit;
	min-height: 230px;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	}
	
#footerContainer {
	position: relative;
	float: left;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
	padding: 0;
	}

	

	
/* SECONDARY SITE ARCHITECTURE */

#upperLeftContainer {
	position: relative;
	float: left;
	height: 327px;
	width: 250px;
	margin: 0;
	padding: 10px;
	}
	
#upperRightContainer {
	position: relative;
	float: left;
	height: 348px;
	width: 730px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#lowerLeftContainer {
	z-index: 2;
	position: relative;
	float: left;
	height: auto;
	width: 250px;
	margin: 0;
	padding: 10px;
	}
	
#lowerRightContainer {
	z-index: 1;
	float: left;
	position: relative;
	width: 706px;
	height: 100%;
	margin-bottom: 40px;
	padding: 10px;
	}	
	
#breadCrumb {
	position: inherit;
	height: 15px;
	width: auto;
	clear: right;
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#title {
	position: inherit;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
	}
	
#copyContainer {
	position: relative;
	float: left;
	height: auto;
	width: 704px;
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 20px;
	z-index: 99;
	}
	
#imageContainer {
	position: relative;
	height: 248px;
	width: auto;
	border: none;
	margin: 20px 0 40px 0;
	padding: 0;
}
	
.photoRowContainer {
	position: relative;
	float: right;
	margin: 0 1px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	width: auto;
	height: auto;
	}
	
.photoContainer {
	position: relative;
	float: right;
	margin: 0 1px 20px 20px;
	padding: 0;
	border: 1px solid #CCC;
	width: auto;
	height: auto;
	clear: right;
	}
	
	
	
/* TEXT APPEARANCE */
	
h1 {
	display: block;
	height: auto;
	width: auto;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 2.4em;
	font-weight: 200;
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 0;
	}


h3 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-style: italic;
	text-align: center;
	line-height: 1.3em;
	font-weight: lighter;
	color: #FFF;
	padding-top: 5px;
	margin: 0;
	display: block;
	}
	
.tagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	color: #EEE;
	display: block;
	height: auto;
	width: auto;
	padding-top: 7px;
	margin: 0;
	}
	
p {
	display: block;
	height: auto;
	width: auto;
	margin: 15px 0 15px 0;
	padding: 0;
	border: none;
}
	
p.bodyCopy {
	color: #FFF;
	font-size: 1.1em;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p.footer {
	color: #FFF;
	text-align: center;
	font-size: 11px;
	}
	
a.mail {
	color: #fff;	
}

#copyContainer a {
	color: #fff;
}

#copyContainer a:hover {
	color: #FF4842;
}
	
h4 {
	font-family: Georgia,Times, "Times New Roman", serif;
}
	
#photoContainer h4 {
	width: 100%;
	background-color: #CCC;
	color: black;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

.photoRowContainer h4 {
	width: 100%;
	background-color: #CCC;
	color: black;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
	
span.white a, span.main a {
	text-decoration: none;
	}
	
span.white a:link, a:visited, a:active {
	color: #FFF;
	}

span.white a:hover {
	color: #FF4842;
	}
	
span.main a {
	font-weight: bold;
	}

span.main a:link, a:visited, a:active {
	color: #FFF;
	}

span.main a:hover {
	color: #FF4842;
	}
	
a.quality {
	color: #FFF;
	
}


/* NAVIGATION */	

	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */

/*
div#lowerContainer a img {
	position: absolute;
	height: 0; 
	width: 0; 
	border-width: 0;
	}
*/
	
div#lowerLeftContainer a:hover img {
	position: absolute; 
	top: -190px; 
	left: 55px; 
	height: 150px; 
	width: 150px;
	}
	
div.sidebarmenu {
	background-image:url(images/nav_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
 	}

.sidebarmenu ul {
	margin: 0 auto;
	padding: 0 0 4px 0;
	list-style-type: none;
	font-family: Times, Georgia, serif;
	text-align: center;
	font-size: 14px;
	width: 220px; /* Main menu item widths */
	}
 
.sidebarmenu ul li {
	position: relative;
	}

/* Top level menu links style */
	.sidebarmenu ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #481513;
	border-left: none;
	border-top: 1px solid #972B28;
	
	}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active {
	background-color: #621C18; /*background of tabs (default state)*/
	}

.sidebarmenu ul li a:visited {
	color: white;
	}

.sidebarmenu ul li a:hover {
	color: #FF4842;
	background-color: #511613;
	/*
	border-bottom: 1px solid #972B28;
	border-right: 1px solid #972B28;
	border-left: 1px solid #220908;
	*/
	border-top: 1px solid #220908;
	}

/*Sub level menu items */
	.sidebarmenu ul li ul {
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
	}

.sidebarmenu a.subfolderstyle {
	background: url(right.gif) no-repeat 97% 50%;
	}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
	



/* PRIMARY ELEMENTS */

#logo {
	position: relative;
	height: 114px;
	width: 140px;
	margin: 0 auto;
	padding: 0;
	border: none;
	}
	
#rollover {
	position: absolute;
	bottom: 0;
	height: 180px;
	width: 200px;
	margin: 0 auto;
	padding: 0;
	left: 35px;
	top: 164px;
 	}
	
#primaryImage {
	position: relative;
	width: 730px;
	height: 300px;
	margin: 0 auto;
	}
	
#iso {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	height: 10px;
	width: 200px;
	text-align: center;
	border: none;
	}
	
#rfqButton {
	position: relative;
	width: 201px;
	height: 50px;
	margin: 30px auto 20px;
	border: none;
	}
	
#breadCrumb a {
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#breadCrumb a:link {
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#breadCrumb a:visited {
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#breadCrumb a:hover {
	color: #FFEE98;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#breadCrumb a:active {
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p.footer a:link {
	color: #FFF;
	}
	
p.footer a:visited {
	color: #FFF;
	}
	
p.footer a:hover {
	color: #FFF;
	}
	
p.footer a:active {
	color: #FFF;
	}

	


/* LARGE IMAGES CONTROLS*/
	
.qualityCertificate {
	height: auto;
	width: 561px;
	position: relative;
	margin: 10px;
	padding: 0;
	background-color: #000;
}
	
.qualityCertificate img {
	padding: 10px;
	background-color: #FFF;
}



	
	
	