/* Styles */


body {
	background: #822168 url('../images/body_shadow.png') repeat-y center top;
	margin: 0 auto;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	width: 100%;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 564px;
	background-image: url(../images/header.jpg);
}

#header .container1 {
	position: absolute;
	width: 500px;
	top: 255px;
	left: 25px;
}

#header .container2 {
	position: absolute;
	width: 600px;
	top: 345px;
	left: 25px;
}

#header .container3 {
	position: absolute;
	width: 600px;
	top: 524px;
	left: 20px;
}

#header .containerFlash {
	position: absolute;
	top: 320px;
	left: 490px;
	width: 470px;
}

#investment {
	background-image: url(../images/investment.jpg);
	height: 295px;
}

#footer {
	height: 1000px;
	color: #FFF;
}

.story {
	background-image: url(../images/story_gradient.jpg);
	background-repeat: repeat-x;
	height: 324px;
	margin: 0;
}

.story .photo {
	float: left;
}

.story .storyText{
	float: left;	
	padding: 5px 0 0 20px;
	width: 56%;
}

.story .storyText .name {
	font-size: .75em;
	padding-left: 240px;
	margin-bottom: 20px;
}

.story h1 {
	color: #0066CC;
	font-size: 1.3em;
	margin-bottom: 15px;
}

.quote {
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
}

#header h1 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	line-height: 150%;
}

#header h3, .story h3 {
	color: #0066CC;
	font-size: 1em;
}

#header h5 {
	font-size: 67%;
}

#investment h1 {
	color: #993366;
	font-size: 1.5em;
	margin-top: 0;
}

#investment .container {
	position: relative;
	left: 6%;
	top: 5%;
	width: 90%;
}

#investment .container p {
	margin-top: -5px;
	font-size: .9em;
	line-height: 25px;
}
#investment .buy {
	width: 450px;
	position: relative;
	left: 350px;
	top: 20px;
}

#footer .container {
	position: relative;
}

#footer .top {
	background-image: url(../images/footer_top.jpg);
	background-repeat: repeat-x;
	height: 896px;
	width: 960px;
	position: relative;
	z-index: 100;
}

#footer .bottom {
	background-image: url(../images/footer_bottom.jpg);
	width: 960px;
	height: 104px;
	position: relative;
	z-index: 99;
}

#footer h1{
	color: #94d5ff;
	font-style: italic;
	font-size: 1.2em;
	margin: 0 0 20px 23px;
	padding-top: 15px;
}

#footer .leftCol, 
#footer .rightCol {
	position: relative;
	left: 3%;
	width: 50%;
	float: left;
}

#footer .rightCol {
	width: 420px;	
}
#footer .rightCol .text {
	padding-right: 0;	
}


#footer .photo {
	width: 149px;
	float: left;
}

#footer .text {
	width: 238px;
	float: left;
	padding-left: 15px;
	padding-right: 58px;
}

#footer p {
	font-size: .8em;
	line-height: 18px;
}

#footer .title {
	font-size: 1em;
	margin-top: 0;
}

#footer .buy {
	width: 580px;
	height: 60px;
	position: absolute;
	left: 380px;
	top: 922px;
}

/*Lists*/
#header ul, .story ul {
	margin-top: -10px;
	font-size: .85em;
	padding-left: 30px;
	color: #00F;
}

#header ul span, .story ul span {
	color: #000;
}

#header li, .story li{
	line-height: 145%;
}

/*Flash Content*/
.flashContent {
	position: relative;
	width: 52px;
	float: left;
}
.flashText {
	postion: absolute;
	float: left;
	text-transform: uppercase;
	width: 400px;
}
.flashTextBottom {
	postion: absolute;
	float: left;
	text-transform: uppercase;
	width: 520px;
}
.flashText p {
	margin: 0;
	position: relative;
	top: 7px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 92%;
}
.cartButton {
	position: relative;
	top: -2px;
	width: 47px;
	float: left;
}
img {
	border: none;
}

/*Highlights*/

.highlightPurple {
	color: #993366;
}

.highlightBlue {
	color: #0066CC;
}
