/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	min-width: 1000px;
}

body {
	background: #f3f3f3;
	font-size: 13px;
	font-family: 'Myriad Pro', arial, sans-serif;
}

a {text-decoration: none}

.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#contact, #features {
	width: 990px;
	padding-left: 10px;
}

#whatsize {
	overflow: visible;
}

#header {
	background: #0684c1 url(../images/bg.png) repeat-x;
}

#header .wrap {
	height:470px;
}

#logo {
	margin: 34px 0 0 10px;
    height: 160px;
    width: 160px;
	border: 0px solid #023852;
}

#macLegion {
	margin: 20px 0 0 30px;
}

#prev, #next {
	z-index: 99;
	display: block;
	background: url(../images/slider-nav.png);
	width: 42px;
	height: 30px;
	position: absolute;
	overflow: hidden;
	text-indent: -5000px;
}

#prev {
	left: -24px;
	bottom: 0;
}

#next {
	right: -24px;
	bottom: 0;
	background-position: -42px 0;
}

#tagline {
	font: 24px/36px 'Myriad Pro', arial, sans-serif;
	color: #fff;
	width: 350px;
	margin: 25px 0 0 15px;
}

#callout {
	background: #0d425c;
	border: 1px solid #023852;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	padding: 8px 0 8px 0;
	text-align: center;
	width: 698px;
	position: absolute;
	z-index: 2;
	top: 86px;
	right: 43px;
	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px 9px 9px 9px;
}

#callout strong {font-size: 18px;}
#callout em {
	color: #fcb813;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	position: relative;
	bottom: -2px;
}

#callout a {
	color: #fcb813;
}

#header .nav {
	position: absolute;
	top: 30px;
	right: 50px;
}

#purchase {
	position: absolute;
	bottom: 54px;
	left: 0;
}

#purchase-callout {
	width: 730px;
	margin: 0 auto;
	height: 85px;
	line-height: 70px;
	font-size: 16px;
	color: #505050;
}

#purchase-callout a {
	font-weight: bold;
	color: #03699a;
}

#purchase-callout img {
	float: left;
	margin: 0 30px 0 0;
}

#sub-header {
	background: #303030 url(../images/bg.png) 0 -591px repeat-x;
	padding: 8px 0 8px 0
}

#sub-header #buttons a {
	display: block;
	float: left;
	height: 40px;
	color: #ffb800;
	font-size: 18px;	
	text-align: left;
	padding-left: 65px;
	padding-top: 18px;
	margin-top: 30px;
}

#buttons a#btn1 {
	background: url(../images/demo.png) no-repeat;
	margin: 30px 35px 0 20px;
}

#buttons a#btn2 {
	background: url(../images/pdf.png) no-repeat;

}

#twitter-info {
	float: left;
	color: #ffb800;
	line-height: 38px;
	font-size: 14px;
}

#twitter-info img {
	float: left;
	margin: 0 18px 0 0;
}

#twitter-info a {
	background: #292929;
	color: #ffb800;
	margin: 0 10px;
	font-size: 12px;	
	padding: 6px 18px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	border-radius: 6px 6px 6px 6px;	
}

#tweets {
	background: #1c1c1c;
	width: 480px;
	height: 320px;
	float: left;
	clear: left;
	font: 12px/18px 'Myriad Pro', arial, sans-serif;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius: 10px 10px 10px 10px;	
	margin-top: 13px;
}

#tweets a {
	color: #fcb813;
}

#tweets a.at {
	font-size: 14px;
}

#tweets span.time {
	font-size: 11px;
	color: #fcb813;
}

#tweets ul {
	padding: 5px 25px;
}

#tweets li {
	margin: 15px 0;
}

#right-col {
	background: url(../images/right-col.png) no-repeat;
	width: 465px;
	float: left;
	margin: 13px 0 20px 26px;
	text-align: center;
	color: #fff;
}

#right-col a {
	color: #fff;
}

#right-col h4 {
	color: #ffb800;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}

#slideshow {
	width: 548px;
	height: 336px;
	background: url(../images/slide/v7/slide-bg.png);
	position: absolute;
	bottom: 0;
	right: 25px;	
}

#slides {
	width: 512px;
	margin: 17px 0 0 18px;
	height: 319px;
	overflow: hidden;
}

.nav a {
	display: block;
	color: #fff;
	padding: 10px 10px 15px 10px;
	font-size: 14px;
}

.nav a.active {
	background: url(../images/active-nav.png) no-repeat bottom center;
}

.dark a.active {
	background-image: url(../images/active-nav-dark.png);
}

.dark a {
	color: #1c1c1c;
}

.nav .download a {color: #fcb813; font-weight: bold}

.nav .faq {
	margin-left: 5px;
	padding-left: 5px;
	background: url(../images/nav-div.gif) no-repeat 0 9px;
}

.dark .faq {
	background-image: url(../images/nav-div-dark.gif);
}

.nav li {
	float: left;
}


#features-list h4 {
	color: #000;
	font: bold 24px/normal 'Myriad Pro', arial, sans-serif;
	margin: 10px 0 3px 0;
}

#features-list {
	overflow: hidden;
	position: relative;
	min-width: 1000px;
	font: 18px/24px 'Myriad Pro', arial, sans-serif;	
}

#features-list .more a {
	color: #067fb9;
	font-weight: bold;
	font-size:14px;
}

#features-list li {
	background: #e0e0e0;
	margin: 25px 0;
	position: relative;
	height: 1%; /*ie7*/
	
	right: 50%;
}

#features-list li .ie-wrap {
	position: relative;
	right: -365px;
	overflow: hidden;	
	
	background: #e0e0e0;	
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;	
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;		
	border-top-right-radius: 8px;
	border-bototm-right-radius: 8px;				
}

#features-list li.even .ie-wrap {
	margin-right: 0;
	position: relative;
	left: -365px;
	
	
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;		
	border-top-left-radius: 8px;
	border-bototm-left-radius: 8px;			
}

#features-list li img {
	float: left;
	margin: 0 15px 0 0;
}

#features-list li.even {
	margin-right: 0;
	left: 50%;			
}

#features-list li.even .ie-wrap div {
	float: left;
}

#features-list li .ie-wrap div {
	width: 830px;
	float: right;
	padding: 10px 30px 10px 10px;
}

#features-list li#feature3 .ie-wrap div {
	text-align: right;
	width: 602px;
	padding-right: 323px;
	min-height: 203px;
	background: #e0e0e0 url(../images/screen-v6.png) no-repeat top right;	
    background-size: 408px 203px;
    background-position: 518px 10px;

	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;		
	border-top-right-radius: 8px;
	border-bototm-right-radius: 8px;			
}
#features {
	padding: 30px 0 0 10px;
}

#features .nav {
	float: right;
	margin-right: 0px;
}

#features .nav .download a {
	color: #0685c1;
}

#features h3 {
	clear: both;
	font-size: 24px;
	font-weight: normal;
	padding: 50px 0 5px 0;
	height: 1%;/*ie7*/
}

a.dark {
	color: #1c1c1c;
}

/*
	Footer
*/

#footer {
	background: #0684c1 url(../images/footer.png) repeat-x;
	overflow: hidden;
	min-height: 460px;
	padding-top: 19px;
	position: relative;
}

#contact {
	padding-top: 30px;
}

#footer .nav {
	float: right;
}

#footer h3 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#footer h4 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 8px 0;
}

#f-left {
	clear: left;
	width: 100%;
	padding: 40px 0 30px 40px;
	overflow: hidden
}

#testimonials {
	float: left;
	width: 400px;
}

#testimonials li {
	line-height: 24px;
	color: #fff;
	padding: 0 0 5px 0;
}

#testimonials strong.attr {
	margin-left: 20px;
}

#reviews {
	width: 400px;
	float: left;
	padding: 0 0 0 65px;
	color: #fff;
}

#reviews a {
	color: #fff;
}

#reviews li {
	padding: 4px 0;
}

#contact-form {
	background: #004d71;
	padding: 18px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;		
	border-top-left-radius: 10px;
	border-bototm-left-radius: 10px;
    
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bototm-right-radius: 10px;

}

#contact-form input.text, #contact-form textarea {
	background: #fff;
	padding: 10px;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;		

	font: 14px/18px 'Myriad Pro', arial, sans-serif;
}

#contact-form label {
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 0 0 0 3px;
}

#submit {
	float: left;
	margin: 10px 0 0 10px;
}

input#updates {
	float: left;
	margin: -2px 10px 0 0;	
}

#contact-form #f-name, #contact-form #f-email {
	float: left;
}

#contact-form input.text {
	width: 197px;
}

#contact-form .field {
	padding: 10px;
}

#contact-form #f-message {
	clear: left;
}

#contact-form #f-updates {
	padding: 25px 0 0 20px;
	float: left;
	width: 250px;
}

#contact-form #f-updates label {font-size: 12px;}

#contact-form textarea {
	width: 436px;
	height: 150px;
}

.home-link {
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 36px;
	padding: 0 10px 0 0;
}

.home-link img {
	float: left;
	margin-right: 12px;
}

/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){

	html {
		min-width: 1020px;
	}
	
	.nav a {
		font-size: 18px;
	}

	#features-list h4 {
		font: bold 24px/normal 'Myriad Pro', arial, sans-serif;
		margin: 10px 0 3px 0;		
	}
	
	#features-list {
		font: 12px/18px 'Myriad Pro', arial, sans-serif;
	}

	#purchase-callout {
		line-height: 35px;
	}

}

.whatsizePurchase {
    background: #0d425c;
    -webkit-border-top-left-radius:28px;
    -moz-border-radius-topleft:28px;
    border-top-left-radius:28px;
    -webkit-border-bottom-left-radius:28px;
    -moz-border-radius-bottomleft:28px;
    border-bottom-left-radius:28px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    border-bottom-right-radius:0px;
    text-indent:0;
    border:1px solid rgba(107, 107, 107, 0.5);
    display:inline-block;
    color:#ffffff;
    font:14px 'Myriad Pro', arial, sans-serif;
    padding-left: 18px;
    padding-right: 12px;
    text-decoration:none;
    text-align:center;
    height:44px;
    margin:0px;
}

.whatsizePurchase:hover {
    background: #3e5059;
}

.whatsizePurchase:active {
    position:relative;
    top:1px;
}

.whatsizeUpgrade {
    background: #0d425c;
    -webkit-border-top-left-radius:0px;
    -moz-border-radius-topleft:0px;
    border-top-left-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    border-bottom-right-radius:0px;
    text-indent:0;
    border:1px solid rgba(107, 107, 107, 0.5);
    display:inline-block;
    color:#ffffff;
    font:14px 'Myriad Pro', arial, sans-serif;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration:none;
    text-align:center;
    height:44px;
    margin:0px;
}

.whatsizeUpgrade:hover {
    background: #3e5059;
}

.whatsizeUpgrade:active {
    position:relative;
    top:1px;
}

.whatsizeDownload {
    background: #0d425c;
    -webkit-border-top-left-radius:0px;
    -moz-border-radius-topleft:0px;
    border-top-left-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    -webkit-border-top-right-radius:28px;
    -moz-border-radius-topright:28px;
    border-top-right-radius:28px;
    -webkit-border-bottom-right-radius:28px;
    -moz-border-radius-bottomright:28px;
    border-bottom-right-radius:28px;
    text-indent:0;
    border:1px solid rgba(107, 107, 107, 0.5);
    display:inline-block;
    color:#ffffff;
    font:14px 'Myriad Pro', arial, sans-serif;
    padding-left: 12px;
    padding-right: 18px;
    text-decoration:none;
    text-align:center;
    height:44px;
    margin:0px;
}

.whatsizeDownload:hover {
    background: #3e5059;
}

.whatsizeDownload:active {
    position:relative;
    top:1px;
}
