@charset "UTF-8";
/* CSS Document */

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

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #000000; 
	text-align: center;
}
div#wrapper {
	width: 100%;
	margin: 0 auto;
}
h1 {
	width: 230px;
	height: 110px;
	background: url(../images/skylinelogo.png) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 59px;
	top: 100px;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1em;
}
h1 a:hover {
	border: none;
}
.fl {
float: left;
}
.fr {
float: right;
}


/* = Home
----------------------------------------------------*/

div#homeheadercontainer {
	width: 100%;
	height: 350px;
	background: #000 url(../images/homeheaderbkgd.png) repeat-x;
	position: relative;
}
div#homeheader {
	margin: 0 auto;
	width: 1000px;
	height: 290px;
	background: url(../images/homeheaderhero.jpg) no-repeat;
	position: relative;
}



div#middlecontainer {
	width: 100%;
	background: #000000 url(../images/mainbkgd.gif) top ;
	padding-bottom: 60px;
}
div#content {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}	
div#content div#left{
	width: 525px;
	float: left;
	margin-left: 60px;
	margin-top: 35px;
}


div#content div#rightquote{
	width: 275px;
	float: right;
	margin-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: right;
	background: url(../images/quotebkgd.png) top right no-repeat;
}

div#footer {
	margin: 3px auto 0 auto;
	position: relative;
	height: 65px;
	border-top: 1px solid #5c6969;
	padding-top: 15px;
	padding-left: 50px;
	text-align: left;
}



/* = Navigation
----------------------------------------------------*/
ul#nav {
	margin: 0 auto;
	width: 1000px;
	height: 60px;
	background: url(../images/nav.jpg) top left no-repeat;
	display: block;
	position: relative;
}
ul#nav li {
	display: inline;
	position: absolute;
}
ul#nav li a {
	display: block;
	height: 60px;
	text-indent: -9999px;
}
ul#nav li a:hover {
	border: none;
}
ul#nav li#demoreel {
	left: 0;
	width: 200px;
}
ul#nav li#demoreel a:hover, ul#nav li#demoreel a#active {
	background:url(../images/nav.jpg) 0 -60px;
}
ul#nav li#about {
	left: 200px;
	width: 140px;
}
ul#nav li#about a:hover, ul#nav li#about a#active {
	background:url(../images/nav.jpg) -200px -60px;
}
ul#nav li#clients {
	left: 340px;
	width: 125px;
}
ul#nav li#clients a:hover, ul#nav li#clients a#active {
	background:url(../images/nav.jpg) -340px -60px;
}
ul#nav li#contact {
	left: 465px;
	width: 165px;
}
ul#nav li#contact a:hover, ul#nav li#contact a#active {
	background:url(../images/nav.jpg) -465px -60px;
}




/* = Text Styles
----------------------------------------------------*/
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h3 {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c2d8dc;
	padding-bottom: 3px;
	padding-top: 10px;
}
p {
	font: 15px/24px Arial, Helvetica, sans-serif;
	color: #adc0c4;
	padding-bottom: 10px;
}
div#content p.contact {
	line-height: 20px;
}
div#content p.contact span.title{
	font: 12px "Trebuchet MS";
	font-style: italic;
}
div#content div#rightquote p {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #1fafea;  /* = Blue */
	padding-bottom: 10px;
	padding-top: 3px;
}
div#content div#rightquote p.name {
	font: 12px/18px "Trebuchet MS";
	color: #7c96a2;  /* = Darker Gray */
	padding-bottom: 10px;
}
div#content div#rightquote p.name span.caps{
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #adc0c4;  /* = Lighter Gray */
}
a {
	color: #e8cd61; /* = Yellow */
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted;
}
div#content ul.left {
	display: block;
	padding: 0 0 8px 15px;
}
div#content ul.left {
	float: left;
	padding-right: 25px;
}
div#content ul li {
	font: 12px "Trebuchet MS";
	color: #adc0c4;
	padding: 0 0 10px 18px;
	background: url(../images/bullet.png) no-repeat;
	background-position: 0 2px;
} 
div#content h2 {
	width: 525px;
	height: 55px;
	text-indent: -9999px;
	padding-bottom: 10px;
}
div#content h2.wherevisionmeetsmotion {
	background: url(../images/homeheadline.png) no-repeat;
}
div#content h2.clients {
	background: url(../images/h_clients.png) no-repeat;
}
div#content h2.about {
	background: url(../images/h_about.png) no-repeat;
}
div#content h2.contact {
	background: url(../images/h_contact.png) no-repeat;
}

div#footer * {
	font: 13px "Trebuchet MS";
	color: #e8cd61; /* = Yellow */
	text-decoration: none;
}
div#footer span, div#footer a {
	display: inline;
	padding: 0 5px;
}
div#footer a:hover {
	text-decoration: underline;
	border: none;
}
div#footer p.credit {
	color: #666666;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
}
div#footer a.credit {
	color: #666666;
	font-size: 11px;
	padding: 0;
	text-decoration: underline;
}




/* = Contact Form
----------------------------------------------------*/

fieldset#contact {
	width: 475px;
	margin-top: 5px;
}
fieldset#contact dl {
	font: 11px Arial, Helvetica, sans-serif;
	color: #9a9a9a;
}
fieldset#contact dt {
	padding-top: 3px;
	float: left;
	display: block;
	width: 70px;
	height: 27px;
}
fieldset#contact dd {
	float: right;
	display: block;	
	width: 405px;
	height: 30px;
}
fieldset#contact dt.text, fieldset#contact dd.text {
	height: 120px;
}
div.info span#replace {
	color: red;
}
fieldset#contact input, fieldset#contact textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #dadada;	
	width: 390px;
	height: 20px;
	color: #000;
	border: 1px inset;
	padding: 1px 0 0 5px;
}
fieldset#contact textarea {
	height: 100px;
}
a#submit_button {
	display: block;
}
fieldset#contact input#sub_btn {
	width: 101px;
	height: 31px;
	margin-left: 70px;
	padding: 0;
	border: 0;
}

