* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style-type: none;
}

body {
	font: normal small Tahoma, Verdana, Arial;
	/* background: #010a0a url('images/background-1.jpg') repeat-x 0 0; */
	background: #001011;
	color: #FFF;
}
/*-globals-*/
h1 {
	width: 343px;
	height: 98px;
	display: block;
	background: url('images/wdb-logo.png') no-repeat 0 0;
	text-indent: -9999px;
}
h2, h2 a{

	display: block;
	background: url('images/section-bg-med.png') no-repeat 0 0;
	text-indent: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	padding-top: 6px;
	padding-bottom: 3px;
}
h3 {
	font-size: 1.8em;
	color: #CCC;
	border-bottom: 1px solid #009966;
	font-weight: normal;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
}
h4 {
	font-weight: normal;
}
h5 {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #009966;
	text-transform: uppercase;
	margin-top: 10px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	padding: 5px 0;
	line-height: 20px;
}
a {
	color: #009966;
}
.orange {
	color: #FF6600 !important;
}
.lightblue, .lightblue a {
	color: #51cbe6;
}
.left {
	float: left;
	margin-right: 20px;
}
.small-content {
	margin-top: 10px;
	font-size: 1.3em !important;
}
/*-wrappers-*/

#main-wrapper {
	margin: 0 auto;
	background: url('images/background-2.jpg') no-repeat center 0;
	overflow: auto;
}
.bg-span {
	background: url('images/trans-bg.png') repeat 0 0;
	margin-top: -5px;
	margin-bottom: 20px;
}
.bg-span .call-img {
	padding-top: 10px;
	padding-bottom: 17px;
	margin: 0 auto;
	display: block;
	width: 965px;
}
.container-wrapper {
	width: 965px;
	margin: 0 auto;
}
/*header*/
#header {
	padding-top: 37px;
	overflow: auto;
}
#header .logo {
	float: left;
	margin-bottom: 9px;
}
#header .header-contact {
	float: right;
	font-size: 1.6em;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
}
/*-nav-*/
#navigation {
	margin: 80px 0 0 225px;
	position: absolute;
}
#navigation ul li {
	float: left;
}
#navigation ul li a{
	float: left;
	color: #06ae4b;
	display: block;
	width: 123px;
	height: 23px;
	padding-top: 4px;
	text-transform: uppercase;
	font-weight: bold;
	background: url('images/nav-bg.png') no-repeat -126px 0;
	text-decoration: none;
	text-align: center;
}
#navigation ul li a:hover {
	background: url('images/nav-bg.png') no-repeat 0 0;
	color: #000;
}
/*content*/
#main-content {
	overflow: auto;
	padding-bottom: 20px;
	
}
#main-content .left {
	width: 470px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
}
#main-content .entry {
	margin-bottom: 10px;
}
#main-content small {
	padding: 5px 0 ;
}
#main-content .medium-left {
	float: left;
	width: 470px;
	margin-right: 20px;
}
#main-content .right {
	width: 470px;
	float: left;
	overflow: auto;
}
#main-content .smallright {
	width: 300px;
	float: left;
}
#main-content .right .right-box {
	margin-bottom: 20px;
	overflow: auto;
}
#main-content .right .box-content {
	margin-left: 10px;
}
#main-content .right .box-content a {
	color: #51cbe6;
}
#main-content .right ul li {
	font-size: 1.5em;
	font-weight: normal;
}
#main-content .right p {
	padding: 10px 0;
}
#main-content .right .black-border {
	border: 1px solid #000;
	margin: 10px 0 10px 0;
	width: 455px;
}
#main-content .right label {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	line-height: 25px;
	color: #009966;
	font-weight: bold;
	height: 80px;
}
#main-content .right input {
	display: block;
	padding: 8px 8px;
	border: 1px solid #999;
	width: 180px;
	background: #ccc;
}
#main-content .right textarea {
	display: block;
	margin-top: 5px;
	padding: 5px 5px;
	width: 400px;
	border: 1px solid #999;
	background: #ccc;
	margin-bottom: 25px;
}
#main-content .right .submitbtn {
	width: 80px;
	display: block;
	margin-top: 30px;
	background:  #51cbe6;
	border: 1px dashed #0066CC;
	text-transform: uppercase;
}
/*-single page-*/
#page #main-content .right .right-box {
	margin-top: 18px;
}
#page .entry .ngg-galleryoverview {
	margin: 0;
}
/*-gallery-*/
#gallery #main-content .entry {
	margin: 10px 20px 20px 0;
	float: left;
}
/*-blog-*/
.blog-left {
	width: 710px;
	float: left;
	margin-right: 40px;
}
.blog-left h3 a {
	text-decoration: none;
	color: #ccc;
}
#sidebar {
	float: left;
	width: 200px;
	padding-top: 18px;
}
#sidebar ul li a {
	padding: 10px 0;
	color: #ccc;
	text-decoration: none;
}
#sidebar h2.widgettitle {
	background: url('images/section-bg-sidebar.png') no-repeat 0 0;
	margin-top: 18px;
}
#sidebar ul li ul li {
	line-height: 25px;
	padding-left: 10px;
}
/*-footer-*/
#footer {
	padding-bottom: 30px;
	/*background: #010b0b url('images/footer-bg.jpg') no-repeat center 0;*/
	overflow: auto;
}
#footer #foot-nav {
	width: 740px;
	margin: 20px auto;
	overflow: auto;
}
#footer #foot-nav #navigation {
	margin: 0;
	padding: 0;
}
#footer #foot-nav ul li a{
	background: none;
	color: #ccc;
	border-right: 1px solid #999;
	line-height: 15px;
	height: 15px;
}
#footer #foot-nav ul li a.right {
	border-right: none;
}
#footer #foot-nav ul li a:hover{
	background: none;
}
#footer .copyright {
	clear: both;
	text-align: center;
	margin: 0;
}
#footer .f_fbook {
	width: 100px;
	margin: 15px auto;
}
.error {
	color: red !important;
	clear: both;
}
