body {
	font-size: 14px;
	line-height: 19px;
	background-color: #191919;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
}


#bg_header {
	background-color: #fff;
}

#navigation {
	background: #066cb6 url(../images/nav_bg.jpg) bottom left repeat-x;
}

#wrapper {
	background: #fff url(../images/content_bg.jpg) top left repeat-x;
	border-top: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

#contents {
	margin-bottom: 40px;
}






h1, h2, h3, h4, h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 40px;
	color: #000000;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 40px;
	color: #888;
}

h3 {
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 24px;
	color: #283289;
}
h3.alt {
	color: #288932;
	margin-bottom: 10px;
}

h3 span {
	font-weight: normal;
}

h5 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
}

#footer h4 {
	color: #283289;
	font-size: 18px;
	margin-bottom: 10px;
}

#footer p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #707070;
	font-size: 90%;
	line-height: 120%;
}

#footer p a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

#bg_footer {
	background-color: #191919;
	color: #fff;
	padding: 20px 0;
	margin-top: 20px;
}

h3 span.quote_attribution {
	padding-left: 20px;
	background: url("../images/balloon.png") center left no-repeat;
	color:#555;
	font-size:75%;
	font-style:italic;
}

a {
	font-weight: bold;
	text-decoration: none;
}

.left_image {
	float: left;
	padding: 4px;
	margin-right: 6px;
	border: 1px solid #d0d0d0;
}

.dividerator, .dividerator_light {
	height: 20px;
	margin-top: 20px;
	border-top: 1px solid #555;
}

.dividerator_light {
	border-top: 1px solid #aaa;
}


.fastenerline-types {
	color: #283289;
	padding: 10px 0 4px 0;
	background: #eee;
	border-bottom: 1px solid #c5c5c5;
	font-weight: bold;
}



#subnav ul {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style-type: none;
	overflow: hidden;
}
#subnav ul li {
	float: left;
	margin-right: 20px;
	margin-top: 8px;
}
#subnav ul li a {
	color: #333;
	font-size: 0.8em;
	padding: 4px 0;
	text-transform: uppercase;
	display: block;
	width: 120px;
	text-align: center;
	border-bottom: 4px solid #fff;
}
#subnav ul li a.active, #subnav ul li a:hover {
	border-bottom: 4px solid #066cb6;
}



#navigation ul {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style-type: none;
	overflow: hidden;
	padding: 10px 0;
}
#navigation ul li {
	float: left;
	margin-right: 30px;
}
#navigation ul li a {
	border: 1px solid #066cb6;
	color: #dbeae3;
	display: block;
	font-size: 0.8em;
	padding: 6px 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 19px;
}
#navigation ul li a { /* Safari */
  -webkit-border-radius: 14px;
}

#navigation ul li a, x:-moz-any-link, x:default { /* Firefox 3 */
  -moz-border-radius: 14px;
}

#navigation ul li a.active, #navigation ul li a:hover {
  background: #66aadb;
  border: 1px solid #66aadb;
  color: #d9e5e0;
}



ul.checklist {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
ul.checklist li {
	float: left;
	background: url("../images/tick.png") left center no-repeat;
	padding-left: 20px;
	padding-top: 6px;
	height: 20px;
	width: 98%;
}






/* Sexy CSS Buttons
 * from: http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html
 */
a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}




input[type="text"],input[type="password"],textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin-bottom: 7px;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	width: 98%;
}
textarea { font-size: 90%; }
input:focus, textarea:focus {
	background-color: #ffc;
}

.error {
	background: #fff url(../images/arrow_090.png) left center no-repeat;
	padding-left: 20px;
	color: #892832;
}