@charset "utf-8";

* {

	margin: 0;

	padding: 0;

}

a, a:visited, a:hover {
	color: #FFF;
	text-decoration: none;
}

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #FFF;

	background-color: #000000;

}


#background {

	background-color: #000000;

	width: 100%;

	min-height: 100px;

}

.content {

	text-align: left;

	width: 900px;

	margin: 0 auto;

}

img {
	border: 0;
}

h1 {
	clear: both;
	padding: 20px 0 0;
	font-size: 14px;
}

#menu li {
	list-style-type: none;
	float: left;
	position: relative;
	height: 40px;
}

#menu a {
	text-decoration: none;
	border: 0;
	color: #FFF;
}

#menu li ul {
	display: none;
	background-color: #000;
	position: absolute;
	left: 0;
	padding: 5px;
	font-size: 10px;
	width: 120px;
	top: 40px;
}

#menu li:hover ul {
	display: block;
}

#menu li ul li {
	float: none;
	height: auto;
	padding: 3px;
}

.commentsquestions {

	padding-left: 20px;

}

.commentsquestions div {

	padding: 10px 0 15px;

}

.columnspace {

	padding-left: 40px !important;

}

.column {

	padding-left: 10px;

	width: 420px;

	float: left;

}

.floatright {

	float: right;

}

.lubedesk {

	float: right;
	margin: 35px 8px 0px 0px;

}

.clearfloat {

	clear: both;

}

.copyshift {

	padding-top: 26px;

}

.contactfield {

	clear: both;

	padding-top: 8px;

}

.contactfield label {
	line-height: 27px;
	width: 106px;

}

#copyright {

	font-size: 9px;

	width: 900px;
	
	margin: auto;

	height: 60px;
	
	margin-top: 0px;

	background: #000 url(../imgs/footer.jpg) repeat-x bottom;

}

#padding17 {

	clear: both;

	padding: 17px 20px;

}

#padding27 {
	clear: both;
	padding-top: 27px;
}

#padding32 {

	clear: both;

	height: 32px;

}

input[type=text] {

	width: 311px;

	height: 24px;

}

.ie6Input {
	width: 311px;
	height: 24px;
}

#contactpad {

	padding: 25px 20px;

}



.colheader {

	color: #D2232A;

	padding-top: 17px;

	font-size: 17px;

	padding-bottom: 4px;

}

.bottomcell {

	clear: both;

	height: 16px;

	padding: 4px 0 4px;

	border-bottom-width: 1px;

	border-bottom-color: #FFF;

	border-bottom-style: solid;

}

#faxlabel {

	line-height: normal;
	padding: 0 7px;

}

#fax, #telephone {

	width: 136px !important;

}

#postcodelabel {

	line-height: normal;

	padding: 0 12px;

}

#postcode {

	width: 91px !important;

}

#state {

	width: 117px;

}

#id {

	font-size: 10px;

	padding-bottom: 27px;

	clear: both;

}

#notes {

	clear: both;

	margin-left: 20px;

	padding-top: 10px;

	font-size: 10px;

	padding-bottom: 27px;

}

#error {

	background: #C00;

	font-weight: bold;

	padding: 5px;
}

#comments {
	width: 430px;
	height: 207px;
}

.column table tbody td {
	height: 30px;
}
