.clear {
	clear: both;
}

.container_12 {
	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.grid_1, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_12 {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

/* get concentration to fit */
#top_box .grid_7 {
	margin-right: 0;
}

.grid_12 {
	width: 940px;
}

.grid_1 {
	width: 60px;
}

.grid_3 {
	width: 220px;
}

.grid_4 {
	width: 300px;
}

.grid_5 {
	width: 380px;
}

.grid_6 {
	width: 460px;
}

.grid_7 {
	width: 540px;
}

body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

div#slogan p, div#carousel_box p, div#mac_box p {
	font-family: "Myriad Pro", "myriad-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
}

p {
	color: #AAAAAA;
	font-size: 16px;
}

h2 {
	font-size: 20px;
	color: #888888;
	font-weight: 400;
	margin-bottom: 5px;
}

#top_box, #carousel_box, #mac_box, #feature_box, #quote_box {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

#top_box {
	background-image: url(/images/vt_iphone/three_quarter_iphone.png), url(../../images/vt_iphone/blue_sky.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: 130px bottom, center bottom;
	width: 1200px;
	height: 628px;
	position: relative;
}

#slogan {
	padding-left: 530px;
	padding-top: 200px;
}

a#app_store_logo {
	width: 242px;
	height: 71px;
	background: url(../../images/vt_iphone/app_store_badge.png);
	display: block;
	position: absolute;
	right: 110px;	
	bottom: 20px;
	
}

#slogan p {
	font-size: 30px;
	font-variant: normal;
	color: #5d5e5f;
	margin-top: 55px;
}

#feature_box {
	background: white;
}

#feature_box .vertical_spacer {
	padding-bottom: 25px;
}

#quote_box .vertical_spacer {
	padding-bottom: 55px;
}


#carousel_box {
	background-image: url(../../images/vt_iphone/blue_sky.jpg);
	background-position: center bottom;
	height: 400px;
	border-top: #DDDDDD solid 1px;
}

#carousel_box p {
	font-size: 30px;
	font-variant: normal;
	color: #5d5e5f;
}

#next {
	background-image: url(../../images/vt_iphone/right_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	opacity: 0.3;

	position: absolute;
	display: block;
	height: 200px;
	left: 50%;
	width: 50%;
	z-index: 1000;
	cursor: pointer;
}

#next:hover {
	opacity: 1.0;
}

#prev {
	background-image: url(../../images/vt_iphone/left_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.3;
	position: absolute;
	display: block;
	height: 200px;
	right: 50%;
	width: 50%;
	z-index: 1000;
	cursor: pointer;
}

#prev:hover {
	opacity: 1.0;
}
 

#vt_macbook {
	margin-left: 0;
	margin-right: auto;
}

.slide { 
	width: 100%;
	text-align: center;
}

.slide {
	padding-top: 330px;
}

#slide_1 {
	background-image: url(../../images/vt_iphone/workflow_screen.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 300px;
}

#slide_1 p {
	padding-left: 600px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}

#slide_2 {
	background-image: url(../../images/vt_iphone/stats_screen.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#slide_3 {
	background-image: url(../../images/vt_iphone/log_screen.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#mac_box {
	height: 450px;
	margin-top: 0;
	background-image: url(../../images/vt_iphone/vt_sync.jpg);
	background-position: center bottom, center bottom;
	border-top: 1px #dddddd solid;
}

#mac_logo {
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
}

a:hover {
	cursor: hand;
}

#mac_box p {
	font-size: 30px;
	font-variant: normal;
	color: #5d5e5f;
	text-align: center;
	padding-top: 395px;
	padding-left: 0;
	padding-right: 0;
	
}

#feature_box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-right: auto;
	margin-top: auto;
}

#site_navigation {


	margin-top: 0;
	border-top: 1px #dddddd solid;
	padding-top: 20px;
}

#site_navigation h2 {
	padding-bottom: 10px;
}

#site_navigation p {
	margin-bottom: 8px;

}

#site_navigation h3 {
	color: #888888;	
}

#site_navigation a {
	color: #42bbfb; 
}
