/* CSS styles for Best Brickwork Limited  */
/* coded by DJENAN KOZIC :: 29 January 2008 */


/* THE BASICS */

* { margin:0; padding:0; }

body {
	background:#000 url('img/bg.gif') repeat-x top;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-bottom:30px;
	}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }
a { color:#D20008; text-decoration:underline; }
a:hover { text-decoration:none; }
a:active { color:#000000; }


/* HEADER */

#header {
	position:relative;
	margin:0 auto;
	background:#fff url('img/header.jpg') no-repeat bottom center;
	width:814px;
	height:301px;
	border:2px solid #fff;
	border-top:none;
	padding:0;
	overflow:hidden;
	}

#logo {
	position:absolute;
	top:0;
	left:0px;
	width:241;
	height:97px;
	overflow:hidden;
	}
h1.logo {
	}
a.logo {
	background:transparent url('img/logo.gif') no-repeat top left;
	display:block;
	text-indent:-5000em;
	width:241px;
	height:96px;
	
	}
h2.phonenumber { 
	background:transparent url('img/phonenumber.gif') no-repeat top left;
	text-indent:-500em;
	width:185px;
	height:38px;
	position:absolute;
	top:15px;
	right:0px;
	}


/* NAVIGAITON */

#navigation {
	position:absolute;
	top:61px;
	right:2px;
	height:18px;
	width:469px;
	margin:0 auto;
	}

#navigation li { display:inline; margin:0; padding:0;}
#navigation ul { list-style:none; margin:0; padding:0;}
#navigation li a { background-image:url('img/navigation.gif'); float:left; height:0; padding-top:18px; overflow:hidden; margin-right:9px; padding-right:9px; border-right:2px solid #000; }

#navigation li#nav-1 a { background-position:0 0; width:38px; }
#navigation li#nav-1 a:hover { background-position:0 -18px; }

#navigation li#nav-2 a { background-position:-58px 0; width:52px; }
#navigation li#nav-2 a:hover { background-position:-58px -18px; }

#navigation li#nav-3 a { background-position:-130px 0; width:35px; }
#navigation li#nav-3 a:hover { background-position:-130px -18px; }

#navigation li#nav-4 a { background-position:-185px 0; width:53px; }
#navigation li#nav-4 a:hover { background-position:-185px -18px; }

#navigation li#nav-5 a { background-position:-257px 0; width:123px; }
#navigation li#nav-5 a:hover { background-position:-257px -18px; }

#navigation li#nav-6 a { background-position:-400px 0; width:68px; padding-right:0; margin-right:0; border-right:none; }
#navigation li#nav-6 a:hover { background-position:-400px -18px; }


/* CONTENT */

#contentwrapper {
	position:relative;
	margin:0 auto;
	width:814px;
	border:2px solid #fff;
	border-top:none;
	background:#fff url('img/contentwrapper_bg.gif') repeat-y center;
	padding:0 0 100px 0;
	}

#content {
	padding:25px 0 0 25px;
	width:490px;
	float:left;
	}

#content p {
	line-height:1.6em;
	font-size:12px;
	color:#5c5c5c;
	padding-bottom:1.4em;
	}

#content h2 {
	line-height:1.6em;
	color:#D20008;
	font-weight:normal;
	font-size:13px;
	padding-bottom:1.4em;
	}
#content h3 {
	line-height:1.6em;
	color:#D20008;
	font-weight:bold;
	font-size:14px;
	padding-bottom:0.7em;
	margin-bottom:0.7em;
	padding-top:1.4em;
	border-bottom:1px dotted #ccc;
	width:752px;
	}
#content h4 {
	line-height:1.6em;
	color:#D20008;
	font-weight:bold;
	font-size:14px;
	padding-bottom:0.7em;
	margin-bottom:0.7em;
	padding-top:1.4em;
	}
#content h5 {}
#content h6 {}

#content ol {}
#content ul {
	padding-bottom:1.4em;
	margin-left:20px;
	}
#content li {
	line-height:1.6em;
	font-size:12px;
	color:#5c5c5c;
	}
#content img { margin:0 10px 5px 0; border:10px solid #eee; width:224px;}

#images {
	position:relative;
	float:right;
	width:210px;
	margin:25px 0px 0 0;
	padding-right:29px;
	text-align:left;
	}
#images img {
	border:2px solid #fff;
	width:206px;
	}
#images p {
	line-height:1.6em;
	color:#000;
	font-size:10px;
	padding-bottom:1.4em;
	text-align:left;
	}

#clear { clear:both; }

/* FOOTER */

#footer {
	position:absolute;
	padding-top:10px	;
	width:490px;
	margin:0 auto;
	float:left;
	bottom:10px;
	left:25px;
	border-top:2px dotted #D20008;
	}

#footer p {
	line-height:1.6em;
	color:#5c5c5c;
	font-size:10px;
	padding-bottom:1.4em;
	}

#footer a {
	color:#D20008;
	text-decoration:underline;
	}
#footer a:hover { text-decoration:none; }
#footer a:active {}

/* FORM STYLES */

#content form p { margin:0; padding:0; }

fieldset {
	border:1px solid #ccc;
	border-top-color:#cfcfcf;
	border-bottom-color:#a0a0a0;
	padding:14px 5px 10px 15px;
	width:420px;
	background-color:#efefef;
	margin-bottom:20px;
	}

label.checkboxname {
	margin-left:150px;
	font:normal 13px Verdana, Helvetica, Arial, sans-serif;
	line-height:1em;
	}
label.fieldname {
	float:left;
	width:150px;
	font:normal 12px Verdana, Helvetica, Arial, sans-serif;
	margin:0px 0 5px 0;
	line-height:1em;
	padding:4px 0 4px 0px;
	}

input.field {
	border:1px solid #ccc;
	padding:2px;
	font:normal 13px Verdana, Helvetica, Arial, sans-serif;
	margin-bottom:5px;
	}
	
input.checkbox {
	outline:none;
	border:none;
	vertical-align:baseline;
	}
textarea.field {
	border:1px solid #ccc;
	padding:2px;
	font:normal 13px Verdana, Helvetica, Arial, sans-serif;
	margin-bottom:5px;
	width:250px;
	height:70px;
	}
input.button {
	clear:both;
	border:1px solid #ccc;
	padding:2px 10px 2px 10px;
	font:normal 13px Verdana, Helvetica, Arial, sans-serif;
	margin:10px 0 5px 150px;
	background: #fff url('img/button_bg.gif') repeat-x bottom left;
	}

