/* 
CSS Document for www.conletplastics.com
Created: July 2010 by Nate Hibma, IQS®
Contact: proofs@industrialquicksearch.com
Last Updated:
*/


/* COLORS:
			dark blue (main): #242b6b;
			dark blue (darker):	#191e4e;
			sky blue:	#8ed1fe;
*/


/*  RESETS AND BASIC SETUP 
---------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	height: 100%;
	width: 100%;
	line-height: 1;
	background-color: #191e4e;
	background-image: url(images/main-contents-bg.jpg);
	background-repeat: repeat;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	margin: 40px 0px;
}



/*  TEXT & FONTS
---------------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin-bottom: 6px;
}

h1 {
	font-size: 2.2em;
	color: #242b6b;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #242b6b;
}

h3 {
	color: #fff;
	font-size: 2em;
}

p {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: 500;
}

p.spaced {
	line-height: 1.6em;
}

.white-shadow {
	text-shadow: #fff 1px 1px 1px;
}

.black-shadow {
	text-shadow: #000 -1px -1px 2px;
}


.white {
	color: #fff;
}

span.txt001 {
	color: #f00;
}






/*  TOOLS
---------------------------------------------------------------------- */
.clear {
	clear: both;
}

.button {
	border: 1px solid #000;
	background-color: #191e4e;
	color: #fff;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button:hover {
	
}






/*  STRUCTURE
---------------------------------------------------------------------- */
#content-wrapper {
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 960px;
	margin: 0 auto 20px auto;
}

#main-content-bar{
	position: absolute;
	top: 464px;
	left: 0;
	width: 100%;
	background-image: url(images/main-contents-bg.jpg);
	background-repeat: repeat;
}







/*  HEADER
---------------------------------------------------------------------- */
#header-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	background-image: url(images/header-bar-bg.jpg);
	background-repeat: repeat-x;
}

#header-contents {
	position: relative;
	width: 960px;
}

img#logo {
	float: right;
}







/*  NAVIGATION
---------------------------------------------------------------------- */
ul#navigation {
	display: block;
	float: left;
	width: 600px;
	margin-left: -9px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: 700;
	font-size: .9em;
}

ul#navigation li {
	position: relative;
	display: block;
	float: left;
	height: 16px;
	width: auto;
	padding: 32px 0;
}

ul#navigation li.current {
	background-image: url(images/current-page-arrow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

ul#navigation a {
	padding: 6px 12px;
	margin: 0 9px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

ul#navigation a:hover {
	background-color: #191e4e;
	color: #f7f7f7;
	border-top: 1px solid #111330;
	border-left: 1px solid #111330;
	border-bottom: 1px solid #3b4177;
	border-right: 1px solid #3b4177;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 8px;
}







/*  INTRO AREA
---------------------------------------------------------------------- */
#intro-bar {
	position: absolute;
	top: 80px;
	left: 0;
	height: 384px;
	width: 100%;
	background-image: url(images/intro-bar-bg.jpg);
	background-repeat: repeat-x;
}

#intro-contents {
	position: relative;
	height: 384px;
	width: 960px;
}

#intro-text {
	float: left;
	width: 418px;
	margin: -6px 0 0 8px;
}

#intro-image {
	float: right;
	width: 508px;
	margin-top: -20px;
}

#intro-image img {
	display: block;
	position: relative;
	margin: 16px auto 0;
}

p.intro {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	color: #242b6b;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 30px 30px 0 0;
	text-shadow: #fff 1px 1px 1px;
}





/*  FEATURED AREA
---------------------------------------------------------------------- */
#featured-bar {
	position: absolute;
	top: 464px;
	left: 0;
	height: 256px;
	width: 100%;
	background-image: url(images/featured-bar-bg.jpg);
	background-repeat: repeat-x;
}

#featured-contents {
	position: relative;
	height: 236px;
	width: 960px;
	margin: -20px auto 0;
	background-image: url(images/featured-divider-line.png);
	background-repeat: repeat-y;
	background-position: right;
}

#featured-contents h3 {
	margin-bottom: 10px;
}

#featured-contents p {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #fff;
	line-height: 1.5em;
	font-size: .9em;
	font-weight: 500;
}

#quality-wrapper, #convenient-wrapper, #equipped-wrapper {
	float: left;
	width: 320px;
	height: 226px;
	padding-top: 10px;
	background-image: url(images/featured-divider-line.png);
	background-repeat: repeat-y;
	background-position: left;
}

#quality-contents, #convenient-contents, #equipped-contents {
	margin: 0 20px;
}





/*  MAIN CONTENTS
---------------------------------------------------------------------- */
#main-content-bar.contact {
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#main-content-wrapper {
	position: relative;
	height: auto;
	min-height: 400px;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

.mucho-text {
	line-height: 1.5em;
}

.mucho-text p {
	margin: 5px 0 30px;
}

#main-content-left {
	float: left;
	width: 360px;
	text-shadow: #000 -1px -1px 2px;
}

#main-content-left.services {
	width: 580px;
}

#main-content-right {
	float: left;
	width: 320px;
	margin-left: 20px;
	padding: 20px;
	text-shadow: #000 -1px -1px 2px;
	background-color: #fff;
	color: #000;
	text-shadow: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#main-content-right h3 {
	color: #000;
	text-shadow: none;
}

#main-content-right a {
	font-weight: bold;
}

#main-content-left a {
	color: #8ed1fe;
}

#main-content-left a:hover {
	color: #fff;
}

#main-content-left ul {
	margin: 20px;
}



#main-content-left ul li {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #fff;
	margin: 0 0 10px;
}

#main-content-left p {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #fff;
	line-height: 1.5em;
}

h3.smaller {
	margin: 10px 0 5px;
	font-size: 1.3em;
	line-height: 1.2em;
}

ul.standard {
	margin: 10px 0 40px 20px;
}

ul.standard li {
	list-style-type: disc;
	margin: 10px 0 5px 10px;
}






/*  CONTACT PAGE
---------------------------------------------------------------------- */
#contact-form-container {
	position: relative;
	float: left;
	width: 580px;
	background-color: #fff;
	color: #191e4e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 20px;
}

#contact-form-contents {
	margin: 20px;
	font-size: 0.9em;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

#contact-form-contents h3 {
	color: #191e4e;
}

#contact-form-contents h4 {
	color: #191e4e;
	font-size: 1.2em;
}

#contact-form-contents table {
	width: 540px;
}

#contact-form-contents table hr {
	color: #f00;
	margin: 10px 10px 10px 10px;
}

#contact-form-contents table td {
	padding: 6px 2px 6px 0;
}

td.align-right {
	text-align: right;
}

td.align-right-top {
	display: block;
	text-align: right;
	vertical-align: top;
}

#message-box {
	height: 100px;
	vertical-align: top;
}

legend {
	display: block;
	height: 20px;
	width: 100%;
	text-align: left;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
















/*  FOOTER
---------------------------------------------------------------------- */
#footer-contents {
	position: relative;
	height: auto;
	width: 100%;
	padding: 20px 0 40px;
	background-image: url(images/all-background-bg.jpg);
	background-repeat: repeat;
}

#footer-contents img {
	display: block;
	margin: 0 auto;
	border: 10px solid #fff;
}

p.footer-info {
	text-align: center;
	color: #fff;
	margin: 20px 0 0 0;
	line-height: 1.1em;
}

#footer-contents a {
	color: #fff;
	text-decoration: none;
}

#footer-contents a:hover {
	text-decoration: underline;
}

.smaller {
	font-size: .9em;
}












