@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

#bodycenter {
	width: 900px;
	margin: 0 auto;
}

#content {
	width: 900px;
	height: auto;
	float: left;
	position: relative;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	line-height: 16px;
}

#content a {
	color: #d27d05;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover { text-decoration: underline; }

#header {
	width: 900px;
	height: 232px;
	float: left;
	position: relative;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#menubg {
	width: 860px;
	height: 37px;
	float: left;
	position: relative;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 40px;
}

/*MENU ITEMS*/
#home a {
	width: 81px;
	height: 33px;
	float: left;
	position: relative;
	background-image: url(../images/btnup-home.jpg);
	background-repeat: no-repeat;
}

#home a:hover { background-image: url(../images/btndwn-home.jpg); }

#services a {
	width: 102px;
	height: 33px;
	float: left;
	position: relative;
	background-image: url(../images/btnup-services.jpg);
	background-repeat: no-repeat;
}

#services a:hover { background-image: url(../images/btndwn-services.jpg); }

#aboutus a {
	width: 107px;
	height: 33px;
	float: left;
	position: relative;
	background-image: url(../images/btnup-aboutus.jpg);
	background-repeat: no-repeat;
}

#aboutus a:hover { background-image: url(../images/btndwn-aboutus.jpg); }

.portfoliohead {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	color: #d27d05;
}

#portfolio a {
	width: 116px;
	height: 33px;
	float: left;
	position: relative;
	background-image: url(../images/btnup-portfolio.jpg);
	background-repeat: no-repeat;
}

#portfolio a:hover { background-image: url(../images/btndwn-portfolio.jpg); }

#portfoliomenu {
	width: 176px;
	float: left;
	position: relative;
	font-size: 12px;
	border: 1px #e9e9e9 solid;
}

.portfoliomenuhead {
	width: 176px;
	font-size: 12px; 
	margin-bottom: 5px;
	font-weight: bold; 
	text-transform: uppercase;
	color: #666666;
}

#portfoliomenu ul {
	width: 176px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#portfoliomenu ul li { 
	float: left;
	position: relative;
	display: block;
}

#portfoliomenu ul li a {
	width: 166px;
	padding: 8px 5px 8px 5px;
	color: black;
	float: left;
	position: relative;
	display: block;
	font-weight: normal;
	background-color: #f9f9f9;
	border-top: 1px #e9e9e9 solid;
}

#portfoliomenu ul li a:hover {
	text-decoration: none;
	color: white;
	background-color: #7a1618;
}

#contactus a {
	width: 134px;
	height: 33px;
	float: left;
	position: relative;
	background-image: url(../images/btnup-contactus.jpg);
	background-repeat: no-repeat;
}

#contactus a:hover { background-image: url(../images/btndwn-contactus.jpg); }

.menudiv {
	width: 10px;
	height: 40px;
	float: left;
	position: relative;
	background-image: url(../images/menudiv.jpg);
	background-repeat: no-repeat;
	margin: -4px 15px 0 15px;
}

/*FOOTER*/
#footer {
	width: 900px;
	height: 68px;
	float: left;
	position: relative;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	line-height: 20px;
}

#footer ul {
	margin-top: -1px;
	margin-left: 135px;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin: 0 6px 0 4px;
}

#footer ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#footer ul li a:hover { 
	background-color: #f3d477; 
	color: black;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	margin-left: 70px;
}

/*2-COLUMN PAGE*/
#holderpanel {
	width: 815px;
	height: auto;
	float: left;
	position: relative;
	padding-top: 30px;	
	padding-left: 50px;
	padding-bottom: 30px;
}

#leftpanel {
	width: 515px;
	float: left;
	position: relative;
}

#rightpanel {
	width: 260px;
	border-left: 1px #c9c9c9 solid;
	float: right;
	position: relative;
	padding-left: 15px;
}

/*3-COLUMN PAGE*/
#mainpanel {
	width: 795px;
	float: left;
	position: relative;
}

#panel1 {
	width: 240px;
	float: left;
	position: relative;
}

#panel2 {
	width: 245px;
	float: left;
	position: relative;
	border-left: 1px #c9c9c9 solid;
	border-right: 1px #c9c9c9 solid;
	margin-left: 15px;
	padding-left: 16px;
	padding-right: 16px;
}

#panel2 a { color: #7a1618; }

#panel2 a:hover { color: 7a1618; }

#panel3 {
	width: 240px;
	float: left;
	position: relative;
	padding-left: 15px;
}

.boldredtext {
	color: #7a1618;
	font-weight: bold;
}
