@import "patches.css";
@import "topnav.css";

body {
	background: #d8e5ed url(../img/back_tile.gif) repeat scroll 50% 0;;
	text-align: center;
	margin: 0;
}

#wrapper-shadow {
	margin: 0 auto;
	text-align: center;
	width: 760px;
	background: url(../img/shadow_left.png) repeat-y;
}

#wrapper-shadow.wide {
	width: 80%;	
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 700px;
	padding: 0 0 60px;
	background: #fff;
}

#wrapper-shadow-right {
	background: url(../img/shadow_right.png) repeat-y 100% 0;	
}

#wrapper.wide {
	width: auto;
	margin: 0 30px;
}

#wrapper.alt {
	background: #f8fbfe;
}

#header-wrapper {
	background: #fff;
	padding: 20px 0 0;
}

#header {
	width: 700px;
	height: 176px;
	position: relative;
	background: #fff;
}

#header #logo {
	width: 134px;
	height: 140px;
	position: absolute;
	left: 38px;
	top: 25px;
}

#header h1 {
	width: 489px;
	height: 39px;
	position: absolute;
	left: 183px;
	top: 82px;
	text-indent: -999em;
	background: url(../img/title.gif) no-repeat;
	border: none;
}

.content {
	padding: 20px 30px 10px 80px;
	background: #fff;
}

.content.wide {
	padding: 0;
}

.content.alt {
	padding: 10px 30px 10px 80px;
	background: #f8fbfe;
}

.content table td, .content-alt table td {
	padding: 3px;
}

.hr hr {
	display: none;
}

.hr {
	height: 7px;
	background: url(../img/hr.gif) repeat-x;
	clear: both;
	margin: 5px 0;
}

.h2 {
	height: 39px;
	background: url(../img/h2_bg.gif) repeat-x;
	margin-bottom: 15px;
	clear: all;
}

.h2 h2 {
	margin: 0;
}

.screen {
	width: 197px; height: 157px;
	float: right;
	margin: 10px 0 10px;
	position: relative;
}

.screen img {
	position: absolute;
	/* left: 13px; top: 14px; */
	left: 25px; top: 27px;
}

.screen .overlay {
	width: 197px; height: 157px;
	position: absolute;
	left: 0; top: 0;
	background: url(../img/screen_bg.gif) no-repeat;
}

ul li {
	margin-bottom: 5px;
}

h3 {
	margin: 8px 0;	
}

h4 {
	margin-bottom: 0;
}

/* Form */

label.heading {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 90%;
}

select.monospaced {
	font-family: "Andale Mono",Monaco,Courier New,Courier;
}

p.note {
	font-size: 80%;
	line-height: 1.2em;
	color: #999;
	margin: 0 0 2px;
}

.google-adsense {
	float: right;
	margin-left: 10px;
}