/* ========================================================================

	THE A GROUP | http://www.agroup.com
	
=========================================================================*/ 

@import url("../taglib/css/reset.css");

/* BASIC PAGE STYLES */

body {
	margin: 0;
	padding: 0;
	
	font-family: "helvetica neue", arial, "helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	text-align: center;
	
	color: #222;
	background: url("../images/body_bg.jpg") center -40px repeat-x #fff;			
}

a {
	outline: none !important;
	color: #d95000;
}

strong {
	font-weight: bold;
}

#header h1 {
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
	display: inline;
	width: 312px;
}

#header h1 a {
	display: block;
	height: 205px;
}

#header h1 span, #header p {
	display: none;
}

h2 {
	margin: .4em 0 .8em; 
	font-size: 3em;
	font-weight: bold;
	color: #afa490;
	letter-spacing: -2px;
}

h2 a {
	text-decoration: none;
	color: #afa490;
}

h2 a:hover {
	color: #d95000;
}

h3 {
	/*font-family: georgia, serif;*/
	font-size: 1.75em;
	margin: .914em 0;
	font-weight: bold;
	letter-spacing: -1px;
	color: #e27908;
}

h4 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

p { 
	margin: 0 0 1.6em;
}

ul {
	margin: 1.6em 0 1.6em 3em;
	padding: 0;
	list-style-type: disc;
}

table {
}

form {
	display: block;
}

address {
	font-style: normal;
}

p.link-contact {
	margin: 1.6em 0;
}

p.link-contact a {
	display: block;
	width: 136px;
	height: 37px;
	background: url("../images/main/bg-button.png") no-repeat left top;
	color: #fff;
	border: none;	
	font-size: 12px;	
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	text-transform: uppercase;
}

p.link-contact a:hover {
	background-position: left bottom;
}


/* MAIN CONTAINERS
=========================================================================*/ 

#container {
	width: 950px;
	margin: 16px auto 0;
	text-align: left;
}

#header {
	height: 205px;
	background: url("../images/header_bg.jpg");
	clear: both;
}

#content {
	background: url("../images/content_bg.jpg") center top no-repeat;
	min-height: 539px;
	padding: 1px 50px;
}

#copy {
	padding: 1px 31px;
}


/* MAIN NAVIGATION
=========================================================================*/

#header #nav {
	margin: 106px 0 0;
	height: 27px;
	width: 548px;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	background: url("../images/nav_bg.jpg") left top no-repeat;
	
	position: relative;
	z-index: 1000;
} 

#header #nav li {
	margin: 0px 8px 0 0px;
	float: left;
}

#header #nav li a {
	display: block;
	height: 27px;
}

#nav .link_home a {
	width: 53px;
	margin-left: 24px;
}

#nav .link_home a:hover {
	background-image: url("../images/link_home-hover.gif");
}

#nav .link_about a {
	width: 72px;
}

#nav .link_about a:hover {
	background-image: url("../images/link_about-hover.gif");
}

#nav .link_services a {
	width: 68px;
}

#nav .link_services a:hover {
	background-image: url("../images/link_services-hover.gif");
}

#nav .link_portfolio a {
	width: 72px;
}

#nav .link_portfolio a:hover {
	background-image: url("../images/link_portfolio-hover.gif");
}

#nav .link_cstudies a {
	width: 92px;
}

#nav .link_cstudies a:hover {
	background-image: url("../images/link_cstudies-hover.gif");
}

#nav .link_testimonials a {
	width: 92px;
}

#nav .link_testimonials a:hover {
	background-image: url("../images/link_testimonials-hover.gif");
}


#nav .link_blog a {
	width: 46px;
}

#nav .link_blog a:hover {
	background-image: url("../images/link_blog-hover.gif");
}

#nav .link_contact a {
	width: 64px;
}

#nav .link_contact a:hover {
	background-image: url("../images/link_contact-hover.gif");
}

#header #nav span {
	display: none;
}


/* FOOTER
=========================================================================*/

#footer {
	border-top: 1px solid #ddd;
	padding: .8em 0;
	margin: 1.6em 33px;
	text-align: right;
	font-size: 11px;
	color: #aaa;
	clear: both;
}

#footer a {
	color: #aaa;
}

#footer-nav {
	text-align: left;
	list-style: none;
	margin: 0;
	float: left;
	display: inline;
	text-transform: lowercase;
}

#footer-nav li {
	display: inline;
}

#footer #footer-nav li a {
	color: #888;	
	text-decoration: none;	
}

#footer-nav li a:hover {
	color: #d95000;
}

#footer-nav li:before {
	content: "\00A0\00A0| \00A0\00A0";
}

#footer-nav li:first-child:before {
	content: "";
}

/* FORMS
=========================================================================*/

#copy form ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: .8em;			
}

#copy form ul li {
	padding: .4em 0;	
}

form label {
	display: block;
}

/*
form label {
	display: inline-block;
	width: 150px;
	text-align: right;
	vertical-align: middle;
}
*/
form input[type="text"],
form input[type="password"],
form select,
form textarea {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 4px;
	font-size: 14px;	
	font-family: "helvetica neue", arial, sans-serif;
	vertical-align: middle;
}

form button {
	width: 136px;
	height: 37px;
	padding: 0 0 3px;
	background: url("../images/main/bg-button.png") no-repeat left top;
	color: #fff;
	border: none;	
	font-size: 16px;	
	font-family: "helvetica neue", arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

form button:hover {
	background-position: left bottom;
}







