/* Shopping Cart */
  .nopcart {background: #CACACA;border: 1px;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
  .nopheader {background: #CACACA;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
  .nopentry {background: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
  .nopeven {background: #EFEFEF;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
  .noptotal {background: #CACACA;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
  .nopbutton {background: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;} 

.blue { color: #299DCA; }
.grey { color: #808080; }
.white { color: #fff; }
.greyrow, .greyrow TR, .greyrow TD, .greyrow TH { background-color:#C0C0C0; }
.darkrow, .darkrow TR, .darkrow TD, .darkrow TH { background-color:#808080; color:white; }
.red { color: #FF0000; }
.green { color: #008000; }
th { background-color:#808080; color:white; font-weight: normal; font-size: 1.1em; }

/* Menuing */
ul#topmenu li a:hover {background: yellow;}
li.sub > a {font-weight: bold; background: #FFE;}
ul#topmenu {width: 6em;}
ul#topmenu > li:hover > ul {width: 10em; top: 1.5em; left: -3px;}

/* More Menuing tests */
div#links a span {display: none;}

div#links a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}

div#help a {
 text-decoration:none; vertical-align:100%; font-size:10px;
 position:relative;
 top:-10px;
 }
div#help a span { display: none; text-decoration:none;}

div#help a:hover span {display: block; text-decoration:none; vertical-align: 100%;
   position: absolute; top: -30px; left: -160px; width: 150px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #EEE; background: gray;
   border-radius: 8px;
   -moz-border-radius: 8px;
   font: 10px Verdana, sans-serif; text-align: center;}

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
    margin:0;
    padding:0;
}

fieldset,img{
    border:0;
}

html{
    height:100%;
    margin-bottom:1px;
}

body{
    position:relative;
}

:focus{
    outline:hidden;
}

/* links */
a{
    color:#33A660;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#282828;
    line-height:100%;
}

h1{
    font-size:28px;
}

h2{
    font-size:23px;
}

h3{
    font-size:18px;
}

h4{
    font-size:15px;
}

h5{
    font-size:14px;
}

h6{
    text-transform:uppercase;
    margin:0 0 0px 0;
    font-size:11px;
}

tr {
   text-align: center;
   background-color: #EEEEEE;
   color:#000000;
}

tr:hover { background-color: #DDDDDD; }


/* page setup */
body{
    background:#FFF url(../images/page_bg.png) 50% 0 repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    line-height:140%;
    color:#282828;
    font-size:13px;
}

/* wrapper setup */
div.rapidxwpr{
    margin:auto;
    width:900px;
}

/* header */
div#header{
    position:relative;
    height:73px;
    margin:0px 0px 15px 0px;
}

/* logo */
span#logo, img#logo{
    position:absolute;
    top:0px;
    left:0px;
    height:69px;
    border:0;
    float:left;
}

div#slogan{
    font-family:Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    color:white;
    font-size:14px;
    float: left;
    margin:15px 0px 0px 0px;
}

/* main body setup */
div#middle{
    width:auto;
    margin:0px 0px 0px 0px;
    clear:both;
    border:#C6C6C6 1px solid;
    padding:20px;
}

/* right column */
div#right{
    width:277px;
    padding:0px 0px 0px 18px;
    float:right;
}

* html div#right{
    padding:0px 0px 0px 15px;
}

/* content column */
div#main{
    width:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle{
    margin:0px 0px 0px 0px;
}

div#content{
    width:auto;
}

/* footer */
div#footer{
    width:auto;
    padding:5px 0px 20px 0px;
    clear:both;
    color:#fff;
}

/* clearing & floating */
.clearingfix:after{
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix{
    display:block;
}

.floatbox{
    overflow:hidden;
}

/* alignments */
.alignleft{
    float:left;
    margin:0 20px 0 0;
}

.alignright{
    float:right;
    margin:0 0 0 20px;
}

/* topmenu */
div#topmenu{
    position:absolute;
    top:46px;
    right:0px;
    height:27px;
}

div#topmenu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

div#topmenu li{
    float:left;
    display:block;
    margin:0 0 0 6px;
}

div#topmenu li a{
    float:left;
    display:block;
    position:relative;
    background:transparent url(../images/menu-r.png) 100% 0 no-repeat;
    height:27px;
    padding:0 5px 0 0;
    overflow:hidden;
    color:#202020;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    line-height:27px;
}

div#topmenu li a span{
    display:block;
    background:url(../images/menu-l.png) 0 0 no-repeat;
    padding:0 10px 0 15px;
}

div#topmenu li a.active, div#topmenu li a:hover{
    background:url(../images/menu-r.png) 100% -28px no-repeat;
    text-decoration:none;
}

div#topmenu li a.active span, div#topmenu li a:hover span{
    background:url(../images/menu-l.png) 0 -28px no-repeat;
}

/* main image */
div.main-image{
    margin:0 0 20px 0;
}

/* welcome */
div.welcome{
    background:url(../images/green-hosting.jpg) 100% 0 no-repeat;
    padding:0 220px 10px 0;
    margin:0 0 10px 0;
}

div.welcome h1, div.welcome h2{
    font-weight:normal;
    text-transform:uppercase;
    margin:0;
}

div.welcome h1 span, div.welcome h2 span{
    color:#3d821c;
}

/* benefits box */
div.benefits, div.sidenav{
    background:url(../images/benefits-top.jpg) 0 0 no-repeat;
    padding: 15px 0 0 0;
}

div.benefits-bg{
    background:url(../images/benefits-bg.jpg) 0 100% no-repeat;
    padding:0 13px 15px 13px;
}

div.benefits h3, div.sidenav h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 20px 0;
}

div.benefits ul, div.sidenav ul{
    list-style:none;
    margin:0 0 5px 0;
}

div.benefits ul li{
/*    background:url(../images/icon-leaf.png) 7px 50% no-repeat; */
/*    padding:10px 0 8px 33px; */
/*    border-bottom:#d4d3d3 1px solid; */
    margin:0px 5px;
    font-size: 11px;
    background:url(../images/arrow.gif) 0px 50% no-repeat;
    padding: 0 0 0 10px;
}

div.sidenav ul li{
    background:url(../images/icon-leaf.png) 7px 50% no-repeat; 
    padding:10px 0 8px 33px; 
    border-bottom:#d4d3d3 1px solid; 
}

div.benefits ul li a, div.sidenav ul li a{
    font-size:17px;
    color:#282828;
}

#.button {
#    border: none;
#    background: url('/images/signup-bg.png') no-repeat center left;
#    padding: 3px 32px 3px 3px;
#    float:right;
#    color:#fff;
#    margin: 0px 17px 0px 0px;
#    font-size: 12px;
#    text-decoration: none;
#}

/* signup */
a.signup{
#    padding: 1px 20px 15px 20px;
#    padding:1px 20px 15px 5px ;
#    margin:0px 0px 0px 0px;
    float:right;
#    width:90px;
#    color:#000;
    font-size: 12px;
#    line-height:16px;
#    text-decoration: none;
}

/* signup */
input.signup{
    background:url(/images/signup-bg.png) 0 0 no-repeat;
    padding:0px 20px 15px 5px ;
    margin:0px 25px 0px 0px;
    float:right;
    width:90px;
    color:#FFF;
    font-size: 13px;
    border: none;
#    line-height:16px;
#    height:18px;
}

/* signup */
button.signup{
    background:url(/images/signup-bg.png) 0 0 no-repeat;
    color:#FFF;
    width:95px;
    display:block;
    padding:2px 10px;
    line-height:16px;
    height:25px;
    float:right;
}

.button, .button:visited {
	background: #222 repeat-x; 
	font-family:"Tahoma",Trebuchet MS,Geneva,Kalimati,sans-serif;
	display: inline-block; 
	padding: 1px 10px 2px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.green.button, .green.button:visited { 
	background-color: #91bd09; 
}

.green.button:hover { 
	background-color: #749a02; 
}

/* features halfbox-right */
div.halfbox-right{
    background:url(../images/halfbox-top.jpg) 0 0 no-repeat;
    padding: 10px 0 0 0;
    width: 50%;
    float:right;
}

div.halfbox-left{
    background:url(../images/halfbox-top.jpg) 0 0 no-repeat;
    padding: 10px 0 0 0;
    width: 50%;
    float:left;
}

div.halfbox-bg{
    background:url(../images/halfbox-bg.jpg) 0 100% no-repeat;
    padding:0 10px 10px 10px;
}

div.halfbox-bg h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 5px 0;
    text-align:center;
}

div.halfbox-bg h4{
    font-weight:normal;
    font-size: 11px;
    margin:0 0 5px 0;
    text-align:center;
}

div.halfbox-bg ul li{
    list-style:none;
    margin:0px 5px;
    font-size: 11px;
    background:url(../images/arrow.gif) 0px 50% no-repeat;
    padding: 0 0 0 10px;
}

/* features halfbox-left */

/* features box */
div.box{
    background:url(../images/box-top.jpg) 0 0 no-repeat;
    padding: 10px 0 0 0;
}

div.box-bg{
    background:url(../images/box-bg.jpg) 0 100% no-repeat;
    padding:0 10px 10px 10px;
}

div.box-bg-nolist{
    background:url(../images/box-bg.jpg) 0 100% no-repeat;
    padding:0 10px 10px 10px;
}

div.box-bg h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 20px 0;
}

div.box-bg-nolist h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 20px 0;
}

div.box-bg ul li{
    list-style:none;
    margin:0px 5px;
    font-size: 11px;
    background:url(../images/arrow.gif) 0px 50% no-repeat;
    padding: 0 0 0 10px;
}

div.box-bg-nolist ul li{
    list-style:none;
    margin:0px;
}

/* features */
ul.features{
    list-style:none;
}

ul.features li{
    float:left;
    width:240px;
    margin:10px 15px;
    height:40px;
}

* html ul.features li{
    margin:10px 10px;
}

ul.features li img.features-icon{
    float:left;
    width:50px;
}

ul.features li div.details{
    float:right;
    width:180px;
}

ul.features li div.details h4{
    margin:0;
}

/* footermenu */
ul.footermenu{
    list-style:none;
    margin:0 0 0 10px;
}

ul.footermenu li{
    float:left;
    margin:0 0 0 15px;
}

ul.footermenu a{
    font-size:12px;
    color:#747474;
    text-transform:uppercase;
}

/* credits */
div.credits{
    float:right;
    margin:0 25px 0 0;
}

div.credits a{
    font-size:12px;
    color:#747474;
}

