/* 
 = RESET
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */


table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; }


/* normalize monospace sizing */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
/* 
 * minimal base styles 
 */

/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }


html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }

a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }


ul { margin-left:0px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px;  
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }
/* make buttons play nice in IE */
button {  width: auto; overflow: visible; }


/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }


/*
 *Classes
*/
.no_bg{background-image: none;}
.clear{clear: both}
.left{float: left;}
.right{float: right;}
.no_display{display: none;}

.alignleft{float: left; margin: 0px 20px 10px 0px;}
.alignright{float: right; margin: 0px 0px 10px 20px;}
.alignright2{float: right; margin: 0px 0px 10px 10px;}

.aligncenter{text-align: center;}

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

.hidden { display:none; visibility:hidden; } 


h1,h2,h4, { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h1{font-size:36px;}
h2{font-size:32px;}
h3{font-size:28px; font-family:"Century Gothic";}
h4{font-size:24px;}
h5{font-size:14px; font-family:"Myriad Pro";}
h6{font-size:16px; font-family:"Century Gothic"; font-weight:bold;}
p { margin-bottom: 10px; }



 /* Primary Styles
    Author: 
 */
 body{
	font: 13px Arial, Helvetica, sans-serif;
	background: #090909;
 }
 
.wrap{
	width: 950px;
	position: relative;
	margin: 0 auto;
}
 
#header{
	width: 100%;
	height: 191px;
	background: url(../images/bg-top.png) repeat-x top;
}

#header .wrap{
	height: 110px;
}


#header #logo{
	position: absolute;
	bottom: 1px;
	left: 0;
}

#header #logo{
	height: 85px;
	display: inline;
}

#header #nav{
	height: 25px;
	position: absolute;
	left: 205px;
	margin-top:40px;
}

#header #nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #nav ul li{
	display: inline;
	float: left;
}

#header #nav ul li a{
	color: #fff;
	height: 25px;
	padding: 0 6px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Century Gothic";
	font-weight:bold;
}

#header #nav ul li a:hover,
#header #nav ul li.active a{
	color: #81cee5;
}



#header2{
	width: 100%;
	height: 191px;
	background: url(../images/bg-top2.png) repeat-x top;
}

#header2 .wrap{
	height: 110px;
}


#header2 #logo{
	position: absolute;
	bottom: 1px;
	left: 0;
}

#header2 #logo{
	height: 85px;
	display: inline;
}

#header2 #nav{
	height: 25px;
	position: absolute;
	left: 205px;
	margin-top:40px;
}

#header2 #nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header2 #nav ul li{
	display: inline;
	float: left;
}

#header2 #nav ul li a{
	color: #fff;
	height: 25px;
	padding: 0 6px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Century Gothic";
	font-weight:bold;
}

#header2 #nav ul li a:hover,
#header2 #nav ul li.active a{
	color: #81cee5;
}



#introtext{
	background-image:url(../images/introtext.png);
	width:939px;
	height:36px;
	float:left;
	margin-top:125px;
}
#introtext2{
	background-image:url(../images/webdesigntitle.png);
	width:232px;
	height:27px;
	float:left;
	margin-top:135px;
}
#introtext3{
	background-image:url(../images/repair.png);
	width:306px;
	height:27px;
	float:left;
	margin-top:135px;
}
#introtext4{
	background-image:url(../images/networktitle.png);
	width:195px;
	height:20px;
	float:left;
	margin-top:135px;
	background-repeat:none;
}
#introtext5{
	background-image:url(../images/custombuilds.png);
	width:155px;
	height:20px;
	float:left;
	margin-top:135px;
	background-repeat:none;
}
#introtext6{
	background-image:url(../images/blogtitle.png);
	width:49px;
	height:23px;
	float:left;
	margin-top:135px;
	background-repeat:none;
}
#introtext7{
	background-image:url(../images/contact.png);
	width:127px;
	height:20px;
	float:left;
	margin-top:135px;
	background-repeat:none;
}
/*-- BANNER --*/
#banner{
	width: 100%;
	height:391px;
	background: url(../images/bg-banner.png) repeat-x;
}


#banner2{
	width: 100%;
	height:100%px;
	background: url(../images/bg-banner2.png) repeat-x;
	background-color:#f8f8f5;
	padding-top:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#banner3{
	width: 100%;
	height:240px;
	background: url(../images/bg-banner3.png) repeat-x;
	background-color:#f8f8f5;
	padding-top:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#textleft{
	width:500px;
	height:100%;
	float:left;
	margin-right:30px;
}
#textleft2{
	width:700px;
	height:100%;
	float:left;
	margin-right:30px;
}
#textshadowright{
	width:300px;
	background-image:url(../images/shadowbg.png);
	background-repeat:no-repeat;
	height:285px;
	float:left;
margin-top:-30px;
padding-top:30px;
padding-left:50px;
}

#banner-main{
	width: 100%;
	padding-bottom: 12px;
	
}



#featured{
	float:left;
	position:absolute;
	margin-top:10px;
	margin-left:-220px;
}

#featuredtext{
	float:left;
	position:absolute;
	margin-top:350px;
	padding-top:5px;
}
#featuredtextlink a{
color:#fff;
font-weight:bold;
text-decoration:none;
font-family:"Trebuchet MS";
margin-left:100px;
margin-top:352px;
position:absolute;
}

/*-- CONTENT --*/
#content{
	margin-top:-10px;
}

#content-bg{
	font-family:"Trebuchet MS";
}

#main{
	width: 600px;
	float: left;
}

#main3{
	width: 630px;
	float: left;
}

#main2{
	width: 980px;
	float: left;
}

#main2 a{
	text-decoration:none;
	color:#000;
}

#sidebar{
	width: 320px;
	float: right;
}
#contactdetails{
margin-left:60px;	
}

#contactdetails p{
	color:#4c4c4c;	
}
#contactdetails a{
	color:#4c4c4c;	
	text-decoration:none;
}

#contactdetails h2.entry-title{
	display: block;
	padding-bottom: 10px;
	background: url(../images/line-white.png) repeat-x bottom;
	color: #505051;
	margin-bottom: 15px;
	font-size: 16px;
}

	#main h2.entry-title{
	display: block;
	padding-bottom: 10px;
	background: url(../images/line-white.png) repeat-x bottom;
	color: #505051;
	margin-bottom: 15px;
	font-size: 21px;
}
	#main3 h2.entry-title{
	display: block;
	padding-bottom: 10px;
	background: url(../images/line-white.png) repeat-x bottom;
	color: #505051;
	margin-bottom: 15px;
	font-size: 21px;
}

#main p{
	color: #383838;
	font: 15px;
	font-family:"Trebuchet MS";
	margin-bottom: 15px;
}
#main2 h2.entry-title{
	display: block;
	padding-bottom: 10px;
	background: url(../images/line-white.png) repeat-x bottom;
	color: #505051;
	margin-bottom: 15px;
	font-size: 21px;
}

#main2 p{
	color: #383838;
	font: 13px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.about{
	background: #fbfbfb url(../images/content-bg.png) repeat-x bottom;
}

.about #content-bg{
	padding: 30px 0;
}

.about #sidebar{
	padding-top: 35px;
}

.about #sidebar img{
	border: #fff 5px solid;
}

.contact #sidebar{
	padding-top: 35px;
}

.contact #sidebar img{
	border: #fff 5px solid;
}

.news #main{
	padding: 20px 45px 20px 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

.news #sidebar{
	width: 300px;
	padding: 45px 0 0 0;
}

.news #sidebar .widget{
	width: 200px;
	margin: 0 auto;
}

.news #sidebar .widget h3{
	color: #373738;
	font-size: 18px;
	font-family:"Century Gothic";
	font-weight:bold;
	padding-bottom: 5px;
	border-bottom: #d0d0d0 1px solid;
}

.news #sidebar .widget ul{
	list-style: none;
}

.news #sidebar .widget ul li{
	line-height: 35px;
	border-bottom: #d0d0d0 1px solid;
}

.news #sidebar .widget ul li a{
	color: #171717;
	font: "Myriad Pro";
	text-decoration: none;
}

.post{
	margin-bottom: 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post h3.title{
	display: block;
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
}

.post p.desc{
	font-size: 11px;
	color: #006fa8!important;
	margin-bottom: 2px!important;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post p.date{
	color: #454545!important;
	font-size: 10px!important;
}

.post .readmore{
	clear: both;
	display: block;
	text-align: right;
	height: 41px;
	background: url(../images/link-bg-white.png) repeat-x top;
	padding-top:10px;
}
.slideshow{
	clear: both;
	display: block;
	text-align: LEFT;
	height: 41px;
	background: url(../images/link-bg-white.png) repeat-x top;
		color: #444444;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	margin-top:5px;

}

.slideshow a{
	color: #171717;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.post .readmore a{
	color: #171717;
font-size:14px;	font-family:"Century Gothic";
font-weight:bold;
	text-decoration: none;
}








/*-- MID Link --*/
ul.mid-link{
	margin: 0 auto;
	list-style: none;
	height: 52px;
	background: url(../images/line-mid-link.png) repeat-x top;
	width: 722px;
	padding-left: 168px;
}

ul.mid-link li{
	float: left;
	display: inline;
	height: 52px;
	line-height: 52px;
	margin-right: 15px;
}

ul.mid-link li a{
	color: #6e6e6e;
	text-decoration: none;
	font-size: 13px;
}


.navigation{
	display: block;
	height: 41px;
	line-height: 41px;
	background: url(../images/link-bg-white.png) repeat-x top;
}

.navigation a{
	color: #171717!important;
	font-family:"Century Gothic";
	text-transform: uppercase;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}




/*-- WHITE BAR --*/
#white-bar{
	width: 100%;
	padding: 15px 0;
	background-color: #f0f2f4;
}

#white-bar ul{
	margin: 0;
	list-style: none;
}

#white-bar ul li{
	float: left;
	display: inline;
	padding-left: 30px;
	color: #717172;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
}

#white-bar ul li a{
	color: #717172;
	text-decoration: none;
	vertical-align: middle;
}


/*-- Lower Content --*/
#lower{
	width: 100%;
	padding: 30px 0;
	background: #242424;
}

#lower .col{
	width: 220px;
	float: left;
	display: inline;
	margin-right: 10px;
	color: #dbdbdb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

#lower .col p{
	height: auto!important;
	height: 20px;
	min-height: 20px;
	margin-bottom: 0;
	color: #dbdbdb;
	font-family:"Myriad Pro";
	font-size:12px;
}
#lower .col2{
	width: 400px;
	float: left;
	display: inline;
	margin-right: 50px;
	color: #dbdbdb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

#lower .col2 p{
	height: auto!important;
	height: 20px;
	min-height: 20px;
	margin-bottom: 0;
	color: #dbdbdb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#lower .col .readmore{
	height: 42px;
	display: block;
	background: url(../images/link-bg-grey.png) repeat-x top;
	text-align: right;
}

#lower .col .readmore a{
	color: #d5d5d5;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px/42px Georgia, "Times New Roman", Times, serif;
}

#lower .last{
	margin-right: 0;
	font-style:italic;
}

#lowercol{
	float:left;
}
/*-- Lower Content2 --*/
#lower2{
	width: 100%;
	padding: 30px 0;
	background: #1c1c1c;
	background-image:url(../images/lowerbgtop.png);
	background-repeat:repeat-x;
}

#lower2 .col{
	width: 400px;
	float: left;
	display: inline;
	margin-right: 150px;
	color: #dbdbdb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

#lower2 .col p{
	height: auto!important;
	height: 20px;
	min-height: 20px;
	margin-bottom: 0;
	color: #dbdbdb;
	font-family:"Myriad Pro";
	font-size:12px;
}
#lower2 .col2{
	width: 320px;
	float: left;
	display: inline;
	margin-right: 80px;
	color: #dbdbdb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

#lower2 .col2 p{
	height: auto!important;
	height: 20px;
	min-height: 20px;
	margin-bottom: 0;
	color: #dbdbdb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#lower2 .col .readmore{
	height: 42px;
	display: block;
	background: url(../images/link-bg-grey.png) repeat-x top;
	text-align: right;
}

#lower2 .col .readmore a{
	color: #d5d5d5;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px/42px Georgia, "Times New Roman", Times, serif;
}

#lower2 .last{
margin-left:140px;	font-style:italic;
	width:140px;
	position:absolute;
}

#twitterfeed{
	height:220px;
	overflow:hidden;
	width:300px;
	margin-top:-20px;
	z-index:-2;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/** -- Footer -- **/
#footer{
	width: 100%;
	background: #090909;
	padding: 25px 0;
}

#footer p{
	font-size: 10px;
	color: #6d6d6d;
}

#footer p span{
	padding: 0 10px;
}

#footer p a{
	color: #6d6d6d;
	text-decoration: none;
}


input, textarea { 
	padding: 8px;
	border: solid 1px #232323;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 200px;
	background-color: #232323;
	background-image:url(../images/formbg.png) left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#000000), color-stop(4%, #111111), to(#151515));
	background: -moz-linear-gradient(top, #000000, #111111 1px, #151515 25px);
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
color:#fff;
	}

textarea { 
	width: 300px;
	max-width: 300px;
	height: 55px;
	line-height: 150%;
	margin-left:220px;

-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
	}


input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 12px; 
	color: #fff;; 
	}

.submit input {
	width: auto;
	padding: 5px 7px;
	background: #222222;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
		border: solid 1px #191919;
		margin-left:490px;

	}
#form-div { 
}

#wrapper { 
margin:30px auto;
width:500px;
}


#portfolio {
	height:100%;
}

#portfolio img{
margin-right:50px;
padding:0;
float:left;
display:block;
margin-bottom:10px;
}
#portfolio .block{
margin-right:45px;
padding:0;
width:270px;
height:300px;
float:left;
display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
}
#portfolio a{
	font-size:14px; 
	font-family:"Myriad Pro";
	font-weight:bold;
	text-decoration:none;	color:#252525;
}

.margin{
	margin-bottom:7px;
	font-size:14px; font-family:"Myriad Pro";
}

.tel{
	color:#006fa8;
display:block;
float:left;
width:100px;
position:absolute;
}