/*
Theme Name: Active Enterprises
Author: Stefan Bar
Description: Custom template converted to WordPress
Version: 0.0.1
Tags: ActiveEnterprises
*/

html, body {
    background-color: #222;
    display: block;
    font-family: OpenSans, Arial, Verdana, sans-serif;
    font-size: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.content {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 1020px;
}

.column {
	display: block;
	float: left;
	width: 340px;
    z-index: 1;
}

.column.wide {
	width: 680px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.side {
	background-image: url('images/side.png');
	background-position: 100% 0;
	background-repeat: repeat-y;
}

a, a:hover {
	color: #2b4fa2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

small {
	font-size: 80%;
}

h2 {
	color: #2b4fa2;
	font-size: 130%;
	font-weight: normal;
	display: block;
	padding: 30px;
}

h2.white {
	color: #fff;
}

h3 {
	color: #333;
	font-size: 110%;
	font-weight: normal;
	display: block;
	padding: 30px;
}

p {
	color: #666;
	display: block;
	font-size: 90%;
	line-height: 23px;
	padding: 0 30px 15px 30px;
}

table {
	margin: 0 30px 15px 30px;
	width: 280px;
}

td {
	padding: 0 0 10px 0;
}

button {
	background-color: #2b4fa2;
	border: 1px solid #fff;
	color: #fff;
	float: right;
	font-size: 90%;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

label {
	color: #fff;
	display: block;
	font-size: 90%;
	height: 30px;
	line-height: 30px;
}

input, textarea {
	background-color: #333;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	float: right;
	font-size: 90%;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	width: 170px;
}

textarea {
	height: 84px;
	resize: none;
}

#wrapper {
    background-color: #fff;
	display: block;
	width: 100%;
}

#header h1 {
	background-image: url('images/logo.png');
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 100%;
}

#header .menu-header-menu-container {
	background-color: #ccc;
	border-bottom: 1px solid #999;
	display: block;
	height: 40px;
	width: 100%;
    z-index: 2;
}

.menu-header-menu-container ul {
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	position: relative;
	width: 1020px;
    z-index: 2;
}

.menu-header-menu-container li {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.menu-header-menu-container li a {
	color: #666;
	display: block;
	font-size: 90%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-header-menu-container ol li.sub {
    background-image: url('images/sub.gif');
    background-position: 95% 50%;
}

.menu-header-menu-container li.current-menu-item a {
	background-color: #2b4fa2;
	color: #fff;
}

.menu-header-menu-container li ol {
	background-color: #fff;
    border: 1px solid #2b4fa2;
    border-bottom: 2px solid #2b4fa2;
	display: none;
	left: 0;
	position: absolute;
	top: 40px;
	width: 300px;
}

.menu-header-menu-container li ol li {
    float: none;
    height: 30px;
	line-height: 30px;
}

/*.menu-header-menu-container li ol li:hover a {
    background-color: #2b4fa2;
    color: #fff;
}*/

.menu-header-menu-container li ol li a {
    height: 30px;
	line-height: 30px;
}

.menu-header-menu-container li ol li ol {
    left: 300px;
    top: 0;
}

#banner {
	background-color: #fff;
	background-position: 50% 0;
	display: block;
	height: 400px;
    position: relative;
	width: 100%;
    z-index: 0;
}

#banner #prev, #banner #next {
	display: block;
	top: 177.5px;
	height: 45px;
	position: absolute;
	cursor: pointer;
	width: 75px;
}

#banner #prev {
	background-image: url('images/prev.png');
	left: 0;
}

#banner #next {
	background-image: url('images/next.png');
	right: 0;
}

#banner img {
	position: absolute;
	display: block;
	height: 400px;
	width: 1200px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
}

#banner ol {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -75px;
	height: 20px;
	display: block;
	width: 160px;
}

#banner ol li {
	background-image: none;
	padding: 0;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 5px;
	background-color: transparent;
	border: 1px solid #fff;
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 100%;
}

#banner ol li.selected {
	background-color: #fff;
}

#title {
	color: #fff;
	font-size: 90%;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	width: 1020px;
	margin: 0 0 0 -510px;
	padding: 0 30px;
	position: absolute;
	bottom: 15px;
	left: 50%;
}

#banner .column {
	background-image: url('images/opacity.png');
	background-repeat: repeat-y;
	float: right;
	height: 400px;
}

#banner h2 {
	color: #fff;
	padding-bottom: 15px;
}

#banner p {
	color: #fff;
}

#banner ul {
	display: block;
	margin: 0 30px;
}

#banner li {
	background-image: url('images/arrow.gif');
	background-position: 0 6px;
	color: #fff;
	display: block;
	font-size: 90%;
	line-height: 20px;
	padding: 0 0 5px 20px;
}

#content {
	display: block;
	margin: 0 auto;
	padding: 0 0 15px 0;
	position: relative;
	width: 1020px;
}

#footer {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 1020px;
}

#footer a, #footer a:hover {
	color: #fff;
}

#footer h2 {
	color: #fff;
}

#footer p {
	color: #999;
}

#response {
	display: block;
	font-size: 80%;
	padding: 5px 0 10px 0;
	text-align: right;
}
