* {
margin:0;
padding:0;
}

/* html, body {
background-color:#333333;
background-image:url(../images/back.jpg);
background-repeat:no-repeat;
background-position:center;
font-size:12px;
font-family:Arial;
text-align:center;
color:#999999;
height: 100%;
padding: 0;
margin: 0; 
} */

DIV.page
{
position: absolute;
left: 50%;
top: 50%;
width: 960px;
height: 500px;
margin-left: -390px; /* half of width */
margin-top: -250px;  /* half of height */
}

/* #header {
height:50px;
width:960px;
padding-top:15px;
padding-left:15px;
padding-right:15px;
}

#header .left {
float:left;
width:350px;
height:40px;
display:block;
text-align:left;
}

#header .right {
float:right;
width:400px;
height:40px;
display:block;
text-align:right;
} */

h1, h1 a, h1 a:hover {
font-size:24px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

h1 a span {
font-weight:normal;
color:#7b7b7b;
text-decoration:none;
padding-left:2px;
}

#portfolio h2 {
font-size:24px;
font-weight:normal;
font-family:Georgia;
color:#bbb;
padding-top:10px;
padding-left:20px;
padding-bottom:12px;
}

#portfolio h2 span {
font-size:17px;
font-weight:normal;
font-family:Georgia;
color:#7b7b7b;
padding-top:15px;

}

#portfoliowrap {
clear:both;
padding-left:20px;
padding-top:20px;
filter:alpha(opacity=90);
}

#portfolio {
width:905px;
height:301px;
overflow:hidden; 
position: relative;
float:left;
background:url(../img/mixedBg44.gif);

}

a.portfolioarrow {
width:35px;
float:right;
margin-right:20px;
height:280px;
background-image:url(../images/portfolioarrow_off.jpg);
}

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

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

.box .top {
height:285px;
}

.box .top .left {
width:475px;
padding-right:10px;
float:left;
}

.box .top .right {
width:420px;
float:right;

}

.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;
}

a {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#999999;
text-decoration:underline;
}

a.contactme {

background-image:url(../images/contactme.jpg);
width:90px;
height:32px;
float:right;
margin-top:-8px;
z-index:100;
}

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

a.exit {
background-image:url(../images/exit_off.jpg);
float:right;
width:25px;
height:25px;
}

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

#contactback {
z-index:1000;

background-image:url(../img/contactback7.gif);
filter:alpha(opacity=95);
opacity: 0.95;
-moz-opacity:0.95;
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:#171717 url(../img/contactBg.jpg) center bottom repeat-y;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
position: absolute;
left: 50%;
top: 50%;
width: 468px;
height: 370px;
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;
background: url(../img/contactme-head.png) no-repeat;
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(../img/inputBg.png) top left;
border:1px solid #666666;
float:left;
width:300px;
padding:4px;
height:14px;
}

.textarea {
background:url(../img/inputBg.png) top left;
border:1px solid #666666;
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;
}