@charset "UTF-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; overflow-y:scroll; }  /* Firefox / IE8 scroll-fix*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

		.errclass{
			color:#FF0000;
			font-weight:bold;
		}

#container {
	margin: 0 auto;
	width: 949px;
}

#content {
	position:relative;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 919px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;	
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;	
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 34px;
	color: #d5d5d5;
	text-decoration: none;
	padding: 9px 15px;
}

#nav ul li a:hover {
	color: #ffcc00;
}

body#home a#btnhome {
	background-image: url(../images/nav_home_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #96090d;
}
body#aboutus a#btnaboutus {
	background-image: url(../images/nav_aboutus_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #96090d;
}
body#services a#btnservices {
	background-image: url(../images/nav_services_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #96090d;
}
body#products a#btnproducts {
	background-image: url(../images/nav_products_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #96090d;
}
body#pastprojects a#btnpastprojects {
	background-image: url(../images/nav_pastprojects_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #96090d;
}
body#links a#btnlinks {
	background-image: url(../images/nav_links_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #96090d;
}
body#contactus a#btncontactus {
	background-image: url(../images/nav_contactus_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #96090d;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	color: #c59000;
	text-decoration: none;
	margin: 10px 0;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: oblique;
	color: #b41e22;
	text-decoration: none;
	margin: 8px 0;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	color: #666666;
	text-decoration: none;
	margin: 5px 0;
}

#content p {
	margin: 5px 0;
}

#headertext {
	position: relative;
	top: 100px;
	padding: 0 20px;
}

#headertext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: normal;
	color: #a8161a;
	text-decoration: none;
	margin: 5px 0;
}

#headertext p {
	margin: 5px 0;
}

#tagline {
	width: 370px;
	position: relative;
	left: 300px;
	top: 50px;
	text-align: center;
}

#tagline h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #CE4148;
	text-decoration: none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9e9e9e;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
}

#footer a {
	color: #9e9e9e;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#footer a:hover {
	color: #c9373e;
}


/* --- Product Styles --- */
#ContentHeader {
position:relative;
float:left;
width:500px;
margin:0 0 10px 0;
}


#ProductContent {
position:relative;
float:left;
width:100%;
height:100%;
}

#ProductList {
position:relative;
float:left;
display:block;
/*width:519px;*/
height:15px;
background-color:#CCCCCC;
background-image:url(../images/nav_bg.gif);
background-repeat:repeat-x;
border:#999999 1px solid;
padding:5px 2px 5px 2px;
margin:0 0 0 0;
}

#ProductList ul {
position:relative;
float:left;
margin:0px;
padding:0px;
}

#ProductList ul li {
list-style:none;
display:block;
position:relative;
float:left;
height:15px;
}

#ProductList ul li:hover {
}

#ProductList ul li a {
/*display:block;
position:relative;
float:left;*/
margin-left:10px;
margin-right:10px;
padding:0px;
color:#FFFFFF;
text-decoration:none;
font-size:14px;
}

#ProductList ul li a:hover {
color:#000000;
}

/* --- Past Projects Styles --- */
#ProjectsBox {
position:relative;
float:left;
width:435px;
height:275px;
padding:3px;
margin:7px;
border:#CCCCCC 1px solid;
overflow:hidden;
}

#ProjectsBox_Image {
position:relative;
float:left;
width:200px;
margin:0px;
padding:0px;
border:#CCCCCC 1px solid;
}

#ProjectsBox_Image img {
position:relative;
float:left;
vertical-align:top;
}

#ProjectsBox_Content {
position:relative;
float:left;
width:223px;
height:100%;
margin:0px;
padding-left:5px;
padding-right:5px;
}

/* --- Photo Gallery Styles --- */
#thumbContainer {
position:relative;
float:left;
text-align:center;
margin:10px 10px 10px 10px;
}

#thumbContainer strong {
display:block;
}

#thumbContainer img {
border:#999999 1px solid;
}

/* --- Photo Gallery Menu Styles --- */

#PGmenu {
position:relative;
float:right;
display:block;
height:15px;
background-color:#CCCCCC;
background-image:url(../images/nav_bg.gif);
background-repeat:repeat-x;
border:#999999 1px solid;
padding:5px 2px 5px 2px;
margin:-50px 0px 0 0;
clear:both;
}

#PGmenu li {
list-style:none;
display:block;
position:relative;
float:left;
height:15px;
}

#PGmenu li a {
/*display:block;
position:relative;
float:left;*/
margin-left:10px;
margin-right:10px;
padding:0px;
color:#FFFFFF;
text-decoration:none;
font-size:14px;
}

#PGmenu li a:hover {
color:#000000;
}

/*BKR Footer Style - rev 5.9.07*/
.bkr_footer{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;}
.bkr_footer a{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:link{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:hover {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:visited {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
/*END BKR Footer Style */
