a:link
{
	color:#aad;
}
a:visited
{
	color:#99d;
}
a:hover
{
	color:#77b;
}

.right
{
	float:right;
}

.center
{
	text-align:center;
	margin:0 auto;
}

hr
{
	color:#888;
	background:#888;
}

.container
{
	width:800px;
}


body
{
	margin:0;padding:158px 0 0;
	
	font-family:Calibri,helvetica, arial, sans-serif;
	
	background-color:#fff;
	color:#000;
}
p, p+p{
	font-size:1.2em;
	margin-bottom:2.5em;
	text-indent:0;
}

h1
{
	margin:0;
}

h2,h3
{
	
	line-height:1.2em;
	letter-spacing:0.05em;
}

h2
{
	margin:10px 0 10px;
	color:#fee;
	font-weight:bold;
	font-family:Calibri,helvetica, arial;
	font-size:1.8em;
	letter-spacing:1px;
	text-shadow: #333 1px 1px 0px;
}

.content h2
{
	color:#000;
	text-shadow: #aaa 1px 1px 0px;
}

h3
{
	font-size:1.3em;
	line-height:1.3em;
	color:#444;
	margin:0px 0 10px;
}

.content
{
	text-align:left;
}

#logo-bg
{
	position:fixed;
	z-index:100;
	background-color:#fff;
	top:0;left:0;
	width:100%;
}

#toplogo
{
	
	top:0;
	margin:0 auto;
	width:800px;
	text-align:center;
	background-color:#fff;
	line-height:0;
	border-bottom:solid 1px #222;
	height:122px;
}

#nav-bg
{
	
}

#nav-bg
{	
	width:100%;
	margin:0 auto;
	position:fixed;
	z-index:0;
	top:122px;
	height:223px;
	
	background:url(../img/navbg.gif) repeat-x;
}

#nav 
{
	background:url(../img/navbg.gif) repeat-x;
	position:fixed;
	width:100%;
	top:122px;
	z-index:103;
	
	border-top:solid 1px #222;
}
#nav div
{
	
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;

	font-size:1.1em;
	line-height:15px;
	padding:10px 0;
	width:800px;
	border-bottom:solid 1px #555;

		
	margin:0 auto;
}
#nav div em
{
	letter-spacing:0;
}

#nav a
{
	color:#003;
	text-decoration:none;
	margin:0 5px;
	
	text-shadow:1px 1px 1px #444;
}

#nav a:hover
{
	border-bottom:dashed 1px #fff;
	color:#fff;
}


#links a
{
	font-size:1.4em;
	margin-right:22px;
	text-decoration:none;
}
#links a.last
{
	margin-right:0;
}

#carousel-holder
{
	width:770px;
	margin:0px auto;
	
	overflow:hidden;
}
#carousel ul
{
	list-style-type:none;
}

#carousel ul li
{
	width:770px;
	text-align:center;
	height:670px;
}

#carousel ul li img.sshot
{
	-moz-box-shadow: 0px 5px 5px #666;
	-webkit-box-shadow: 0px 5px 5px #666;
	box-shadow: 0px 5px 5px #666;
	
	margin-bottom:20px;
}

#carousel ul li div
{
	margin:0 auto;
}

#carousel h4
{
	font-size:0.8em;
	text-transform:uppercase;
	color:#777;
	margin-bottom:5px;
}

.desc
{
	font-size:1.1em;
	display:none;
}

a.prev, a.next
{
	position:absolute;
	top:240px;
	display:block;
	/*width:43px;height:46px;*/
	z-index:99;
	
	color:#fff;

	font-size:30px;font-weight:bold;
	line-height:47px;
	text-decoration:none;
	font-family:arial;
	width:50px;height:50px;
	overflow:hidden;
	
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color:#bbb;
	
	text-shadow:#aaa 1px 1px 1px;
	
	opacity:0.7;
}

a.prev
{
	left:0;
	
	/*background:url(../img/arrows.gif) no-repeat -43px 0;*/
}
a.prev:hover, a.next:hover
{
	background-color:#333;
	opacity:1;
	/*background:url(../img/arrows.gif) no-repeat -43px -46px;*/
}

a.next
{
	right:0;
	/*background:url(../img/arrows.gif) no-repeat 0px 0;*/
}
a.next:hover
{
	/*background:url(../img/arrows.gif) no-repeat 0px -46px;*/
}

#box
{
	position:relative;
}


.divider
{
	background:url(../img/divider-states.png) no-repeat 0px -58px;
	
	height:58px;
	width:729px;
	display:block;
}
a:hover.divider
{
	background:url(../img/divider-states.png) no-repeat 0px 0px;
	
	height:58px;
	width:729px;
}

.half
{
	padding-right:20px;
	border-right:solid 1px #ccc;
	margin-right:20px;
	float:left;
	width:46%;
	
}

.last
{
	margin-right:0;
	padding-right:0;
	border-right:none;
}

#footer
{
	margin-top:30px;
	padding:30px;
	background:#000;
	color:#ddd;
	font-size:1.2em;
}

#ipodpromo img
{
	border:solid 1px #222;
}


#plans
{
	
}

.plan
{
	width:40%;
	float:left;
	padding:15px 20px;
	background:#ccf;
}

.plan p
{
	font-size:1em;
	line-height:1.1em;
	margin-bottom:15px;
}

.plan h1
{
	margin-bottom:10px;
	
	
	text-shadow: #000 1px 1px 2px;
}

.plan h1 img
{
	vertical-align:middle;
	float:right;
}

.plan h3
{
	margin-bottom:5px;
	font-weight:normal;
	font-family:georgia, serif;
}
#basic
{
	position:relative;
	top:20px;
	z-index:1;
	border:solid 1px #999;
	border-right:none;
}

#deluxe
{	
	position:relative;
	z-index:2;
	background:url(../img/deluxeplan_bg.png) repeat-x bottom #230c54;
	color:#ddd;
	font-size:1.2em;
	width:45%;
	
	box-shadow: -5px 5px 5px #818181;
	-webkit-box-shadow: -5px 5px 5px #818181;
	-moz-box-shadow: -5px 5px 5px #818181;
	
}
#deluxe h1
{
	color:#ffa;
}
#deluxe h3
{
	color:#ffc;
}


#how
{
	margin-bottom:20px;
	margin-right:30px;
	padding:30px 30px 10px;
	background:#000;
	font-size:1.2em;
	color:#aaa;
}
#how .half
{
	border:none;
}
#how ol li
{
	font-weight:bold;
}
#how ol li ul li
{
	font-weight:normal;
}

#getstarted a
{
	color:#aaf;
	font-size:1.5em;
	font-weight:bold;
	
	padding:10px 20px;
	background:#003;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	text-transform:uppercase;
	text-decoration:none;
	
	box-shadow: 5px 5px 5px #818181;
		-webkit-box-shadow: 0px -1px 2px #fff;
	-moz-box-shadow: 5px 5px 5px #818181;
}

#getstarted a:hover
{
	background:#225;
	color:#fff;
	
	-webkit-box-shadow: 0px -2px 2px #fff;
}