@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #494748 url(../images/bg_body_V1.jpg) repeat-x top;
}
img {
	border-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0.5em 0em;
	color: #996633;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
	color: #FFFFFF;
}
h6 {
	font-size: 110%;
	background-color: #363636;
	color: #FFFFFF;
}
td {
	vertical-align: top;
}
/***************** ID's *****************/
#wrapper {
}
#headerContainer {
	height: 130px;
	width: 100%;
	background: #000000;
	margin-bottom: 15px;
}
#header {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#banner {
	margin-right: auto;
	margin-left: auto;
	width: 899px;
	margin-top: 15px;
}
#banner-left {
	width: 249px;
	float: left;
	z-index: 1;
}
#banner-right {
	margin-left: 249px;
	z-index: 1;
}
#content-wrapper {
	width: 900px;
	margin: 0px auto;
	position: relative;
	background: #FFFFFF url(../images/bg_content_wrapper.jpg) repeat-x top;
}
.leftColumn {
	width: 10%;
	background: #000000 url(../images/bg_left_column.jpg) repeat;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.rightColumn {
	width: 90%;
	padding: 20px;
	background: url(../images/bg_right_column.jpg) repeat-x bottom;
}
.content {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	font-size: 12px;
	color: #696969;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #000000;
	padding: 7px;
}
/***************** end *****************/

/** Layout Overrides **/
div.our_work div.box200 {
	height: 200px;
	font-size: 90%;
}
/****** Navigation ******/

#topmenu {
	position: absolute;
	height: 20px;
	width: 300px;
	top: 110px;
	text-align: right;
	right: 0px;
}
ul.nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul.nav li {
	display: inline;
	width: 25%;
	padding-right: 10px;
	padding-left: 5px;
	margin-left: 5px;
	border-right: 1px solid #666666;
	height: 1em;
	font-size: 92%;
}
ul.nav li.last {
	border-style: none;
}
ul.nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul.nav li a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
/**************** Misc Class ***************/
.cleardiv {
	height: .1em;
	clear: both;
	float: none;
}
.boxContainer {
}
/** Box sizes **/
.box50 {
	width: 50%;
}
.box90 {
	width: 90%;
}
.box200 {
	width: 200px;
}
.box300 {
	width: 300px;
}
.box400 {
	width: 400px;
}
.box500 {
	width: 500px;
}
/** Box Alignment **/
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
/** Box Padding / Margins **/
.mp3 {
	margin: 3px;
	padding: 3px;
}
.mp5 {
	margin: 5px;
	padding: 5px;
}
.mp7 {
	margin: 7px;
	padding: 7px;
}
.mp10 {
	margin: 10px;
	padding: 10px;
}
/** Box Colors / Borders **/
.grey {
	background: #CCCCCC;
	border: 1px solid #666666;
}
.white {
	background: #FFFFFF;
	color: #333333;
	border: 1px dashed #CCCCCC;
}
.black {
	color: #FFFFFF;
	background: #333333;
	border: 1px solid #000000;
}
.beige {
	background: #F5F9EB;
	border: 1px dotted #CEAC86;
}
/** Text **/
.t90 {
	font-size: 90%;
}
.t80 {
	font-size: 80%;
}
.error{
	font-weight: bold;
	color: #CC0000;
}
/****************** end ******************/
/********** Forms ***********/
form {
}
form br {
	clear: both;
	display: block;
}
form div {
	margin-top: 5px;
	padding: 5px 0px;
}
fieldset {
	padding: 10px;
	border: none;
	margin: 8px;
}
legend {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	padding: 3px;
}
label {
}
input, textarea {
	border: 1px solid #CCCCCC;
}
textarea {
	width: 220px;
	height: 50px;
}
label, input, textarea {
	margin-top: 2px;
}
input.radio {
	border-style: none;
}
input.text1 {
	width: 200px;
}
input.button {
	border: 1px solid #666666;
	margin: 7px;
	font-size: 96%;
	float: right;
}
label {
	float: left;
	width: 120px;
}
span, label, select, textarea, .radio, input {
	font-size: 96%;
}
