/* 

	WEBSITE DESIGN BY AD STREAM, INC.
	-----------------------------------
	Ad Stream provides website design, internet marketing 
	and website hosting to Indiana businesses.
	-----------------------------------
	Elkhart, IN 46516
	
	E: info@adstreaminc.com
	P: (574) 293-4649
	W: adstreaminc.com
	
*/

/************** Yahoo Reset CSS *******************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/************* End Yahoo Reset CSS ***************/
html {
	background: url(/images/bg_html.jpg) 0 0 repeat;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	background: url(/images/bg_page.jpg) 0 0 repeat-x;
	height: 100%;
}
ul, ol {
	margin: 0 0 10px 40px;
	list-style: outside;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 19px;
	color: #1F1D59;
	margin-bottom: 10px;
}
h1 span {
	display: none;
}
h2 {
	font-size: 16px;
	color: #1F1D59;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 span {
	display: none;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/***************** Structure *******************/
#container {
	width: 859px;
	margin: 0 auto;
	position: relative;
	padding-top: 23px;
}
#header {
	background: url(/images/bg_header.png) 0 0 no-repeat;
	height: 125px;
}
#mainLogo {
	position: absolute;
	top: 39px;
	left: 45px;
	width: 467px;
	height: 99px;
	z-index: 1000;
	display: block;
	text-decoration: none;
}
#content {
	background: url(/images/bg_content.png) 0 0 repeat-y;
	padding: 1px 0 4px 0;
}


/************ Nav **************/
#nav {
	background: url(/images/bg_nav.png) 0 0 no-repeat;
	height: 42px;
	position: relative;
	
}
#nav .flash {
	padding: 6px 0 0 4px;
	}
#mainNav {
	position: absolute;
	top: 38px;
	right: 10px;
}
#mainNav ul {
	margin: 0;
}
#mainNav ul li {
	list-style-type: none;
}
#mainNav ul li a {
	display: block;
	height: 28px;
	text-decoration: none;
	cursor: pointer;
}
#mainNav ul li a span {
	display: none;
}
#mainNav ul li#navGasSprings a {
	background: url(/images/nav/gas-springs.png) 0 0 no-repeat;
	width: 116px;
}
#mainNav ul li#navGasSprings a:hover, #nav ul li#navGasSprings a.active:hover {
	background: url(/images/nav/gas-springs-over.png) 0 0 no-repeat;
}
#mainNav ul li#navGasSprings a.active {
	background: url(/images/nav/gas-springs-over.png) 0 0 no-repeat;
}
#mainNav ul li#navHardware a {
	background: url(/images/nav/hardware.png) 0 0 no-repeat;
	width: 116px;
}
#mainNav ul li#navHardware a:hover, #nav ul li#navHardware a.active:hover {
	background: url(/images/nav/hardware-over.png) 0 0 no-repeat;
}
#mainNav ul li#navHardware a.active {
	background: url(/images/nav/hardware-over.png) 0 0 no-repeat;
}
#mainNav ul li#navCustomProducts a {
	background: url(/images/nav/custom-products.png) 0 0 no-repeat;
	width: 116px;
}
#mainNav ul li#navCustomProducts a:hover, #nav ul li#navHardware a.active:hover {
	background: url(/images/nav/custom-products-over.png) 0 0 no-repeat;
}
#mainNav ul li#navCustomProducts a.active {
	background: url(/images/nav/custom-products-over.png) 0 0 no-repeat;
}
#mainNav ul li#navApplicationForm a {
	background: url(/images/nav/application-form.png) 0 0 no-repeat;
	width: 116px;
}
#mainNav ul li#navApplicationForm a:hover, #nav ul li#navApplicationForm a.active:hover {
	background: url(/images/nav/application-form-over.png) 0 0 no-repeat;
}
#mainNav ul li#navApplicationForm a.active {
	background: url(/images/nav/application-form-over.png) 0 0 no-repeat;
}

#topNav {
	position: absolute;
	top: 7px;
	right: 17px;
	text-align: right;
	color: #FFFFFF;
	height: 11px;
}
#topNav a {
	cursor: pointer;
	height: 11px;
}
#topNav a,span {
	display: block;
	float: left;
}
#topNav a#home {
	background: url(/images/nav/home.png) 0 1px no-repeat;
	width: 28px;
	text-decoration: none;
	color: #FFFFFF;
}
#topNav span#colon {
	background: url(/images/nav/colon.png) 0 1px no-repeat;
	width: 9px;
}
#topNav a#contact {
	background: url(/images/nav/contact.png) 0 1px no-repeat;
	width: 51px;
	text-decoration: none;
	color: #FFFFFF;
}

/************ End Nav **************/
#footer {
	height: 32px;
	background: url(/images/bg_footer.png) 0 0 no-repeat;
	color: #666;
	font-size: 11px;
	padding: 4px 11px 0 5px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer p.footNav {
	width: 440px;
	float: left;
	padding-left: 5px;
}
#footer p.copyright {
	float: right;
}
#footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.hide {
	display: none;
	visibility: hidden;
}
/******************* End Structure *******************/

/****************** Content Styles ****************/

#content p {
	font-size: 14px;
}
#content ul li {
	font-size: 14px;
}
.floatRight {
	float: right;
	margin-top: 15px;
}
.floatLeft {
	float: left;
	margin-top: 15px;
}
/*************** Home Page *************/

#homeImage {
	float: left;
	border: none;
}

div #homeContent {
	padding: 20px;
}
#homeContent p {
	text-align: justify;
}
#homeContent p.first {
	padding-top: 10px;
}
#homeDrawing {
	float: right;
}
/************ End Home Page ************/

/************* Inner Pages **************/
div #innerContent {
	padding: 20px 20px 20px 25px;
}
div .rightLinks {
	position: absolute;
	right: 20px;
	width: 175px;
	padding: 15px 0 0 15px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 50px 0 15px 15px;
}
div .rightLinks ul {
	margin: 0 0 10px 0;
}
div .rightLinks ul li {
	list-style: none;
	padding-left: 18px;
	background: url(../images/icon_arrow.png) 0 6px no-repeat;
	margin-bottom: 5px;
}
/************* End Inner Pages **************/

/*************** Products *******************/
.productTable {
	font-size: 11px;
	border: 1px solid #ccc;
	margin: 15px 0; 
}
.productTable th {
	background: #fff;
	color: #999;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	font-weight: bold;
}
.productTable td {
	background: #fff;
	padding-left: 10px;
}
.productContentImage {
	margin-left: 15px;
}
.springItem {
	margin: 25px 0;
}
.hardwareContent {
	width: 600px;
}
.hardwareContent h2 {
	margin: 50px 0 0 0;
	border-bottom: 2px solid #666;
}
.productImages {
	width: 210px;
	float: left;
}
.productContent {
	float: left;
	margin-left: 15px;
}
.productContent h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
}
#content .productContent p {
	color: #666;
	font-weight: bold;
	font-size: 12px;
}
.productSchematics {
	margin-top: 8px;
}
.productSchematics ul {
	margin: 0;
}
.productSchematics ul li {
	list-style: none;
	float: left;
	margin-right: 8px;
}
#content .productSchematics p {
	font-size: 11px;
	margin: 0;
	text-align: center;
}
.hardwareItem {
	clear: left;
	margin-bottom: 15px;
	background: #fff;
	padding: 15px;
	border: 1px solid #999;
}

.customItem {
	height: 205px;
	margin: 0 0 15px 0;
	padding: 10px 0;
	border-bottom: 1px solid #999;}
.customItem .main {
	float: left;
	margin: 0 10px 0 0;
}
.customItem ul li {
	list-style-type: none;}
/*************** End Products *******************/

/************* Forms **************/

form td {
	padding: 5px 0 5px 0;
}

label img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

label img.selected {
	border: 2px solid #1F1D59;
	padding: 4px;
}

form .imageCheckbox {
	 padding-right: 5px;
	 text-align: center;
	 float: left;
}

#appFormTable {
	width: 330px;
}

#appForm {
	width: 400px;
	float: left;
}

#contactFormTable {
	width: 330px;
}

#contactForm {
	width: 400px;
	float: left;
}

#contactInfo {
	float: left;
}

#appOpeningKeys {
	float: left;
	margin: 480px 0 0 0;
}
#appOpeningKeys ul {
	margin: 0;
	padding: 0;
}
#appOpeningKeys ul li {
	list-style: none;
	margin-bottom: 10px;
	display: none;
}
#appOpeningKeys ul li img {
	width: 350px;
}
#appOpeningKeys ul li.show {
	display: block;
}


#searchBox {
	/*float: right;
	padding-right: 20px;
	padding-top: 15px;*/
	font-size: 16px;
	margin: 20px 0 0px 0;
}
#searchBox input {
	font-size: 16px;
	vertical-align:middle;
}


/************* End Forms **************/

/****************** End Content Styles ****************/

/****************** Clientcide Form Validation ****************/
.validation-failed {
	border: #FF0000 1px dashed;
}
/*.validation-passed {
  border: 1px solid  #8DFE9B;
}*/
.validation-advice {
	color: #FF0000;
	font-weight: bold;
}
#spryMerge {
	display: none;
}
.imgCheckbox {
	visibility: hidden;
}

/****************** End Clientcide Form Validation ****************/

/*************** Highslide ************/
.highslide-controls ul li {
	list-style: none;
}