@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(/images/bg_home.gif) top repeat-x #252628;
	}
	
img {
	border:0px;
	}

.clear {clear:both;}

/* ads vertical scroll bar to all pages to keep center-aligned pages from jumping left or right */

html {
	overflow: -moz-scrollbars-vertical;
	}

#body {
	width:1000px;
	margin:0px auto 0px auto;
	position:relative;
	}

#header {
	width:1000px;
	height:111px;
	overflow:hidden;
	}
	
#portfolio {
	position:absolute;
	z-index:1;
	}

#logo {
	padding:19px 0px 0px 20px;
	float:left;
	width:194px;
	height:94px;
	}

#main-menu {
	margin:0px 0px 0px 35px;
	float:left;
	font-size:12px;
	height:110px;
	}
	
#main-menu .mm-image {
	float:left;
	}
	
#main-menu .mm-item_home {
	float:left;
	height:31px;
	margin-right:1px;
	}
	
#main-menu p {
	float:left;
	padding:8px 7px 0px 7px;
	}

#main-menu a {
	color:#ffffff;
	text-decoration:none;
	}

#main-menu a:hover {
	color:#ffd64f;
	text-decoration:none;
	}

#main-menu-top {
	margin:0px 0px 48px 0px;
	height:31px;
	}

#main-menu-top .mm-item {
	float:left;
	height:31px;
	margin-right:1px;
	background:url(/images/mmtbg.gif);
	}
	
#main-menu-top .mm-item_on {
	float:left;
	height:31px;
	margin-right:1px;
	background:url(/images/mmtbg_on.gif);
	}
	
#main-menu-bottom {
	margin:0px 0px 0px 0px;
	height:31px;
	}
	
#main-menu-bottom .mm-item {
	float:left;
	height:31px;
	margin-right:1px;
	background:url(/images/mmbbg.gif);
	}
	
#main-menu-bottom .mm-item_on {
	float:left;
	height:31px;
	margin-right:1px;
	background:url(/images/mmbbg_on.gif);
	}
	
#main-menu-bottom .services {
	font-size:11px;
	color:#808080;
	text-transform:uppercase;
	padding:10px 5px 0px 0px;
	float:left;
	}
	
#header-right {
	width:155px;
	margin:19px 0px 0px 0px;
	float:right;
	}
	
#header-right-text {
	margin-left:46px;
	height:46px;
	overflow:hidden;
	color:#B3B3B3;
	font-size:11px;
	}
	
#header-right-text .cap {
	color:#FFD64F;
	font-weight:bold;
	}
	
#content {
	width:1000px;
	color:#333333;
	background:#ffffff;
	}
	
#content a {
	color:#529175;
	text-decoration:none;
	}

#content a:hover {
	color:#529175;
	text-decoration:none;
	}
	
#home-content {
	background:url(/images/bg_home-content.gif) repeat-x top;
	}

#left {
	width:546px;
	float:left;
	padding:30px 30px 16px 37px;
	}

.intro-text {
	font-size:17px;
	font-weight:bold;
	}
	
#left h1 {
	font-size:21px;
	color:#333333;
	line-height:28px;
	padding:0px 0px 14px 0px;
	}
	
#left .title {
	color:#CCCCCC;
	}

#left p {
	font-size:12px;
	line-height:18px;
	padding:0px 0px 14px 0px;
	}
	
#left ul {
	padding:0px 0px 14px 45px;
	}
	
#left li {
	font-size:12px;
	line-height:18px;
	}
	
#right {
	position:absolute;
	top:300px;
	left:608px;
	z-index:1;
	}
	
#whitepaper {
	margin-left:8px;
	height:159px;
	}
	
#login-box {
	padding-top:92px;
	background:url(/images/bg_login.gif) no-repeat;
	width:358px;
	}
	
input {
	display:block;
	width:150px;
	float:left;
	margin-bottom:10px;
	font-size:12px;
	padding:2px;
}

input.login {
	width:94px;
	padding:0px;
}

label {
	display:block;
	float:left;
	text-align:right;
	margin-bottom:10px;
	width: 117px;
	padding-right:5px;
	padding-top:3px;
	font-size:11px;
	font-weight:bold;
}

br.form {
	clear: left;
}
	
#rounding {
	background:url(/images/br.gif) no-repeat right;
	height:3px;
	}

#body-footer {
	width:100%;
	background:url(/images/bg_footer.gif) repeat-x top;
	}
	
#footer {
	width:1000px;
	margin:0px auto 0px auto;
	font-size:11px;
	color:#B3B3B3;
	}
	
#footer p {
	padding:5px 3px 15px 3px;
	}
	
#footer a {
	color:#529175;
	text-decoration:none;
	}

#footer a:hover {
	color:#529175;
	text-decoration:none;
	}