@charset "utf-8";
/* CSS Document */
html, body { 
	height:100%;
}

img { border:none; } 

body {
	text-align:center;
	margin:0px;
	background:url(../images/layout_header_bg.gif) repeat-x;
	background-color:#272727;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

#main_container {
	margin:0px auto;
	width:1000px;
	min-height:100%;
	margin-bottom:-200px;
	position:relative;
	text-align:left;
}

#header_container {
	width:1000px;
	height:213px;
}

#contents_container {
	width:1000px;
	height:auto;
	background:url(../images/layout_bg_glow.jpg) no-repeat;
	float:left;
}

#footer {
	width:100%;
	height:200px;
	background:url(../images/layout_footer_bg.gif) repeat-x;
	float:left;
	position:relative;
	text-align:center;
}

/* Footer Text */
#footer_text {
	width:800px;
	text-align:right;
	color:#a8a8a8;
	font-size:0.8em;
	margin:60px auto 0px auto;
}

.clearfooter { height:200px; clear:both; }

/* Main content */

#nav_left {
	width:96px;
	height:auto;
	float:left;
	text-align:left;
	margin:25px 0px 0px 61px ;
}

#more_info {
	width:600px;
	float:left;
	color:#a8a8a8;
	margin:15px 200px;
}

#center_pic {
	width:690px;
	float:left;
	text-align:left;
}

#feature_nav { 
	width:639px; 
	position:relative;
	float:left;
	margin-top:-61px;
	z-index:999;
	margin-left:183px;
}
.navbtn { width:33px; height:37px;  } 
#navPrev { float:left; background:url(../images/feature_back.png) no-repeat; } 
#navNext { float:right; background:url(../images/feature_next.png) no-repeat; } 

/* Main Nav UL */
.nav_button {
	width:74px; 
	height:13px;
	margin-top:10px;
}
#home_button {
	background:url(../images/nav_sprite1.jpg) no-repeat -74px 0px;
}
#home_button:hover {
	background-position:0px 0px;
}
#ourwork_button {
	background:url(../images/nav_sprite1.jpg) no-repeat -74px -13px;
}
#ourwork_button:hover {
	background-position:0px -13px;
}
#contactus_button {
	background:url(../images/nav_sprite1.jpg) no-repeat -74px -26px;
}
#contactus_button:hover {
	background-position:0px -26px;
}

/* contents */
#contents { float:left; width:750px; } 
#contents h1 { color:#fff; }
#contents p { color:#fff; }  

