/* @group global */

body {
	margin: 0;
	margin: 0;
	color: #444;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#banner {
	background-color: #626262;
	color: whitesmoke;
}

#banner #container {
	margin: 0px auto;
	width: 780px;
	height: 25px;
}

#banner #container #small_nav {
	padding-top: 5px;
	float: right;
	font-size: 80%;
}

#banner #container #small_nav a {
	text-decoration: none;
	color: white;
}

#banner #container #small_nav a:hover {
	text-decoration: underline;
}

#header {
	background: url(../images/nav/background.gif) repeat-x;
	height: 70px;
}

#header #navigation {
	margin: 0px auto;
	width: 780px;
}

#header #navigation a img {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

#body_container {
	margin: 0px auto;
	width: 780px;
	padding-top: 10px;
}

#floating_footer {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom: medium none;
	bottom: 0pt;
	clear: both;
	color: #888888;
	padding: 0px 0pt;
	position: fixed;
	width: 100%;
}

#footer {
	margin-top: 20px;
	font-size: 80%;
	text-align: center;
	background: #2B2E31 url(../images/footer.jpg) repeat-x;
	color: whitesmoke;
	height: 70px;
	padding-top: 20px;
}

#footer #container {
	margin: 0px auto;
	width: 780px;
	height: 50px;
}

#footer #container a {
	color: whitesmoke;
	text-decoration: none;
	margin: 0 10px;
}

#footer #container a:hover {
	text-decoration: underline;
}

.one_third {
	float: left;
	width: 245px;
	margin: 0 4px;
}

.small_border {
	border: 1px solid black;
}

.bold {
	font-weight: bold;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group contact form */

#contact_us .row {
	width: 400px;
}

#contact_us label {
	width: 50px;
	float: left;
}

#contact_us input {
	width: 340px;
	float: right;
}

#contact_us #submit {
	width: 50px;
	margin-right: 105px;
	background-color: #999;
	text-align: center;
}

#contact_us .spacer {
	clear: both;
}

/* @end */

/* @group enquiry form */

#enquiry_form .row {
	width: 460px;
}

#enquiry_form label {
	width: 50px;
	float: left;
}

#enquiry_form input {
	width: 400px;
	float: right;
}

#enquiry_form textarea {
	width: 460px;
	height: 180px;
}

#enquiry_form #submit_enquiry {
	width: 50px;
	margin-right: 105px;
	background-color: #999;
	text-align: center;
}

#enquiry_form .spacer {
	clear: both;
}

/* @end */


/* @group homepage specific */

.hp_column {
	float: left;
	width: 33%;
}

.border {
	border: 1px solid gray;
}

#hp_logo {
	padding-left: 55px;
}


/* @end */

/* @group lightbox */

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 500%;
	background-color: #888888;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .90;
	filter: alpha(opacity=90);
}

.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	height: 70%;
	padding: 10px;
	border: 1px solid #2B2E31;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

/* @end */

/* @group bits */

#enquiry_basket {
	z-index: 200;
	position: absolute;
	background-color: #888888;
	margin: 0 0 10px 0;
	width:  385px;
	color:  whitesmoke;
}

#last_enquiry_basket {
	padding-bottom: 10px;
	list-style-type: none;
}

#enquire {
	list-style-type: none; 
	padding-bottom: 20px; 
	cursor: pointer;
}
	


/* @end */


#two_columns li {
    width: 280px;
    float: left;
    margin-left: 90px;
}
