html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #eee;
	background: #fff;
}

#musicplayer {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -99;
}

/* BEGIN: Sky styles */
#sky {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(../img/bg.jpg) repeat-x scroll 0 0;
    z-index: -50;
}

.shooting-star {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(../img/shooting-star.png) no-repeat scroll -100px -100px;
    z-index: -25;
}

#navbox, #bigcontainer, #bigcontainer * {
	z-index: 150;
}
/* END: Sky styles */

p, ul, ol, li, dd, h1, h2, h3, h4, h5, form, fieldset, input, select {
	margin: 0;
	padding: 0;
}

a {
	color: #eee;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a img { border: none;}

/* navigation */

#navbox {
	width: 100%;
	position: fixed;
	top: 0;
	height: 40px;
	background: url(../img/topnavbg.png);
	z-index: 999;
}

.navigation {
	position: relative;
	height: 38px;
    /*width: 444px;*/
    width: 600px;
    padding: 0;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.navigation li {
	float: left;
    list-style: none;
	margin: 0;
	padding: 0;
}

html>body .navigation li { margin: 0 10px;}

.navigation li.back {
	border-bottom: 3px solid #ffffff;
    width: 9px;
    height: 28px;
    z-index: 108;
    position: absolute;
	margin: 0;
	padding: 0;
}

.navigation li a {
	font: bold 12px arial;
    text-decoration: none;
    color: #eee;
    outline: none;
    text-align: center;
    top: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 110;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 8px;
}   

.navigation li a:hover, .navigation li a:active, .navigation li a:visited {border: none; color: #ffffff;}                     

.navigation li a:link#sound-control, .navigation li a:visited#sound-control {
	width: 16px;
	height: 12px;
	text-indent: -2000px;
	background: transparent url(../img/sound.png) no-repeat scroll 0 0;
}

.navigation li a:hover#sound-control {
	background-position: 0 -12px;
}

#sound-control {
	^display: none;
	_display: none;
}

.thankyou {
	color: #eee;
	text-align: center;
}
.thankyou h2 {
	font-weight: bold;
}

#aboutmenu, #servicesmenu, #portfoliomenu { clear: both;}

/* content */

#bigcontainer {
	width: 100%;
	height: 100%;
}

#container {
	min-height: 100%; 
	height: auto;
	width: 990px;
	margin: 0 auto -440px auto;
}

#header {
	width: 100%;
	overflow: hidden;
	padding: 55px 0 40px 0;
}

#logo {
	float: left;
	margin-top: 38px;
}

.cloudright {
	float: right;
}

h2 {
	font: normal 14px 'Trebuchet MS', Arial;
	color: #eee;
}
h2.white {
	color: #eee;
	color: #303030;
}


.contentbox {
	float: right;
	width: 662px;
	overflow: hidden;
}

#featwork {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

#featwork h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #eee;
	text-transform: uppercase;
}

#featwork h1 img {
	display: block;
	margin: 0 0 4px 0;
}

#featwork p {margin-top: 18px;}

#featwork h2 { margin-top: 7px;}

#about {
	width: 100%;
	overflow: hidden;
	padding: 28px 0 40px 0;
}

#about h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #eee;
	text-transform: uppercase;
}

#about h1 img {
	display: block;
	margin: 0 0 4px 0;
}

#services {
	width: 100%;
	overflow: hidden;
	padding: 28px 0 40px 0;
}

#services h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #eee;
	text-transform: uppercase;
}

#services h1 img {
	display: block;
	margin: 0 0 4px 0;
}

.boxleft {
	width: 302px;
	float: left;
}

.boxright {
	width: 302px;
	float: right;
	display: inline;
	margin-right: 8px;
}

#about .boxleft p { margin-top: 18px;}

#about .boxright p {
	margin-top: 18px;
	padding: 0 0 6px 40px;
	border-bottom: 1px solid #006abb;
	background: url(../img/twitter_bird.png) no-repeat left top;
}

#services .boxleft p {
	margin-top: 9px;
	padding: 9px 0 8px 40px;
	background: url(../img/bullet-tick-large.png) no-repeat left top;
}

#services .boxright p {
	margin-top: 9px;
	padding: 9px 0 8px 40px;
	background: url(../img/bullet-tick-large.png) no-repeat left top;
}

a:link img.twtrbtn, a:visited img.twtrbtn {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(238, 238, 238, 0.1);
    border: 1px solid #eee;
    border: 1px solid rgba(238, 238, 238, 0.4);
	margin-top: 12px;
	padding: 0 10px 10px 10px;
}

a:hover img.twtrbtn {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(238, 238, 238, 0.1);
    border: 1px solid #39e;
    border: 1px solid rgba(51, 153, 238, 0.4);
	margin-top: 12px;
	padding: 0 10px 10px 10px;
}

a:link img.cssbtn, a:visited img.cssbtn {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(238, 238, 238, 0.1);
    border: 1px solid #eee;
    border: 1px solid rgba(238, 238, 238, 0.4);
	padding: 0;
	vertical-align: middle;
}

a:hover img.cssbtn {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(238, 238, 238, 0.1);
    border: 1px solid #39e;
    border: 1px solid rgba(51, 153, 238, 0.4);
	padding: 0;
	vertical-align: middle;
}

a:link img.cssbtn-dark, a:visited img.cssbtn-dark {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(17, 17, 17, 0.1);
    border: 1px solid #111;
    border: 1px solid rgba(17, 17, 17, 0.4);
	padding: 0;
	vertical-align: middle;
}

a:hover img.cssbtn-dark {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(17, 17, 17, 0.1);
    border: 1px solid #39e;
    border: 1px solid rgba(51, 153, 238, 0.4);
	padding: 0;
	vertical-align: middle;
}

.btn {
	margin-top: 12px;
}

#portfolio {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 45px 0;
}

#portfolio h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #eee;
	margin-top: 30px;
	text-transform: uppercase;
}

#portfolio h1 img {
	display: block;
	margin: 0 0 4px 0;
}



#portfolio .boxleft p, #portfolio .boxright p { margin-top: 30px; color: #303030; }

#portfolio a.pfpic {
	display: block;
	width: 294px;
	height: 192px;
	margin-bottom: 16px;
	border: 3px solid #eee;
}

#portfolio a.pfpic:hover {border: 3px solid #39e;}


#portfolio a.pfbtn {
	display: block;
	width: 82px;
	height: 27px;
	margin-top: 8px;
}

/* footer */

.push {height: 440px;}

#footerbox {
	width: 100%;
	height: 440px;
}

#footer {
	width: 990px;
	padding-top: 95px;
	margin: 0 auto 0 auto;
}


#footer h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #303030;
	text-transform: uppercase;
}

#footer h1 img {
	display: block;
	margin: 0 0 4px 0;
}

#footer ul.services {
	margin-top: 18px;
}

#footer ul.services li {
	line-height: 18px;
	list-style: none;
	padding-left: 22px;
	margin-bottom: 8px;
	color: #303030;
	background: url(../img/bullet-tick.png) no-repeat left 0;
}

#footer ul.services li a, #footer ul.services li a:hover {
	color: #303030;
}

#footer .boxleft {
	margin-bottom: 35px;
}

#footer form p { margin-top: 15px;}

#footer label {
	display: block;
	float: left;
	width: 80px;
	color: #303030;
}

#footer input.txt {
	width: 200px;
	padding: 2px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #303030;
	border: 1px solid #39e;
}

#footer input.btn { margin: 0 0 0 80px;}

#footer textarea {
	width: 200px;
	padding: 2px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #303030;
	border: 1px solid #39e;
}
.boxleft #success, .boxleft #bademail, .boxleft #badserver {
	color: #303030;
}

#msginput {
	color: #303030;
}

.honeypot {
	display: none;
}

#footer .copyrights {
	clear: both;
	color: #303030;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #eee;
	padding-bottom: 20px;
}

#footer .copyrights a:link, #footer .copyrights a:visited, #footer .copyrights a:hover {
	color: #303030;
}

