/* style1.1.css */

body {background-image: url(images/background.png)}
.container {background-color:#333333; width: 900px; font-family: Verdana, Arial; font-size:13px; color:#FFFFFF}
a.home {float: left; display: block; width: 123px ; height: 70px; background: url(images/home.png)}
a:hover.home {background: url(images/home-hover.png)}
a.plans {float: left; display: block; width: 316px ; height: 70px; background: url(images/hosting-plans.png)}
a:hover.plans {background: url(images/hosting-plans-hover.png)}
a.contact {float: left; display: block; width: 192px ; height: 70px; background: url(images/contact.png)}
a:hover.contact {background: url(images/contact-hover.png)}
a.clients {float: left; display: block; width: 269px ; height: 70px; background: url(images/client-login.png)}
a:hover.clients {background: url(images/client-login-hover.png)}
.content {width:880px; text-align:left}
.plans {float:left}
.plans a {color:#FFFFFF}
.plan1, .plan2, .plan3, .plan4 {background-image: url(images/box.gif); width:280px; height:250px; float:left}
.content h2 {font-size: 15px; text-decoration:underline}
.plans h2 {color:#FF0000; padding-top:35px; font-size:18px; text-decoration:none}
.plans li {margin-left:15px; width:200px}
.sidebar {margin:0px 5px 0 575px; padding-top:2px; text-align:justify}
.clear {clear: both}
.footer {font-weight:bold; color:#000000; width:900px; background-image: url(images/footer.png); height:80px}
.footer a {color:#000000; text-decoration:none}
.footer a:hover {text-decoration:underline}
.table td {text-align: center; vertical-align: middle; border-bottom: 1px solid black; border-right: 1px solid black; border-left: 1px solid black}
.table h2 {font-size:18px; text-decoration: none; background-color:#FFFFFF; color:#000000}
.table h3 {font-size:15px}
.table a {color:red}
.terms {text-align:justify; width:700px}
.redline {color:red; text-align:center}