

/* ----------------------------------
   
   ---------------------------------- */
body {
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	background-color:#4C4C4C;
}

#page {
	position:absolute;
	width:100%;
	background-image:url('images/backdrop-page.jpg');
	background-repeat:repeat-y;
	background-position:center;
}

#wrapper {
	margin:0 auto;
	width:990px;
	height:100%;
	background-color:black;
}

#header {
	position:relative;
	width:990px;
	height:104px;
	margin:0 auto;
	background-image:url('images/backdrop-header.jpg');
	background-repeat:no-repeat;
}

#body {
	position:relative;
	width:990px;
	margin:0 auto;
	padding:0px;
	padding-top:16px;
	padding-bottom:16px;
	background-color:#292929;
	color:white;
}

#header h1 {
	font: 26pt Georgia;
	font-weight:normal;
	padding:12px;
	margin:0;
}
#header h1 a {
	color:#424224;
}

#body p {
	margin:0;
}

#footer {
	width:990px;
	height:119px;
	margin:0 auto;
	background-color:black;

}

/* ----------------------------------
   Main Body Part
   ---------------------------------- */
   
.row {
	position:relative;
}

.col {
	position:relative;
	width:320px;
}

.featurebox {
	position:absolute;
	top:0px;
	width:320px;
	height:160px;
	background-color:black;
}

#lefttextcol {
	position:relative;
	left:5px;
	top:0px;
}

#mainpiccol {
	position:absolute;
	top:0px;
	left:335px;
	width:650px;
}

#testimonials {
	position:relative;
	left:5px;
}

#contactus {
	position:absolute;
	left:335px;
	background-color:#99CC33;
	background:url(images/brushedmetal.jpg);
}

#newsblog {
	position:absolute;
	left:665px;
}

/* ----------------------------------
   Article
   ---------------------------------- */

.article {
	width:750px;
	padding-left:100px;	
}

/* ----------------------------------
   Footer
   ---------------------------------- */

#footer p {
	color:white;
	font: 10pt verdana;
}

#footer a {
	color:#c0c0c0;
}

#footer a:visited {
	color:#c0c0c0;
}

/* ----------------------------------
   Menu Bar
   ---------------------------------- */

#menudiv{
	position:absolute;
	height:32px;
	left:0px;
	top:0px;
	color:white;
	font: 10pt verdana;
	letter-spacing:1px;
}

#menu1 {
	position:absolute;
	width:990px;
	height:24px;
	left:0px;
	top:65px;
	color:black;
	font: 12pt verdana;
	letter-spacing:1px;
}

/* ----------------------------------
   Menu Bar
   ---------------------------------- */

ul.menubar {
	margin:0px;
	left:0px;
	list-style:none;
	padding:0px;
}

.menubar a {
	color:black;
}

.menubar a:visited {
	color:black;
}


ul.menubar li {
	float:left;
	padding:6px;
	text-align:center;
}

ul.menubar li:hover {
	background-color:#c0c0c0;
	text-decoration:none;
}

ul.menubar a:hover {
	text-decoration:none;
}


ul.menubar  a {
	margin:0px;
	padding:2px 7px;
}



