#blackbox
{
	position:absolute;
	top: 0%;
	left: 0%;
	width: 200%;
	height:100%;
	background: #000000;
	z-index:1009;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);
	visibility: hidden;
}

#lightbox
{
	position:absolute;
	top: 20%;
	width:329px;
	height:394px;
	z-index:1010;
	background:  url('details/lightbox.png') no-repeat center;
	
	visibility: hidden;
}

#lightboxcontent
{
	position:relative; 
	top:20px; 
	max-width:299px; 
	max-height:359px;
	height:359px;  	
	padding-left: 2px;
	overflow:hidden;
}

body
{
	background: #000000 url('b.jpg') repeat-x;
	color: #ffffff;
	font-family:  Verdana, Arial;
	font-size:  13px;
	line-height: 120%;
	margin: 0;
	width: 200%;
	height:415px;
}

a
{
	text-decoration: none;
	color: #8dd35f;
}

a:hover 
{
	color: #fc6c07;
}

a img
{
	border: 0;
}

#contactinfo
{
	position:absolute;
	bottom: 1%;
	left: 1%;	
	
}

#contactinfo img
{
	float:left;
	padding-left: 15px;
}

#headerbox
{
	background: url('details/logo.png') no-repeat left;
	width: 100%;
	height: 160px;
	position:relative;
	
}

#headerbox #logo
{
	float:left;
}

#headerlink1
{
	position:absolute; 
	right:51%; 
	bottom: 15%;
}

#headerlink2
{
	position:absolute; 
	right:1%; 
	bottom: 15%;
}

#headerlink3
{
	position:absolute; 
	left:51%; 
	bottom: 15%;;
}

#contentbox
{
	width:50%;
	height:100%;

	position:relative;
	
	//border: 1px white solid;
}

#section1
{
	position:absolute; 
	left:3%; 
	top: 5%; 
}

#sec1link
{
	position:absolute; 
	left: 4%px; 
	top: 44px;
	z-index: 1000;
}

#sec1link a
{
	text-decoration:none;
	color: #ffffff;
	width:160px;
	height:60px;

}

#sec1link a:hover #sec1linkbox
{
	visibility:visible;
}

#sec1linkbox
{
	position:absolute; 
	top: 4px;
	left:-13px;
	width: 490px;
	height: 170px;
	background: url('details/solutions box.png') no-repeat left;
	z-index: 1;
	
	visibility:hidden;
}

#section2
{
	position:absolute; 
	right:39%; 
	bottom: 100px;
}

#sec2link
{
	position:absolute; 
	top: 44px;
	right:0%;
}


#sec2link a
{
	text-decoration:none;
	color: #ffffff;
	width:160px;
	height:60px;

}

#sec2link a:hover #sec2linkbox
{
	visibility:visible;
}

#sec2linkbox
{
	position:absolute; 
	bottom: 55px;
	right: 135px;
	width: 450px;
	height: 120px;
	background: url('details/dd box 1.png') no-repeat left;
	z-index: 1;
	
	visibility:hidden;
}


#contactbox
{
	position:absolute;
	right: 3%;
	top: 175px;
	width: 329px;
	height: 363px;
	background: url('details/contactbox_empty.png') no-repeat;
	text-align:center;
}


#portfoliobox
{
	position:absolute;
	left:105%;
	top:170px;
	max-height: 90%;
	width: 95%;
}

#portfoliobox img
{
	padding: 5px 5px 5px 5px;
	margin: 15px 0 15px 0;
}

#portfoliobox img.screenshot:hover
{
	background-color: #8dd35f ;
}

#portfoliobox img.screenshot
{
	cursor: pointer;
}


.textfield
{
	border: none; 
	padding: 6px 5px 0 5px; 
	width:262px; 
	height: 24px; 
	background: url('details/textfield.png') no-repeat;
	font-size: 13px;
	font-family: Verdana;
}

.textarea
{
	border: none; 
	padding: 6px 5px 5px 5px; 
	width:265px; 
	height: 65px; 
	background: url('details/textarea.png') no-repeat;
	font-size: 13px;
	font-family: Verdana;
}

.submitbutton
{
	border: none; 
	width:118px; 
	height: 37px; 
	background: url('details/submit button 0.png') no-repeat;
	color:#ffffff;
	font-size: 17px;
	font-family: Arial;

}

.submitbutton:hover
{
	background: url('details/submit button 1.png') no-repeat;
}

.negfeedback
{
	position:relative; 
	top: 90px; 
	padding: 0 25px 0 25px; 
	color: #fc6c07; 
	font-weight:bold; 
	line-height: 150%;
}

.posfeedback
{
	position:relative; 
	top: 90px; 
	padding: 0 25px 0 25px; 
	color: #8dd35f; 
	font-weight:bold; 
	line-height: 150%;
}

.neufeedback
{
	position:relative; 
	top: 90px; 
	padding: 0 25px 0 25px; 
	color: #fff; 
	font-weight:bold; 
	line-height: 150%;
}