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

/*  y!RESET.2.5.2 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/********/

body {
	background: url(../images/background.jpg) repeat #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
body #planet_area {
	width: 100%;
	position: fixed;
	background-image: url(../images/planet1c.png);
	background-repeat: no-repeat;
	background-position: 90% 10%;
	height: 100%;
	z-index: -300;
}


h1, h2, h3, h4, h5 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

h1 {
	font-size: 40px;
	margin: 0 0 15px;
}
h2 {
	font-size: 28px;
	margin: 0 0 15px;
}

h2 span {
	font-size: 17px;
	color: #CCC;
}
h3 {
	font-size: 20px;
	margin: 0 0 15px;
}
h4 {
	font-size: 13px;
	margin: 0 0 15px;
}
p {
	line-height: 1.5em;
	font-size: 16px;
	color: #006E6E;
	width: 65%;
	margin: 0 0 15px;
}

a {
	text-decoration: none;
	color: #A9A9A9;
}
a:hover {
	color: #FFF;
}


body #master_container {
	position: relative;
	margin: 0 auto;
	background: url(../images/master_background.png) repeat;
	color: #ccc;
	max-width: 1000px;
	width: 100%;
}

/* header */
#master_container #top {
	position: relative;
	height: auto;
	padding: 3% 3% 20px 3%;
	width: 94%;
	max-width: 940px;
}

#master_container #top div {
	margin: 0 auto;
	width: 350px;
}
#master_container #top a.home_logo_link {
	display: block;
	width: 350px;
	height: 151px;
	background: url(../images/site_logo.png) no-repeat center;
}
#master_container #top a.home_logo_link:hover {
	background: url(../images/site_logo_hover.png) no-repeat center;
}
#master_container #top ul {
	position: absolute;
	top: 4%;
	right: 2%;
}

#master_container #top ul li a {
	display: block;
	height: 25px;
	width: 25px;
	background: url(../images/facebook.png) no-repeat;
	color: #CCCCCC;
}
#master_container #top ul li a:hover {
	background: url(../images/facebook_hover.png) no-repeat;
}

#master_container #tagline {
	text-align: center;
	display: block;
	font-size: 120%;
	margin: -7px auto 15px;
	line-height: 1.4em;
	width: 90%;
	font-family: inherit;
	font-weight: normal;
	color: #828282;
}

/* HORIZONTAL RULE IN SITE */
#master_container hr {
	width: 100%;
	height: .02em;
	margin: 15px auto;
	background-color: #545454;
	border: none;
	clear: both;
}



/* MAIN NAVIGATION
MAIN NAVIGATION
MAIN NAVIGATION
MAIN NAVIGATION
MAIN NAVIGATION
MAIN NAVIGATION
MAIN NAVIGATION*/
ul#main_nav {
	position: relative;
	webkit-border-radius: 30px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.35);
	padding: 10px 0;
	width: 96%;
	height: auto;
	margin: 0 auto 14px;
	text-align: center;
}
ul#main_nav li {
	display: inline;
	margin: 0 3px;
	font-size: 18px;
	color: #cccccc;
}


/* body content - HOME PAGE and OTHER PAGES */
#body_content {
	width: 96%;
	max-width: 960px;
	padding: 2%;
	position: relative;
}
#body_content a {
	color: #3F4CB1;
}
#body_content a:hover {
	color: #fff;
}
#body_content img {
	float: right;
	margin: 0 0 12px 15px;
}
#body_content .greybox, #body_content #have_project {
	background-color: rgba(238,238,238,0.80);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	height: auto;
	padding: 4% 5%;
	margin-bottom: 10px;
}

#body_content .greybox p a:hover {
	color: #fff;
}
#body_content .greybox ul {
	margin: 0 0 25px 30px;
	width: 250px;
}
#body_content .greybox ul li {
	list-style: disc;
	margin: 0 0 8px;
	color: #006E6E;
	font-weight: bold;
}
#body_content .greybox p .button_link {
	display: block;
	background: url(../images/button_link.png) no-repeat;
	color: #fff;
	width: 300px;
	line-height: 2.6em;
	height: 45px;
	text-align: center;
}
#body_content .greybox p .button_link:hover {
	background: url(../images/button_link2.png);
}


/* HAVE PROJECT CONTACT BOX (ON TEMPLATE) 
*/
#body_content #have_project h1, #body_content #have_project h2, #body_content #have_project h3, #body_content #have_project h4, #body_content #have_project p {
	text-align: center;
	width: 100%;
}

#body_content #have_project h3 {
	margin: 0 0 5px;
}

#body_content .contact_box {
	background: none #E5E5E5;
	webkit-border-radius: 7px;
	border-radius: 7px;
	width: 75%;
	padding: 2%;
	margin: 0 auto 10px;
}
#body_content .contact_box p, #body_content .contact_box h3, #body_content .contact_box h4 {
	color: #828282;
}
#body_content .contact_box h2#email {
	font-size: 135%;
}
#have_project div.contact_box p, #have_project div.contact_box h2 {
	margin: 0;
}
	
#body_content #have_project div div {
	width: 94%;
	padding: 3%;
}



/* INTERIOR PAGES - individual services */
#body_content #display_sample {
	position: relative;
	text-align: center;
	margin: 0 0 15px;
	height: auto;
}
#body_content #display_sample h1 {
	color: #BBBBBB;
}
#body_content #display_sample img {
	float: none;
	margin: 0 auto;
}

#footer {
	background: #000;
	width: 100%;
	padding: 10px 0;
}
#footer p {
	text-align: center;
	width: 100%;
	margin: 0;
	font-size: 12px;
}

#footer div#siteseal {
	text-align: center;
	margin: 7px auto 0;
}
