/* @override 
	http://dev.wonderwarp.com/global4.css
	https://store.wonderwarp.com/css/global4.css
	http://dev.wonderwarp.com/css/global4.css
*/

/* @group Page */

html {
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 0.1em;
	background-color: #3A6692;
}

body {
	background-color: #3A6692;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#page {
	text-align: left;
	margin: 0 auto;
	padding-top: 14px;
	background: url(/images/top.png) no-repeat center top white;
	position: relative;
	width: 830px;
	clear: both;
}

#footer {
	clear: both;
	padding-top: 30px;
	background: url(/images/bottom.png) no-repeat center top;
	width: 830px;
	margin-left:auto;
	margin-right: auto;
	vertical-align: top;
}

#footer{
	clear: both;
	font-size: 11px;
	text-shadow: rgba(0,0,0,0.6) 0 1px 0;
	padding-left: 35px;
	padding-top: 40px;
}

#footer p, #footer p a{
	color: #adc2c2;
}

#footer #join-newsletter{
	text-align:left;
	padding-left: 200px;
	width: 420px;
	position: relative;
	left: 210px;
}

#footer #join-newsletter p{
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 3px;
}

#footer #join-newsletter p span{
	text-transform: none;
	font-size: 8px;
}
#footer #join-newsletter input.email{
	background-color: #cfd6dd;
	border: 1px solid #3f5876;
	padding: 4px;
	margin-left: 0;
	font-size: 9px;
}

#footer #join-newsletter input.submit{
	background-color: #264563;
	border: 1px solid #18222e;
	color: #adc2c2;
	text-shadow: rgba(0,0,0,0.6) 0 1px 0;
	font-weight: bold;
}

#left-footer, #right-footer{
	width: 390px;
	display: inline;
	vertical-align: top;
	overflow: hidden;
	height: 100px;
}

#left-footer{
	text-align: left;
	float: left;
}

#right-footer{
	text-align: right;
}

* {
	font-family: 'Lucida Grande', Helvetica, 'Trebuchet MS', 'Arial', sans-serif;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

#main-content{
	padding: 0 25px 1px;
	clear: both;
	overflow: auto;
}


#main-content p, #main-content li, #main-content dt, #main-content dd{
	font-size: 12px;
}

/* @end */

/* @group Main Nav */

#nav {
	border-bottom: #555 1px solid;
}

#top-nav {
	height: 75px;
	background: #989898 url(/images/reggrad.png) repeat-x 0 top;
}

#top-nav #logo {
	padding: 0;
	margin: 0 30px 0 14px;
	float: left;
}

#top-nav ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#top-nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	width: 109px;
	height: 60px;
	list-style: none;
	text-align: center;
	float: left;
	margin-left: 3px;
}

#top-nav ul li a {
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 18px;
	letter-spacing: -.04em;
	display: block;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(255,255,255,0.56) 0 1px 0;
	font-weight: bold;
	color: #3c3c3c;
}

#top-nav ul li.current {
	background: url(/images/selgrad4.png) no-repeat left top;
}

#top-nav ul li.current a {
	padding-top: 25px;
	padding-bottom: 19px;
}

#top-nav ul li:hover {
	background: url(/images/hovergrad.png) no-repeat left top;
}

#top-nav ul li.current:hover {
	background: url(/images/selgrad4.png) no-repeat left top;
}

/* @end */

/* @group Subnav */

#sub-nav {
	background: #ccc url(/images/productgrad.png) repeat-x 0 top;
	border-top: #666 1px solid;
	font-size: 11px;
	vertical-align: middle;
	padding-left: 280px;
	border-left: none;
	border-right: none;
	height: 28px;
	overflow: hidden;
}

#sub-nav ul {
	margin:0;
	padding: 0;
	height: 100%;
}

#sub-nav ul li {
	margin: 0;
	padding: 0;
	width: 105px;
	list-style: none;
	display: block;
	text-align: center;
	float: left;
	height: 100%;
}

#sub-nav span {
	font-family: Helvetica, Arial, sans-serif;
	display: inline;
	float: left;
	padding-top: 8px;
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 10px;
	letter-spacing: 1px;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	/*text-shadow: -1px -1px 2px white;*/
}

#sub-nav ul li a {
	padding-top: 7px;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-shadow: rgba(255,255,255,0.27) 0 1px 0;
	font-family: Helvetica, Arial, sans-serif;
}



#sub-nav ul li.current, #sub-nav ul li.current:hover {
	background: url(/images/product_active.png) repeat-x 0 top;
}

#sub-nav ul li.current a{
	color: #dfdfdf;
	text-shadow: rgba(0,0,0,0.65) 0 -1px 0;
}


#sub-nav ul li:hover {
	background: url(/images/product_hover.png) repeat-x 0 top;
}

/* @end */

/* @group Misc */

.reviews dt {
	margin-top: 15px;
	font-size: 12px;     
	line-height:18px;      
}

.reviews dd {
	padding-top: 5px;
	font-size: 9px;
	color: #323232;
	padding-left: 30px;
	text-transform: uppercase;   
	margin-bottom:20px;   
}       

.reviews dd a, .reviews dd a:visited{
	color:#222222;
	font-weight:bold; 
	text-decoration:none;
}               

.reviews dd a:hover{
	 text-decoration:underline;
}

h2.banner{
	background: url(/images/divider.png) repeat-x bottom;
	padding-bottom: 13px;
	margin-top: 0;
	padding-top: 0;
}

.error {
	border: #F55 1px solid;
	padding: 7px 7px 7px 28px;
	background: #FCC url(/images/error.png) no-repeat 7px;
	font-size: 12px;
}

.confirmation {
	border: #999 1px solid;
	padding: 7px;
	background-color: #ffc;
	font-size: 12px;
}

.info {
	border: #999 1px solid;
	padding: 7px 7px 7px 28px;
	background: #ffc url(/images/information.png) no-repeat 7px 7px;
	font-size: 12px;
}

.download-button, .buy-button {
	background: url(/images/graybg.png) no-repeat 0 bottom;
	width: 175px;
	cursor: pointer;
}

.download-button p, .buy-button p {
	margin: 0;
	font-size: 11px;
	padding: 10px;
}

.download-button .zip{
	float: right;
	margin-right: 8px;
}
.buy-button {
	margin-top: 20px;
}

.buy-button .cards {
	padding-top: 15px;
	margin-left: 5px;
}

#main-content p{
	font-size: 12px;
}

.expanded-screenshots{
	display: none;
}

.expanded-iphone-screenshots div img, .iphonescreenshots img{
	border: #ccc 1px solid;
}

/* @end */

/* @group DLs */


.keyvalue {
	min-height: 5em;
	margin: 0;
	padding-bottom: 1em;
	font-size: 12px;
}

.keyvalue dt {
	font-weight: bold;
	width: 8em;
	float: left;
	clear: left;
	margin: 0.6em 0.8em 0 0;
	text-align: right;
	color: #000;
}

.keyvalue dd {
	float: left;
	padding: 0;
	margin: 0.6em 0 0 0;
	clear: right;
}



/* @end */
