*{
	margin:0px;
	padding:0px;
}

body{
	background:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#divMain{
	background:#f0f7fc;
	width:880px;
	margin:auto;
}

#divTop{
	background:url(../images/topImage.gif) bottom;
	width:840px;
	height:85px;
	margin:auto;
	margin-top:1px;
	border-top:1px solid #06F;
}

#divTop_new{
	background:url(../images/topImage_new.gif) bottom;
	width:840px;
	height:85px;
	margin:auto;
	margin-top:1px;
	border-top:1px solid #06F;
}

#divMiddle{
	margin-top:0px;
	border:0px solid #000;
}

#divMiddle #divLeft{
	float:left;
	width:440px;
	border:0px solid #F00;
	
	background:url(../images/centerImg.jpg) no-repeat center;
	height:275px;
	margin-top:10px;
}

#divMiddle #divRight{
	margin-left:450px;
	border:0px solid #F00;
}

#divFeatures{
	
}

#divFeatures #heading{
	color:#3e3636;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

#divFeatures #list{
	
}

#divFeatures #list ul{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:18px;
	color:#3e3636;
}

#divFeatures #list ul li{
	margin-bottom:3px;
	background:url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left:25px;
	padding-right:20px;
}

#divBottom{
	background:#3982b8;
	margin:5px 20px 0px 20px;
	padding:10px 20px 10px 20px;
}

.divBox{
	border:0px solid #999;
}

.divBox .tLeft{
	background:url(../images/tLeft.gif);
	height:10px;
	font-size:1px;
}

.divBox .tRight{
	background:url(../images/tRight.gif);
	width:10px;
	height:10px;
	float:right;
	margin-top:-10px;
	font-size:1px;
}

.divBox .inner{
	background:#FFF;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	color:#3e3636;
}

.divBox .inner .heading{
	font-weight:bold;
	/*text-decoration:underline;*/
}

.divBox .inner p{
	text-align:justify;
	margin-top:0px;
}

.divBox .inner ul{
	list-style:none;
}

.divBox .inner ul li{
	text-align:justify;
	margin-top:0px;
}

.divBox .inner ul li a{
	/*text-decoration:none;*/
	font-weight:normal;
}

.divBox .inner ul li a:hover{
	text-decoration:underline;
}

.divBox .inner a{
	text-decoration:underline;
	color:#3e3636;
	font-weight:bold;
}

.divBox .bLeft{
	background:url(../images/bLeft.gif);
	height:10px;
	font-size:1px;
}

.divBox .bRight{
	background:url(../images/bRight.gif);
	width:10px;
	height:10px;
	float:right;
	margin-top:-10px;
	font-size:1px;
}

#divCopy{
	text-align:center;
	font-size:80%;
	color:#666;
	margin:0px;
}

.clearer{
	clear:both;
}

#divPrice{
	background:url(../images/price.gif) no-repeat center;
	height:45px;
	border:0px solid #000;
}