
/************************************************

Site Design & Programming by
 _____ _          _____    _____                 
|_   _| |_ ___   |  _  |  |   __|___ ___ _ _ ___ 
  | | |   | -_|  |     |  |  |  |  _| . | | | . |
  |_| |_|_|___|  |__|__|  |_____|_| |___|___|  _|
                                            |_|
                                   www.agroup.com											 
											 
************************************************/

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

button::-moz-focus-inner { 
	border: 0; 
}

/*--------- BASIC STYLES & TYPOGRAPHY ---------*/

body {
	font: 13px/1.9em "lucida sans unicode", "lucida grande", "verdana", arial, sans-serif;
	color: #222;
	background-color:#000;
}

a {
	color:#f47320;
}

p {
	margin-bottom:20px;
}

h2 {			
	font-size: 2em;
	letter-spacing: -1px;
	margin-bottom:40px;
}

h3 {
	font-size:1.4em;
	letter-spacing:-0.05em;
	margin-bottom:10px;
	color:#000;
}

h4 {
	
}

h4 span {			
				
}

h5 {
	margin: 1.7em 0 0;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#copy button {
	background: #f47522 url("/images/main/button-bg.png") repeat-x left top;
	padding: 7px 1em;
	border: 1px solid #e76916;			
	font-size: 13.5px;
	font-family: "lucida sans unicode", "lucida grande", verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	cursor:pointer;
	text-shadow:#444 1px 1px 3px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/*--------- MAIN CONTAINERS ---------*/

#container {
	width:766px;
	margin:0 auto;
}

#content {
	width:750px;
	background-color:#343434;
	padding:0 8px 8px;
	float:left;
}

#header {
	width:750px;
	height:132px;
	background:url("../images/main/header-bg.png") no-repeat center top;
	float:left;
}

#copy {
	width:690px;
	padding:44px 30px 30px;
	min-height:200px;
	float:left;
	background-color:#fff;
}

#footer {
	width:750px;
	text-align:center;
	float:left;
	padding:15px 8px 20px;
	font-size:10px;
	color:#444;
}

#footer a {
	color:#555;
	text-decoration:none;
}

#footer a:hover {
	color:#666;
}


/*--------- HEADER ---------*/

#header h1 {
	width:610px;
	height:70px;
	margin:0 0 0 20px;
	float:left;
}

#header h1 a {
	display:block;
	float:left;
	width:610px;
	height:70px;
	background: url("../images/main/radical-logo.png") no-repeat right 23px;
	text-indent:-3000px;
}
	
#nav {
	width:750px;
	height:40px;
	margin-top:22px;
	float:left;
}

#nav li {
	display:inline;
	float:left;
}

#nav li a {
	display:block;
	float:left;
	height:40px;
	text-indent:-3000px;
}

#nav li a.overview {
	width:166px;
	background: url("../images/main/nav-bg.png") no-repeat left top;
}

#nav li a.overview:hover {
	background: url("../images/main/nav-bg.png") no-repeat left bottom;
}

#nav li a.story {
	width:151px;
	background: url("../images/main/nav-bg.png") no-repeat -166px top;
}

#nav li a.story:hover {
	background: url("../images/main/nav-bg.png") no-repeat -166px bottom;
}

#nav li a.resources {
	width:185px;
	background: url("../images/main/nav-bg.png") no-repeat -317px top;
}

#nav li a.resources:hover {
	background: url("../images/main/nav-bg.png") no-repeat -317px bottom;
}

#nav li a.promo_materials {
	width:248px;
	background: url("../images/main/nav-bg.png") no-repeat right top;
}

#nav li a.promo_materials:hover {
	background: url("../images/main/nav-bg.png") no-repeat right bottom;
}

#nav li ul {
	position:absolute;
	margin:34px 0 0 40px;
	z-index:6000;
	display:none;
}

#nav li:hover ul {
	display:block;
}

#nav li ul li {
	display:block;
	float:none;
}

#nav li ul li a {
	text-indent:0;
	float:none;
	height:auto;
	padding:6px 1em;
	line-height:20px;
	color:#fff;
	background-color:#000;
	text-decoration:none;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	
}

#nav li ul li a:hover {
	color:#e8a36b;
}

#carousel-drop_shadow {
	width:750px;
	height:14px;
	background:url("../images/main/rf-drop_shadow.png") no-repeat left center;
	position:absolute;
	z-index:5000;
	top:132px;
}


/*--------- FOOTER ---------*/

#footer p {
	float:left;
	text-align:left;
	line-height:16px;
}

#footer a.dmi-logo {
	display:block;
	float:right;
	width:102px;
	height:33px;
	background: url("../images/main/dmi-logo.png") no-repeat left center;
	text-indent:-3000px;
	margin:0 10px 0 0;
}

#footer #social_media {
	float:right;
}

#footer #social_media li {
	display:inline;
	float:left;
	margin-left:4px;
}

#footer #social_media li a {
	display:block;
	width:32px;
	height:32px;
	text-indent:-3000px;
}

#footer #social_media li a.facebook {
	background:url("../images/main/facebook.png") no-repeat left top;
}

#footer #social_media li a.twitter {
	background:url("../images/main/twitter.png") no-repeat left top;
}

#copy ul.download_list li {
	margin-bottom:10px;
	float:none;
	margin-left:0;
}

a.pdf {
	display:inline-block;
	background:url("../images/main/pdf-icon.png") no-repeat left center;
	line-height:32px;
	padding-left:36px;
}
