/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
    margin:0;
    padding:0;
    /* background:#ccc6be; */
}

fieldset,img{
    border:0;
}

html{
    height:100%;
    margin-bottom:1px;
}

body{
    position:relative;


}

:focus{
    outline:hidden;
}

/* links */
a{
    color:#282828;
    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{
    font-size:11px;
}

/* page setup */
body{
    background-color: #ccc6be;
    /*background:#FFF 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;
    background:#FFF;
}

/* header */
div#header{
width:900px;
    position:relative;
    height:103px;
    margin:10px 0px 0px 0px;
    border-right:#666666 1px solid;
    border-bottom:#666666 1px solid;
}

/* logo */
span#logo, img#logo{
    position:absolute;
    top:10px;
    left:20px;
    width:208px;
    height:80px;
    border:0;
}

/* Flash main body setup */
div#middle_flash{
    width:900px;
    height:210px;
    position:relative;
    margin:0px;
    clear:both;
    border-top:#ccc6be 5px solid;
    border-right:#666666 1px solid;
    border-bottom:#666666 1px solid;
}

/* Images main body setup */
div#middle_images{
    width:auto;
    height:270px;
    position:relative;
    margin-left:0px;
    padding-left:20px;
    clear:both;
    border-top:#ccc6be 10px solid;
    border-right:#666666 1px solid;
    border-bottom:#666666 1px solid;
}

/* main body setup */
div#middle{
    width:auto;
    margin:0px 0px 0px 0px;
    clear:both;
    border-top:#ccc6be 5px solid;
    border-right:#666666 1px solid;
    border-bottom:#666666 1px solid;
    padding:10px;
}

/* right column */
div#right{
    width:277px;
    padding:0px 0px 10px 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 10px 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;
}

.cleaner{
    clear: both;
}

.floatbox{
    overflow:hidden;
}

/* alignments */
.alignleft{
    float:left;
    margin:0 20px 0 0;
}

.alignright{
    float:right;
    margin:0 0 0 20px;
}


/* main image */
div.main-image{
    margin:0 0 20px 0;
}

/* welcome */
div.welcome{
    padding:0 20px 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{
    background:url(benefits-top.jpg) 0 0 no-repeat;
    padding:15px 0 0 0;
}

div.benefits-bg{
    background:url(benefits-bg.jpg) 0 100% no-repeat;
    padding:0 13px 15px 13px;
}

div.benefits h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 20px 0;
}

div.benefits ul{
    list-style:none;
    margin:5px 10px;
}

div.benefits ul li{
    background:url(icon-leaf.png) 7px 50% no-repeat;
    padding:10px 0 8px 33px;
    border-bottom:#d4d3d3 1px solid;
}

div.benefits ul li a{
    font-size:17px;
    color:#282828;
}

/* signup */
a.signup{
    background:url(signup-bg.png) 0 0 no-repeat;
    color:#FFF;
    width:55px;
    display:block;
    padding:0px 10px;
    line-height:16px;
    height:18px;
    margin:10px 0 0 0;
    float:right;
}

/* features box */
div.box{
    background:url(box-top.jpg) 0 0 no-repeat;
    padding:10px 0 0 0;
}

div.box-bg{
    background:url(box-bg.jpg) 0 100% no-repeat;
    padding:0 10px 10px 10px;
}

/* features */
ul.features{
    list-style:none;
}

ul.features li{
    float:left;
    width:240px;
    margin:10px 15px;
    height:60px;
}

* 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;
}

#top_titles
{
width:580px;
float:right;
margin-top:50px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
}

#top_titles a
{
color:#333333;
text-decoration:none;
}


#top_titles a:hover
{
color:#333333;
text-decoration:underline;
}

#vSpacer10{height:10px; overflow:hidden;}

#vSpacer55{height:5px; overflow:hidden;
    border-bottom:#ccc6be 5px solid;
    border-right:#666666 1px solid;
    border-bottom:#666666 1px solid;
}

/*  Navigation  */
#nav {
	position: absolute;
	clear: both;	
	margin: 0; padding: 0;		
	height: 35px;
        top: 35px;	
}
#nav ul {
	float: right;
	list-style: none;
	width: 900px;		
	height: 35px;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
	
}
#nav ul li a {
	float: right;
	margin: 0;	padding: 0 10px;
	font: bold 15px/35px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;	
	letter-spacing: -0.3px;
	color: #694f42;
	
}


#nav ul li a:hover, 
#nav ul li a:active {
	color: #111;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #0da7d2;	
}

/* End of  Navigation  */

#vSpacer5{height:5px; overflow:hidden;}
#vSpacer10{height:10px; overflow:hidden;}

#wrapper2 {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	height:250px;

}

#side-a {
	float: left;
	width: 300px;
	padding-top:7px;

}

#side-b {
	float: right;
	width: 330px;
	padding-right:20px;
}

#side-bb {
	float: right;
	width: 330px;
	padding-right:20px;
        padding-top:20px;
}

#mid_img { 
	float: left;
	width: 250px;
        padding-top:8px;
	
}

#mid_img2 { 
	float: left;
	width: 250px;
        padding-top:50px;
	
}


#mattblacktabss{
position: absolute;
	clear: both;	
	margin-left:150px;	
	height: 35px;
        top: 35px;
padding-left:350px;
width:580px;
overflow: hidden;

 /*bottom horizontal line that runs beneath tabs*/
}

#mattblacktabss ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

#mattblacktabss li{
display: inline;
margin: 0;
}

#mattblacktabss li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #0099cc; /*background of tabs (default state)*/
}

#mattblacktabss li a:visited{
color: white;
}

#mattblacktabss li a:hover, #mattblacktabss li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* Images main body setup */
div#middle_images_inside{
    width:auto;
    height:270px;
    position:relative;
    margin-left:0px;
    padding-left:20px;
clear:both;
    border-top:#ccc6be 5px solid;
    border-right:#666666 1px solid;
    border-bottom:#666666 1px solid;
   
}


