/*---( AROD master CSS -  sharvin.whitted@oasysmobile.com )---*/ 
body {
	volume: loud;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #ccc url(../img/bg-wrap.png) 0 0 repeat;
  	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
html>body { /* and Opera */
	font-size: 11px;
}
/*---( global links  )-----------*/
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333;  
	text-decoration:underline;
}
/* ---( header )--------------------------------- */
#header {
	position: relative;
	width: 848px;
	height:20px;
	margin: 0;
	padding: 0;
	background: #ccc url(../img/top-blue-bg.jpg) 0 0 repeat-x;
	border: 0;
}
/*---( wrapper )----------*/
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color:#fff;
	width: 848px;
	overflow: hidden;
	border-right:4px solid #fff;
	border-left:4px solid #fff;
	border-bottom:4px solid #fff;
}
/* ---( logos )------------*/
#rawlings {
	position: absolute;
	top: 0;
	z-index:99999;
	right:10px;
	height:74px;
	width:96px;
	background: red url(../img/rawlings-logo.jpg) 0 0 no-repeat;
}
/*---( content is king )---------------------*/
#content-container {
	position: relative;
	float: left;
	margin:0px;
	padding:0;
	width: 850px;
	background: url(../img/arod-bg.jpg) 315px 50px no-repeat;
}
.fixed-size {
	min-height: 500px;
}
/* min-height fix above */
/*\*/
* html .fixed-size {
	height: 500px;
}

#left-side {
	float:left;
	position: relative;
	width:450px;
	padding:10px;
}
#left-side p {
	color:#2a2e34;
	padding:0 100px 0 0;
	line-height:15px;
}

#right-side {
	position: absolute;
	top:75px;
	left:600px;
	width: 235px;
	height: 410px;
	background: url(../img/phone.jpg) top center no-repeat;
}

#right-side-img {
	position: relative;
	background: url(../img/screenshot.jpg) 0 0 no-repeat;
	width:155px;
	height:198px;
	left:35px;
	top:65px;
}

/*---( h1s,h2s )-------------*/

h1, h2 {
	position: relative;
	margin:0;
	padding: 0;
	text-indent:-9999px;
	overflow:hidden;
}
h1.arod-bc {
	width:300px;
	height: 120px;
	background: url(../img/arod-mvp-bc.png) 0 0 no-repeat;
}

h1.arod-skills {
	float: left;
	width: 200px;
	height: 100px;
	clear: right;
	background: url(../img/arod-mvp-skills.png) 0 15px no-repeat;
}

h2.features {
	width: 200px;
	height:25px;
	background: url(../img/features.png) 0 0 no-repeat;
}

h2.verizon-button {
	width: 160px;
	height: 40px;
	background: url(../img/download-verizon.png) 0 0 no-repeat;
}

h2.verizon-button a  {
	display: block;
	width: 160px;
	height: 40px;
	text-decoration: none;
	overflow: hidden;
	border: 0;
}

h2.att-button {
	position:absolute;
	top: 40px;
	right:40px;
	width: 165px;
	height: 45px;
	background: url(../img/download-att.png) 0 0 no-repeat;
}

h2.att-button a  {
	display: block;
	width: 160px;
	height: 40px;
	text-decoration: none;
	overflow: hidden;
	border: 0;
}
/*---( popup window )-------------*/
#pop-wrap {
	background:#fff;
	width:420px;
	color:#2a2e34;
	text-align:left;
	margin:0 auto;
	padding:20px;
}

#pop-wrap p {
	margin:0;
	padding:0 0 5px 0;
}

#pop-wrap .italic {
	font-style:italic;
	font-size:10px;
}

ol {
	margin:0;
	padding:5px 0 10px 20px;
}
ol li {
	padding:0;
	margin:0;
	line-height:20px;
}
/*---( list )-------------*/
ul.features-list  {
	margin: 5px 0 20px 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
	color:#2a2e34;
	font-weight:bold;
}

.features-list li {
	margin: 10px 0 0 0;
	padding: 0;
}

/*---( footer )-------------*/
#footer {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../img/btm-blue-bg.jpg) 0 0 repeat-x;
	height: 105px;
	width: 850px;
}

#footer p {
	margin:0;
	position: absolute;
	top:45px;
	left:245px;
	font-size: 11px;
	padding: 0;
}

#footer a {
	color: #fff;
	font-weight: normal;
}
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ccc;
}
#footer-badges {
	text-align: center;
	width: 250px;
	vertical-align: top;
	border: 0;
	margin: 0 auto;
}
#scan-container {
	float: left;
	height: 60px;
	padding-top: 25px;
}
#verisign-container {
	float: left;
	margin-left: 8px;
}
