/* ---The Reset--- */

html {
	font-size: 62.5%;
	line-height: 1em;
}

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: 62.5%;
	font-weight: normal;
}

abbr,acronym {
	border: 0;
}

/* ---The Basics--- */

body {
	background: url(../images/BDP_background2.jpg);
	background-attachment: fixed;
	color: #000000;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a:link {
	color: #1f2161;
}

a:visited {
	color: #eb9e34;
}

/* ---Typography--- */

p {
	line-height: 16px;
	margin-bottom: 10px;
}

h1 {
	background-color: #1f2161;
	color: #ffffff;
	clear: both;
	font-size: 26px;
	margin: 15px 0;
	padding: 14px;
	text-align: right;
}

h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

h3 {
	color: #eb9e34;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
}

h4 {
	color: #eb9e34;
	font-size: 24px;
	line-height: 21px;
	margin-bottom: 15px;
}

/* ---Classes--- */

.homecolumn {
	float: left;
	margin: 0;
	padding: 19px;
	width: 171px;
}

	.homecolumn img {
		margin-bottom: 15px;
		width: 171px;
	}

/* ---Logo--- */

#logo {
	background-color: #1f2161;
	height: 60px;
	margin: 70px 0 50px 0;
	width: 100%;
}

	#absolutelogo {
		left: 65px;
		position: absolute;
		top: 20px;
	}
	
	#logotext {
		left: 285px;
		position: absolute;
		top: 80px;
	}
			
/* ---Navigation--- */

#nav {
	background-color: #000000;
	float: left;
	height: 30px;
	margin: 0;
	opacity: .80;
	padding-left: 73px;
	width: 100%
}

	#nav ul {
		padding-top: 10px;
	}
	
	#nav li {
		display: inline;
		margin-right: 31px;
	}
	
	#nav a {
		color: #ffffff;
		font-family: Constantia, "Lucida Bright", Lucida Bright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
		font-size: 16px;
		text-decoration: none;
	}
	
	#nav a:hover {
		color: #e9ec00;
	}
				
/* ---Content--- */

#content {
	background-color: #ffffff;
	float: left;
	margin: 0 0 0 40px;
	padding: 20px;
	width: 840px;
}

#tradeshows {
	background-color: #ebebeb;
	clear: left;
	margin: 0 0 20px 0;
	padding: 20px 20px 10px 20px;
	width: 800px;
}
	#tradeshows h4 {
		color: #000;
	}

/* ---Brochure--- */

#brochure {
	float: left;
	margin: 10px 0 0 60px;
}

/* Articles and Specifications */

#artSpec {
	float: right;
	margin-left: 15px;
}

/* Drawings */

.drawings {
	float: left;
	text-align: center;
	width: 210px;
}

	.drawings img {
		border: #000000 3px solid;
		margin: 10px;
	}

/* ---Case Histories--- */

.casehistory {
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 400px;
}

/* ---Photos--- */

#photogallery {
	margin-right: 20px;
	width: 860px;
}

	#photogallery img {
		float: left;
		margin: 9px;
		width: 150px;
	}
	
/* ---Links--- */

.links {
	float: left;
	margin-left: 75px;
	margin-top: 20px;
	width: 300px;
}

	.links span {
		font-weight: bold;
	}
	
	.links h3 {
		margin-bottom: 5px;
	}
	
/* ---History--- */

#historyImage {
	float: left;
	margin: 10px;
}
	
/* ---Contact Us--- */

.contactform {
	float: left;
	margin-left: 100px;
	width: 300px;
}

	.contactform span {
		color: red;
		font-size: 8px;
	}

label {
	font-weight: bold;
}

.textfield {
	margin-bottom: 10px;
	width: 200px;
}

#textarea {
	width: 200px;
}

.submit {
	margin-top: 15px;
}

.links2 {
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	width: 300px;
}

	.links2 span {
		font-weight: bold;
	}
	
	.links2 h3 {
		margin-bottom: 5px;
	}
	
/* ---Footer--- */

#footer {
	background-color: #000000;
	float: left;
	height: 30px;
	margin: 0;
	opacity: .80;
	padding-left: 50px;
	width: 100%
}

	#copyright {
		color: #ffffff;
		float: left;
		margin-top: 8px;
	}
	
	#footer ul {
		float: left;
		margin-left: 40px;
		margin-top: 10px;
	}

	#footer li {
		display: inline;
		margin-right: 15px;
	}
	
	#footer a {
		color: #ffffff;
		font-size: 12px;
	}
	
	#footer a:hover {
		color: #e9ec00;
	}

	
/* ---Copyright and Validation--- */


