/*

CSS Reset

cf. http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

The section of this document up to "END RESET" is not under copyright.

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 20px;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* 
END RESET 
Any CSS below is copyright 2009. All rights reserved.
*/

/*-- Default Stylesheet --*/
h2, h3, h4, h5, ul, ol, dl, form, p {
	margin: 20px 0;
}

body {
	background: rgb(20,20,20);
	font: 12px 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode';
}

#page {
	width: 800px;
	margin: 15px auto;
}

#header {
}

h1 {
	height: 50px;
	width: 140px;
	background: url(../images/logo/dark.png) no-repeat left top;
	font-size: 2px;
	color: rgb(20,20,20);
}

#banner {
	height: 220px;
	margin: 10px 0;
	background: url(../images/banner.png) no-repeat left 50%;				
}

#banner p {
	display: none;
}

/*
#banner p#tagline {
	display: inline-block;
	padding: 5px 20px;
	background: rgb(50,150,50);
	font: 20px 'Lucida Grande';
	color: white;
}
*/

#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline-block;
	float: left;
}

#nav a {
	display: inline-block;
	padding: 10px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 11px helvetica, arial, sans-serif;
	color: rgb(150,150,150);
}

#nav a:hover {
	background: none;
	color: white;
}

#home #home,
#about #about,
#prices #prices,
#contact #contact {
	background: rgb(30,30,30);
	text-decoration: none;
	color: white;
}

/*-- Main --*/
#main {
	float: left;
	clear: left;
	width: 540px;
	padding: 1px 20px;
	background: rgb(30,30,30);
	font-size: 12px;
	color: rgb(160,160,160);
}

h2 {
	letter-spacing: 1px;
	font-size: 20px;
	color: white;
}

h3 {
	font-size: 15px;
	color: white;
}

#main img {
	border: 10px solid rgb(50,50,50);
}

ul {
	margin-left: 20px;
}

ul.ticks li {
	margin: 10px 0;
	padding-left: 20px;
	background: url(../images/tick.png) no-repeat left 50%;
	list-style: none;
	color: white;
}

em {
	font-style: normal;
	color: white;
}

.subtle {
	color: rgb(100,100,100);
}

/*-- Tables --*/
table {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
}

th {
	padding: 5px 10px;
	background: black;
	text-transform: uppercase;
	font-size: 11px;
	color: white;
}

td {
	padding: 5px 10px;
}

#budgets {
	background: rgb(40,40,40);
}

#budgets td {
	height: 40px;
	vertical-align: middle;
	border-bottom: 1px solid rgb(60,60,60);	
	color: white;
}

#budgets td span.subtle {
	display: block;
	font-size: 11px;
	color: rgb(150,150,150);
}

#budgets td.price {
	width: 120px;
	padding: 0;
	vertical-align: bottom;
	font-size: 11px;
	color: white;
}

td.price span {
	display: block;
	position: relative;
	bottom: -8px;
	width: 30px;
	padding: 2px;
	background: rgb(30,30,30);
	text-align: center;
}

#budgets td.price.mini {
	height: 50px;
	background: rgb(50,100,50);
}

#budgets td.price.low {
	height: 80px;
	background: rgb(50,150,50);
}

#budgets td.price.medium {
	height: 60px;
	background: rgb(50,200,50);
}

#budgets td.price.high {
	height: 110px;
	background: rgb(50,250,50);
}

#budgets td.price.high span {
	width: 50px;
}

#budgets td#popular {

}

/*-- Sidebar --*/
#sidebar {
	float: left;
	width: 200px;
	margin-left: 20px;
}

#sidebar h3 {
	margin: 10px 0;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
	font: 11px sans-serif;
}

#sidebar h3:first-child {
	margin: -20px 0 6px 0;
}

#sidebar .box {
	margin-bottom: 10px;
}

#sidebar .box img {
	width: 196px;
	padding: 1px;
	border: 1px solid rgb(80,80,80);
}

#sidebar .box p {
	margin: 0;
	text-align: right;
	font-size: 11px;
	color: rgb(100,100,100);
}

#sidebar a {
	color: rgb(150,150,150);
}

#sidebar a:hover {
}

#sidebar .box > a:hover {
	background: none;
}

#sidebar a:hover img {
	border-color: white;
}

/*-- Misc --*/
.hr {
	border-top: 1px solid rgb(40,40,40);
}

form#newsletter {
	padding: 10px;
	background: rgb(15,15,15);
}

#newsletter h3 {
	margin: 0 0 10px 0;
}

#newsletter input[type=text] {
	width: 220px;
	margin-right: 10px; 
	padding: 2px;
	font-size: 13px;
	color: rgb(100,100,100)			
}

#newsletter input[type=text]:focus {
	color: rgb(0,0,0);
}
			
#newsletter p {
	margin: 10px 0 0 0;
	font-size: 11px;
	color: rgb(100,100,100);
}

#subscriber_welcome { /* appears at top of page */
	padding: 10px;
	background: rgb(80,200,80);
	text-align: center;
	font-size: 15px;
}
			
/*-- Links --*/
a:link,
a:active,
a:visited,
a:hover {
	color: rgb(50,200,255);
}

a:hover {
	background: rgb(50,150,200);
	color: white !important;
}

/*-- Footer --*/
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	color: rgb(100,100,100);
}

#footer a {
	text-decoration: underline;
	color: rgb(100,100,100);
}

#footer a:hover {
	color: white;
}