/* ===============================================
PROJECT TITLE
			NEMA ENCLOSURES
--------------------------------------------------
AUTHOR(S): 
	jwynn@topspotims.com (Jeremy)


==================================================
COLOR TABLE
--------------------------------------------------
CONTENT TEXT      	#7A7A7A;
CONTENT LINK      	#47ACC7;

H2				  	#357999;

=================================================*/

@import "thickbox.css";

/* GENERAL   ---------------------------------------*/

body {
	background: #f0f2f3 url(../images/page-wrap.gif) repeat-x left top;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}


.clearBoth {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {height: 1%;}
*:first-child+html .clearfix {min-height: 1px;}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 8px;
}
h1 {
	font-size: 1.6em;
	font-weight: 600;
	color: #636363;
}

h2 {
	font-size: 1.4em;
	color: #1d758d;
}
	h2 span {
	color: #8a8a8a;
	}
span.no-results {
	font-weight: bold;
	color: #333;
}
span#downloadProblems {
	font-size: .9em;
	padding: 0 0 10px 0;
	display: block;
	color: #ff334d;
}
h2.no-results {
	color:#107c90;
	font-size: 2em;
	height:25px;
	padding:0;
}
	h2.no-results span {
		display: block;
		float: left;
		font-weight: bold;
		font-size: .7em;
		height: 26px;
		width: 22px;
		padding: 4px 8px 0 8px;
		background: url(../images/option-bg.gif) top left no-repeat;
		color: #FFF;
	}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

p {
	padding-bottom: 1em;
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.pdf, .dxf {
	display: block;
	clear: right;
	padding: 3px 3px 3px 26px;
	background: url(../images/pdf.png) 2px center no-repeat;
	text-decoration: none;
	font-size: 1.2em;
}
.dxf { background: url(../images/dxf.png) 2px center no-repeat; }


#main a {
	color: #47acc7;
	font-weight: 700;
}

.submit {
	background: transparent url(../images/submit.gif) no-repeat left top;
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	height: 33px;
	width: 73px;
}

input, textarea {
	border: 1px solid #D5E4F0;
}

textarea {
	overflow: auto;
}

form dd {
	margin-bottom: 3px;
}

textarea#description {
	width: 250px;
	height: 70px;
}

/* PAGE LAYOUT   ---------------------------------------*/

#page-wrap {
	background: #f0f2f3 url(../images/page-wrap.gif) repeat-x left top;
}

#main {
	color: #7A7A7A;
	font-size: 1.2em;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 8px 0 20px;
	position: relative; /*To get IE to behave with the equal height columns malarkey*/
	width: 944px;
}

#container {
	margin: 0 auto;
	width: 970px;
}

#rightBucket {
	background: transparent url(../images/right-bucket.gif) no-repeat left top;
	float: right;
	height: 217px;
	margin-bottom: 19px;
	width: 314px;
}

#content-wrap {
	float: left;
	margin-top: 15px;
	min-height: 360px;
	position: relative;
	width: 940px;
}
	#content-wrap.bg {
		background: #FFF url(../images/content-container.gif) repeat-x left top;
	}
	#mainContentWrap {
		background: #FFF url(../images/content-container.gif) repeat-x left top;
		float: right;
		width: 752px;
	}

	#centerContent {
		float: left;
		padding: 0 17px 22px;
		width: 500px;
	}
	#content {
		float: left;
		padding: 16px 22px 22px 16px;
		width: 688px;
	}
	img#prodImage {
	width: 200px;
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #CECECE;
	}
	
	#leftCol {
		background: #f0f0f0 url(../images/left-col.gif) repeat-x left bottom;
		float: left;
		padding-bottom: 250px;
		width: 188px;
	}
	#rightCol {
		float: right;
		width: 208px;
	}


/* LEFT COLUMN (3-COLUMN LAYOUT)   ---------------------------------------*/

	#leftCol p {
		background: #f4f6f6 url(../images/left-col-header.gif) no-repeat left top;
		border-bottom: 0;
		border: 1px solid #FFF;
		color: #a7a4a4;
		font-size: 14px;
		line-height: 33px;
		height: 35px;
		padding: 0 10px;
	}
	#leftCol ul {
		list-style: none;
	}
		#leftCol ul li {
			background: #f8f9fa url(../images/dropdown-bullet.gif) no-repeat 10px 11px; 
			border-bottom: 1px solid #ebebeb;
			float: none;
			/* height: 28px; */
			line-height: 28px;
			padding-left: 27px;
		}
		#leftCol ul li a, #leftCol ul li.active {			
				color: #6ac3de;
				font-size: 12px;
				font-weight: 400;
				/* height: 28px; */			
			}
		#leftCol ul li.active {
			color: #555;
			font-weight: bold;
		}
			#leftCol ul li a:hover {
				text-decoration: underline;
			}	
		
		#leftCol ul li ul {	
			display: none;
		}
		#leftCol ul li.active ul {			
			display: block;
		}			
/* RIGHT COLUMN (3-COLUMN LAYOUT)   ---------------------------------------*/			
				
		#rightCol .callout {
			background: #f6f6f6 url(../images/callout-body-bg.gif) repeat-x left top;
			border: 2px solid #E9EAEA;
			margin-bottom: 7px;
			padding: 2px 2px 10px 2px;
			width: 181px;
		}
			.callout div {
				padding: 0 0 0 13px;
			}
			.callout h3 {
				background: #2d7d96 url(../images/callout-header-bg.gif) repeat-x left top;
				color: #fcfcfc;
				font-size: 14px;
				margin-bottom: 10px;
				padding: 5px 0 5px 13px;
			}
			.callout p {
				color: #a3a3a3;
				font-size: 12px;
				padding-bottom: 0.5em;
			}
			.callout ul {
				color: #6bc4de;
				font-size: 12px;
				line-height: 1.5em;
				list-style: square;
				list-style-position: inside;
				
			}
				#rightCol .callout ul li a {
					font-weight: 400;
				}
	
	/*Organizations Right Callout Box on the About Us page*/
	#organizations ul {
		list-style: none;
	}
		#organizations ul li {
			line-height: 30px;
			margin-bottom: 5px;
		}
		#organizations ul li img {
			margin-right: 10px;
			vertical-align: bottom;
		}
				
/* HEADER   --------------------------------------------*/

#header {
	background: transparent url(../images/header2.gif) no-repeat left top;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 972px;
	z-index: 600; /*For Primary Nav drop downs in IE6*/
}
	#header p.phoneNumber2 {
		clear:right;
		color:#C4E5EC;
		float:left;
		font-size:1.4em;
		margin:-6px 0 0 20px;
		position:relative;
		width:137px;
	}
	#header p.phoneNumber2 span {
		display: block;
		float: right;
		clear: both;
		padding: 0 7px 0 0;
	}
a#logo {
	display: inline;
	float: left;
	height: 75px;
	margin: 4px 0 0 48px;
	outline: 0;
	width: 137px;
}
#globalNav {
	color: #c4e8f3;
	display: inline;
	float: right;	
	list-style: none;
	margin: 6px 14px 16px 0;
}
	ul#globalNav li {
		background: transparent url(../images/global-nav-delimiter.gif) no-repeat left 2px;
		display: inline;
		float: left;
		margin-left: 10px;
		padding-left: 10px;
	}
	ul#globalNav li.first {
		background: none;
	}
		ul#globalNav li a {
			color: #c4e8f3;
			font-size: 1.2em;
		}

/* SEARCH FORM   ---------------------------------------*/

#ajaxSearch {
	clear: right;
	display: inline;
	float: right;
	height: 37px;
	position: relative;
	right: 13px;
	width: 272px;
}
#ajaxSearch fieldset {
	height: 29px;
	margin: 6px 0 0 22px;
}

#ajaxSearch_input {
	background: transparent;
	border: 0;
	height: 15px;
	position: absolute;
	left: 98px;
	top: 9px;
	width: 123px;
}

#ajaxSearch_submit {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 0;
	height: 24px;
	position: absolute;
	left: 238px;
	width: 24px;
}

#ajaxSearch label {
	color: #FFF;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.paging1 {
	margin-bottom: 1em;
}

.ajaxSearch_highlight {
	float: none !important;
	display: inline !important;
	width: auto !important;
}

span.ajaxSearch_paging {
	display: block;
	margin-bottom: 10px;
}
.AS_ajax_highlight1, .ajaxSearch_highlight1 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6 {
   background-color: #FFFF00;
   color: #000000;
}

/* MAIN NAVIGATION   --------------------------------------------*/

#primaryNav {
	clear: both;
	height: 49px;
	list-style: none;
	padding: 0 10px 0 20px;
	position: relative;
	top: 11px;
	left: 0;
	width: 940px;
}
	#primaryNav li {
		display: inline;
		float: left;
		font-size: 15px;
		height: 49px;
		width: 188px;
	}
		#primaryNav li a {
			display: block;
			height: 49px;
			width: 188px;
		}
			#primaryNav li a span.linkTitle {
				color: #c2eaf3;
				left: 15px;
				position: relative;
				top: 8px;
			}
			#primaryNav li a span.linkDesc {
				color: #8dc6de;
				display: block;
				font-size: 10px;
				left: 15px;
				position: relative;
				top: 13px;
			}
		#primaryNav li a:hover {
			background: transparent url(../images/nav-hover.gif) no-repeat;
			color: #5a92ac;
			text-decoration: none;
		}
		#primaryNav li.active > a {
			background: transparent url(../images/nav-hover.gif) no-repeat;
		}
			#primaryNav li a:hover span.linkTitle {
				color: #5a92ac;
			}
			#primaryNav li.active a span.linkTitle {
				color: #4b8099;
				font-weight: bold;
				
			}
			#primaryNav li a:hover span.linkDesc {
				color: #c6d0d4;
			}
			#primaryNav li.active a span.linkDesc {
				color: #999;
			}
		#primaryNav ul {
			background: #fdfefe url(../images/dropdown-menu.gif) repeat-x bottom left;
		 	z-index: 1000;
		 	border: 5px solid #FFF;
			position: absolute;
			left: -9999px;
		}
		#primaryNav ul li {
			float: none;
			height: 28px;
			line-height: 28px;
		}
			#primaryNav ul li a {
				background: transparent url(../images/dropdown-bullet.gif) no-repeat 10px center; 
				border-top: 1px solid #ebebeb;
				color: #6ac3de;
				font-size: 12px;
				font-weight: 700;
				height: 28px;
				padding-left: 27px;
			}
			#primaryNav ul li.active > a, #primaryNav ul li.active > a:hover, a.ie{
				background: transparent url(../images/dropdown-bullet-active.gif) no-repeat 10px center;
				color: #5a92ac;
				text-decoration: none;
				font-weight: 800;
			}
			
			#primaryNav ul li a:hover {
				background: transparent url(../images/dropdown-bullet.gif) no-repeat 10px center;
				text-decoration: underline;
			}
		
		#primaryNav li:hover ul, #primaryNav li.sfhover ul {
			left: auto;
		}
	li.childHovered {
		background: transparent url(../images/nav-hover.gif) no-repeat;
	}
		#primaryNav .childHovered span.linkTitle {
			color: #5a92ac;
		}
		#primaryNav .childHovered span.linkDesc {
			color: #c6d0d4;
		}

/* HOMEPAGE   ----------------------------------------------*/

#homeBanner {
	background: transparent url(../images/home-image-3.jpg) no-repeat left top;
	height: 269px;
	width: 944px;
	overflow: hidden;
}
#homeBanner img {
	height: 269px;
	width: 944px;
}

#banner {
	position: relative;
	height: 200px;
	width: 944px;
	background: url(../images/top-banner.jpg) #565656;
}

#bannerController {
	bottom: 22px;
	list-style: none;
	position: absolute;
	right: 17px;
}

	#bannerController li {
		display: inline;
		float: left;
		height: 21px;
		line-height: 21px;
		margin-right: 5px;
		text-align: center;
		width: 21px;
	}
		#bannerController li a {
			background: #f9f9f9 url(../images/white-number.gif) no-repeat left top;
			color: #7A7A7A;
			display: block;
			height: 21px;
			outline: 0;
			width: 21px;
		}
		#bannerController li a.current {
			background: #cae3fa url(../images/blue-number.gif) no-repeat left top;
		}

#homeContent {
	display: inline;
	float: left;
	padding: 13px 0 10px 22px;
	width: 614px;
}

#rfqLink {
	background: transparent url(../images/rfq.gif) no-repeat left top;
	display: inline;
	float: right;
	height: 56px;
	margin: 18px 63px 0 0;
	text-indent: -9999px;
	width: 189px;
}

#enclosuresBuckets {
	background: transparent url(../images/enclosures-buckets.gif) no-repeat left top;
	float: left;
	height: 217px;
	width: 614px;
}

	.bucket {
		float: left;
		height: 214px;
		padding: 7px 17px 0;
		width: 271px;
	}
		.bucket h2 {
			font-size: 1.3em;
		}
		.bucket img {
			display: block;
			height: 106px;
			margin: 16px 0 11px 10px;
			width: 256px;
		}
		.bucket p {
			padding: 0 11px;
			font-size: .95em;
			line-height: 1.1em;
		}

/* BREADCRUMBS   -------------------------------------------*/

#breadCrumbs {
	font-size: 0.8em;
	height: 27px;
	padding-top: 9px;
}
.B_crumbBox {
	/* padding-left: 10px; */
}
	#breadCrumbs .B_crumbBox span  {
		color: #7A7A7A;
	}
	#breadCrumbs .B_crumbBox a {
		color: #a7a4a4;
	}
p#no-results {
	margin: 0;
	padding: 10px 0;
	color: #ff7900;
	font-weight: bold;
	font-size: 1.2em;
}	
#no-results-form {
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #c7c8cb;
}
#no-results-form fieldset {
	margin: 0 0 8px 0;
	padding: 5px;
	background: #f4f5f8;
}
	#no-results-form label {
		display: block;	
		margin: 5px 0;
		font-size: 1.2em;
	}
	#no-results-form select {
		width: 200px;
	}
	#no-results-form input[type=text] {
		padding: 4px;
		width: 200px;
		border: 1px solid #a7a7a7;
	}
	#no-results-form textarea {
		width: 98%;
		height: 100px;
		border: 1px solid #a7a7a7;
	}
	#no-results-form .submit {
		clear: both;
		margin: 10px 0 !important;
	}
#no-results-form hr {
	clear: both;
	border: none;
	height: 1px;
}

#no-results-form .small {
	float: left;
	padding: 0 0 0 6px;
}
	#no-results-form .small input[type=text] {
		width: 25px;
	}

/* QUICK FORM   --------------------------------------------*/
#quickForm {
	overflow: auto;
	background: #c0dfe1 url(../images/quick-form.jpg) no-repeat top left;
	/* height: 267px; */
	margin: 5px 1px 7px;
	width: 186px;
}
	#quickForm p {
		color: #fff;
		font-size: 15px;
		padding: 10px 0 2px 0;
		margin-left: 10px;
	}
	#quickForm p#required-span {
		font-size: .9em;
		padding: 3px 0;
	}
	#quickForm span {
		color: #ff0000;
	}
	#quickForm fieldset {
		padding: 0 10px;
	}
		#quickForm fieldset input, #quickForm fieldset textarea {
		border: 1px solid #d5e4f0;
		width: 164px;
	}
		#quickForm textarea {
			height: 60px;
		}
	#quickForm dt {
		color: #616c81;
		font-size: 11px;
		font-weight: 700;
	}
	#quickForm dd {
		margin-bottom: 3px;
	}
	#quickForm .submit {
		float: right;
		margin-right: 9px;
	}
	
	
/* CONTENT  --------------------------------------------*/

#centerContent ul, #content ul, #centerContent ol, #content ol {
	padding-left: 3em;
	margin-bottom: 1em;
}

#centerContent .associatedList {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#centerContent .associatedList li {
		margin-bottom: 10px;
		overflow: auto;
	}
	#centerContent .associatedList img {
		border: 1px solid black;
		clear: left;
		display: inline;
		float: left;
		height: 80px;
		margin-right: 10px;
		width: 100px;
	}
	
	#centerContent .associatedList h2, #centerContent .associatedList h3 {
		color: #357999;
		font-size: 1.2em;
		margin: 0;
	}
	#centerContent .associatedList p {
		padding: 0;
	}
	#centerContent .associatedList a.learnMore {
		display: block;
		float: left;
		margin-top: 2px;
	}
	#centerContent .associatedList span {
		display: block;
		float: left;
		width: 385px;
	}


/* !Product Display Styles ============================== */
#productSearchForm {
	position: absolute;
	right: 10px;
	top: 0px;
	padding: 50px 7px 0;
	width: 343px;
	height: 137px;
	background: url(../images/search-tool-bg.png) top center no-repeat;
}
	#productSearchForm legend {
		position: relative;
		margin: 2px 0 0 10px;
		padding: 0 0 0 15px;;
		font-family: Arial, Verdana;
		font-weight: bold;
		color: #99c2d0;
	}
		#productSearchForm legend span {
			color:#666666;
			display:block;
			float:left;
			font-weight:bold;
			margin:0 5px 0 -10px;
		}
	#productSearchForm fieldset {
		margin: 5px 0;
	}
	
	#productSearchForm fieldset.step-1 {
		padding-bottom: 5px;
		border-bottom: 1px solid #bfd7df;
	}
		#productSearchForm fieldset.step-1 div {
			float: left;
			/*width: 90px;*/ JDW - Width 10px too short for select element; makes click event quirky sometimes
			height: 35px;
			/*padding-left: 15px;*/
                        padding-left: 10px;
                        width: 100px;
		}
               #productSearchForm fieldset.step-1 div.first {
			padding-left: 15px;
		}
	#productSearchForm fieldset.step-2 {
		float: left;
		width: 60%;
	}
		#productSearchForm fieldset.step-2 label {
			display: block;
			float: none;
			width: auto;
		}
		#productSearchForm fieldset.step-2 div {
			float: left;
			padding-left: 15px;
		}
		#productSearchForm fieldset.step-2 div input {
			margin-right: 5px;
			padding: 2px;
			width: 16px;
		}
	#productSearchForm fieldset.step-3 {
		float: left;
		width: 20%;
	}
	#productSearchForm select {
		float: left;
		width: 100px;
	}
	
	#productSearchForm .floatleft {
		margin: 15px 0;
		margin: 0;
		padding: 0;
	}
	#productSearchForm label {
		display: block;
		color: #898989;
		font-size: .8em;
	}
	#productSearchForm input[type=text] {
		width: 30px;
		padding: 5px 0;
	}
	#productSearchForm input[type=submit] {
		display: block;
		margin: 8px 0 0 15px;
		background: transparent url(../images/search-tool-submit.jpg) no-repeat left top;
		border: 0;
		cursor: pointer;
		text-indent: -9999px;
		height: 33px;
		width: 77px;
	}
.pagination {
	margin: 5px 0;
}
	.pagination a {
		display: block;
		float: left;
		margin: 0 5px;
		padding: 2px 5px;
		background: #eae9f0;
		border: 1px solid #d3d3d8;
		border-top: none;
		border-left: none;
	}
		.pagination a.active {
			color: #eae9f0;
			background: #c3dff0;
		}
	.pagination span.elipse {
		display: block;
		float: left;
		margin: 0 5px;
		padding: 2px 5px;
		background: #eae9f0;
	}
#productsTable {
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}
	#productsTable th {
		margin: 0;
		padding: 5px 10px 5px 0;
		font-size: .9em;
		text-align: left;
		color: #357999;
		border-bottom: 2px solid #cecece;
	}
	#productsTable td {
		font-size: .8em;
		margin: 0;
		padding: 4px 0;
		border-bottom: 1px solid #dfdfdf;
	}

	#productsTable td a {
		font-weight: normal;
	}

.prod-assets {
	padding: 0 0 0 20px;
}
	.prod-assets img {
		margin-top: 20px;
	}

.back-panel-list li p {
	margin: 0 0 0 17px;
	padding: 0;
}


.back-panel-wrap {
	display: none;
	background: #f0f6ff;
}
	.back-panel p {
		font-size: 1.1em;
		border-bottom: 1px solid #e9e9e9;
	}
	.back-panel ul {
		list-style: none;
		font-size: 1.1em;
	}
		.back-panel ul li {
			margin: 3px 0;
		}
/* PHOTO GALLERY   --------------------------------------------*/
ul#photo-gallery {
	list-style-type: none;
	padding: 0;
}
	ul#photo-gallery li {
		float: left;
		margin: 0 0 10px 10px;
		padding: 0;
	}
		ul#photo-gallery li a, ul#photo-gallery li a img{
			border: none;
			padding: 0;
		}
		
/* FOOTER   --------------------------------------------*/

#footer-wrap {
	background: #f0f2f3 url(../images/footer.gif) repeat-x left top;
	clear: both;
	padding-bottom: 50px;
}
#footer {
	color: #9e9e9e;
	font-size: 1.2em;
	margin: 0 auto;
	overflow: auto;
	padding: 15px 14px 0 52px;
	width: 914px;
}
	#footer dl {
		float: left;
	}
		#footer dt {
			font-weight: 700;
		}
	#footer ul {
		display: inline;
		float: right;
		margin-top: 1.25em;
		list-style: none;
		clear: right;
	}
		#footer ul li {
			background: transparent url(../images/footer-link-delimiter.gif) no-repeat left 2px;
			float: left;
			margin-left: 8px;
			padding-left: 10px;
		}
		#footer ul li.first {
			background: none;
		}
			#footer ul li a {
				color: #5a92ac;
				font-size: .9em;
			}
p#topspot-footer {
	display:block;
	float:right;
	margin:10px 0 20px 0;
	text-align: right;
	font-size: .8em;
}
	p#topspot-footer a {
		color: #5a92ac; 
	}			

#content-map {
	width: 902px;
	padding: 16px 22px 22px 16px;
}
	
#map_canvas {
	width: 450px;
	height: 350px;
	background: #FFF;
	float: right;
}

#mapContent h4 {
	font-weight: bold;
}