body{
 background-color: #00133d;
 background-image: url('images/strip.jpg');
 background-repeat:repeat-x;
 background-position: top center;
} 

.title{
 margin-left: 10px;
 font-family: verdana, arial;
 color: #fff;
 font-weight: bold;
 font-size: 40px;
}

.mid{
 width: 5px;
}

.side_wrap{
 padding: 5px 10px 5px 10px;
}

.footer{
 padding-top: 30px;
 padding-bottom: 30px;
 color: #cecece;
 font-size: 11px;
 font-family: arial;
 font-weight: bold;
}

.footer a{
 color: #ff0000; 
}

.footer a:hover{
 color: #fff; 
 text-decoration: none;
}

/* ######################## side menu styles ########################### */

.sidemenu{
 width: 303px;
 font-family: arial;
 font-size: 13px;
}

.optin{
 background-color: #dd4b4b;
 background-image: url('images/optin_top.jpg');
 background-repeat:repeat-x;
 background-position: top center;  
}

.optin_wrap{
 padding-top: 10px;
 padding-bottom: 10px;
 width: 290px;
}

.h1s{
 font-size: 18px;
 font-weight: bold; 
}

.optintxt{
 font-size: 15px;
 font-weight: bold;
 color: #fff;
}

.subs{
 background-image: url('images/giveMe.jpg');
 width: 174px;
 height: 40px;
 border: 0;
}


/* ######################## content styles ########################### */

.content{
 margin: 10px 0px 5px 0px;
 width: 450px;
 font-family: arial;
 font-size: 13px;
}

.content_header{
 margin-left: 15px;
 font-size: 12pt;
 font-weight: bold;
 color: #fff;
 font-family: arial;
}

.h2s{
 color: #e36969;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
}

.check{
 background-image: url('images/check.jpg');
 background-repeat:repeat-x;
 background-position: top center;
 width: 72px;
 height: 72px;
}

.bullets{
 background-image: url('images/bullets.gif');
 background-repeat:repeat-x;
 background-position: top center;
 width: 16px;
 height: 16px;
}

.tabletxt{
 font-size: 13px;
}

.links1 a{
 font-size: 18px;
 font-weight: bold;
 color: #e36969;
}

.links1 a:hover{
 color: #cc0000;
}

/* ####################################### hosting page #####################################*/

.hostingtable{
 width: 100%;
 background-color: #cecece; 
}

.hostingtable td{
 padding: 5px 0px 5px 0px;
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 color: #4c4c4c;
}

.hosticon{
 background-image: url('images/check2.jpg');
 background-repeat:repeat-x;
 background-position: top center;
 width: 30px;
 height: 30px;
}

.tabletxt2 td{
 font-size: 13px;
 font-weight: bold;
 color: #4c4c4c;
}

.order a{
 background-image: url('images/order.jpg');
 width: 190px;
 height: 67px;
 display: block;
}

.yellow{
 background-color: yellow;
}