@charset "utf-8";
body{
	margin:0;
	padding:0;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:0 31px;
	background-color:#efefef;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	font-size:13.5px;
	line-height:20px;
}
body.home a.home, 
body.portfolio a.portfolio, 
body.services a.services, 
body.crew a.crew,  
body.contact a.contact, 
body.hosting a.hosting,
body.consulting a.consulting,
body.development a.development,
body.design a.design{
	text-decoration:underline;
	color:#dfdfdf;
}
a:link{ color:#111; } a:visited{ color:#111; } a:hover{ color:#666; } a:active{ color:#666; }
img{
	border:0;
}
h1, h2, h3, h4, h5{
	color:#446;
	margin: 0 auto;
	font-weight:normal;
}
h1{ font-size:28px; } h2{ font-size:20px; } h3{ font-size:18px; }
.login{
	font-size:16px;
	width:208px;
	float:right;
}
.login p{
	margin:12px 0;
	padding:0;
}
.login #submit{
	padding:1px 0 0 0;
	float:right;
}
.login label{
	line-height:24px;
	width: 74px;
	float: left;
	text-align: right;
	margin-right: 8px;
}
.login input{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#label{
	text-align:center;
	font-size:18px;
}
.heading_content > h1, .heading_content > h2{
	color:#dfdfdf;
	margin:0;
	padding:0;
	font-size:27px;
	font-weight:normal;
}
.top{
	margin:0 auto;
	width:100%;
	height:29px;
	background-image:url(../images/bg_mahog.jpg);
	background-repeat:repeat-x;
	border-width:1px 0;
	border-style:solid;
	border-color:#3c0000;
}
.top ul, .subnav ul{
	width:80%;
	max-width:900px;
	height:32px;
	margin:0 auto;
	list-style:none;
}
.top ul li, .subnav ul li{
	float:left;
	height:100%;
	width:20%;
	text-align:center;
}
.top ul li a:hover, .subnav ul li a:hover{
	text-decoration:underline;
	color:#dfdfdf;
}
.top ul li a, .subnav ul li a{
	padding:4px 0 0 0;
	display:block;
	height:100%;
	color:#bbb;
	font-size:18px;
	text-decoration:none;
}
.header{
	width:100%;
	height:192px;	
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.shader_bottom{
	width:100%;
	height:32px;
	background-image:url(../images/shader_bottom.png);
	background-repeat:repeat-x;
}
.shader_top{
	width:100%;
	height:100%;
	background-image:url(../images/shader_top.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.subnav{
	margin:0 auto;
	width:100%;
	height:29px;
	background-image:url(../images/subnav_bg.jpg);
	background-repeat:repeat-x;
}
.content_container{
	margin:0 auto;
	width:100%;
	background-image:url(../images/shader_top.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#444;
}
.content{
	width:80%;
	max-width:900px;
	margin:0 auto;
}
.heading_content{
	width:80%;
	max-width:900px;
	margin:0 auto;
	color:#dfdfdf;
	font-size:27px;
	line-height:normal;
}
.footer_shader{
	margin:4px 0 0 0;
	width:100%;
	height:32px;
	background-image:url(../images/shader_top.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.footer{
	width:100%;
	height:29px;
	background-image:url(../images/subnav_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	border-width:1px 0;
	border-style:solid;
	border-color:#333;
}
.copyright{
	position:relative;
	margin:7px 0 0 0;
}
