body {
	background-color: #141414;
	font-size:14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

img {
	border:none;
}

#info{
	position:absolute; 
	width:840px; 
	height:28px; 
	border-bottom: 1px solid #B3B3B3;
	visibility:visible;
	text-align:right;
}

#logoContainer{
	position:absolute; 
	top: 50px;
	width:840px; 
	height:300px; 
	border-bottom: 1px solid #B3B3B3;
	visibility:visible;
}

#logo{
	position:absolute; 
	margin-left: 411px;
	width:429px; 
	height:280px; 
	visibility:visible;
}

.menu {
	margin-top: 25px;
	padding: 0px;
	width: 411px;
	list-style: none;
	background: none;
}
.menu li {
	padding: 0px;
	margin-bottom: 20px;
	height: 60px;
	list-style: none;
	background-repeat: no-repeat;
}

#title{
	position:absolute; 
	top: 390px;
	width:128px; 
	height:300px; 
	visibility:visible;
}

#discount{
	color:#FFF;
	position:absolute;
	background:url("/img/ad.png") no-repeat;
	top:-52px;
	width:357px;
	height:52px;
}

.submenu {
	padding: 0px;
	width: 128px;
	list-style: none;
	background: none;
}

.submenu li {
	padding: 0px;
	margin-bottom: 5px;
	height: 30px;
	list-style: none;
	background-repeat: no-repeat;
}

#portfolioContainer{
	position:absolute;
	top: 390px;
	margin-left:200px;
	width:640px;
	height:450px;
}

.portAppDescription{
	width:650px;
}

#portfolioContainerContent{
	width:550px;
	height:450px;
}

#textContainer{
	position:absolute; 
	top: 390px;
	margin-left:150px;
	width:640px; 
	height:540px; 
	visibility:visible;
}

table.testTable td{
	vertical-align:top;
	top:0px;
}

.list{
	list-style-type: none;
	list-style-position: inside;
	margin-left: -40px;
	font-size:13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

A img{
	border: none;
}

.biopics {
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #1f1f1f
}

#shell{
	position: relative;
	width:840px; 
	margin-top:70px; 
	margin-left:auto; 
	margin-right:auto; 
}

#footer{
	position:absolute;
	bottom:0;
	width:840px; 
	height:35px; 
	border-top: 1px solid #B3B3B3;
	text-align: center;
	font-size:9px;
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
}

#photoCont{
	text-align:center;
	vertical-align:center;
	position:absolute;
	z-index:100;
	margin-left:50%;
	top:-30px;
	left:-280px;
	display:none;
	background-color:#E6E6E6;
	-moz-border-radius: 5px;
}

#imgLoader {
	position: absolute;
	width: 65px;
	height: 65px;
	margin-left:50%;
	margin-top: 50%;
	z-index: 500;
	top: -32px;
	left: -32px;
	background-color:#FFF;
}

#sendEmail{
	position:absolute;
	width:206px;
	background-color:#999;
	z-index:200;
	visibility:visible;
	text-align:left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom:30px;
	top:40px;
	left:-103px;
	margin-left:50%;
	-moz-border-radius: 5px;
	display:none;
	color:#CCC;
	font-family:arial;
	font-size:12px;
	
}

.finger {
  cursor: pointer;
}

.highlighter {
	background-color:#FF0;
}

.opaque-img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.opaque-menu {
	opacity:0.2;
	filter:alpha(opacity=5);
}

#sendEmailForm label {
	font-family:arial;
	color:#CCC;
}

#sendEmailForm textarea {
	font-family:Arial, Helvetica, sans-serif;
	height:250px;
	font-size:12px;
}

#subButt {
	background: url("../img/btnSubmit.png") no-repeat;
	width: 100px;
	height: 42px;
	border: none
}

#formInputDiv {
	position: relative;
	margin-left:70px;
}

.even {
	width: 200px;
}

#csTxtCont{
	position:absolute;
	top: 390px;
	margin-left:150px;
	width:690px;
	height:200px;
}

.creativeSpotText{
	font-size:19px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#csImgCont{
	position:absolute;
	top: 525px;
	margin-left:150px;
	width:700px;
	height:450px;
}

#csImgCont img {
	opacity:0.7;
	filters:alpha(opacity=7);
}

.csLinkImg {
	margin-top: 0px;
	padding: 0px;
	width: 700px;
	list-style: none;
	background: none;
}
.csLinkImg li {
	padding: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	height: 250px;
	list-style: none;
	float: left;
}

.testimonial{
	height:170px;
	width:690px;
}

.testText{
	position:relative;
	float:left;
	width:560px;
}

.testImg{
	position:relative;
	float:left;
	height:100px;
	width:100px;
	padding-right:30px;
}

.testSig{
	font-size:13px;
	float:right;
	text-align:right;
	margin-top:10px;
}

.testExpLink{
	float:right;
	text-align:right;
	margin-top:10px;
	color:#cccc33;
	font-weight:bold;
}

.testExpText{
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}

a:link {color: #999;  text-decoration: none;}
a:visited {color: #999;  text-decoration: none; }
a:active {color: #999;  text-decoration: none;}
a:hover {color: #fff;  text-decoration: none; }
a:focus {color: #999;  outline : none; }
