/* Inherent CSS */
body {
	border:0;
	margin:0;
	background: url('images/bg.jpg') repeat center #22282d;
	color: #2c2b2b;	
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
	font-size:0.8em;
}

a {
	color:#1772af;
}
a:hover {
	color:#074d7c;
}

.bg-gradient {
	background: url("images/bg-gradient.png") left bottom repeat-x fixed;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 1px;
}

#container {
	background-color: #ffffff;
	padding-right: 22px;
	padding-left: 22px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	max-width: 960px;
}
#footer {
	border-top:1px solid #aaa;
	font-size:.8em;
	padding-top:5px;
	padding-bottom:25px;
	clear:both;
}

img {
    max-width:100%;
	padding:0;
	display:block;
}


h1 {
	font-size:2em;
	color: #39556e;
	text-shadow: 1px 1px #dddddd;
	margin:0;
	padding:0;
}

h2 {
	font-size:1.6em;
	color: #39556e;
	text-shadow: 1px 1px #dddddd;
	margin:0;
	padding:0;
}


/* Main Menu Related */
#menu {
	padding:0;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;		
	background-color:#2c3c4a;
	background-image:url("images/nav-bg.png");
	text-align:center;
	margin-bottom:30px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display: inline-block;
	list-style-type: none;
	list-style-image: none;
}
#menu ul li a {
	display: inline-block;

}
#menu ul li.page-item-47 a {
	background-image:url("images/nv-home.png");
	background-position:center 8px;
	background-repeat:no-repeat;
	height:30px;
	width:62px;
	text-indent:-9999px;
}

#menu ul li.page-item-1006 a {
	background-image:url("images/nv-wwdo.png");
	background-position:center 8px;
	background-repeat:no-repeat;
	height:30px;
	width:113px;
	text-indent:-9999px;	
}
#menu ul li.page-item-14 a {
	background-image:url("images/nv-wware.png");
	background-position:center 8px;
	background-repeat:no-repeat;
	height:30px;
	width:113px;
	text-indent:-9999px;	
}
#menu ul li.page-item-122 a {
	background-image:url("images/nv-clients.png");
	background-position:center 8px;
	background-repeat:no-repeat;
	height:30px;
	width:200px;
	text-indent:-9999px;	
}
#menu ul li.page-item-114 a {
	background-image:url("images/nv-contact.png");
	background-position:center 8px;
	background-repeat:no-repeat;
	height:30px;
	width:100px;
	text-indent:-9999px;	
}
#menu ul li.page-item-904 a {
	background-image:url("images/nv-privacy.png");
	background-position:center 8px;
	background-repeat:no-repeat;
	height:30px;
	width:71px;
	text-indent:-9999px;	
}
#menu ul li a:hover {
	background-color: rgba(255,255,255,0.3);
}
#menu .current_page_item {
	background-color: rgba(255,255,255,0.3);
}


/* Additional Classes */
.alignleft {
	float: left;
	margin-top: 4px;
	margin-right: 1em;
	margin-bottom: 12px;
	margin-left: 0px;
}

.area {
	clear:both;
}

.clear {
	clear:both;
}

p.small {
	margin-top:0;
}

.challenge {
	font-weight:bold;
	font-size:2em;
	color: #be0d18;
	text-shadow: 1px 1px #dddddd;
	padding-bottom:10px;
}
.quote {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	color: #000080;
}

#copyright {
	text-align:center;
}

/* ---------------------------------------- Contact Page/Form ------------------------------------------ */
.wpcf7-form input,.wpcf7-form textarea {
	width:100%;
}
.wpcf7-form label {
	display:block;
	width:100%;
	font-size:14px;
}

div.wpcf7-validation-errors {
	font-size:12px;
}

span.wpcf7-not-valid-tip {
  font-size:12px !important;
}
