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

/* --------------Blanket rules for all elements----------- */

html, body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#0a0b0e;
	text-align:center;
	}
	
h1 {
	text-align: left;
	font-size: 250%;
	line-height: 50%;
	font-weight: normal;
	margin-top:10px;
	color: #ffffff;
	}
	
h2 { 
	text-align:center;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	color: #ffffff;
	}
	
h2 a:link {
	color:#fff;
	text-decoration: none;
	}
	
h2 a:visited {
	color:#fff;
	text-decoration: none;
	}
	
h2 a:hover {
	text-decoration: underline;
	}


h3 {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	line-height: 90%;
	}
	
h3 a:link {
	color:#fff; 
	text-decoration: none;
	}
	
h3 a:visited {
	text-decoration: none;
	}
	
h3 a:hover {
	text-decoration: underline;
	}

h4 {
	text-align: left;
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	margin-top:10px;
	color: #0066CC;
	}
	
	
p	{
	font-size: 90%;
	line-height: 130%;
	text-align:left;
	font-weight: normal;
	color:#fff;
	}
	
p a:link {
	font-size: 100%;
	line-height: 130%;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	}
	
p a:visited {
	font-size: 100%;
	line-height: 130%;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	}
	
p a:hover {
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	color: #25bdae;
	}

	

/* ------------- layout --------------*/
	
#wrapper_p {
	position:relative;
	width: 1200px;
	height: 1000px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/process_bg.jpg);
	background-repeat: no-repeat;
	}
	
#wrapper_pt {
	position:relative;
	width: 1200px;
	height: 1000px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/portfolio_bg2.jpg);
	background-repeat: no-repeat;
	}
	
#wrapper_a {
	position:relative;
	width: 1200px;
	height: 870px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/about_bg.jpg);
	background-repeat: no-repeat;
	}

#wrapper_w {
	position:relative;
	width: 1200px;
	height: 1000px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/web_design_bg.jpg);
	background-repeat: no-repeat;
	}

#wrapper_l {
	position:relative;
	width: 1200px;
	height: 1000px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/logo_design_bg.jpg);
	background-repeat: no-repeat;
	}
	
#wrapper_i {
	position:relative;
	width: 1200px;
	height: 1000px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/index_bg.jpg);
	background-repeat: no-repeat;
	}
	
	
#nav {
	position:absolute;
	width:1200px;
	height: 30px;
	top: 60px;
	left: 0px;
	padding:0px;
	}
	
#nav_links {
	position:absolute;
	width:1200px;
	height: 30px;
	top: 60px;
	padding:0px;
	z-index: 10;
	}

#content {
	position: absolute;
	width:950px;
	height:590px;
	top: 227px;
	padding:0px;
	background-image:url(images/bg-img.JPG);
	background-repeat:no-repeat;
	} 

#content_c {
	position: absolute;
	width:1200px;
	height:390px;
	top: 231px;
	padding:0px;
	background-image:url(images/contact-bg-img.JPG);
	background-repeat:no-repeat;
	} 
	
#gallery {
	position:absolute;
	left:0px;
	top: 150px;
	width:950px;
	height: 420px;
	background-color:#FFF;
	}
	
#text {
	position:absolute;
	width:440px;
	height: 350px;
	margin-top: 0px;
	padding:50px;
	z-index: 10;
	}
	

#logo {
	position:absolute;
	width:50px;
	height: 30px;
	left: 20px;
	top: 50px;
	padding:0px;
	z-index: 20;
	}

#maintext_bg {
	position:absolute;
	width:520px;
	height: 780px;
	left: 550px;
	top: 40px;
	padding:0px;
	}
	
#maintext_mobile {
	position:absolute;
	width:520px;
	height: 780px;
	left: 20px;
	top: 40px;
	padding:0px;
	}

#left_process {
	position:absolute;
	width:250px;
	height: 150px;
	left: 150px;
	top: 320px;
	padding:0px;
	}

#left_portfolio {
	position:absolute;
	width:250px;
	height: 150px;
	left: 150px;
	top: 320px;
	padding:0px;
	}

#left_index {
	position:absolute;
	width:265px;
	height: 150px;
	left: 220px;
	top: 310px;
	padding:0px;
	}

#left_about {
	position:absolute;
	width:250px;
	height: 150px;
	left: 150px;
	top: 310px;
	padding:0px;
	}
	

#left_webdesign {
	position:absolute;
	width:250px;
	height: 150px;
	left: 150px;
	top: 425px;
	padding:0px;
	}
		
#left_bottom {
	position:absolute;
	width:250px;
	height: 150px;
	left: 20px;
	top: 400px;
	padding:0px;
	}
	
/* ---------------footer-------------- */

#footer {
	position: relative;
	clear: both;
	width:1200px;
	height: 350px;
	background-color:#c0c0bc;
	margin-right:auto;
	margin-left:auto;
	}
	
#footer_col_a {
	height: 400px;
	width: 300px;
	margin-left: 60px;
	float:left;
	}
	
#footer_col_b {
	height: 400px;
	width: 300px;
	margin:0 0 0 450px;
	}
	
#footer_col_c {
	height: 400px;
	width: 300px;
	margin-right: 60px;
	float:right;
	}
	
#google_ads {
	position: absolute;
	height: 80px;
	left:0px;
	top: 925px;
	width:100%;
	}
	
/*----------- image floats -----------*/

.home_button {
	position:absolute;
	width:50px;
	height: 30px;
	left: 0px;
	top: 0px;
	padding:0px;
	}

.call_button {
	position:absolute;
	width:550px;
	height: 30px;
	text-align: right;
	left: 400px;
	top: 0px;
	padding:0px;
	}
	
.float_right {
	float:right;
	}

.image_float_left {
	float:left;
	border: 1px;
	border-color:#999999;
	margin:0 15px 10px 0;
	}

.clear {
	clear:left;
	padding-top:0px;
	}

.clear2 {
	clear:right;
	padding-top:0px;
	}
	
.spacer {
	padding-top: 10px;
	}

.caption {
	font-size: 80%;
	font-weight: normal;
	line-height: 125%;
	}
.center {
	text-align: center;
	}
	
	

