@charset "utf-8";
body {
	font: 10pt Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColElsCtrHdr {
	background: #ffffff url(../images/marbles_bg.jpg) center top no-repeat;
}

.oneColElsCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	padding: 20px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	text-align: right;
}


.iphone_container #container {
	width: 520px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.iphone_container #header {
	padding: 20px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:url(../images/iphone_marbles_bg.jpg) right top no-repeat;
	
} 
.iphone_container #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.iphone_container #mainContent {
	padding: 0 20px;
}
.iphone_container #footer {
	padding: 0 10px;
} 
.iphone_container #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	text-align: right;
}


.iphone_sidebar {
	font-family:Times;
	font-weight:bold;
	font-size:11pt;
	color:#666666;
}

#mainContent h1 {
	font-family: Times;
	font-size: 22px;
	color: #006699;
	text-transform: uppercase;
}

#sidebar1 {
	float: right;
	width: 160px; /* since this element is floated, a width must be given */
	padding: 0px 10px; /* top and bottom padding create visual space within this div */
	margin: 50px 0;
	font-family:Times;
	font-weight:bold;
	font-size:11pt;
	color:#666666;
	border-left-color:#999;
	border-left-width:1px;
	border-left-style:solid;
	vertical-align:middle;
	display:table-cell;
}

#video {
	width: 640px;
	height: 496px;
	border:thin #999999 solid;
	margin: 0 0 28px 0;
}

#video_iphone {
	width: 480px;
	height: 360px;
	border:thin #999999 solid;
	margin: 0 0 28px 0;
}

#nav {
	width: 640px;
	text-align: right;
	margin: 0 0 8px 0;
}
#nav_iphone {
	text-align: right;
	margin: 100px 0 8px 0;
}
a:link, a:hover, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#006699;
	font-size: 10pt;

}
a:link img, a:hover img, a:visited img  {
	border:none;
}
#quicktime {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#quicktime a:link, #quicktime a:hover, #quicktime a:visited {
	font-size: 8pt;
}

