h2{
	font-size: 50px;
	text-align: center;
	font-family: "Oswald";
	height: 20px;
	position: relative;
	float: left;
	margin-bottom: 50px;
	color: #0e7dfb;
	width: 100%;
	text-shadow: 2px 2px 0 #e0e0e0;
	font-weight: 400;
}
h6{
	font-size: 18px;
	padding-bottom: 10px;
	color: #0e7dfb;
	font-family: "Oswald";
	font-weight: 100;
}
a:hover, p a:focus, #footer a:focus{
	color: #CCCCCC;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;  
}
p a:focus{ 
	-webkit-box-shadow: #0e7dfb 0 0 5px; 
	-moz-box-shadow: #0e7dfb 0 0 5px; 
	box-shadow: #0e7dfb 0 0 5px; 
}
#header{
	background: url(../img/colors/darkblue/header.png) repeat;
	height: 50px;
	position: relative;
	top: 6px;
	z-index: 9999;
	margin: 0 auto;
	width: 998px;
	text-align: center;
	
}
#header h6{
	font-size: 12px;
	color: #053974;
	text-shadow: 0 1px 0 #5aa1f2;
	position: absolute;
	top: 20px;
	left: 190px;
}
#nav a {
	font-size: 16px; 
	border: 0; 
	text-transform: uppercase; 
	text-decoration: none; 
	color: #053974; 
	padding: 0;
	margin: 15px 14px 0; 
	height: 30px; 
	display: block; 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; transition: all .3s ease; 
	font-family: "Oswald";
	text-shadow: 0 1px 0 #5aa1f2;
	cursor: pointer;
	line-height: 23px;
	letter-spacing: 0.5px;
}

#nav a.selected{
	height: 30px;
	padding-top: 0;
	margin: 15px 14px 0;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
	color: #fff;
	border-bottom: 3px solid #fff;
	line-height: 23px;
	text-shadow: 0 1px 0 #0553ab;
}
#nav a:focus{
	outline: 0; 
}
#nav a:hover {
	height: 30px;
	padding-top: 0;
	margin: 15px 14px 0;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
	color: #fff;
	border-bottom: 3px solid #fff;
	line-height: 23px;
	text-shadow: 0 1px 0 #053974;
	
}
.project_text h3{
	font-family: "Oswald", "Arial";
	font-size: 13px;
	text-align: left;
	color: #0e7dfb;
	padding-bottom: 6px;
	position: relative;
	font-weight: normal;	
}
#work .openproject h3 span{ 
	font-size: 12px;
	padding-left: 10px;
	color: #0e7dfb;
	font-family: "Oswald";
	font-weight: normal;
}
#work .openproject h3{ 
	margin: 20px 0 24px;
	font-family: "Oswald";
	font-size: 24px; 
	letter-spacing: 0;
	font-weight: 100;
	width: 700px;
	position: relative;
	float: left;
	color: #333;
}
#work .openproject .close{ 
	position: absolute; 
	top: 30px; 
	right: 0px; 
	background: url(../img/colors/darkblue/close.png);
	background-position: 0 0; 
	z-index: 1001; 
	width: 34px; 
	border: 0; 
	height: 34px;
}
#work .openproject .close:hover{  
	position: absolute; 
	top: 30px; 
	right: 0px; 
	background: url(../img/colors/darkblue/close.png);
	background-position: 0 -34px; 
	z-index: 1001; 
	width: 34px; 
	border: 0; 
	height: 34px;
}
.service .circle{
 	height: 90px;
	width: 90px;
	background: url(../img/circle.png) no-repeat;
	position: relative;
	margin: 0 5px 0 0;
	left: 100px;
}
.service .circle .icon1{
	background: url(../img/colors/darkblue/icon1.png) no-repeat;
	width: 45px;
	height: 45px;
	position: relative;
	top: 23px;
	left: 23px;
	border: none !important;
}
.service .circle .icon2{
	background: url(../img/colors/darkblue/icon2.png) no-repeat;
	width: 45px;
	height: 45px;
	position: relative;
	top: 23px;
	left: 23px;
	border: none !important;
}
.service .circle .icon3{
	background: url(../img/colors/darkblue/icon3.png) no-repeat;
	width: 45px;
	height: 45px;
	position: relative;
	top: 23px;
	left: 23px;
	border: none !important;
}
.service .circle .icon4{
	background: url(../img/colors/darkblue/icon4.png) no-repeat;
	width: 45px;
	height: 45px;
	position: relative;
	top: 23px;
	left: 23px;
	border: none !important;
}
.service .circle .icon5{
	background: url(../img/colors/darkblue/icon5.png) no-repeat;
	width: 45px;
	height: 45px;
	position: relative;
	top: 23px;
	left: 23px;
	border: none !important;
}
.service .circle .icon6{
	background: url(../img/colors/darkblue/icon6.png) no-repeat;
	width: 45px;
	height: 45px;
	position: relative;
	top: 23px;
	left: 23px;
	border: none !important;
}

input:focus, textarea:focus{
	color: #000000;
	border: 2px solid #0e7dfb;
	-webkit-box-shadow: inset #eaeaea 1px 1px 13px;
	-moz-box-shadow: inset #eaeaea 1px 1px 13px;
	box-shadow: inset #eaeaea 1px 1px 13px;
	outline: 0;
}
.contact-form a.button:hover{
	background: #333333;
}
#footer{ 
	position: relative;
	background-image: none; 
	text-align: center;
	height: 20px;
	padding: 5px 0 10px 0; 
	background: white;
	width: 960px;
	border: none !important;
}
.skins a.darkblue{
	color: #fff !important;
	text-decoration: 1px dotted #0e7dfb;
	cursor: pointer;
	background: #0e7dfb;
}
.theme-default_home .nivo-directionNav a {
	display:block;
	width:25px;
	height:25px;
	background:url(../img/colors/darkblue/nivo_arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	-webkit-transition: none !important; 
	-moz-transition: none !important; 
	transition: none !important;
}
.theme-default_home a.nivo-nextNav {
	background-position:-26px 0;
	left:27px;
}
.theme-default_home a.nivo-prevNav {
	background-position:0 0;
	right:0;
}
.theme-default_home a.nivo-nextNav:hover {
	background-position:-26px -26px;
	
	left:27px;
}
.theme-default_home a.nivo-prevNav:hover {
	background-position:0 -26px;
	right:0;
}
