
body { margin: 0; background-color:#2b292d; }
iframe {
	border: none;
	background-color: #666666;
}
#master { background-color:#2b292d; padding: 5px 0; position:relative; }
#master a img { border: none; }
#master a {
	color: #ffcc00;
	text-transform:uppercase;
	text-decoration:none;
}
#master a:hover { text-decoration: underline; }
#master h1, #master h2, #master h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#master h1, #master h2 { color: #ffcc00; }
#master h1 {
	color: #ffcc00;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:5.5em;
	margin:20px 0;
}
#master h3 {
	color: #666666;
	font-size: 1em;
	margin: 5px 0 10px;
}
p.orange, a.orange  { color: #ffcc00; }
div.topborder, p.topborder { border-top: 1px solid #6d6e71; }
div#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background-color:#2b292d;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #c3c4c5;
}
div#header {
	height: 115px;
	width: 900px;
	background: url(images/head_bg.jpg) left top repeat-x;
}
div#header a { position: absolute; }
div#feature {
	height:339px;
	width:900px;
	background:url(images/feature_bg.jpg) left top repeat-x;
}
div#feature.short {
		height: 25px;
}
div#feature.short a {
		padding: 10px 10px;
}
div.screen {
	width:245px;
	height: 167px;
	z-index:2;
	position: absolute;
	top:187px;
	left:479px;
}
img#laptop {
	position:absolute;
	left:324px;
	top:136px;
}
div#feature_leftcol {
	position:absolute;
	top: 130px;
	left: 10px;
	width: 320px;
	font-weight: bold;
}
div#body {
	background-color:#2b292d;
	position: relative;
	overflow:hidden;
	border-top: 1px solid #6d6e71;
	padding-top: 10px;
}
div#leftcol {
	margin: 10px;
	width: 440px;
	float: left;
	border-bottom: 1px solid #6d6e71;
}
div#leftcol ul { line-height: 1.8em; }
div#rightcol {
	width: 420px;
	float: right;
}
ul#examples {
	list-style: none;
	margin: 0;
	padding:0;
}
ul#examples li {
	float:left;
	margin: 0 10px 10px 0;
	background: url(images/example_bg.jpg) top left no-repeat;
}
ul#examples li a {
	width: 200px;
	height: 150px;
	text-indent: -3000px;
	overflow:hidden;
	display:block;
	background: url(images/example_logos.png) 0 0 no-repeat;
	opacity: 0.5;
 filter:alpha[opacity=50];
}
ul#examples li a:hover { opacity:1; filter:alpha[opacity=100];
}
blockquote {
	clear:both;
	margin: 40px 0;
	font-size: 1.2em;
	border: 1px solid #6d6e71;
	padding: 10px 0;
	border-style: solid none;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
blockquote p { margin: 12px 80px; }
blockquote p.credit {
	text-align:right;
	font-size: 0.8em;
}
blockquote p.credit span.name { font-weight: bold; }
div#footer {
	color: #666666;
	text-transform: uppercase;
	margin: 80px 10px 10px;
	font-size: 0.8em;
}
div#footer ul {
	list-style: none;
	float: right;
	margin: 0;
}
div#footer ul li {
	float: left;
	margin: 0 5px;
}
div#footer a {
	color: #CCCCCC;
	text-decoration: none;
}


div#formOverlay {
	width: 440px;
	height: 400px;
	background-color: black;
	opacity: 0.8;
	filter:alpha[opacity=80];
	position: absolute;
	top: 100px;
	left: 230px;
	z-index: 10;
}
div#form {
	width: 400px;
	margin: 20px;
	position: absolute;
	top: 100px;
	left: 230px;
	z-index: 11;
	color: #DDDDDD;
}
div#form h2 {
	margin-top: 0;
}
div#form label {
	clear: both;
	float: left;
	width: 100px;
	margin-bottom: 5px;
}
div#form input[type=text], div#form input[type=file] {
	float: left;
	width: 290px;
	margin-bottom: 5px;
	background-color: #666666;
	color: white;
	border: 1px solid #333333;
	padding: 3px;
	font-weight: bold;
}
div#form input[type=text]:focus {
	background-color: #777777;
	outline: 2px solid #ffcc00;
}
div#form input[type=submit] {
	clear: both;
	float: right;
	margin: 5px;
}
div#form div.note {
	margin-left: 100px;
	font-size: 0.8em;
}
a#closeForm {
	display:block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -12px;
	left:-12px;
	background: url(images/close.png) top left no-repeat;
	z-index:12;
	cursor: pointer;
	opacity: 0.8;
	filter:alpha[opacity=80];
}
a#closeForm:hover {
	opacity: 1;
	filter:alpha[opacity=100];
}
#form .message {
	background-color: #ffcc00;
	padding: 5px;
	color: black;
}
