/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/bkgrnd-gradient-rpt.jpg); 	
	background-repeat: repeat-x;
/*	background-position: 0px 8px;
	min-height: 500px;
	background-color: #ffff00; */

}

#mainContainer {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}

#topHeader {

}

#pageTitle {
	float: left; 
	width: 837px;
}

#appStore {
	float: left; 
	width: 157px;
}


#colLeft {
	width: 244px;
	float: left;
}

#colRight { 
	width: 750px;
	float: left;
}
	
#phoneBody {
	width: 244px; 
	height: 447px; 
	background-image:url(../images/iPhone.gif); 
	background-repeat:no-repeat; 
	background-position:bottom;
}

#topBody {
	width: 750px; 
	min-height: 280px; 
	padding-top: 75px; 
}

#bottomBody {
	width: 994px;
	clear: both;
}

#bottomBody td {
	margin-right: 20px;
}

#bottomButtons {
	width: 244px; 
	min-height: 200px; 
	clear: both;
}

#bottomText {
	width: 550px; 
	min-height: 75px; 
/*	float: left;  */
	font-size: 16px;
	font-weight: 500;
}

#buttonRight {
	width: 122px; 
	float: left; 
}

#buttonLeft {
	width: 122px; 
	float: left; 
}

#buttonLinkRight {
	width: 122px; 
	float: left;
}

#buttonLinkLeft {
	width: 122px; 
	float: left;
}

#buttonLinkRight a {
	color: #c7c7c7;
	font-size: 25px;
	text-decoration: none;
}

#buttonLinkLeft a {
	color: #c7c7c7;
	font-size: 25px;
	text-decoration: none;
}

.headerText {
	font-size: 28px;
	padding-bottom: 15px;
	width: 600px;
}

.topBodyText {
	color: #959595; line-height: 1.6em;
}

.topBodyText a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.topBodyText a:link {
	color:#000000;
}     

.topBodyText a:visited {
	color:#000000;
}  

.topBodyText a:hover {
	color:#008aff;
}  

.topBodyText a:active {
	color:#000000;
} 

.menuHighlight {
	font-size: 32px;
	color: #000000;
}

#mainScreen {
	margin-top: 76px;
	margin-left: 46px;
}
