html, body {
	margin:0px;
	padding:0px;
	width:100%;
}

body {
	background-color:#ddd;
	color:#333;
	font:normal normal normal 10pt/140% Arial;
}

img {
	border-width:0;
}

#site {
	height:100%;
	position:relative;
	width:100%;
}

#wrapper {
	padding:10px;
}

#header {
	background:#ccc url(headbg.png) scroll repeat 0 0;
	border:1px solid #666;
	height:60px;
	position:relative;
}

#footer {
	background-color:#ccd;
	border:1px solid #666;
	border-top-width:0px;
	font-weight:bold;
	position:relative;
	text-align:center;
}

#menu {
	background:#666 url(tabsbg.png) scroll repeat 0 0;
	border:1px solid #666;
	border-top-width:0;
	color:#eee;
	font:normal normal bold 11pt/190% Arial;
	height:28px;
	position:relative;
	text-align:center;
}

#content {
	background:#fff url(bodybg.png) scroll repeat 0 0;
	border:1px solid #666;
	border-top-width:0;
	padding:5px 10px;
	position:relative;
}

#house {
	position:absolute;
	right:20px;
	top:10px;
}

#logo {
	left:20px;
	position:absolute;
	top:12px;
}

h1, h2, h3, h4, h5, h6 {
	color:#006;
	display:block;
	font-weight:bold;
	padding-left:5px;
}

h1 { font-size:160%; }
h2 {
	border-bottom:2px solid #006;
	font-size:145%;
}
h3 { font-size:130%; }
h4 { font-size:115%; }
h5 { font-size:100%; }
h6 { font-size:85%; }

span.required {
	color:#f90;
	font-weight:bold;
}

div.input-wrapper, div.select-wrapper, div.checkbox-wrapper {
	display:block;
	padding-bottom:10px;
}

div.input-wrapper input, div.select-wrapper select {
	display:block;
}

form {
	padding-left:10px;
}

div.input-wrapper label, div.select-wrapper label {
	font-weight:bold;
}

#friendly-msg, #error-msg {
	border-style:solid;
	border-width:2px 0 2px 0;
	font-weight:bold;
	margin-top:10px;
	padding:5px 10px;
}

#friendly-msg {
	background-color:#ccf;
	border-color:#119;
	color:#006;
}

#error-msg {
	background-color:#f99;
	border-color:#911;
	color:#600;
}

div.screenshot {
	background-color:#ccd;
	border:1px solid #666;
	display:block;
	margin:5px;
	position:relative; /* need for ie6, or screenshot is invisible... */
	text-align:center;
}

div.screenshot img {
	border:1px solid #666;
	margin:3px 3px 0 3px;
}

div.screenshot span {
	background-color:#dde;
	border-top:1px solid #666;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:9pt;
}

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

a:hover, a:active {
	color:#666;
}

div.screenshots {
	float:right;
}

#old-browser {
	background-color:#ffee99;
	border-bottom:1px solid #333;
	padding:3px 10px;
}

#old-browser a {
	color:#009;
	font-weight:bold;
}

#old-browser a:hover, #old-browser a:active {
	color:#003;
	text-decoration:underline;
}

div.use-block {
	background-color:#eef;
	border:1px solid #666;
	display:block;
	margin:3px;
	padding:3px 7px;
	position:relative; /* need for ie6, or block is invisible... */
}
div.use-block ul {
	margin:0 0 0 20px;
	padding:0px;
}

a.hot-button {
	background-color:#b00;
	border-color:#f33 #700 #700 #f33;
	border-style:solid;
	border-width:3px;
	color:#fee;
	font-size:14pt;
	font-style:italic;
	font-weight:bold;
	padding:0px 13px;
}

a.hot-button:hover {
	background-color:#a00;
	border-color:#600 #e33 #e33 #600;
	color:#dcc;
}
