/*-----------------------------------------------------
	location:		/css/asm-layout.css
	version:		1.0 
	author:			andrew newland
	email:			andrew@ithinkpixels.com

	creation:		07.02.2009 12:55:45
-----------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;}

fieldset, img {
	border: 0;}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;}

ol, ul {
	list-style: none;}

caption, th {
	text-align: left;}

q:before,q:after {
	content: '';}

abbr, acronym {
	border: 0;}


/* =layout
-----------------------------------------------------*/
body {
	background-image: url('../assets/background.png');
	background-color: #e8e8e8;
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, serif;
	font-size: 72.5%}

#container {
	width: 1019px;
	position: relative;
	left: 50%;
	margin-left: -509.5px;}

#header {
	background-image: url('../assets/header-BKG.png');
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 44px;
	height: 110px;}
	
	#header .logo {
		position: relative;
		display: block;
		top: 32px;
		height: 57px;
		width: 313px;
		background-image: url('../assets/logo.gif');
		background-repeat: no-repeat;}
	
		#header .logo span {
			display: none;}

#footer {
	padding: 25px 44px 50px;
	margin: 0 auto;
	text-align:center;
	color: #949494;
	font-size: 11px;}

#content {
	padding: 0 44px;}
	
	
	
	

/* =navigation
-----------------------------------------------------*/
a {
	outline: none;
	color: #005cbb;
	text-decoration: none;}

a:hover {}

ul#navigation {
	position: relative;
	top: 15px;
	text-align: right;
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
	font-family: Verdana, Arial, serif;
	z-index: 20;
	border: none;}
	
	ul#navigation li {
		display: inline;}
		
		ul#navigation li a, ul#navigation li p {
			padding: 5px 10px 17px;
			text-decoration: none;
			font-size: 15px;
			color: #5e5e5e;}
		
		ul#navigation li p {
			display: inline;
			cursor: pointer;}
			
			ul#navigation li p:hover {
				color: #000000;
				background-position: bottom center;
				background-repeat: no-repeat;}
		
		#home ul#navigation li a:hover,
		#why ul#navigation li a:hover,
		#home ul#navigation li a.home,
		#why ul#navigation li a.why {
			color: #000000;
			background-image: url('../assets/navi-hover-home.png');
			background-position: bottom center;
			background-repeat: no-repeat;}
		
		ul#navigation li a:hover,
		#services ul#navigation li a.services,
		#about ul#navigation li a.about,
		#team ul#navigation li a.team,
		#contact ul#navigation li a.contact {
			color: #000000;
			background-image: url('../assets/navi-hover.png');
			background-position: bottom center;
			background-repeat: no-repeat;}
				
			#home ul#navigation li a.services:hover, 
			#why ul#navigation li a.services:hover,
			#services ul#navigation li a.services:hover,
			ul#navigation li a.services:hover {
				background-image: url(../assets/navi-hover-services.jpg) !important;
				background-position: -16px 29px;}
			
		ul#navigation li ul.subnav {
			display: none;
			background-color: #ffffff;
			background-image: url('../assets/navi-hover-services.jpg') !important;
			background-position: -14px 2px;
			background-repeat: no-repeat;
			left: 662px;
			position: absolute;
			text-align: left;
			top: 22px;
			padding-top: 13px;
			z-index: -10;}	
		
		ul#navigation li:hover > ul {
			display: block;}
		
			ul#navigation li ul.subnav li {
				display: block;
				border: 1px solid #b2b2b2;
				border-bottom: none;
				border-top: none;}
				
			ul#navigation li ul.subnav li a {
				font-size: 13px;
				display: block;
				color: #999999;
				padding: 6px 18px;
				background-image: none;}
				
				/*ul#navigation li ul.subnav li a.top {
					border-top: 1px solid #b2b2b2;}*/

				ul#navigation li ul.subnav li a.bottom {
					border-bottom: 1px solid #b2b2b2;}
				
				ul#navigation li ul.subnav li a:hover {
					color: #5e5e5e;
					background-image: none;}
					
					#home ul#navigation li ul.subnav li a:hover, #why ul#navigation li ul.subnav li a:hover {
						background-image: none;}
		
#sidebar div.sub-nav {
	background-image: url('../assets/sidebar-rule.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px 0;
	text-align: center;}
	
	#sidebar div.sub-nav a {
		display: block;
		color: #929292;
		font-family: Verdana, Arial, serif;
		font-size: 16px;
		font-weight: 400;
		padding-bottom: 100px;}
		
		
	/* SERVICES LINKS */
		#sidebar div.sub-nav a.community-link {
			background-image: url('../assets/buttons/community-button-fade.png');
			background-repeat: no-repeat;
			background-position: center bottom;}
			
			#sidebar.community div.sub-nav a.community-link, 
			#sidebar div.sub-nav a.community-link:hover, 
			#sidebar.none div.sub-nav a.community-link {
				background-image: url('../assets/buttons/community-button.png');
				color: #000000;}
		
		#sidebar div.sub-nav a.automotive-link {
			background-image: url('../assets/buttons/auto-button-fade.png');
			background-repeat: no-repeat;
			background-position: center bottom;}
				
			#sidebar.automotive div.sub-nav a.automotive-link, 
			#sidebar div.sub-nav a.automotive-link:hover, 
			#sidebar.none div.sub-nav a.automotive-link {
				background-image: url('../assets/buttons/auto-button.png');
				color: #000000;}
		
		#sidebar div.sub-nav a.radio-link {
			background-image: url('../assets/buttons/radio-button-fade.png');
			background-repeat: no-repeat;
			background-position: center bottom;}
			
			#sidebar.radio div.sub-nav a.radio-link, 
			#sidebar div.sub-nav a.radio-link:hover, 
			#sidebar.none div.sub-nav a.radio-link {
				background-image: url('../assets/buttons/radio-button.png');
				color: #000000;}	
		
		
	/* CASE STUDIES LINKS */
		#sidebar div.sub-nav a.gap-link {
			background-image: url('../assets/buttons/gap-button-fade.png');
			background-repeat: no-repeat;
			background-position: center bottom;}
			
			#sidebar.gap div.sub-nav a.gap-link, 
			#sidebar div.sub-nav a.gap-link:hover, 
			#sidebar.none div.sub-nav a.gap-link {
				background-image: url('../assets/buttons/gap-button.png');
				color: #000000;}			
	
	.border-top {
		background-image: url('../assets/sidebar-rule.png');
		background-repeat: no-repeat;
		background-position: center top;}

#footer a {
	padding: 0 5px;
	color: #949494;
	text-decoration: none;}	

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

/* =typography
-----------------------------------------------------*/
p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;}

h1 {
	font-size: 16px;
	margin: 15px 0;
	text-transform: uppercase;}

#footer .copyright {
	width: 300px;
	float: left;
	font-size: 10px;}

#footer .sub-links {
	float: left;
	font-size: 10px;}

.case-study {
	position: relative;
	float: right;
	background-color: #353538;
	background-image: url('../assets/casestudy-curve.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 44px 0 20px;}
	
	.case-study a {
		color: #f9f9fa;
		padding: 10px 23px 10px 10px;
		line-height: 38px;
		background-image: url('../assets/casestudy-arrow.jpg');
		background-repeat: no-repeat;
		background-position: center right;}
	
.home p, .why p {
	color: #ffffff;}

	.home p {
		font-family:  Verdana, Arial, serif;
		font-size: 20px;
		font-weight: 100;
		left: 407px;
		letter-spacing: 1px;
		line-height: 35px;
		position: relative;
		top: 120px;
		width: 550px;}
	
	.why h2 {
		color: #ffffff;
		position: relative;
		left: 550px;
		top: 120px;
		width: 450px;
		line-height: 35px;
		letter-spacing: 1px;
		font-size: 20px;}
	
	.why ul#why-archstream {
		color: #ffffff;
		font-size: 200px;
		left: 550px;
		position: relative;
		top: 125px;
		width: 450px;}

		.why ul#why-archstream li {
			font-size: 16px;
			line-height: 30px;
			font-weight: 400;
			background-image: url('../assets/list-dot-lg.png');
			background-repeat: no-repeat;
			background-position: left 9.5px;}


/* =list styles
-----------------------------------------------------*/
#content ul li {
	background-image: url('../assets/list-dot.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 14px;
	line-height: 22px;
	padding-left: 15px;
	margin-bottom: 10px;}




/* =content page specific
-----------------------------------------------------*/	
#content.services, #content.about {
	padding: 30px 44px;}

#content.grey {	
	background-image: url('../assets/grey-gradient-down.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #f4f4f4;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;}

	#content #sidebar {
		float: left;
		width: 190px;
		padding: 0 20px;}

	#content #main {
		border-left: 1px solid #A9A9A9;
		float: right;
		padding: 0 0 0 40px;
		width: 620px;}

#content .home, #content .why {
	margin-top: 1px;
	height: 440px;
	background-color: #000000;}

	#content .home {
		background-image: url('../assets/home-background.jpg');
		background-position: bottom left;
		background-repeat: no-repeat;}
	
	#content .why {
		background-image: url('../assets/why-background.jpg');
		background-position: bottom left;
		background-repeat: no-repeat;}
	
	
	/* BOTTOM THIRDS BOXES */
	#bottom-thirds {
		background-color: #f4f4f4;
		background-image: url('../assets/bottomthird-bkg.jpg');
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		clear: both;
		padding: 0 63px;}
		
	.third {
		float: left;}
		
	#bottom-thirds a {
		color: #000000;
		display: block;
		height: 180px;
		width: 263px;
		padding: 5px 10px 5px;
		background-image: url('../assets/bottomthird-sprite.jpg');
		background-repeat: no-repeat;}				
		
	#bottom-thirds div.radio a {
		background-position: left bottom;}
		
			#bottom-thirds div.radio a:hover {
				background-position: left top;}
				
	#bottom-thirds div.auto a {
		width: 307px;
		background-position: center bottom;}
		
		#bottom-thirds div.auto a:hover {
				background-position: center top;}
	
	#bottom-thirds div.community a {
		background-position: right bottom;}
		
		#bottom-thirds div.community a:hover {
				background-position: right top;}
	
		#bottom-thirds a:hover {
			background-color: purple;}
	
	#bottom-thirds h2 {
		font-size: 15px;}
	
	#bottom-thirds p {
	  font-size: 11px;	
		line-height: 16px;}
	



/* =publications
-----------------------------------------------------*/
.publication {
	border-top: 1px dashed #e1e1e1;
	clear: both;
	padding: 20px 0 30px;}
	
	.pub-date {
		float: left;
		width: 150px;
		padding-left: 25px;}
	
	.pub-name {
		float: left;
		width: 595px;}
	
	.pub-download {
		float: right;
		width: 102px;
		padding-right: 25px;}
	
	
	

/* =elements
-----------------------------------------------------*/
.clear {
	clear: both;}

strong {
	font-weight: 700;}

#content #main.no-border {
	border: none;}

#content #main.no-sidebar {
	width: 931px;
	padding: 0;}

#content.full-width {
	padding: 0;} 
