#logo {
	position:relative;
	left:-5px;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width:850px;
	padding:10px;
	position:relative;
}

#top {

}
#menu {
	position:absolute;
	right:0px;
	top:0px;
	margin-right:10px;
}

#menu a {
	display:block;
	float:left;
	margin-left:10px;
	color:white;
	font-family: Arial, sans-serif;
	font-size:13pt;
	font-weight:bold;
	width:93px;
	height:111px;
	position:relative;
	background:none;
	cursor:pointer;
}

#menu a span {
	display:block;
	text-align:center;
	bottom:20px;
	position:absolute;
	width:93px;
}

#menu a.active {
	background-image: url('/images/menu_back.gif');
}
#menu a.active:hover, #menu a:hover {
	background-image: url('/images/menu_back_hover.gif');
}

#content {}

#client_profile {
	width:365px;
	font-size:10pt;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height:1.8;
	text-align:justify;
	margin-right:0px;
}

#client_profile h1 {
	text-align:left;
}
#client_profile a {
	color:#99ff33;
	border:1px solid #414141;
	padding:3px;
}
#client_profile a:hover {
	text-decoration:none;
	color:white;
	background:#414141;
	border:1px solid #99ff33;
}

#screenshot {
	float:right;
	position:relative;
	top:0px;
	width:465px;
	
}
#screenshot div {
	
}
#screenshot div img {
	width:465px;
}

#screenshot .description {
	font-size:10pt;
	line-height:1.8;
	margin-top:1px;
	font-weight:normal;
}
#screenshot_caption {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	line-height:1.8;
	text-align:justify;
}

#nextphoto {
	float:right;
	font-size:10pt;
	color:#99ff33;
}
#nextphoto:hover {
	text-decoration:underline;
	color:white;
}

#contact_form {
	width:441px;
	border:5px solid #414141;
	padding-left:7px;
	padding-right:1px;
	padding-top:7px;
	height:141px;
	background:#414141;
}

#contact_form label {
	font-size:10pt;
}
#contact_link {
	font-size:34px;
	cursor:pointer;
	color:#99ff33;
}
#contact_link a {
}
#contact_link:hover {
	color:white;
	text-decoration:none;
}
#thankyou {
	color:#99ff33;
	font-size:34px;
}

#portfolio {
	clear:both;
	margin-top:10px;
	height:152px;
	width: 868px;
	float:right;
}

#gallery {
}

#gallery a {
	display:block;
	width:116px;
	height:152px;
	float:left;
	position:relative;
	margin-right:4px;
	margin-left:4px;
	background:none;
}
#gallery a.active {
	background-image:url('/images/gallery_back.gif');
}
#gallery a.active:hover, #gallery a:hover {
	background-image:url('/images/gallery_back_hover.gif');
}

#gallery a span {
	display:block;
	text-align:center;
}

#gallery a img {
	width:100px;
	height:93px;
	margin:7px;
	border:1px solid #666666;
}

#gallery a.active img, #gallery a:hover img {
	border:1px solid white;
}

#image_placeholder {
	height:100px;
	margin-bottom:10px;
}
#subheader {
}
#subheader a {
	font-size:24px;
	cursor:pointer;
	border:5px solid #414141;
	display:block;
	padding-left:10px;
	background:#333333;
}
#subheader a:hover {
	color:white;
	border:5px solid #99ff33;
	text-decoration:none;
	background:#414141;
}
#link {
}
#link a{
	position:absolute;
	background:#414141;
	padding-top:3px;
	height:15px;
	top:119px;
	text-align:center;
	font-size:12px;
	border:1px solid #666666;
	color:#99ff33;
	font-weight:normal;
}
#link a:hover {
	background:#333333;
	color:white;
	border:1px solid #99ff33;
}
#link a.active {
	background:#666666;
	color:white;
	border:1px solid #666666;
}
#link a.active:hover {
	background:#414141;
	color:white;
}
#process {
}
#process a {
	font-size:18px;
	border:2px solid #666666;
	padding:5px;
	}
#process a:hover {
	border:2px solid #99ff33;
	background:#666666;
	color:white;
	text-decoration:none;
}
#process a.active {
	font-size:18px;
	border:2px solid #99ff33;
	padding:5px;
	background:#666666;
	color:white;
}

a, a:hover, a:visited {
	color:white;
	font-size:10pt;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	color:white;
}
.input {
	background:url(/images/input_left.png) no-repeat;
	padding:0 0 0 4px;
	float:left;
	margin:1px;
	float:left;
}
.input span {
	background:url(/images/input_right.png) no-repeat right top;
	padding:2px 3px 3px 0;
	float:left;
}
.input span input { 
	background:white;
	color:#666666;
	font-weight:normal;
	border:0;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:15px;
}
.input span input:hover { 
	color:black;
}
body {
	color:white;
	background-color:#333333;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

img {
	border:0px;
}

H1 {
	font-size:15pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color:white;
}