@charset "utf-8";
/* CSS Document */
html, body{
	background:#FFF;
	margin:0px;
	border:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:"Times New Roman", Times, serif;
	color:#275A87;
}
img{
	border:0px;
}
a{
	color:#275A87;
	text-decoration:none;
}
a:hover{
	color:#F57D22;
}
#wrapper{
	position:absolute;
	top:0px;
	left:50%;
	width:975px;
	margin-left:-487px;
	padding-bottom:30px;
}
#header{
	float:left;
	width:100%;
	font-weight:bold;
	font-size:.7em;
	color:#265A88;
}
	#header #logo{
		float:left;
		margin-top:25px;
		font-size:2em;
	}
	#header #studio{
		float:left;
		margin-top:102px;
		margin-left:99px;
	}
	#header #email{
		float:left;
		margin-top:102px;
		margin-left:28px;
	}
	#header #address{
		float:left;
		margin-top:102px;
		margin-left:31px;
		clear:right;
	}
	#header #strapline{
		float:left;
		margin-top:24px;
		width:100%;
		text-align:center;
		font-size:2.8em;
		color:#95908E;
	} 
#nav{
	float:left;
	width:100%;
	height:147px;
	background:url(images/nav_background.png) repeat-x bottom left;
	overflow:hidden;
}
	#nav ul{
		float:left;
		list-style:none;
		margin:0px;
		padding:0px;
		display:inline;	
	}
	#nav ul li{
		float:left;
	}
	#nav ul li a{
		float:left;
		background:url(images/nav_grey_background.png) no-repeat;
	}
	#nav ul li a:hover{
		background:url(images/nav_blue_background.png) no-repeat;
	}
	#nav ul .active a{
		float:left;
		background:url(images/nav_blue_background.png) no-repeat;
	}
#main_image{
	float:left;
	width:100%;
	height:488px;
}	
#sub_nav{
	float:left;
	width:100%;
	height:49px;
	background:#265A88;
	font-size:.7em;
	color:#FFF;
}
	#sub_nav .tab{
		background:url(images/subnav_tab.png) no-repeat top left;
	}
#sub_nav_1{
	float:left;
}
	#sub_nav_1 #title{
		float:left;
		margin-right:25px;
	}
	#sub_nav_1 .tab{
		float:left;	
	}
#sub_nav_2{
	float:right;
}
	#sub_nav_2 #pdf_title{
		float:left;
	} 
	#sub_nav_2 #pdf_tab{
		float:left;
		margin-left:22px;	
	}

#footer_nav{
	float:left;
	width:100%;
	margin-top:4px;
	color:#FFF;
	font-size:.7em;	
}
	#footer_nav_1{
		float:left;
		height:120px;
		width:485px;
		background:#F57D22 url(images/footer_curved_bottom.png) bottom no-repeat;
	}
	#footer_nav_2{
		float:right;
		height:120px;
		width:485px;
		background:#97BA71 url(images/footer_curved_bottom.png) bottom no-repeat;
	}
	.footer_box{
		float:right;
		width:88px;
		height:88px;
		overflow:hidden;
		margin-top:15px;
		margin-right:15px;
		background:#FFF;	
	}
#footer_nav .footer_title{
	float:left;
}
#footer{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:10px;
	color:#95908E;
	text-align:center;
}
/*#overlay{
	position:relative;
	width:100%;
	height:100%;
	background:url(images/background_semi_transparent_white.png);
}*/
/*TESTIMONIALS*/
#testimonials{
	float:left;
	width:100%;
	min-height:200px;
	margin-bottom:40px;
}
	#testimonials #col_1{
		float:left;
		margin-left:45px;
		margin-top:42px;
		width:200px;
	}
	#testimonials #col_2{
		float:left;
		margin-left:45px;
		margin-top:42px;
		width:320px;
	}
	#testimonials #col_3{
		float:left;
		margin-left:45px;
		margin-top:42px;
		width:300px
	}
	#testimonials .title{
		float:left;
		width:100%;
	}
	#testimonials .list{
		float:left;
		margin-top:18px;
	}
	#testimonials #logos{
		float:left;
		margin-top:10px;	
	}
	#testimonials #logos .logo{
		float:left;
		margin-right:14px;	
	}
		#testimonials #col_3 .com{
			float:left;
			width:100%;	
			margin-bottom:4px;
			visibility:visible;
			font-weight:bold;
			font-size:19px;
		}
		#testimonials #col_3 .comhidden{
			float:left;
			width:100%;	
			height:0px;
			visibility:hidden;
		}
		#testimonials #col_3 .com .img{
			float:left;
			color:#959B9D;
		}
		#testimonials #col_3 .com #name, #testimonials #col_3 .com #title, #testimonials #col_3 .com #company{
			/*float:left;*/
			margin-left:8px;
			/*font-weight:bold;
			font-size:19px;*/
		} 
		#testimonials #col_3 #comment{
			float:left;	
			font-size:19px;
			margin-top:18px;
		}	
/*SHOP*/
#shop{
	float:left;
	/*width:100%;*/
	min-height:200px;
	margin-bottom:40px;
}	
	#shop #container{
		float:left;
		margin-left:45px;
		margin-right:45px;
		margin-top:42px;
	}
	#shop a, #shop a:visited, #shop a:active{
		text-decoration:underline;
		color:#275A87;
	}
	#shop a:hover{
		color:#F57D22;	
	}
	#shop .item{
		float:left;	
	}
	#shop .item a{
		font-weight:bold;
		text-decoration:underline;
	}
		#shop .item_title{
			font-weight:bold;	
		}
		#shop .item_title, #shop .item_image, #shop .item_button{
			margin-bottom:14px;
		}
		