@charset "utf-8";
body  {
	font: 75% 'Trebuchet MS', Tahoma, Sans-serif;
	background: #030303;
	margin: 0; 
	padding: 0;
	color:#CCCCCC
}



/* Typography */

h1 {
	font: 180% Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:5px 0px 0px 0px;
}

h2 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:2px 0px;
}

h3 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:12px 0px;
	line-height: 130%
}

p {
	line-height:140%;
	margin: 5px 0 8px 0;
}



/* Links */

a { color: #cccccc; text-decoration: none; }
a:hover { color: #03b2ff; text-decoration: none; }



#wrapper1 {
	background-image:url(images/header-background.jpg); 
	background-position:bottom;
	height:152px;
}

#header { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:140px;
	background-image:url(images/voltbackground.png);
	
	background-repeat:no-repeat;
} 

#header img {
	margin:15px 0 0 35px
}

#header #slogan {
	position: relative;	
	font: bold 13px 'Trebuchet Ms', Tahoma, Sans-serif;
	text-transform: none;
	color:#03b2ff;	
	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 0px; left: 103px;
	width:250px
}

#header #calltab {
	float:right; width:228px; margin: -23px 18px 0 0; background-image:url(images/call-us.jpg); background-repeat:no-repeat; height:38px;
	padding: 7px 0px; text-align:center
}

#header #text {
	float:right; width:550px; margin: 48px 120px 0 0
}


#wrapper2 {
	background-image:url(images/volt-background.jpg); 
	background-repeat:no-repeat; 
	background-position:top;
	background-color:#030303;
}

#container { 
	width: 1008px; 
	margin: 0 auto; 
	text-align: left; 
	padding: 35px 8px 0 8px;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
}

#sidebar1 .content {
	background: #0d0d0d; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 12px 0;
	padding: 12px;
}

#nav {
	background: #0d0d0d; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 12px 0;
	height:42px;
	height:210px
	}
	
#nav ul {
	list-style: none;
	margin: 0; padding: 0;		
}
#nav li {
	display: inline;	
	display: block;
	margin: 0 3px 0 3px;
	padding: 8px 14px;	
	border-top:#191919 1px solid;
}

#nav li a {
	text-decoration: none;
}

#nav li a:hover {
	color: #03b2ff;
}

#home #nav li.home a,
#services #nav li.services a,
#work #nav li.work a,
#about #nav li.about a,
#contact #nav li.contact a,
#news #nav li.news a {
	color: #03b2ff;
}

#nav img{
	margin-right:8px
}


#sidebar1 #clients {
	background-image:url(images/clients-background.jpg); 
	background-repeat:repeat-x;
	margin-top:18px;
	padding-bottom:15px;
	background-color:#222122;
	text-align:center
}

#sidebar1 #clients img{
	margin-top:23px; 
}

#sidebar2 {
	float: right;
	width: 250px; 
}

#sidebar2 .content {
	background: #0d0d0d; 
	padding: 12px;
}

#mainContent { 
	margin: 0 262px;
} 

#mainContent .content {
	background: #0d0d0d; 
	padding: 11px;
	margin: 0 0 12px 0;
}

#port {
	margin-top:50px;
}

#port img {
	padding:3px;
	border: #191919 1px solid;
	margin: 3px
}
#port a:hover img{
	background-color: #03b2ff;
}

.blue {
	color:#03b2ff
}

#footer { 
	padding: 0;
	color:#2c2c2c
} 
#footer a { color:#555555 }

#footer a:hover { color:#03b2ff }

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


input, textarea, select { font-size: 11px; color: #ffffff; border: 1px solid #555553; font-family: verdana, sans serif;
	 background-color: #1a1a1c; margin-bottom:5px
	 }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}