

#portfolio {
width:877px;
height:260px;
overflow:hidden; 
position: relative;
float:left;
background-color:#FFFFFF;
}

a.portfolioarrow {
width:35px;
float:right;

height:280px;
background-image:url(../images/headerrightarrow.jpg);
}

a.portfolioarrow:hover {
background-image:url(../images/headerrightarrow.jpg);
}

.box {
height:260px;
float:left;
left:940px;
position:absolute;
margin-right:35px;
}

.box .top {
height:260px;
}

.box .top .left {
width:470px;
padding-right:0px;
float:left;
}

.box .top .right {
width:330px;
float:left;
margin-left:10px;

}

.box .top img {
border:0px solid #eee;
}

.box .top .right .top {
padding-bottom:9px;
height:135px;
}

.box .top .right .bottom {
height:135px;
padding-left:1px;

}

.box .top .right .bottom p {
width:400px;
text-align:left;
color:#eaeaea;
}

ul.screens li {
list-style:none;
display:inline;
} 

h2 {
color:#FFFFFF;
font-weight:normal;
font-size:20px;
padding-bottom:5px;
padding-top:2px;
}

h2 span {
color:#676767;
padding-left:3px;
}

#portfolio p {
line-height:20px;
/* width:500px; */
color:#bbb;
padding-bottom:8px;
/* color:#6c7b7b; */
font-family:Helvetica, Tahoma;
font-size:13px;
line-height:16px;
padding-left:20px;
}



.contactme{
	position:fixed;
	top:10em;
	right:0;
	border:0;
	width:42px;
	height:169px;
	background:transparent;
}
a.contactme{
	padding:0;
	margin:0;
	border:0;
	width:42px;
	height:169px;
	background:transparent;
}
a.contactme:hover{
	padding:0;
	width:42px;
	height:169px;
	margin:0;
	border:0;
	background:transparent;
}
.free{
	border:0;
	margin:0;
	padding:0;
	float:left;
	background:transparent;
}
a.free{
	padding:0;
	margin:0;
	float:left;
	border:0;
	background:transparent;
}
a.free:hover{
	padding:0;
	margin:0;
	float:left;
	border:0;
	background:transparent;
}


a.exit {
float:right;
width:15px;
height:18px;
border:0;
padding:0;
margin:0;
}

a.exit:hover{
border:0;
}

#contactback {
z-index:1000;
position: absolute;
left: 50%;
top: 50%;
width: 780px;
height: 500px;
margin-left: -390px; /* half of width */
margin-top: -250px;  /* half of height */
display:none;
}

#contacttop {
z-index:1001;
/* background:#353535 url(../images/contacttop3.jpg); */
background:#fff url(ajaxfile/contactBg.jpg) center center repeat-y;
position: absolute;
left:50%;
top:50%;
width: 370px;
height: 395px;
margin-left: -234px; /* half of width */
margin-top: -185px;  /* half of height */
text-align:left;
border:1px dotted #555;
}

#contacttop p {
width:420px; 
text-align:left;
line-height:18px;
padding-left:20px;
padding-bottom:0px;
font-family:Tahoma, sans-serif;
font-size:12px;
color:#bbb;
}

#contacttop h2 {
margin-top:10px;
margin-left:20px;

width:120px;
height:19px;
}

#contacttop h2 span {
display:none;
}

#cForm {
font-size:12px;
color:#FFFFFF;
padding-top:10px;
padding-left:10px;
}

#cForm .line {
clear:both;
padding-top:5px;
padding-bottom:5px;
}

.input {
background:url(ajaxfile/inputBg.png) top left;
border:1px solid #666666;
color:#FFFFFF;
float:left;
width:300px;
padding:4px;
height:14px;
}

.textarea {
background:url(ajaxfile/inputBg.png) top left;
border:1px solid #666666;
color:#FFFFFF;
float:left;
width:300px;
padding:4px;
}

#sendContactEmail {
background-color:#333333;
border:1px solid #666666;
color:#FFFFFF;
width:100px;
font-family:Arial;
font-size:12px;
padding:4px;
margin-top:5px;
float:right;
margin-right:42px;
}

#sendContactEmail:hover {
background-color:#333333;
color:#CCCCCC;
}

.input_caption {
float:left;
width:100px;
text-align:right;
padding-top:5px;
padding-bottom:5px;
padding-right:6px;
font-family:Tahoma, sans-serif;
}