p, h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/bvt_bg.jpg);
	background-repeat: repeat-x;
	font-family: sans-serif, Helvetica, Arial;
	font-size: 13px;
	line-height: 18px;
	background-color: #7e7e7e;
}
#container {
	width: 840px;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
}
#header {
	width: 740px;
	height: 80px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: solid 1px #ccc;
}
#header h1 {
	width: 390px;
	background-image: url(../images/connector_title.jpg);
	background-repeat: no-repeat;
	height: 80px;
	display: block;
	text-indent: -9999px;
	float: left;
}
#logo {
	width: 350px;
	height: 80px;
	background-image: url(../images/BVT_logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	float: left;
}
#logo a {
	width: 350px;
	height: 80px;
	display: block;
}	

/* ---- Navigation ---- */
#navigation {
	float: left;
	height: 250px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#navigation ul {
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px
}
#navigation li {
	list-style-type: none;
}
#navigation li.on a, #navigation li.on a:hover {
	background-position: -300px;
}
#navigation li a:hover {
	background-position: -150px;
}
#navigation  .home{
	background-image: url(../images/CS-nav_01.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	display: block;
}
#navigation .aboutus {
	background-image: url(../images/CS-nav_03.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	display: block;
}
#navigation .ourproducts {
	background-image: url(../images/CS-nav_04.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	display: block;
}
#navigation .contactus {
	background-image: url(../images/CS-nav_05.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	display: block;
}
#mainImage {
	width: 650px;
	height: 250px;
	float: left;
}

/* ---- Content ---- */
#textarea {
	width: 770px;
	padding-top: 35px;
	padding-left: 30px;
	padding-bottom: 40px;
	padding-right: 0px;
	background: #fff;
	background-image: url(../images/textarea_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#text {
	width: 470px;
	float: left;
	padding-right: 20px;
}
#icons {
	width: 260px;
	height: 360px;
	float: left;
	border-left: solid 1px #a8a8a8;
}
#icons ul {
	margin: 0px;
	padding: 0px;
}
#icons li {
	list-style: none;
	list-style-position: inside;
	text-indent: -9999px;
}
#icons li a:hover {
	background-position: -260px;
}
.email {
	width: 260px;
	height: 90px;
	background-image: url(../images/bvt-sideicons_email.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
.email:hover {
	background-position: -260px;
}
.phone {
	width: 260px;
	height: 90px;
	background-image: url(../images/bvt-sideicons_phone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
.fax {
	width: 260px;
	height: 90px;
	background-image: url(../images/bvt-sideicons_fax.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

/* -------- form ----------*/
.form-box{
	padding: 5px;
	border: 1px solid #a8a8a8;
	-moz-box-shadow: 0px 0px 2px #bbbbbb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px #bbbbbb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px #bbbbbb; /* Opera 10.5, IE 9.0 */
	margin-bottom: 16px;
}
.send-button{
	padding: 6px 12px 6px 12px;
	border: 1px solid #a8a8a8;
	text-transform: uppercase;
	background-color: #e6e6e6;
	font-weight: bold;
}
.send-button:hover{
	cursor: pointer;
	color: #ed232d;
	background-color: #f2f2f2;
}

/* ---- footer ---- */
#footer {
	height: 80px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #F12030;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footernav {
	width: 790px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
}
#footernav ul {
	margin: 0px;
	padding: 0px;
}
#footernav li {
	list-style-type: none;
	float: left;
}
#footernav a {
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 15px;
}
#footernav a:hover {
	text-decoration: underline;	
}
#copywrite {
	height: 30px;
	width: 770px;
	padding-top: 10px;
	padding-left: 30px;
	position: relative;
}
#copywrite ul {
	padding: 0px;
	margin: 0px;
}
#copywrite li {
	font-size: 11px;
	color: #333;
	line-height: 18px;
	list-style: none;
	float: left;
	padding-right: 25px;
}
#copywrite a {
	text-decoration: none;
	color: #333;
}
#copywrite a:hover {
	text-decoration: underline;	
}

/* ---- fonts & headers ---- */
h1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #F12030;
	text-transform: capitalize;
}
h2 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #444;
	text-transform: capitalize;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.pdfLink {
	height: 50px;
	width: 300px;
	background-image: url(../images/PDF.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	display: block;
}
a {
	text-decoration: none;
	color: #df1d2c;
}
a:hover {
	text-decoration: underline;
}
