@charset "UTF-8";

/*---MASTER STYLES
Author: Janet Atkinson
www.janetatkinson.com
Noho 2008 - 2011
--------------------*/


/*-----basic styling-----*/
html { height: 100%; margin-bottom: 1px; }/*Forces scroll bar to avoid jump when page go below the fold*/

* {
	padding: 0;
	margin:0px;
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color:#333333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
}
p {
	font-size:11px;
	color:#717171;
	line-height: 19px;
}

h1 {
	padding-top:25px;
	padding-bottom: 10px;
	font-size:20px;
	color: #445065;
	font-weight: bold;
}
h2, h3, h4 {
font-size: 12px;
font-weight:bold;
color:#445065;/*DARK BLUE*/
margin: 0;
padding: 0;
}

a:link {
color:#FF8000;/*UNIVERSAL LINK ORANGE*/
}
a:visited {
color:#FF8000;
}

a:hover {
color:#5E6D86;/*DARK BLUE*/
}
a:active {
color:#FF8000;
}

#wrapper {
	position:relative;
	width: 1100px;
	background: #fff;
	margin: 0 auto; 
	padding:0px;
	
	text-align: left; 
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#clear {
	clear: both;
}
/*------position container elements styling-----*/

/*--------header and navigation styles*/
#header {
	position:relative;
	height: 125px;
	width:850px;
	margin: 0 auto;
	padding:0 0px 40px 0px;
}
#logo {
	float: left;
	margin: 40px 0px 0px 0px; 
	padding:0;
}
#phone {
	position:absolute;
	top:40px;
	right:15px;
	font-size:10px;
	font-weight: bold;
	color:#8d929d;
	letter-spacing: 2px;
}

#header ul {
	float: right;
margin: 75px 10px 0px 0px; 
	padding:0;
	list-style:none;
	/*margin-left: 250px;*/
	padding-top: 0px;
}
#header ul li {
	float: left;
	background:url(../shared_images/nav_middle_sides.gif) repeat-x top left;
}
#header ul li a {
	padding-right: 2.5em;
	padding-left:2.5em;
	font-size: 10px;
	font-weight: bold;
	line-height: 3.1em;
	height:31px;
	text-decoration: none;
	color: #8d929d;
	float: left;
	display: block;
	border-right: 1px solid #DFDFDF;
	border-left: 2px solid #EDEDED;
}
#header ul li a.first {
	background:url(../shared_images/nav_top_sides.gif) no-repeat top left;
	border-left:none;
}
#header ul li a.last {
	background:url(../shared_images/nav_top_sides.gif) no-repeat top right;
	border-right:none;
}
#header ul a:link {
	color:#8d929d;
}
#header ul a:visited {
	color:#8d929d;
}
#header ul a:hover {
	color:#546178;
}
#header ul a:active {
	color:#8d929d;
}

#about #header #about_link a,
#studios #header #studios_link a,
#equipment #header #equipment_link a,
#rates #header #rates_link a,
#faq #header #faq_link a,
#contact #header #contact_link a,
#news #header #news_link a{
color:#546178;
cursor:default;
}
/*--------End header and navigation styles----------*/
 
 /*--------Begin Content styles----------*/

#content {
	clear: both;
	margin:0 auto;
	padding:0;
	width:1100px;
}

#about #content, #studios #content, #equipment #content, #rates #content,#faq #content, #contact #content, #different #content{ margin-left: 130px; }
#studios #wrapper #content{
margin-left: 60px;
}
#equipment #content {
	margin-left: 0px;
}
#rates #content {
	margin-left: 120px;
}
#faq #content {
	margin-left: 0px;
}
#studiosSub #wrapper #content{
margin-left: 130px;
}


/*--------End Content styles----------*/
/*--------Begin Footer styles----------*/
#footer {
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
	background-color:#F7F7F7;
margin-top:15px;
color:#939393;
	clear:both;
}

#footer p {
/*color:#768091;*/
color:#999999;
font-size:9px;
text-align:center;
	margin: 0; 
	padding: 0px 0; 
}
#footer p a:link {
	color:#999999;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
}

#footer p a:visited {
	color:#999999;
	font-weight: bold;
	text-decoration: none;
}
#footer p a:hover {
	color:#333333;
	font-weight: bold;
	text-decoration: underline;
}
#footer p a:active {
	color:#999999;
	font-weight: bold;
	text-decoration: none;
}

#backtotop {
	font-size:10px;
	color:#B3B3B3;
	text-decoration: none;
}
#backtotop a:link {
	font-size: 10px;
	color:#B3B3B3;
	text-decoration: underline;
}
#backtotop a:visited {
	font-size: 10px;
	color:#B3B3B3;
	text-decoration: none;
}
#backtotop a:hover {
	font-size: 10px;
	color:#333;
	text-decoration: underline;
}
#backtotop a:active {
	font-size: 10px;
	color:#B3B3B3;
	text-decoration: none;
	}

