/* CSS Document */
*{
	padding:0px;
	margin:0px;
	}
body{
	background-color:#e2e6e7;
	}
	
#wrap{
	width:799px;
	height:535px;
	margin:4% auto 0 auto;
	background:#fff url(../images/home_top_corners.gif) no-repeat 0 0;
	}
	
#innerWrap{
	position:relative;
	width:799px;
	height:535px;
	background:url(../images/home_bottom_corners.gif) no-repeat bottom left;
	}
	
#logo{
	position:absolute;
	width:249px;
	height:88px;
	left:43px;
	top:10px;
	}

/* Menu
-----------------------------------------*/
.none h1, .none h2{
 	display:none;
 	}
#real_reasons{
	background:url(../images/real_reasons_btn2.gif) no-repeat top left;
	width:299px;
	height:65px;
	display:block;
	position:relative;
	}
	
#real_reasons:hover{
	background-position: -299px  0px;
	}
	
#real_works{
	background:url(../images/really_works_btn2.gif) no-repeat top left;
	width:299px;
	height:65px;
	display:block;
	position:relative;
	}
	
#real_works:hover{
	background-position: -299px 0px;
	}
	
#faqs{
	background:url(../images/faqs_btn2.gif) no-repeat top left;
	width:299px;
	height:60px;
	display:block;
	position:relative;
	}
	
#faqs:hover{
	background-position: -299px 0px;
	}
	
#buynow{
	background:url(../images/buy_btn2.gif) no-repeat top left;
	width:150px;
	height:24px;
	display:block;
	position:relative;
	float:left;
	}
	
#buynow:hover{
	background-position: -150px 0px;
	
	}
	
#contactus{
	background:url(../images/contact_btn2.gif) no-repeat top left;
	width:149px;
	height:24px;
	display:block;
	position:relative;
	float:left;
	}
	
#contactus:hover{
	background-position: -149px 0px;
	}

	
	
#menu{
	position:absolute;
	top:126px;
	left:18px;
	width:299px;
	}
	
#bottom_left{
	position:absolute;
	top:370px;
	left:0px;
	}
	
#bottom_right{
	position:absolute;
	top:404px;
	right:0px;
	}
	
#top_right{
	position:absolute;
	top:-10px;
	left:317px;
	}
	

	
#footer{
	position:relative;
	width:779px;
	margin:0 auto;
	padding:4px;
	text-align:right;
	font:11px Arial, Helvetica, sans-serif;
	color:#6f6f6f;
	}
	
#footer a{
	font:11px Arial, Helvetica, sans-serif;
	color:#6f6f6f;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#003366;
	}