/**********************
Basic tag definitions
**********************/

* {margin: 0; padding: 0; outline: 0;}

p {margin-bottom: 1em; line-height: 1.5em;}

ul, ol {line-height: 1.33em; list-style: none; margin: 0 0 1em 0;}

table {border-collapse: collapse; border-spacing: 0;}

img, fieldset, abbr, acronym {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}
strong {font-weight: bold;}
em {font-style: italic;}

caption, th {text-align:left;}
q:before, q:after {content:'';}

input {
	padding-bottom: 5px;
	margin-top: 5px;
}

/**********************
Headers
**********************/

h1, h2, h3, h4 {
	color: #000;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: .8em;
	letter-spacing: -1px;
}
h1 {font-size: 2em;}
h2 {font-size: 1.33em;}
h3 {font-size: 1.33em;
	color: #9c1b1d;
}
h4 {font-size: 1.17em;}


/**********************
Anchors
**********************/

a, a:link, a:active, a:visited {
	color: #1c5881;
	text-decoration: none;
}
a:hover {
	color: #0c243c;
	text-decoration: none;
}


/**********************
Main structure
**********************/

body {
	background: #fff 0 bottom;
	color: #5e5e5e;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.2em;
	text-align: center;
	border-top: 5px solid #9c1b1d;
}

#wrapper {
	width: 740px;
	display: block;
	margin: 25px auto 50px;
	height: auto;
}

#image {
	z-index: -1;
	background-image: url(WR-Splash_01.jpg);
	width: 450px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#left {
	background-image: url(WR-Splash_03.jpg);
	width: 354px;
	height: 600px;
	float: left;
	overflow: hidden;
}

#right {
	width: 354px;
	float: left;
	margin-top: 72px;
	margin-left: 32px;
}

#splash-copy {
	background: url(gray-bg.gif) no-repeat;
	width: 650px;
	height: auto;
	border: 5px solid #9c1b1d;
	padding: 25px;
	text-align: left;
	line-height: 24px;
	margin: -35px auto 15px;
	z-index: 1;
}

#top-copy {
	background: url(gray-bg2.gif) no-repeat;
	width: 340px;
	height: auto;
	border: 5px solid #9c1b1d;
	padding: 25px;
	text-align: left;
	margin-bottom: 10px;
	display: block;
}

#get-notified {
	background: url(gray-bg.gif) no-repeat;
	width: 650px;
	height: auto;
	border: 5px solid #949494;
	padding: 25px;
	text-align: left;
	line-height: 24px;
	z-index: 1;
	border-top-color: #989898;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

#bottom-copy {
	background: url(gray-bg2.gif) no-repeat;
	width: 340px;
	height: auto;
	border: 5px solid #949494;
	padding: 25px;
	text-align: left;
	display: block;
}

.label {
	color: #000;
	font-weight: bold;
}

ul.features {
	
}

ul.features li {
	list-style-type: square;
	list-style-position: inside;
	color: #292929;
	font-size: 1.0em;
}

.black {
	color: #000;
}

.red {
	color: #9c1b1d;
}