/* 
Title:     Pulse Systems
Author:    kerry@noise13.com | © Noise 13
Updated:   04-01-08
*/


/********************************************** 
		           DEFAULTS
**********************************************/

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}	

body {
	text-align: center; 
	font: normal 67.5%/1.25em Helvetica, Arial, Verdana, sans-serif;
  	color: #FFFFFFF;
	background: #212121;
	}

strong, b { font-weight: bold; }
em { font-style: italic; }

h1 {
	margin: 0;
	padding: 0; 
	font: normal 1.8em Arial, Helvetica, sans-serif;
	color: #506F8E;
	text-transform: uppercase;
	}
	
h3 {
	margin: 0 0 3px 0;
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #506F8E;
	text-transform: uppercase;
	}		
		
h3 {
	margin: 0 0 3px 0;
	padding: 0; 
	font: normal 1.3em Arial, Helvetica, sans-serif;
	color: #506F8E;
	text-transform: uppercase;
	}
	
h4 {
	margin: 0 0 5px 0;
	padding: 0; 
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	}
		
h5 {
	margin: 0 0 2px 0;
	padding: 0;
	font: bold 100% Arial, Helvetica, sans-serif; 
	color: #000000;
	}

p {	
	margin: 0 0 10px 0;
	font: normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	color: #555555;
	}

a:focus { outline: none; }
a:link, a:visited { 
	padding: 0 0 2px 0;
	color: #000000; 
	font-weight: bold;
	text-decoration: none; 
	}	
a:hover, a:active { 
	text-decoration: none;
	color: #506F8E;
	}
	

/********************************************** 
				  STRUCTURE
**********************************************/	



#wrap { 
	width: 960px;
	margin: 0 auto;	
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	border-top: 8px solid #506F8E;	
	}

#header { 
	margin: 0;
	padding: 15px 0 10px 0;
	}
	
#header h2 {
	float: left;
	position: relative;
	width: 136px;
	height: 68px;
	margin: 0 0 0 10px;
	font-size: 1.2em;
	}
#header h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/global/logo_pulse.gif) no-repeat;	
	}	
#header h2 a { cursor: pointer;	}		
	

#header h3 {
	margin: 20px 0 20px 640px;
	text-indent: -4000px;
	background: url(../images/global/header_ilm.gif) no-repeat;
	}

#home {
	width: 940px;
	margin: 10px 0 0 10px;
	padding: 0;	
	background: #E5E5E5 url(../images/global/bg_home.gif) repeat-y left top;
	border-top: 10px solid #E5E5E5;
	border-bottom: 10px solid #E5E5E5;
	}
	
#home .leftcol {
	float: left;
	width: 525px;	
	margin: 0 0 0 10px;
	padding: 0;
	}
	
#home .centercol {
	float: left;
	width: 160px;	
	display: inline;
	margin: 0 0 0 45px;
	padding: 0;
	}	
	
#home .rightcol {
	float: left;
	width: 160px;
	display: inline;
	margin: 0 0 0 30px;
	padding: 0;
	}		
	
	
	
#twocol {
	width: 938px;
	margin: 0 10px;
	padding: 10px 0;	
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	}
	
#twocol .leftcol {
	float: left;
	width: 600px;	
	margin: 0 0 0 10px;
	padding: 0;
	}
	
#twocol .rightcol {
	float: left;
	width: 310px;
	display: inline;
	margin: 0;
	padding: 0;
	}				
	
	
	
#guidelines_page {
	width: 938px;
	margin: 0 10px;
	padding: 10px 0;	
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	}
	
#guidelines_page .leftcol {
	float: left;
	width: 320px;	
	margin: 0 10px 0 10px;
	padding: 0;
	}
	
#guidelines_page .rightcol {
	float: left;
	width: 525px;
	display: inline;
	margin: 0;
	padding: 0;
	}		
	
	
#tradeshow_page {
	width: 940px;
	margin: 0 10px;
	padding: 10px 0;	
	}
	
#tradeshow_page .leftcol {
	float: left;
	width: 780px;	
	margin: 0;
	padding: 0;
	}
	
#tradeshow_page .rightcol {
	float: left;
	width: 150px;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	}			
	
#contact_page {
	width: 940px;
	margin: 0 10px;
	padding: 10px 0;		
	}
	
#contact_page .leftcol {
	float: left;
	width: 535px;	
	margin: 0;
	padding: 20px 0 0 0;
	background: #888888 url(../images/global/bg_contact.gif) repeat-x left top;
	border: 3px solid #888888;
	}
	
#contact_page .rightcol {
	float: left;
	width: 385px;
	display: inline;
	margin: 0 0 0 12px;
	padding: 20px 0;
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	}		
	

/********************************************** 
				 MAIN NAV
**********************************************/

ul#nav {
	position: relative;
	float: right;
	width: 480px;
	margin: 0 2px 0 0;
	height: 10px;
	list-style: none;
	overflow: hidden;
	}

ul#nav li a {
	position: absolute;
	top: 0;
	width: 89px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 10px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:10px; /* IE5/Win */
	background: transparent url(../images/global/btn_nav.gif) no-repeat;
	}

ul#nav li#services a { 
	background-position: 0 0; 
	width: 89px; 
	left: 0; 
	}
ul#nav li#services a:hover,
body#services_page ul#nav li#services a { background-position: 0 -10px; }

ul#nav li#about a { 
	background-position: -89px 0; 
	width: 80px; 
	left: 89px; 
	}
ul#nav li#about a:hover,
body#about_page ul#nav li#about a { background-position: -89px -10px; }

ul#nav li#contact a { 
	background-position: -169px 0; 
	width: 105px; 
	left: 169px; 
	}
ul#nav li#contact a:hover,
body#contact_page ul#nav li#contact a { background-position: -169px -10px; }

ul#nav li#quotes a {
	background-position: -274px 0; 
	width: 97px; 
	left: 274px; 
	}
ul#nav li#quotes a:hover,
body#quotes_page ul#nav li#quotes a { background-position: -274px -10px; }

ul#nav li#tradeshow a { 
	background-position: -379px 0; 
	width: 103px; 
	left: 379px; 
	}
ul#nav li#tradeshow a:hover,
body#tradeshow_page ul#nav li#tradeshow a { background-position: -379px -10px; }

ul#nav li#guidelines a { 
	background-position: -503px 0; 
	width: 95px; 
	left: 503px; 
	}
ul#nav li#guidelines a:hover,
body#guidelines_page ul#nav li#guidelines a { background-position: -503px -10px; }

	
	
		
/********************************************** 
			    CONTENT STYLES
**********************************************/		
		
		
#home .leftcol h3 {
	margin: 0;
	font: normal 2.5em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #506F8E;
	}
	
#home .centercol h3, #home .rightcol h3 {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	}	
				
#home .leftcol p.first {
	font: normal 1.6em/1.5em Arial, Helvetica, sans-serif;
	color: #000000;
	}		
		
#home .leftcol p {
	font: normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	color: #000000;
	}		
		
ul.guidelines { margin: 0 0 20px 10px; }		

ul.left { float: left; margin: 0 30px 20px 10px; }	
ul.right { float: left; }	

ul.collapse { margin: 0 0 0 10px; }
		
ul.guidelines li {
	margin: 0 0 5px 0;
	font: normal 1.2em/1.25em Arial, Helvetica, sans-serif;
	color: #555555;
	list-style: none;
	}
	
ul.guidelines li.indent { margin: 0 0 0 15px; }	
	
p.sup {	font: normal 1em/1.25em Arial, Helvetica, sans-serif; }	
	
		
ul.list { margin: 0 0 15px 10px; }		
		
ul.list li {
	margin: 0;
	padding: 0 0 0 10px;
	font: normal 1.2em/1.25em Arial, Helvetica, sans-serif;
	color: #555555;
	list-style: none;
	background: url(../images/global/icon_bullet.gif) no-repeat left 0.5em;
	}		
		
p.first {	
	margin: 0 0 3px 0;
	font: normal 1.6em/1.25em Arial, Helvetica, sans-serif;
	color: #555555;
	}		
	
p.service {	
	margin: 0 0 3px 0;
	font: normal 1.4em/1.25em Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
	
.gallery {
	float: left;
	margin: 5px 20px 5px 0;
	border: 3px solid #FFFFFF;
	background: #000000;
	}	
	
.gallery p {
	text-align: center;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
.gallery p a { color: #666666 }	
	
.leftcol img.secondary { display: none; }		
	
img.none { border: none; }	
		
		
.cert {
	margin: 10px 10px 0 10px;
	padding: 0 0 40px 10px;
	height: 5em;
	background: #000000 url(../images/global/bg_cert.gif) repeat-x left bottom;
	}	
	
.cert dl {
	background: url(../images/global/icon_cert.gif) no-repeat left 10px;
	padding: 10px 0 60px 0;
	}
	
.cert dt {
	margin: 0 0 0 70px;
	font: normal 2.2em Arial, Helvetica, sans-serif;
	color: #506F8E;
	}
	
.cert dd {
	margin: 0 0 0 70px;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}			
		
.cert a:link, .cert a:visited { 
	padding: 0 0 2px 0;
	color: #506F8E; 
	font-weight: bold;
	text-decoration: none; 
	}	
.cert a:hover, .cert a:active { 
	text-decoration: none;
	color: #FFFFFF;
	}

		
		
.links_holder {
	width: 291px;
	margin: 0;
	padding: 10px 0 0 0;
	background: #FFFFFF url(../images/global/bg_services.gif) repeat-y left top; 
	}	
	
.links_bottom {
	width: 291px;
	margin: 0 0 0 30px;
	padding: 0 0 10px 0;
	background: url(../images/global/bg_services_bottom.gif) no-repeat left bottom; 
	}	
		
	

.links_holder .links {
	margin: 0 15px;
	padding: 5px 0 0 0;
	background: url(../images/global/bg_services_ul.gif) repeat-x left top;
	}
	
.links_holder h3 { 
	margin: 0 10px 0 10px; 
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CFCFCF;
	}	
	
.links_holder .links ul {
	margin: 0 10px;
	padding: 5px 0 10px 0;
	}	
	
.links_holder .links li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	list-style: none;	
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #545454;
	border-bottom: 1px solid #CFCFCF;
	}		
	
.links_holder .links li:last-child {
	padding: 0;
	border: none;
	}
	
.links_holder .links li a:link, .links_holder .links li a:visited,
.links_holder .links p a:link, .links_holder .links p a:visited {
	color: #333333;
	text-decoration: none;	
	}	
	
.links_holder .links li a:hover, .links_holder .links li a:active,
.links_holder .links p a:hover, .links_holder .links p a:active { color: #506F8E; }

		
		
		
#tradeshow_page .event { margin: 0 0 2px 0; }

#tradeshow_page dl {
	float: left;
	width: 67px;
	height: 4.5em;
	margin: 0 5px 0 0;
	padding: 1.5em 0 0 0;
	background: #888888;
	}
	
#tradeshow_page dt {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	}
	
#tradeshow_page dd {
	font: normal 1.8em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	}	
	
#tradeshow_page .details {
	float: left;
	width: 700px;
	height: 6em;
	background: #E5E5E5;
	}		
	
#tradeshow_page .details h4 { 
	margin: 5px 0 0 5px; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}	
#tradeshow_page .details p { 
	margin: 0 0 0 5px; 
	font: bold 1em/1.25em Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	}
	
#tradeshow_page .details p.right { 
	float: right;
	margin: 5px 5px 0 0;
	font: bold 1em/1.25em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #7E7E7E;
	}	
	
#tradeshow_page .odd { background: #FBFBFB; }
		
	
/********************************************** 
				    FORMS
**********************************************/


form.contact { 
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
	}
	
form.contact legend {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	}
	
form.contact .sub { 
	display: block;
	margin: 0 0 3px 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	text-transform: uppercase;
	}	
	
form.contact fieldset { margin: 0 0 20px 0; }
form.contact fieldset fieldset { margin: 0; }	
			
form.contact fieldset li {
	list-style: none;
	padding: 5px 0;
	}

form.contact label { 
	display: block;
	margin: 0 0 3px 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	text-transform: uppercase;
	}

form.contact .inline { 
	float: left;
	margin: 0 3px 3px 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	text-transform: uppercase;
	}

form.contact .warning {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #FFE289;
	}	
	
form.contact .textinput, form.contact .textarea {
	width: 240px;
	padding: 4px;	
	font: normal 1.1em Arial, Helvetica, sans-serif;	
	border: 2px solid #E2E2E2;
	background: #FFFFFF;
	}
	
form.contact .textarea { height: 4em; }	

form.contact .textinput:focus, 
form.contact .textarea:focus { 
	border: 2px solid #506F8E; 
	background: #FFFFFF;
	}			

form.contact .submit { 
	width: 110px;
	height: 19px;
	margin: 0;
	text-indent: -4000px; 
	background: url(../images/global/btn_send.gif) no-repeat left top;
	}
	
form.contact .submit:hover { 
	background-position: 0 -19px; 
	cursor: pointer;
	outline: none;
	}
	

#contact_page h1 {
	margin: 0 0 5px 0;
	font: normal 1.8em Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	text-transform: uppercase;
	}


#contact_page dl {
	float: left;
	width: 200px;
	margin: 0 5px 10px 0;
	padding: 0;
	}
	
#contact_page dt {
	margin: 0;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
#contact_page dd {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	}	

#contact_page dd a:link, #contact_page dd a:visited { 
	padding: 0 0 2px 0;
	color: #FFFFFF; 
	font-weight: normal;
	text-decoration: none; 
	}	
#contact_page dd a:hover, #contact_page dd a:active { 
	text-decoration: none;
	color: #E5E5E5;
	}
	
#contact_page h3.alert { 
	margin: 0 0 0 20px; 
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #FFE289;
	}		
	
#contact_page .rightcol h3, #contact_page .rightcol h4 { margin: 0 10px 5px 10px; }	
#contact_page .rightcol p { margin: 0 10px 10px 10px; }	
	

/***************************************************
			         FOOTER
***************************************************/		


	
#footer {
	width: 960px;
	margin: 0;
	padding: 15px 0 60px 0;
	}	
	
#footer .left {
	float: left;
	width: 30%;
	margin: 0 0 0 10px;
	}
	
#footer .right {
	float: right;
	width: 60%;
	margin: 0 10px 0 0;
	text-align: right;
	}	

#footer h5 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #4E4D46;
	}	
	
#footer p {
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	color: #4E4D46;
	}		

#footer a:link, #footer a:visited {
	margin: 0 5px 0 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #8A8A8A;
	text-decoration: none;
	text-transform: uppercase;
	}	
	
#footer a:hover, #footer a:active {	color: #506F8E; }


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#carousel {
	padding: 0;
	margin: 0 0 0 10px;
	width: 940px;
	background: #333333;
	}

#carousel .scroller .section .intro {
	margin: 85px 50px 0 373px;
	padding: 0;
	}
	
#carousel .scroller .section .intro ul { margin: 0 0 20px 10px; }		
		
#carousel .scroller .section .intro ul li {
	margin: 0;
	font: normal 1.2em/1.25em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style: none;
	}	

#carousel .scroller .section h3 {
	font: normal 1.4em/1.25em Arial, Helvetica, sans-serif;
	color: #506F8E;
	}

#carousel .scroller .section p {
	font: normal 13px/19px Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	}
	
.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 940px; 
	height: 327px;
	overflow: hidden;
	}
.scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	float: left;	
	width: 940px;
	height: 327px;
	overflow: hidden;
	}
.scroller .content { width: 10000px; }

.controls {
	position: relative;
	bottom: 29px;
	left: 10px;
	width: 940px;
	}

#carousel .controls a {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	}
	
#laser { background: url(../images/global/bg_lasercutting.jpg) no-repeat; }
#electro { background: url(../images/global/bg_electropolishing.jpg) no-repeat; }
#welding { background: url(../images/global/bg_laserwelding.jpg) no-repeat; }
#blasting { background: url(../images/global/bg_microblasting.jpg) no-repeat; }
#setting { background: url(../images/global/bg_shapesetting.jpg) no-repeat; }
#cleanroom { background: url(../images/global/bg_cleanroom.jpg) no-repeat; }



/***************************************************
			           MISC
***************************************************/	

.clear { clear: both; }
	
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
  
.fix { display: inline-block; } 
* html .fix { height: 1%; }
.fix { display: block; }
.hide { text-indent: -4000px; }