@charset "utf-8";
/* 

CSS for Valley Gold Party
Created by: Kyle Theisen
Website: www.1stopstudios.com

*/

* {margin: 0;padding: 0;}

/* tag styles */
body {
	background: #000 url('../images/bg.jpg') repeat center top scroll;
	color: #fff;
	margin:0; padding:0;
	font-size: 0.75em;
	font-family:'Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif; 
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
p {
	margin:0.5em 0 1.5em 0;
	font-size:1.12em;
}
h1 {
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:normal;
	color:#ffc6c5;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Myriad Pro", "Lucida Sans Unicode";
}	
a {
	color: #FFC7C6;
}
a:hover {
	text-decoration: underline;
}
.ml {margin-left:10px;}
.mr {margin-right:10px;}
.mt {margin-top:10px;}
.mb {margin-bottom:10px;}
.pl {padding-left:10px;}
.pr {padding-right:10px;}
.pt {padding-top:10px;}
.pb {padding-bottom:10px;}


/* header */
#header {
	height: 150px; width: 900px;
	float: left;
	position: relative;
	background: transparent url('../images/bg-header.png') repeat center top;
}
.logo {
	background: transparent url('../images/valley-gold-party.png') no-repeat left top;
	position: absolute;
	top:15px; left: 30px;
}
#slogan {
	position:absolute;
	top:40px; left:430px;
	width:400px; height:62px;
	overflow:hidden;
}
img.slogan2 {margin-left:40px;}
ul.phone {
	position:absolute;
	bottom:10px; right:110px;
}
	ul.phone li {
		float:left; 
		display:block;
		padding:0 6px;
		border-right:1px solid #333;
		font-size:1.1em;
	}
	ul.phone li.last {
		border-right:none;
		padding-right:0;
	}
	ul.phone li span {
		font-weight:bold;
	}

/* navigation */
.none {
	list-style: none;
	list-style-type: none;
}
#nav {
	float:left; 
	width:900px; height:56px;
	background: transparent url('../images/bg-nav.png') repeat center top;
	overflow:hidden;
}
#nav ul {margin-left:10px;}
#nav ul li {
	float:left; display:block;
}
#nav ul li a {
	float:left; display:block;
	padding:18px 20px;
	text-decoration:none;
	font-size:15px;
	color:#fff;
	text-transform: uppercase;
}
#nav ul li a span { text-transform:none;}
#nav ul li.last a {	padding-right:0px;}
#nav ul li a:hover, #nav ul li a.active {color:#ffc7c6;}

.contentFull, .contentFull.nop {
	float:left; 
	width:880px;
	background: transparent url('../images/bg-content.png') repeat center top;
	padding:10px;
	margin-bottom:10px;
}
.contentFull.nop h1 {
	font-size:36px;
	text-align:center;
	margin:30px 0 0;
	text-transform:uppercase;
	color:#ffc6c5;
}
.contentFull.nop {
	padding:0;
	width:900px;
}
.contentFull .lefthalf {
	float:left;
	width:464px;
	padding:0 15px;
}
.contentFull .clear {
	clear:both;
	padding:0 50px;
}
.contentFull .righthalf {
	float:left; 
	width:406px;
}
.fullwrap {
	float:left;
	width:900px;
}
#whyHost {
	float:left;
	width:536px; height:580px;
	background: transparent url('../images/bg-whyHost.png') repeat center top;
	border:2px solid #412c2d;
	cursor:pointer;
}
#whyHost .whytext {
	float:left;
	height:123px;
	overflow:hidden;
}
#whyHost .whytext p {
	margin: 10px 20px;
	text-align:center;
	font-size:14px;
}
#whyHost #hostslide, #whyHost #hostslide li {
	float:left;
	width:536px; height:350px;
}
#whyHost #hostslide div.left, #whyHost #hostslide div.right {
	float:left;
	width:275px;
	font-size:13px;
	font-style:italic;
	margin:120px 0 0 30px;
}
#whyHost #hostslide div.left p.name, #whyHost #hostslide div.right p.name {
	font-style:normal; font-weight:bold;
}
#whyHost #hostslide div.right p.name {
	text-align:right;
}
#whyHost #hostslide div.right {
	margin:120px 0 0 245px;
}
#whyHost #hostslide li img {
	position:absolute;
	bottom:0; left:0;
}

.side {
	float:left;
	width:350px;
}
.side .featured {
	float:left;
	width:350px; height:104px;
	background:#000066;background: transparent url('../images/bg-header.png') repeat center top;
	margin-bottom:10px;
}
.side .vgm {
	float:left; 
	width:346px; height:466px;
	background: transparent url('../images/bg-whyHost.png') repeat center top;
	border:2px solid #412c2d;
	cursor:pointer;
}
.vgm .vgmname {
	font-size:15px;
	text-align:center;
	margin:5px 0;
}
.vgm .vgmname a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.vgm .sm {
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

/* Footer */
#footer {
	text-align:center;
}

#footer p {
	font-size:1.0em;
}
#footer p span {
	font-size:0.8em;
}

div.hr hr {
	display:none;
}
div.hr {
	border-bottom:1px solid #666;
	height:1px;
	width:80%;
	margin:15px auto;
}
#whyHost h2, .vgm h2 {
	font-size:36px;
	text-align:center;
	margin:30px 0 0;
	text-transform:uppercase;
	color:#FFFAC2;
}
#whyHost h2 a{
	color:#ffc6c5;
	text-decoration: none;
}
.vgm h2 a {
	color:#FFFAC2;
	text-decoration: none;
}
#whyHost h2 a:hover, .vgm h2 a:hover {
	color:#fff;
}

#whyHost, .vgm {position:relative;}

.vgm h2 {font-size:33px; margin-top:15px; margin-bottom:10px;}
.vgm div.hr {margin:10px auto;}
.vgm img {
	position:absolute;
	bottom:0; left:0;
}
.alist {
	margin-left:40px; 
	font-size:13px; 
	font-weight:bold;
}
.alist li {
	margin-bottom:5px;
}
.center {text-align:center;}
.faq {text-align:center;}
.faq h3 {font-size:18px;}
.faq h3 + h3 {margin-top:5px;}

ul.howitworks {font-size:13px;}
ul.howitworks li {margin-bottom:14px;}