	/* ----------------------------------------- */
/* GENERAL */
/* ----------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: #000000;
}

h1 {
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #626261;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #6D6E71;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

h3 {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #626261;
}

h4 {
	font-family: Verdana;
	font-size: 12px;
	color: #626261;
	margin-top: 0px;
	margin-bottom: 0px;
}

.error {
	color: #840000;
}

.errorStar {
	color: #840000;
	font-weight: bold;
}

img {
	border: 0px;
}

hr {
	height: 1px;
	margin: 0px 0px;
	color: #CFD3D7;
}





/* ----------------------------------------- */
/* DIV IDS */
/* ----------------------------------------- */

#page {
	margin: 0 auto;
	width: 860px;
	background: url('../images/bg_footer.jpg') no-repeat bottom left;
}

#header {
	clear: both;
	margin: 0 auto;
	width: 860px;
	height: 107px;
}

#left {
	float: left;
	padding: 24px 0 0 35px;
	display: inline;
	background-color: #3C3C3C;
	width: 655px;
	height: 638px;
}

#right{
	float: left;
	margin: 0 0;
	display: inline;
	background-color: #272726;
	width: 170px;
	height: 660px;
	padding: 24px 0 0 0;
	text-align: center;
}
#intro {
	float: left;
	margin: 0px auto;
	display: inline;
	height: 26px;
}

#copy1 {
	float: left;
	display: inline;
	width: 608px;
	margin-left: 17px;
	margin-bottom: 10px;
}

#row-one {
	clear: both;
	height: 150px;
	margin-bottom: 10px;
}

#row-two {
	clear: both;
	margin: 10px auto;
	height: 150px;
}

#footer {
	clear: both;
	margin: 0px auto;
	width: 860px;
	height: 9px;
}




/* ----------------------------------------- */
/* DIV CLASSES */
/* ----------------------------------------- */

.port-client {
	float: left;
	margin-right: 10px;
	width: 133px;
	height: 147px;
	border: 3px solid #232222;
}



/* ----------------------------------------- */
/* SPANS */
/* ----------------------------------------- */

.bodycopy {
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #D7D7D8;
}

.footercopy {
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #8A8989;
}

.smallcopy {
	font-family: Verdana;
	font-size: 10px;
	line-height: 120%;
	color: #656564;
}
.smallcopy a {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	line-height: 120%;
	color: #656564;
}
.smallcopy a:hover {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10px;
	line-height: 120%;
	color: #656564;
}





/* ----------------------------------------- */
/* LINKS */
/* ----------------------------------------- */

a.oLink {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #FC5A01;
}
a.oLink:hover {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
	color: #FC5A01;
}

a.close {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #181818;
}
a.close:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #181818;
}




/* ----------------------------------------- */
/* OPACITY */
/* ----------------------------------------- */

.opacity0 {
	filter: alpha(opacity=0);
	moz-opacity: .0;
	opacity: .0;
}

.opacity50 {
	filter: alpha(opacity=50);
	moz-opacity: .50;
	opacity: .50;
}

.opacity80 {
	filter: alpha(opacity=80);
	moz-opacity: .80;
	opacity: .80;
}



/* ----------------------------------------- */
/* POPUP DIV IDS AND CLASSES */
/* ----------------------------------------- */

.popupoff {
	display: none;
}

.popup {
	position: absolute;
	margin: 0 auto;
	visibility: hidden;
	top: 50px;
	z-index: 50;
	margin: 0 auto;
	width: 523px;
	height: 700px;
	background-color: #FFFFFF;
	padding: 0 5px 5px 10px;
}

.popup-img {
	clear: both;
	margin: 6px auto;
	width: 501px;
	height: 500px;
	text-align: center;
}

.popup-copy {
	clear: both;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 446px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #181818;
}

.popup-close {
	margin: 0 auto;
	height: 11px;
	text-align: right;
}
* html .popup-close {
	padding: 4px 0 0 0;
}

