/* --------------------
	GLOBAL STYLES
-------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, san-serif;
	color: #666666;
	font-size: 62.5%;
	background: #000;
	text-align: center;
}

img {
	border: none;
}

h1 {
	font-family: arial, san-serif;
	font-size: 3.6em;
	text-transform: uppercase;
	color: #fff;
}

h2 {
	font-family: arial, san-serif;
	font-size: 1.6em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #444;
}

h3 {
	font-family: arial, san-serif;
	font-size: 1.6em;
	line-height: 1.3em;
	color: #ff0099;
	font-weight: bold;
}

a {
	color: #01a7d1;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.highlight {
	color: #fff;
}

.readMore {
	text-align: right;
	font-weight: bold;
}

/* --------------------
	LAYOUT STYLES
-------------------- */

#wrapper {
	width: 900px;
	margin: auto;
	text-align: left;
	background: #000;
}

#innerWrapper {
	position: relative;
	float: left;
	width: 960px;
	padding: 3px 10px;
	background: url(../img/bg-innerWrapper.gif) repeat-y;
}

/* ----- header styles ----- */

#header {
	float: left;
	width: 934px;
	padding-top: 30px;
	padding-right: 30px;
}

#logo {
	right: 934;
	width: 495px;
	margin-left: 20px;
}

/* ----- navigation styles ----- */

#navMain {
	float: left;
	clear: both;
	width: 200px;
	min-height: 50px;
	background: #fff;
}

#nav2nd {
	float: left;
	clear: both;
	width: 181px;
	margin-top: 30px;
	padding: 30px;
	color: #fff;
	background: #01a7d1;
}

/* ----- primary navigation styles ----- */

#navMain ul {
	float: left;
	clear: both;
	width: 914px;
	list-style-type: none;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 10px;
}

#navMain ul li {
	font-family: arial, san-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #777;
	display: block;
	margin-right: 40px;
}

#navMain ul li a {
	text-decoration: none;
	color: #777;
}

#navMain ul li.on a {
	font-weight: bold;
	color: #01a7d1;
	
}

#navMain ul li a:hover {
	color: #01a7d1;
}

/* ----- secondary navigation styles ----- */

#nav2nd ul {
	width: 181px;
	list-style-type: none;
	margin-left: 0px;
}

#nav2nd ul li {
	font-family: arial, san-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	width: 181px;
	padding: 0px 0 15px 0;
	border-top: #dddddd dotted 0px;
	display: block;
}

#nav2nd ul li a {
	text-decoration: none;
	color: #fff;
}

#nav2nd ul li.on a {
	font-weight: bold;
	color: #444;
}

#nav2nd ul li a:hover {
	color: #444;
}

/* ----- page body styles ----- */

#pageBody {
	float: left;
	clear: both;
	width: 964px;
	min-height: 547px;
	border-bottom: #333 solid 10px;
	background: #fff url(file:///Macintosh%20HD/Users/SabrinaG/Desktop/img/main-home.jpg) no-repeat;
}

#welcomeBox {
	float: left;
	clear: both;
	width: 422px;
	margin-top: 30px;
	padding: 30px;
	color: #fff;
	background: #01a7d1;
}

#welcomeTitle {
	float: left;
	clear: both;
	color: #fff;
	line-height: 2.85em;
	letter-spacing: -0.2em;
}

#welcomeBox span#light {
	font-family: arial, san-serif;
	font-size: 3.6em;
	color: #fff;
	text-transform: uppercase;
}

#welcomeBox span#bold {
	font-family: arial, san-serif;
	font-size: 3.6em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

p.intro {
	float: left;
	width: 340px;
	margin-top: 10px;
	font-family: arial, san-serif;
	font-size: 1.6em;
	line-height: 1.35em;
	color: #fff;
}

/* ----- footer styles ----- */

#footer {
	float: left;
	clear: both;
	width: 870px;
	min-height: 30px;
	padding: 0 15px 0 15px;
	background: #fff;
}

#copyright {
	float: left;
	width: 550px;
	color: #777;
	font-size: 1.1em;
	text-transform: uppercase;
}

#copyright a {
	color: #01a7d1;
	text-decoration: none;
}

#copyright a:hover {
	color: #bbb;
	text-decoration: none;
}

#footerSG {
	float: right;
	width: 300px;
	color: #777;
	font-size: 1.1em;
	text-align: right;
	text-transform: uppercase;
}

#footerSG a {
	float: right;
	color: #01a7d1;
	text-decoration: none;
}

#footerSG a:hover {
	color: #bbb;
	text-decoration: none;
}

#quoteBottom {
	float: left;
	clear: both;
	width: 920px;
	padding: 30px 20px 0 20px;
	margin-bottom: 0px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 2em;
	text-align: center;
	border-top: #333 solid 10px;
	background: #01a7d1;
}

#footerBottom {
	float: left;
	clear: both;
	width: 880px;
	padding: 0 10px 0 10px;
	color: #fff;
}


/* --------------------
	LANDING PAGES
-------------------- */

#mainContent {
	float: left;
	width: 609px;
}

#pageBodyAbout {
	float: left;
	clear: both;
	width: 964px;
	min-height: 547px;
	border-bottom: #333 solid 10px;
	background: #fff url(../img/main-about.jpg) no-repeat;
}

#pageBodyGallery {
	float: left;
	clear: both;
	width: 964px;
	min-height: 547px;
	border-bottom: #333 solid 10px;
	background: #e5e5e5;
}

#pageBodyContact {
	float: left;
	clear: both;
	width: 964px;
	min-height: 547px;
	border-bottom: #333 solid 10px;
	background: #fff url(../img/main-contact.jpg) no-repeat;
}

#signature {
	float: left;
	clear: both;
	width: 422px;
	margin-top: 50px;
	background: #01a7d1;
}

/* --------------------
	GALLERY PAGES
-------------------- */

#gallery {
	float: left;
	width: 723px;
	height: 517px;
	margin-top: 30px;
}





