/* ===============================================
PROJECT TITLE: Aztec Bolting
--------------------------------------------------
AUTHOR(S):
	matt@topspotims.com
	mbixby@topspotims.com (Edits)


==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      #fff;

=================================================*/

body{
	margin: 0;
	padding: 0;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 62.5%;
	background: #3f454c url(../images/bg.gif) repeat-x left top;
}

.clearBoth {
	clear: both;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

a, a:visited {
	color: #ffe848;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#index h1 {
	margin-top: 0;
}
h1 {
	color: #fff;
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	color: #fff;
	font-size: 1.4em;
}

/*#content p, #content ul { */
#content {
	font-size: 1.2em;
	color: #fff;
	line-height: 1.3;
	}

	
form {
	margin: 0;
	padding: 0;
}
form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	color: #fff;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
}
input, textarea {
	width: 150px;
}

input.submit {
	width: 90px;
	background: #6383a8;
	border: none;
	color: #fff;
	font-size: 1.3em;
	margin-top: 5px;
	cursor: pointer;
}

table {
	font-family: Arial, sans-serif;
	background: #c0c0c0;
	width: 100%;
}

table th {
	background: #333;
	padding: 4px 4px;
}

table tr td.mark {
	background: #555;
}

table tr {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

table tr.even {
	background: #838383;
}

table td {
	padding: 4px;
	text-align: left;
}


/* WRAPPER   ---------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#utilitiesNav{
	margin:10px auto 0;
	padding:0px;
	overflow:hidden;
	list-style-type:none;
	width:800px;
	padding-left:855px;
	width:175px;
}
	#utilitiesNav li{
		float:left;
	}
		#utilitiesNav li a{
			font-size:8pt;
			font-weight:bold;
			color:#000000;
			padding:0px 8px;
			border-right:solid 1px #000000;
		}
		#utilitiesNav li.last a{
			border:none;
		}
		
/* HEADER   ---------------------------------------*/
#header {
	height: 155px;
	background: transparent url(../images/header3.jpg) no-repeat left top;
	position: relative;
}
#logo {
	display: block;
	width: 265px;
	height: 155px;
	text-indent: -9999px;
}

/* SEARCH   ---------------------------------------*/
#search {
	position:  absolute;
	right: 5px;
	bottom: 4px;
}
#ajaxSearch_submit {
	background: #e12220;
	border: 1px solid #e12220;
	color: #fff;
	text-transform: uppercase;
	width: auto;
	padding: 2px 7px;
	font-weight: bold;
}
#ajaxSearch_input {
	border: 1px solid #aeaeae;
	padding: 3px;
}

/* BANNER   ---------------------------------------*/
#banner {
	height: 158px;
	background: transparent url(../images/banner.jpg) no-repeat left top;
	margin: 0 0 10px;
}

/* PRIMARY NAV   ---------------------------------------*/

#primaryNav {
	width: 960px;
	background: #333;
}

#primaryNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
 	height: 40px;
}
	#primaryNav ul li{
		float: left;
		position: relative;
	}
		#primaryNav ul li a{
			color: #FFF;
			padding:12px 0;
			width: 137px;
			text-decoration: none;
			font-family: Arial,"Lucida Grande",Verdana,sans-serif;
			font-size: 1.3em !important;
			background: #333;
			display: block;
			text-align: center;
			font-weight: bold;
		}
		#primaryNav ul li.active a {
			background: #ff0021;
		}
		#primaryNav ul li ul li a, #primaryNav ul li.active ul li a {
			background: #c1021a;
		}

#primaryNav ul ul{
	position: absolute;
	height: auto;
	display: none;
}
	#primaryNav ul ul li {
		float: none;
		display: inline;
	}
			#primaryNav ul ul li a{
				text-align: left;
				font-size: 1.1em !important;
				font-weight: normal;
				background: #666;
				width: 200px;
				padding-left: 10px;
				border-bottom: 1px solid #FFF;
			}
			#primaryNav ul ul li.parent a,  #primaryNav ul li.active ul li.parent a {
				background: url(../images/parent-nav.png) #c1021a 198px 10px no-repeat;
			}
			
#primaryNav ul ul ul {
	left: 210px;
	top: 0;	
}
	#primaryNav ul ul ul li{
	
	}
		#primaryNav ul ul ul li a, #primaryNav ul li.active ul li ul li a, #primaryNav ul ul li.parent ul li a, #primaryNav ul li.active ul li.parent ul li a{
			background: #9f0015;
		}


/* SUBNAVIGATION   ---------------------------------------*/
#subnav {
	border:1px solid #AFB4BD;
	margin-left: 10px;
}

ul#subnav, #subnav ul, #subnav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
#subnav a {
	font-size: 1em;
	color: #fff;
	display: block;
	padding: 8px 6px;
	border-bottom: 1px solid #25282b;
	background: #40454b;
	outline: 0;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav ul, #subnav ul ul {
	display: none;
}
#subnav ul a {
	background: #818d9b;
	/*border-bottom: 1px solid #a7aeb6;*/
	padding-left: 18px;
}

#subnav ul ul a {
	background: #74859b;
	border-bottom: none;
	padding-left: 37px;
}
#subnav li.active ul {
	display: block;
}

#subnav li.last a{
	border: none;
}

#subnav li.active li.last a {
	border-bottom: 1px solid #25282b;
}

#subnav li.active a {
	color: #e12220;
	font-weight: bold;
}
 #subnav li.active li.active a {
	background: #FFF200;
	color: #41454a;
	font-weight: bold;
}

#subnav li.active li.active li.active a {
	color: #41454a;
	font-weight: bold;
	background: #fffaaf;	
}
#subnav li.active li.active li a, #subnav li.active li a {
	color: #FFF;
	font-weight: normal;
}

#subnav li.active li.active li a {
	color: #5f626b;
	background: #fffaaf;
	border-bottom: 1px solid #737b88;
}

#subnav li.active li.active li.last a {
	border-bottom: 1px solid #50555d;
}

#subnav li.active li a {
	border-bottom: 1px solid #50555d;
}

#subnav li.active a:after, #subnav li.active li.active a:after {
	content: " >";
	font-weight: normal;
	color: #FFF;
}

#subnav li.active li.active li.active a:after {
	content: "  >>";
	color: #41454a;
}

#subnav li a:after, #subnav li.active li a:after, #subnav li.active li.active li a:after {
	content: "";
}

	
/* BREADCRUMBS   ---------------------------------------*/
.B_crumbBox {
	color: #fff;
}
.B_crumbBox a {
	color: #fff;
	text-decoration: none;
}
#breadcrumbs {
	border-bottom: 1px solid #aeb4be;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

/* CONTENT   ---------------------------------------*/
#content { 
	overflow: auto;
	padding: 0 0 25px;
	background: #5d687c;
	margin: 5px 0 0;
}
#index #content {
	background: #5d687c;
	margin: 0;
	width: 960px;
}
#homeLeft {
	width: 662px;
	padding: 0 15px;
	float: left;
}
#homeRight {
	width: 252px;
	float: left;
}
	#homeRight #tradeShow{
		background:url(../assets/images/tradeshow-btn.png) no-repeat left top;
		display:block;
		width:206px;
		height:40px;
		text-indent:-999em;
		margin:10px 0px 10px 21px;
		overflow:hidden;
	}
		#homeRight #tradeShow:hover{
			background-position:0px -41px;
		}
#left {
	width: 186px;
	float: left;
	padding: 5px 0 0 5px;
}
#center {
	width: 535px;
	float: left;
	padding: 10px 0 15px 15px;
}
	#center img {
		margin: 0 0 10px 10px;
		float: right;
	}
#right {
	width: 180px;
	float: left;
	margin-left: 15px;
	padding: 10px 0 15px;
}
#rfqButton {
	display: block;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	background: #e12220;
	border: 1px solid #7d2626;
	color: #fff;
	margin: 15px 0 0;
	padding: 4px;
}

#rfqButton:hover {
	background: #812727;
	border: 1px solid #c42d2c;
}
#quickHeader {
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 0;
	width: 174px;
	padding: 5px 0 5px 8px;
	background: #1c1e21;
	border-top: 1px solid #afb4bd;
	border-right: 1px solid #afb4bd;
	border-left: 1px solid #afb4bd;
}

#quick-contact {
	width: 172px;
	background: #33373d;
	border: 1px solid #afb4bd;
	padding: 5px 0 0 10px;
}

#quick-contact input, #quick-contact textarea {
	background-color: #FFF;
	width: 156px;
	font-size: 1em;
	border: 1px solid #AAA;
	padding: 2px;
	color: #333;
}

#quick-contact input {
	margin-bottom: 10px;	
}

#quick-contact input.submit {
	cursor: pointer;
	width: 80px;
	background:#626872;
	color: #FFF;
}

#quick-contact .submit:hover {
	background: #44484f;
}

#quick-contact p {
	border-bottom: 1px solid #afb4bd;
	padding-bottom: 10px;
	margin-right: 10px;
}
/* CONTEXT NAV (Link box for Internal Template)   ---------------------------------------*/
#contextNav {
	width: 458px;
	padding: 20px 30px;
	border: 1px solid #a5abab;
	background: #74849b;
}

#contextNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
}

#contextNav ul li {
	display: inline-block;
	width: 225px;

}

#contextNav ul li a {
	font-size: 1.1em;
	padding-left: 10px;
	background: URL(../images/arrow-yellow.png) left center no-repeat;
}

#contextNav ul li a:hover {
	color: #FFF;
}

/* NEW-PRODUCTS BOX (home page)   ---------------------------------------*/
#newProductsWrapper {
 width: 252px;
}

#newProductsTop {
	background: URL(../images/newProductsTop-bg.png) top left no-repeat;
	height: 18px;
}

#newProductsBottom{
	background: URL(../images/newProductsBottom-bg.png) top left no-repeat;
	height: 18px;
}
#newProducts {
	background: transparent url(../images/newProducts-bg.png) top left repeat-y;
	padding: 0 28px 0 22px;
}
#newProducts h2 {
	color: #fff;
	background: #5d687c url(../images/blue-arrow.gif) no-repeat 90px top;
	margin-top: 0;
	padding: 3px 0 3px 4px;
}
#newProducts h3 {
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #BBB;
}
#newProducts h3, #newProducts p, #newProducts a {
	margin-left: 2px;
}
#newProducts a:hover {
	text-decoration: underline;
}
a.learnMore {
	padding-left: 17px;
	background: transparent url(../images/arrow-yellow.gif) no-repeat left center;
}
#phoneNumber {
	color: #fff200;
	font-size: 1.3em;
	font-weight: bold;
}
#index #phoneNumber {
	position: relative;
	left: 25px;
}

/* BUCKETS   ---------------------------------------*/
ul#buckets {
	font-size: .9em;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}
#buckets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#buckets li {
	float: left;
	width: 331px;
	padding-top: 10px;
/*	background: transparent url(../images/bucket-bg.gif) no-repeat left bottom;*/
	min-height: 120px;
}
#buckets ul li {
	float: none;
	background: none;
	width: auto;
	padding: 0 0 0 14px;
	margin: 0 0 2px;
	min-height: 0;
	background: transparent url(../images/check-white.png) no-repeat left center;
}
#buckets h2 {
	margin-top: 0;
	font-size: 1.3em; 
}
#buckets li img, #buckets li div {
	float: left;
}
#buckets li img {
	margin: 10px 0 0 0;
}
#buckets li div {
	width: 210px;
	padding-left: 10px;
	padding-top: 10px;
}
#buckets .seeFeatures {
	padding: 0 0 0 8px;
	margin: 0 0 0 5px;
	font-size: .8em;
	background: transparent url(../images/arrow-yellow.png) no-repeat left center;
}

#buckets a:hover {
	text-decoration: underline;
}

/* contact-us form ---------------------- */

.contact-form {
	width:320px;
	padding-bottom: 10px;
	font-family: Arial, sans-serif;
}

h2#contactUsHeader {
	font-size: 1.5em;
	color: #fff;
	margin: 0;
	display: block;
	padding: 5px 0 5px 8px;
	background: #1c1e21;
	border-bottom: 1px solid #afb4bd;
}
	#contact {
		float: left;
		margin-right: 20px;
		background: #33373c;
		border:solid 1px #b0b4bc;
		
	}
	#contact p{
		font-size:11px;
		color: #FFF;
		margin:10px 10px 20px 10px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#contact label{
		padding-left: 10px;
		display:block;
		font-weight:bold;
		text-align:right;
		width:100px;
		float:left;
	}
	#contact .small{
		color: #afafaf;
		display:block;
		font-size:9px;
		font-weight:normal;
		text-align:right;
		width:100px;
	}
		
	#contact input{ height: 20px; }
	#contact input, #contact-us textarea {
		float:left;
		width:182px;
		background: #FFF;
		border: 1px solid #9b9fa6;
		font-size: 1.2em;
		padding: 4px 4px;
		margin:2px 0 20px 5px;
		border: 1px solid #AAA;
		color: #333;
	}
	
	#contact #submitButton {
		background:#888888 none repeat scroll 0 0;
		border:1px solid #666666;
		clear:left;
		color:#FFFFFF;
		cursor:pointer;
		float:none;
		font-size:11px;
		font-weight:bold;
		height:25px;
		margin-left:115px;
		padding:4px 6px;
		width:100px;
	}
	
#mapWrapper {
	float: left;
}

iframe#googleMap {
	margin: 0;
	padding: 0;
	border: 1px solid #afb4bd;
}

#mapHeader {
	font-size: 1.5em;
	color: #fff;
	width: 492px;
	padding: 5px 0 5px 8px;
	background: #1c1e21;
	margin: 0;
	border-top: 1px solid #afb4bd;
	border-right: 1px solid #afb4bd;
	border-left: 1px solid #afb4bd;
}


/* RFQ Form ----------------------------------------------*/

.rfq-form {
	width:320px;
	padding-bottom: 10px;
	font-family: Arial, sans-serif;
}

h2#rfqHeader {
	font-size: 1.5em;
	color: #fff;
	margin: 0;
	display: block;
	padding: 5px 0 5px 8px;
	background: #1c1e21;
	border-bottom: 1px solid #afb4bd;
}
	#rfq {
		float: left;
		margin-right: 10px;
		background: #33373c;
		border:solid 1px #b0b4bc;
		
	}
	#rfq p{
		font-size:11px;
		color: #FFF;
		margin:10px 10px 20px 10px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#rfq label{
		padding-left: 10px;
		display:block;
		font-weight:bold;
		text-align:right;
		width:100px;
		float:left;
	}
	#rfq .small{
		color: #afafaf;
		display:block;
		font-size:9px;
		font-weight:normal;
		text-align:right;
		width:100px;
	}
	#rfq input{ height: 20px; }
	#rfq input, #rfq textarea {
		float:left;
		width:182px;
		background: #FFF;
		border: 1px solid #9b9fa6;
		font-size: 1.2em;
		padding: 4px 4px;
		margin:2px 0 20px 5px;
		border: 1px solid #AAA;
		color: #333;
	}
	
	#rfq select {
		float: left;
		width: 182px;
		margin: 8px 0 20px 5px;
	}
	
	#rfq button{ 
		clear:left;
		margin-left:110px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
		cursor: pointer;
	}
	
	#photos {
		float: left;
		width: 581px;
	}
		#photos img {
			margin-bottom: 20px;
		}
/* TECH SUPPORT   ---------------------------------------*/

p#techSupport-text {
	font-size: 1.4em;
}

ul#tech-support-list {
	float: left;
}

ul#tech-support-list a:hover{
	text-decoration: underline;
}

ul#tech-support-list, ul#tech-support-list ul {
	list-style-type: none;
	width: 260px;
	margin: 0;
	padding: 0;
}

ul#tech-support-list ul, ul#tech-support-list li{
margin: 0;
padding: 0;
}

ul#tech-support-list li.parentItems {
	font-size: 1.3em;
	background: #33373c;
	padding: 5px 0 5px 10px;
}

ul#tech-support-list ul {
	width: 225px;
	padding: 8px;
	margin: 0 0 10px 0;
	background: #4e525a;
}

ul#tech-support-list ul ul {
	list-style-type: circle;
	width: 207px;
	margin: 0 0 0 10px;
}

/* FOOTER   ---------------------------------------*/
#footer {
	background: #000;
	overflow: auto;
	border-top: 4px solid #e12220;
	padding: 10px 0 10px;
}
#footer p {
	padding-left: 10px;
	float: left;
	color: #fff;
	margin: 0;
}
#footer ul {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}
#footer ul li {
	float: left;
}
#footer ul a {
	color: #fff;
	padding: 0 10px;
}
#socialBar {width: 55px; list-style: none;}
#socialBar li {padding: 0; margin: 0; float: left; width: 16px; margin-right: 2px;}
#socialBar li a {display: block; background-image: url(../images/social/socialtoolbar.png);background-repeat: no-repeat; height: 16px;}
#socialBar li a.emailButton {background-position:0px 0px;}
#socialBar li a:hover.emailButton {background-position:0px -16px;}
#socialBar li a.printButton  {background-position:-19px 0px;}
#socialBar li a:hover.printButton  {background-position:-19px -16px;}
#socialBar li a.twitterButton {background-position:-38px 0px;}
#socialBar li a:hover.twitterButton {background-position:-38px -16px;} 
.socialLineOne {margin-bottom: 5px; margin-left: -39px;}
.social-bar-container {width: 130px; margin: 0 0 10px 0; padding: 0;}

.fsForm .fsLabel, .fsForm .fsOptionLabel, .fsForm .fsMatrix th, .fsForm .fsMatrixLabel {color:#fff;}
.fsRowBody .fsCell .fsFieldCell .fsFirst .fsLast .fsLabelVertical {margin:0px 10px;}
#fsPage1166030-1{margin:-20px;}
.fsPage table {background:none;}
.fsForm1166004P{width:260px;}
.fsRowBody { background-color: transparent !important; }
body #FSLocal .fsForm { width:260px;}
.fsFieldFocused{background-image:none;}
.fsFieldFocused .fsFieldFocused label.fsRequiredLabel span {color:none;}
.fsForm .fsTable { margin: 0 0px 0 0; padding: 0; float:left; }
.fsForm .fsCell {padding:2px;}
.fsSectionRow + .fsFieldRow .fsCell {padding-top:0;}
.fsFieldRow td { padding-bottom:0px; }
.fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose { display: none; }
.fsSectionRow td.fsRowBody { padding:0; }
.fsForm .fsCell .fsRowBody .fsCell .fsFieldCell .fsFirst .fsLast .fsLabelVertical {padding-left:9px;}
fsSupporting { color: #fff; }
