/*------------ Global/Default Styles -------------*/

* {
	margin: 0;
	padding: 0;
}

html { height: 100%;}

body {
	background: #12120f url('../images/line.gif') 230px 0 repeat-y;
	color: #d3d0cc;
	text-align: center;
	font: 100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 100%;
}

h1, h2, h3, h4 {
	font-family: 'Century Gothic', Verdana, Arial, Sans-Serif;
}

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

a:hover {text-decoration: underline}


h1 a {
	background: url('../images/danthorne.gif') no-repeat;
	margin: 20px;
	width: 190px;
	height: 130px;
	display: block;
	float: left;
	display:inline;
}

h1 span {display: none}


h2 {
	color: #84a5da;
	text-align: left;
	font-size: 130%;
	font-weight: normal;
	margin: 20px 0 15px 0;
	letter-spacing: -1px;
}

h3 {
	text-align: left;
	font-size: 70%;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

* html h3 {
	font-weight: normal;
	letter-spacing: 0;
}

h3 a {color: #d3d0cc}


/*------------------- ID Styles --------------------*/

#Wrap {
	position: relative;
	min-height: 100%;
}

* html #Wrap {height: 100%}

#Header {
	background: #090806;
	border-bottom: 1px solid #2c2c2a;
	overflow: hidden;
	width: 100%; /*IE6 Fix*/
}

	#Header li {
		text-align: right;
		font-size: 70%;
		padding: 5px 10px;
		list-style: none;
		float: right;
	}

	#Header li a {color: #5f5f5f}
	#Header li a:hover {color: #fff}

#Content {
	margin: 20px 0 20px 251px;
	padding-bottom: 51px;
}

#Content p {
	text-align: left;
	font-size: 80%;
	margin: 25px 0 15px 0;
}

	#Screenshot {overflow: hidden}

	#Screenshot div.screen {
		float: left;
		margin: 10px 20px 0 0;	display:inline;
	}

	#Screenshot div.end {margin-right: 0}

	#Screenshot a img {
		border: none;
		opacity: 0.85;
		filter: alpha(opacity=85)
	}

	#Screenshot a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100)
	}

	#Add {
		clear: both;
		overflow: hidden;
	}

	#Add h2 {margin-top: 40px}
	

#Footer {
	background: #090806;
	border-top: 1px solid #2c2c2a;
	position: relative;
	margin-top: -51px;
	width: 100%;
	height: 50px;
	font-size: 70%
}

#Footer p {margin-top: 18px}

#contactBox {
	overflow: hidden;
	width: 500px;
	float: left;
}

#contactBox fieldset {
	margin-bottom: 20px;
	border: 1px solid #999;
	padding: 0 10px 20px 10px;
	font-size: 80%;
}

#contactBox legend {
	margin: 20px 0 20px 5px;
	padding: 0 5px;
	color: #fff;
}

#contactBox input, #contactBox select, #contactBox textarea {
	margin-left: 15px;
	margin-bottom: 5px;
	width: 70%;
	border: 0;
	padding: 4px;
	font-size: 110%;
	font-weight: bold;
	float: left;
}

#contactBox select {width: 35%}
#contactBox textarea {width: 92%}

#contactBox label {
	margin-right: 8px;
	float: left;
	width: 100px;
	text-align: right;
	overflow: hidden;
}

#contactBox br {clear: left}

#contactBox span {
	color: #cf3f3f;
	font: bold 110% verdana, arial;
}

#contactBox button {float: right}


/*------------------ Class Styles ------------------*/

p.visit a {
	width: 184px;
	height: 23px;
	display: block;
	background: url('../images/visitwebsite.gif') no-repeat;
	margin-top: 20px;
	float: left;
}

p.visit a:hover {background-position: 0 -23px}

p.visit span {display: none}

.red {color: #cf3f3f}