/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:19px;
	background:#262626;
	background-image:url(images/backgrounds/bg.gif);
	background-repeat:repeat-x;
}
	
#container {
	margin:0 auto;
	width:899px;
	text-align:left;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:19px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}


/* Typography */



/* Header */

#header {
	background-color: white;
	height:125px;
}

img.slogan{
	float:right;
	padding-top:85px;
	padding-right:25px;
}

.licenses {
	float:right;
	color:#666666;
	margin:92px 105px 0 0;
}

/* Main Navigation */

#mainNav {
	height:26px;
	width:899px;
	background-color:black;
	padding-top:8px;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
	color:#FFFFFF;
	border-right:solid #666666 2px;
	padding: 0 22px 0 22px;
	font-weight:bold;
	font-size:11px;
}

#mainNav li.down a{
	color:#CB0914;
	text-decoration:none;
}

#subNav{
	background:#CB0914;
	text-align:center;
	height:40px;
	padding-top:26px;
	clear:both;
}

#subNav li {
	display:inline;
	list-style:none;
	margin:0 12px 0 10px;
	padding:0 0 0 2px;
}

.clear {
	clear:both;
	height:1px;
}

/* Sub Menu */

#subMenu {
	background:#4d4d4d;
	width:699px;
	height:25px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:200px;
}

#subMenu li {
	display:inline;
	color:#FFFFFF;
	border-right:solid #B3B3B3 1px;
	padding:0 20px 0 22px;
}

#subMenu a {
	text-decoration:none;
	color:#FFFFFF;
}

#subMenu a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#subMenu li.last {
	border-right:none;
}

#subMenu li.down a {
	text-decoration:underline;
}

#subMenu ul {
	padding:3px 0 0 0;
}


/* Content */

#content {
	width:859px;
	background-color:#000000;
	color:#FFFFFF;
	padding:20px;
}

#homeBanner{
	width:899px;
	height:332px;
}

#content p, #content table, #content ul {
	margin:0 0 10px 0;
}

#content ul, #content ol {
	margin-left:18px;
}

img.wayne {
	padding:15px 20px 0 0;
	float: left;

}

img.bill {
	padding:15px 20px 0 0;
	float:left;
}


/* Gallery */

.gallCatContainer {
	float:left;
	width:405px;
	height:112px;
	font-size:11px;
	line-height:16px;
	margin:0 20px 20px 0;
}

.gallCatContainer h2 {
	margin:0 0 9px 0;
	padding:0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.gallCatContainer img {
	float:left;
	margin:0 15px 0 0;
}

.gallCatContainer a.viewProject {
	color:#EB0914;
	font-size:12px;
	background:url(/images/spacers/view_project_arrow.gif) no-repeat 0 3px;
	padding:0 0 0 20px;
}

#content .gallCatContainer p {
	margin:0 0 5px 0;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
	color:#FFF
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #BABABA;
	padding:2px;
}

.textinputhover {
	border:1px solid #cb0914; 
	padding:2px;
}

select {
	font-size:11px;
	color:#808080;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#footer {
	background:#262626;
	text-align:center;
	font-size:11px;
	line-height:19px;
	height:72px;
	clear:both;
}

#footer a {
	color:#666666;
}

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

#footer li {
	display:inline;
	list-style: none;
	color:#FFFFFF;
	margin:10px 0 0 3px;
	float:left;
	font-weight:normal;
}

#footer li a {
	color:#FFFFFF;
}

.copyright{
	color:#666666;
	font-size:11px;
	float:right;
	padding:10px 20px 0 0;
}
