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

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

/* BASIC PAGE STYLES */

body {
	margin: 0;
	padding: 0;
	
	font-family: tahoma, "lucida grande", arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	
	color: #111;
	background: url("../images/body_bg.jpg") center -40px repeat-x #fff;			
}

a {
	outline: none !important;
}

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

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

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

h2 {
	margin: 10px 0 26px;
	padding: 0;
	font-family: georgia, serif;
	font-size: 42px;
	font-weight: normal;
	color: #39939c;
	letter-spacing: -1px;
}

h3 {
	margin: 1.25em 0 0.5em;
	padding: 0;
	font-family: georgia, serif;
	font-size: 19px;
	font-weight: normal;
	color: #39939c;
	letter-spacing: -1px;
}

/*h3 {
	margin: 1em 0;
	padding: 0;
	font-size: 1.12em
	font-weight: bold;
}*/

h4 {
	margin: 1em 0;
	padding: 0;
	font-size: 1em;
	font-family: georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #555;
}

p { 
	margin: 1em 0;
}

ul {
	margin: 1em 0 1em 2.25em;
	padding: 0;
	list-style-type: circle;
}

#copy li {
	/*background: url("../images/ul_bg.gif") left top no-repeat;
	padding-left: 16px;*/
	margin: 0.5em 0;

}

table {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0px;
	display: block;
}

input, textarea, select {
	font-family: tahoma arial, sans-serif;
	font-size: 12px;
	color: #222;
}

small {
	font-size: 11px;
}

a {
	color: #d95000;
}

address {
	font-style: normal;
}

#copy blockquote {
	margin: 6px 0em 0 0em;
	padding: 1em 1.5em;
	text-align: left;
	border: solid #ccc;
	border-width: 1px 0;
	font-family: georgia, serif;
	font-size: 17px;
	line-height: 25px;

	color: #444;	
	background: url("../images/blockquote_bg.gif") center center no-repeat;
	
}

/* 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;
	height: expression('539px');
	padding: 1px 50px;
}

#copy {
	padding: 1px 0;
}

#links_related {
	clear: both;
	border-top: 4px double #bbb;
	font-size: 11px;
	padding: 0 1em;
	margin: 1em 0 0;
}

#links_related h3 {
	margin: 0.5em 0 -0.25em;
	font-size: 16px;
	color: #777;
	border: none !important;
}

#links_related ul {
	list-style: none;
	margin-left: 3px;
}

#links_related li {
	margin: 0;
	line-height: 16px;
	background: url("../images/li_bg.gif") left center no-repeat;
	padding-left: 14px;
}


/* 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 {
	padding: 1px 0;
	text-align: center;
	font-size: 11px;
	color: #999;
	clear: both;
}