/* COPYRIGHT INFO 
CSS by Matt Garcia Design Studio / mattgarcia.com
*/

/* COLOUR PALETTE

Background White: ffffff
Text Grey: 666666
Hovver: 1ea1c9

*/

/* STARTS HERE */

body {
 	width: 100%;
	margin: auto;
	font: 10px/1.6em verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";
	color: #666666;
	background-color: #ffffff;
	text-align: center;
}

#wrapper { 
 margin: 50px auto auto auto;
 width: 1000px;
 height: 560px;
 background-color: #ffffff;
 border: #666666 1px solid;
}

.logo {
	margin: 0;
	}

#section_navigation { 
 background-color: #ffffff;
 height: 560px;
 width: 250px;
 float: left;
 margin: 0 0 0 70px;
}

.navigation {
	margin: 25px 120px 0 -60px;
	text-align: right;
	padding: 0;
	}

.sitemap {
	margin: 0 0 0 75px;
	text-align: left;
	padding: 0;
	}
	
#section_text { 
 background-color: #ffffff;
 height: 560px;
 width: 130px;
 float: left;
}

.text {
	text-align: left;
	margin: 25px 0 0 -100px;
	}

#section_logo { 
 height: 45px;
 width: 490px;
 float: left;
 margin: 500px 0 0 -480px;
}
	
#section_image { 
 background-color: #ffffff;
 height: 560px;
 width: 520px;
 float: right;
 margin-left: 0;
}

.image {
	margin: auto 0 0 -2px;
	width: 520px;
	border-left: #ffffff 2px solid;
	height: 560px;
	}

#section_righttext { 
 background-color: #ffffff;
 height: 560px;
 width: 470px;
 float: left;
 margin-left: 20px;
}

#section_righttextwide { 
 background-color: #ffffff;
 height: 560px;
 width: 500px;
 float: left;
 margin: auto 0 0 18px;
}

.righttextwide {
	text-align: left;
	color: #666666;
	padding: 15px 0 0 25px;
	margin: 0;
	width: 450px;
	height: 560px;
}

#section_rightmovie { 
 background-color: #ffffff;
 height: 560px;
 width: 450px;
 float: left;
 margin: auto 0 0 18px;
}

.rightmovie {
	color: #ffffff;
	padding: 60px 0 0 25px;
	margin: 0;
	width: 390px;
	height: 560px;
}

.rightmap {
	color: #ffffff;
	padding: 15px 0 0 25px;
	margin: 0;
	width: 390px;
	height: 560px;
}

.righttext {
	color: #666666;
	padding: 15px 0 0 25px;
	margin: 0;
	width: 390px;
	height: 560px;
}



.rightform {
	color: #666666;
	padding: 45px 0 0 25px;
	margin: 0;
	width: 420px;
	height: 560px;
}
	
.clear { float: left; width: 1px;}

/* TITLES */

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	text-align: left;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #1ea1c9;
	}

/* LINKS */

a:link, a:visited, a:active	{
	color: #666666; 
	font-weight: normal; 
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}
	
.navigation a:link, .navigation a:visited, .navigation a:active	{
	color: #666666; 
	font-weight: bold; 
	text-decoration: none;
	}

.navigation a:hover {
	color: #1ea1c9;
	}

.sitemap a:link, .sitemap a:visited, .sitemap a:active	{
	color: #666666; 
	font-weight: bold; 
	text-decoration: underline;
	}

.sitemap a:hover {
	text-decoration: none;
	}

.view	{
	color: #666666; 
	font-weight: bold; 
	text-decoration: none;
	}
	
.footer	{
	color: #666666;
	text-align: center;
	margin: 20px auto 20px auto;
	font-weight: normal; 
	}

.footer a:link, .footer a:visited, .footer a:active	{
	color: #666666;
	font-weight: normal; 
	text-decoration: none;
	}

.footer a:hover {
	color: #666666;
	}


/* MISC */

form {
	text-align: left;
	margin: 40px 0 0 0;
}

.floatright {
	float: right;
	margin: 10px 0 10px 10px;
	}

.floatleft {
	float: left;
	margin: 20px 40px 20px 20px;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.label {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}
	
.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}
	
li {
	text-indent: 5pt;
	}

.navigation li {
	list-style: none;
	}

img {
	border:0;
	}

.clear {
	clear: both;
}


