* {
	margin: 0px; 
	padding:0px;
}


body{
	font-size: .9em;
	font-family:  Arial, Sans-serif;
	border-collapse:collapse;
	color: #414143;
	background: #d5d2c8;
}

h1{
	color: #333333;
	font-size: 1.7em;
	padding-bottom: 10px
}

h2{
	color: #3172AF;
	font-size: 1.2em
}

/* ***************** Layout ***************** */

#div-wrapper{
	
	background: url(../images/bg-wrapdper.jpg) repeat-x;
	text-align: center;
	width:100%;
}

#div-main{
	width:749px;
	margin:auto;
}

.div-pad{
	padding:10px;	
}



/* HEADER */
#div-header{
	background:url(../images/bg-header.jpg);
	text-align:left;
	height: 331px;
	
}

#download-head{
		margin-top: 0px;
	clear:both;
	font-size:1.4em;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	padding-top:47px;
	padding-left: 19px;
	width: 320px;
	height:86px;
		background:url(../images/download-btn.gif) no-repeat ;
	}



#img-logo{
	margin-right:5px;
	float: right;
}


#div-header ul{
	float:left;
	margin-left:-20px;
	margin-right: 10px;
	margin-bottom:15px;
	width: 240px;
}

#div-header li{
	height:20px;
	margin-top:2px;
	/*list-style-image:url(../images/bullet-check.png);*/
	color: #777777;
	font-size:.85em;
}

#div-header ul { 
	list-style: none;
	padding: 0; 
}
#div-header li { 
	list-style: none;
	padding: 0; 
}
#div-header ul li {
	padding-left: 18px;
	background: url(../images/bullet-check.png) left center no-repeat;
}

/* MID */

#div-content{
	background:url(../images/bg-content.gif) repeat-y ;
	text-align:left;
	padding:10px;
	padding-top: 0px
}

#div-copy p{
	padding:10px;
	font-size: .9em
}

#div-copy{
	clear:none;
	width:470px;
	padding:20px;
	
}


#download-body{
	margin: 35px 0px 0px 140px;
}



#div-copy img{
	margin-bottom:20px
}

.bullet-heading{
	display:block;
	font-weight:bold;
	padding: 10px 0px
}



.review{
	text-align: left;
	font-size: .8em;
	color: #777777;
	margin:10px;
	margin-bottom: 30px
}

.reviewer{
	font-weight:bold;
	color: #000
}

.hr-divide{
	color: #fff; 
	background-color: #fff; 
	border: 2px dotted #999999; 
	border-style: none none dotted;
	margin:10px 0px 0px 0px;
}

/* SIDEBAR */
#div-sidebar{
	text-align:center;
	width: 200px;
	padding-top:15px;
}

#div-sidebar img{
	margin-bottom:15px; 
	}

/* BOTTOM  */
#div-footer{
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	text-align:left;
	padding:5px 30px;
	background: #0C3046
}

/* ************* Text ***************/
.txt-blue{
	color: #2c98bf;
}

/* *************  Miscellaneous *************** */
.div-download{
	font-size:1.4em;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	padding-top:47px;
	padding-left: 19px;
	width: 288px;
	height:92px;
		background:url(../images/download-btn-w.gif) no-repeat ;
}

.div-download  a{
	color: #3D4B14;
	text-decoration: none;
}

.righty-mcfloat{
	float:right;
	margin-left:10px;
}

.lefty-mcfloat{
	float:left;
}

.clearington{
	clear:both	
}




/* */