/* CSS Document */

body{ background: #ddd; margin: 0px; padding: 0px;}
#wrapper{ clear: both; background: #fff;  width: 600px; height: auto;  }
#header{ float: left; background: #ddd; color: #000; width: 570px; height: 100px; padding: 0px 15px; background: url(../images/header.jpg) no-repeat; }
#header #heading{ margin: 0px; margin-top: 20px; padding: 0px; font: normal bold 40px/54px Tahoma; }
.nav{ float: left; background:#bbb; width: 600px; height: 30px; padding: 0px 0px; background: url(../images/nav-background.jpg) repeat-x;
	  text-align: left; }
.nav a{ text-decoration: none; float: left; height: 16px; padding: 7px 8px; background: none; margin: 0px; color: #fff; 
        font: normal normal 12px/14px Verdana; }
.nav a:hover{ background: url(../images/nav-hover.png); }
.nav1{ float: left; background:#bbb; width: 600px; height: 30px; padding: 0px 0px; background: url(../images/nav-background-1.jpg) repeat-x;
	  text-align: left; }
.nav1 a{ text-decoration: none; float: left; height: 16px; padding: 7px 8px; background: none; margin: 0px; color: #fff; 
        font: normal normal 12px/14px Verdana; }
.nav1 a:hover{ background: url(../images/nav-hover.png); }
#content{ text-align: left; font: normal normal 14px/18px Arial; float: left; width: 570px; height: auto; margin: 0px 15px; }
#content h1{ text-align: center; font: normal bold 30px/36px Verdana; }
#content a:hover{ text-decoration: none; }
#content img{ border: none; text-align:center; }

#content .plans-box{ width: 550px; height: 300px; }
#content .plans{ float: left; text-align: center; width: 198px; padding: 0px 10px; height: auto; }
#content .plans img{ border: none; }

#content .items-box{ width: 550px; height: 300px; }
#content .items{ float: left; text-align: center; width: 198px; padding: 0px 10px; height: auto; }
#content .items img{ border: none; }

#footer{ float: left; width: 570px; height: auto; margin: 0px 15px; margin-top:20px; border-top: 1px solid #ddd; padding-top: 10px; padding-bottom: 10px; }
#footer a{ font: normal normal 12px/14px Verdana; }
#footer .copyright{ color: #bbb; padding-top: 10px; margin: 0px; font: normal normal 12px/14px Arial; }
