/* CSS Document */
/* HTML ELEMENTS */
body {
background:#000;
padding: 0px;
margin: 0px;
}
/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0; 
	padding:0;
}
h5{
	color:#ffffaa;
	font-weight: normal;
	font-size: 12px;
}
p{
	padding:5px 0px 5px 0px;
	line-height:15px;
	letter-spacing:1px;
}
p a{
	color:#0066ff;
	text-decoration:none;
}
p a:hover{
	color:#ffffff;
	text-decoration:underline;
}
img {
border: none;
}
/* COMMON CLASSES */
.break { clear:both; }
/*Container*/
#main_container{
	margin:0px;
	padding:0px;	
	width:100%;
	height:auto;	
}
#container{
	margin: auto;
	padding:0px;
	width:100%;
	height:646px;
	background: #000 no-repeat;
	background-size: 100% 391px;	
	position:absolute;	
	z-index: -10000;
	}
#slider{
	
	margin:auto;
	padding:0px;
	width:1024px; 
	height:646px;
	overflow:hidden;
}
#container_banner{
	position:absolute;
	margin: auto;
	padding:0px;
	width:100%;
	height:auto;	
	background:  no-repeat top center;
	background-size: 1024px 646px;
	}
#container_wraper{
	margin: auto;
	padding:0px;
	width:100%;
	height:auto;	
	background: ;
	background-size: 1024px 646px;	
	position:relative;
	}
/* Header */
#main_header{
background: url(../images/header_bg.png) repeat;
width: 100%;
height: 150px;
padding: 0px;
margin: 0px;
}
#header {
background:;
width: 974px;
height: 150px;
padding: 0px;
margin: auto;
}
#header_logo_wraper {
float: left; 
width: 500px;
height: 113px;
padding: 0px;
margin: 0px;
}
#header_logo{
background: url(../images/header_blue1.png) no-repeat left center;
float: left; 
width: 500px;
height: 113px;
padding:0px;
margin: 0px;
line-height:113px;
}

#header_contact {
background: url(../images/header_contact.png) no-repeat right center;
float: right;
width: 474px;
height: 65px;
padding: 0px;
margin: 0px;
 }
#header_search {
background: url(../images/search_bg.png) no-repeat right bottom;
float: right;
width: 474px;
height: 48px;
padding: 0px;
margin: 0px;
 }
#header_main_nav {
background:;
float: left;
width: 974px;
height: 34px;
padding: 0px;
margin: 0px;
}
#header_main_nav ul{
	float:right;
	margin:0px;
	padding:0px;
	
	list-style:none;
}
#header_main_nav ul li{
	float:left;
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	
	line-height:34px;
	text-decoration:none;
}
#header_main_nav ul li a{
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	
	line-height:34px;
	text-decoration:none;
}
#header_main_nav ul li a:hover{
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0066ff;	
	line-height:34px;
	text-decoration:none;
}
#main_content_ ul li{
	float:left;
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	
	line-height:34px;
	text-decoration:none;
}
#main_content_ ul li a{
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	
	line-height:34px;
	text-decoration:none;
}
#main_content_ ul li a:hover{
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0066ff;	
	line-height:34px;
	text-decoration:none;
}

#header_bottom{
clear:both;
margin:0px;
padding:0px;	 
width:100%;
height:3px;	 
background: url(../images/header_bottom.png);
 }
/* Banner */
#main_banner{
	background:;
width: 100%;
height: 241px;
padding: 0px;
margin: 0px;
border-bottom:1px #0066ff solid;
}	
#banner {
background: no-repeat center right;
width: 974px;
height: 241px;
padding: 0px;
padding-top:18px;
margin: auto;
}
/* CONTROLS */
.btn { 
	height:32px; 
	width:32px; 
	float:left; 
	cursor:pointer; 
}
#back { 
	background-image:url("../images/btn_back.png"); 
}
#next { 
background-image:url("../images/btn_next.png"); 
}
#control { 
background-image:url("../images/btn_pause.png"); 
}
/* Navigation */
#main_content_nav{
background:;
width: 100%;
height: auto;
padding: 0px;
margin: 0px;
}
#nav {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#nav ul {
	list-style: none;
	font-size: 14px;
	font-family: Georgia, serif;
}
#nav ul li {
	display: inline;
}
#nav ul li.webdesign a {
	width: 190px;
}
#nav ul li.webdevelopment a {
	width: 190px;
}
#nav ul li.webhosting a {
	width: 190px;
}
#nav ul li.graphicsdesign a {
	width: 190px;
}
#nav ul li.seo a {
	width: 107px;
}
#nav ul li.cms a {
	width: 107px;
}
#nav ul li a {
	color: #fff;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration:none;
}
#nav ul li a:hover, #nav ul li a.selected {
	color: #fff;
	background: url(../images/nav_bg.png) repeat;
	text-decoration:none;
}
/* Nav expansion */
#nav .nav_expand {
	background: url(../images/nav_bg.png) repeat;
}
#nav .nav_expand_inner {
	background: url(images/logo_big2.gif) no-repeat right top;
	padding: 20px;
}
#nav .nav_expand_inner ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 954px;
	padding-left: 20px;
}
#nav .nav_expand_inner ul li a {
	color: #FFF;
	text-align: left;
	height: auto;
	padding-top: 10px;
	padding-bottom: 0;	
	background:none;
}
#nav .nav_expand_inner ul li {
	width: 300px;	
	float:left;	
}
#nav .nav_expand_inner ul li a:hover {
	color:#fff;
	text-decoration: underline;
}
#nav .nav_expand_inner p.button {
	padding: 15px 15px 5px 0px;
}
#nav .nav_expand_inner p.button a {	
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.height1 {
	height: 15px;
}	
/* content */
#content {
clear: left;
background: ;
width: 974px;
height: auto;
padding: 0px;
margin: auto;
border-top:1px #0066ff solid;
}
#main_content {
background:;
float: left;
width: 700px;
height: auto;
padding: 0px;
margin: 0px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color: #666;
 }
#main_content_map {
background:;
float: left;
width: auto;
height: auto;
padding: 0px;
margin: 0px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color: #666;
 }
.content_box{
	float:left;
	margin:0px;
	padding:10px;	
	width:213px;
	height: 150px;
	letter-spacing:normal;	
}
.content_{
	float:left;
	margin:0px;
	padding:20px 0px 20px 0px;	
	width:700px;
	height:auto;
	text-align:justify;
	color:#ffffff;	
}
.content_map{
	float:left;
	margin:0px;
	padding:20px 0px 20px 0px;	
	width:460px;
	height:auto;
	text-align:justify;	
}

#right_pannel {
background:;
float: right;
width: 264px;
height: auto;
padding-top: 20px;
padding-left:10px;
margin: auto;
color: #999999;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
 }
#map_pannel {
background:;
float: right;
width: 400px;
height: auto;
padding-top: 20px;
padding-left:10px;
margin: auto;
color: #999999;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
 }

#right_pannel_form {
background: url(../images/nav_bg.png) repeat;
width: 224px;
height: 250px;;
padding: 20px;
margin: 0px;
color: #999999;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
    color:rgb(212,212,212);
    font-weight: strong;
}
.form_field{
	padding-top: 20px;
	padding-left: 0px; 
	width:60px;
	 height:auto; 
	float:left;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}
.form_field_textarea{
	padding-top: 20px;
	padding-left: 0px; 
	width:154px;
	 height:auto; 
	float:left;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}


h6 {
	font-family:Verdana, Geneva, sans-serif;
    font-size: 22px;
    color:rgb(212,212,212);
    font-weight: 300;

}
h6 span {
    color: rgb(129, 129, 129);
}


/* Content */
	div#down_pannel_form { width:470px; }

/* Changes */
	p#intro { 
	margin-top:25px;
	margin-bottom:25px; 
	width:450px; 
	color:rgb(212,212,212);
	font-size:14px;
        font-family: Verdana, Geneva, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: normal;
        font-size-adjust: none;
        font-stretch: normal;
        -x-system-font: none;
        -moz-font-feature-settings: normal;
        -moz-font-language-override: normal;
	}

/* Give your word. */
	
	 form { 
		margin-top:10px; 
		border:5; 
		padding:0; 
	}

	.contact form fieldset { 
		border:0; 
		padding:0; 
	}
	.contact form ul li { 
		margin-bottom:10px; 
	}

	.contact form ul li label { 
		display: block; 
		font-size: 15px; 
		margin-bottom: 7px; 
		color: #a4a4a4; 
	}
	.contact form input { 
		border:1px solid #111; 
		width:300px; 
		padding:7px; 
		margin-bottom:10px; 
		font-family:arial; 
		font-size:15px; 
		color:#898989; 
		background:#fff;
			-webkit-box-shadow:inset 1px 1px 2px #333; /* Saf3.0+, Chrome */
			   -moz-box-shadow:inset 1px 1px 2px #333; /* FF3.5+ */
			        box-shadow:inset 1px 1px 2px #333; /* Opera 10.5, IE 9.0 */
			    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#333'); /* IE6,IE7 */
			-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#333')"; /* IE8 */ 
	}
	.contact form textarea { 
		border:1px solid #111; 
		width: 360px; 
		height: 115px; 
		padding: 10px; 
		font-family: arial; 
		font-size: 15px; 
		color: #898989; 
		background: #fff; 
	}

	.contact form button { 
		margin:30px 0 10px; 
		background-color:#444; 
		color:#fff; 
		padding:6px 20px; 
		border:0; 
		font-size:12px; 
		font-family:Helvetica, Arial;
			-webkit-border-radius:80px;
			-moz-border-radius:80px;
			border-radius:80px;
	}
	.contact form button:hover { 
		background-color:#666; 
		color:#fff; 
		cursor:pointer; 
	}
	.contact form input:focus,
	.contact form textarea:focus { 
		background:#fff; 
		color:#000; 
	}
	


#right_pannel_recent_articles {
background: url(../images/nav_bg.png) repeat;
width: 224px;
height: 170px;
padding: 20px;
margin: 0px;
color: #999999;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.recent_articles{
	width:214px; 
	height:auto; 
	padding:5px 5px 5px 5px;
	margin:0px;
	text-align: center;
}
.recent_articles a{
	color:#999999; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;	
	text-decoration:none;
}
.recent_articles a:hover{
	color:#ffffff; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;	
	text-decoration: underline;
}
/* Portfolio */
#portfolio {
	clear:both;
	background: #fff;
	width: 974px;
	height: 74px;
	padding: 0px;
	margin: auto;
	border-top:1px #0066ff solid;
}

/* Footer */

#footer_wraper {
clear: both;
background:;
width: 100%;
height: 250;
padding: 0px;
margin: 0px;
}
#footer {
background:;
width: 974px;
height: auto;
padding: 0px;
margin: auto;
border-top:1px #0066ff solid;
}
#footer_nav {
background:;
width: 974px;
height: auto;
padding:15px 0px 15px 0px;
margin: auto;
}
#footer_nav ul{
	margin:0px;
	padding: 0px 4px 0px 4px;
	text-align: left;
	list-style:none;
}
#footer_nav ul li{
	float: left;
	margin:0px;
	padding:0px;	
	width:100%;	
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999;	
	text-decoration:none;
	line-height: inherit;
}
#footer_nav ul li a{
		float:left;
		margin:0px;
		padding:0px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color: #999;
		text-decoration:none;
}
#footer_nav ul li a:hover{
		float:left;
		margin:0px;
		padding:0px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#FFF;
		text-decoration: underline;

}
.footer_webdesign{
	float:left;
	margin:0px;
	width:168px;
}
.footer_webdevelopment{
	float:left;
	margin:0px;	
	width:160px;
}
.footer_webhosting{
	float:left;
	margin:0px;
	width:140px;
}
.footer_graphicsdesign{
	float:left;
	margin:0px;
	width:124px;
}
.footer_seo{
	float:left;
	margin:0px;	
	width:160px;
}
.footer_cms{
	float:left;
	margin:0px;	
	width:170px;
}
.footer_nav_head{	
	height:20px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;	
	text-decoration:none;
}
.footer_nav_head:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;	
	text-decoration: underline;	
}
#footer_social_link {
	clear:both;
background:;
width: 974px;
height: auto;
margin: 0px;
padding: 5px 0px 5px 0px;
 }
#footer_info {
	clear:both;
background:;
width: 974px;
height: 30px;
margin: 0px;
border-top:1px #0066ff solid;
 }
 .footer_left{
	 float:left;	 
	 font-size:11px;
	 font-family:Verdana, Geneva, sans-serif;
	 color:#666;
	 text-decoration:none;	 
	 line-height:30px;
 }
 .footer_right, .footer_right a{	 
	 font-size:11px;
	 font-family:Verdana, Geneva, sans-serif;
	 color:#666;
	 text-decoration:none;
	 line-height:30px;
 }
  .footer_right a:hover{
	 font-size:11px;
	 font-family:Verdana, Geneva, sans-serif;
	 color:#999;
	 text-decoration: underline;
	 line-height:30px;
 }