
/**
 * Reset browser default settings. Do not reset settings for those elements,
 * which are not later defined in typo.css or forms.css.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Block elements */
body { /* blockquote */
    margin: 0;
    padding: 0; 
}

/**
 * Tools:
 *   - easy clearing method
 *   - replace (useful for screen readers)
 *   - accessibility (useful for screen readers)
 *
 * @package    themes
 * @subpackage default2
 */

/* clearing */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    display: block; /* restore block display for ie6 */
    /* End hide from IE-mac */
}
/* end clearing */


/* replace */
.replace {
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
/* tidy these up */
.replace * {
    text-indent: -10000px;
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
    .replace a {
        text-indent: 0;
    }
        .replace a span {
            text-indent: -10000px;
        }
/* end replace */


/* accessibility */
span.accesskey {
    text-decoration: none;
}
.accessibility {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
/* end accessibility */


/* hide */
.hide {
    display: none;
}
/**
 * Typography.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Blocks */
table { font-size:100%;} 
body {
    font-family: Verdana, trebuchet MS, Arial, sans-serif; 
    color: #000;
	font-size: 62.8%;
}


/* END blocks */


/* Headings */
h1 {
    padding: 0;
	margin: 0;
    font-weight: bold;
    color: #006DAA;
	font-size: 1.1em;
}
h1.titlenew {
    padding: 12px 0;
	margin: 0;
    font-weight: bold;
    color: #084FA6;
	font-size: 1.3em;
}
div.titlenew {
    padding: 0px 0 12px 0;
	margin: 0;
    font-weight: bold;
    color: #084FA6;
	font-size: 1.3em;
}
h1 span {
    font-weight: bold;
    color: #C65900;
	font-size: 1.1em;
}
h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #C65900;
}
h3 {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bghead_L.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F5F2EF;
	margin: 0;
	padding:7px 15px;
	text-align:left;
	color:#C65900;
	font-weight:bold;
	font-size:1.2em;
}
h4 {
	font-weight: normal;
	font-size:1.1em;
	margin: 0;
	padding:8px 5px;
	text-align:left;
}
h5 {
    font-weight: bold; 
	color: #C65900;
	font-size:1.0em;
	padding:0px;
	margin:0px;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: #666;
}
h6.subtitlenew {
    padding:0px;
	margin:0 0 0 10px;
	margin:0px;
    font-size: 1.2em;
    font-weight: bold;
    color: #2D2D2D;
}
a.headLeft:link, a.headLeft:visited{
	color:#006DAA;
	text-decoration:none;

}
a.headLeft:hover, a.headLeft:active{
	color:#D66B02;
	text-decoration:none;
}

/* END headings */


/* Lists */
/*
ul {
    margin: 0 0 0.7em 1em;
    list-style: none outside url(http://rvsitebuilder.com/themes/rvtheme/images/bullets/default.gif);
    line-height: 1.3em;
}
    ul li {
        margin-left: 30px;
    }
ol {
    margin: 0 0 0.7em 1em;
    list-style: outside decimal;
    line-height: 1.3em;
}
    ol li {
        margin-left: 30px;
    }
dl {
    margin-bottom: 0.7em;
    line-height: 1.3em;
}
    dl dt {
        font-weight: bold;
    }
    dl dd {
        margin-bottom: 0.2em;
        margin-left: 30px;
    }
	*/
/* END lists */


/* Links */
a,
a:link,
a:active {
    color: #09c;
    text-decoration: none;
}
a:visited {
    /* color: #184a84; */
}
a:hover {
    text-decoration: underline;
}
/* END links */
/* Misc */
hr {
    display: none;
}
div.hr {
    margin: 1em auto;
    height: 1px;
    background-color: #999;
    line-height: 1px;
}
/**
 * Forms.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Fieldset / legend */
fieldset {
    margin-bottom: 0.6em;
    padding: 1em 0 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: -7px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }


/* Form elements */


input.text, select, textarea {
    /*border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;*/
    /*padding: 2px;*/
    /*background: #fff url(http://rvsitebuilder.com/themes/rvtheme/images/bg/form_input_m.gif) repeat-x left top;*/
	border:#B4A895 1px solid; 
	width: 150px;
	background-color:#F2EFE9;
    font-size: 1.0em;
    color: #000000;
	height:1.4em;
}
textarea {
    height: 6em;
	width:200px;
}
textarea.popup {
	width:360px;
	border:dotted 1px #727272;
	background-color:#FFFFFF;
	padding:5px;
	font-family: Verdana, Arial, sans-serif;
	font-size:1.0em;
}
textarea.code {
    width:740px;
    height: 6em;
    white-space: pre;    
}
label {
    color: #333;
}
select {
	height:1.8em;
}	 


/****add***/
#frmLogin td, #forgotPasswd td {
	padding:0px 0 5px 5px;
}


input.btnContact {
	background-color: transparent;
	border: 0px;
	padding-bottom:3px;
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgBtnContact.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.0em;
	width:68px;
	height:20px;
}
input.btnContact:hover {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgBtnContact_h.jpg);
	color:#464646;
}
input.btnLogin {
	background-color: transparent;
	border: 0px;
	padding-bottom:3px;
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgBtnLogin.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.0em;
	width:58px;
	height:20px;
}
input.btnLogin:hover {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgBtnLogin_h.jpg);
	color:#464646;
}
input.btnRetrieve {
	background-color: transparent;
	border: 0px;
	padding-bottom:3px;
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgBtnRetrieve.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.0em;
	width:72px;
	height:20px;
}
input.btnRetrieve:hover {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgBtnRetrieve_h.jpg);
	color:#464646;
}

/****add***/



/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
            }
        form fieldset ol li div {
                        #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #f00;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
            }
        
        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin:0.4em 0 0.2em 0;
}
form .fieldIndent {
    margin-left: 160px;
}


/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout */
iframe {
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	border:1px #666666 solid;
}/**
 * Site specific layout.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

html { /* inforces screen to show scrollbar */
    height: 100%;
	color: #000000;
	background-color:#444444;
}
body{
	color: #000000;
	font-size: 62.8%;
}

/* Wrappers */
div#wrapper-outer {
	margin: 0 auto 0;
	width: 831px; 
}
div#wrapper-inner {
    background-color: #444;
}

/* Header */
div#header {
    /*border-bottom: 2px solid #fff;
    padding-right: 20px;
	background: url(http://rvsitebuilder.com/themes/rvtheme/images/bg/header_tr.gif) no-repeat right top;*/
}

/* END header */



/* Footer */
div#footer {
	background-color:#fff;
	width: 823px; 
	margin-left:8px;
}
.bottom {
	font-size: 11px; 
	color: #444444;
	text-align:center;
	font-weight:normal;
	background-color:#F0F0F0;
}
.bgbottom01{
	background-image: url(http://rvsitebuilder.com/themes/rvtheme/images/bgbottom01.gif);
	padding:13px 0px;
}
.bgbottom02{
	background-image: url(http://rvsitebuilder.com/themes/rvtheme/images/bgbottom02.gif);
	padding:4px 0px;
}
.bgfooter_service{
	background-image: url(http://rvsitebuilder.com/themes/rvtheme/images/bgfooter_service.gif); 
	background-position:top; 
	background-repeat:repeat-x; 
	background-color:#FDFDFD;
	padding:1px 5px 5px 10px; 
}
.Footer_Service { 
	line-height:18px; 
	font-size:11px; 
	width:200px; 
	text-align:left; 
	padding-top:5px; 
	text-decoration: none; 
	background-image: url(http://rvsitebuilder.com/themes/rvtheme/images/bgfooter_r.gif); 
	background-position:right top; 
	background-repeat:no-repeat; 
	height:85px;  
}
.Footer_Service a:link, .Footer_Service a:visited, .Footer_Service a:active{ 
	color:#000000; 
	font-weight:normal; 
	font-size:11px; 
	text-decoration:none; 	
}
.Footer_Service a:hover{ 
	color: #444444;
	font-weight:normal;
	font-size:11px; 
	text-decoration:none; 
}
.Footer_ServicePad {
	padding-left:20px;
}
	
/* END footer */



/* Content */
div#content {
    background-color: #fff;
	text-align:left;
}
    /* Main */
    div#main {
        background-color: #fff;
		padding: 0;
		margin: 0; 
		
    }


/* END content */


/**
 * Blocks.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Logout */
div#block-logout {
}
    div#block-logout strong {
        color: #666;
    }
    div#block-logout em {
        font-style: normal;
    }


/* Lang switcher */
div#langSwitcher {
    float: right;
}
    div#langSwitcher a {
        float: left;
        margin-left: 15px;
    }
        div#langSwitcher a img {
            display: block;
        }


/* Breadcrumbs */
#breadcrumbs {
    margin: 0;
    float: left;
}
    #breadcrumbs a {
        font-weight: bold;
        color: #66A326;
    }/**
 * Common.
 *   - error messages
 *   - debug panel
 *   - tooltips
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Messages & errors */
div.message {
    width: 80%;
    margin: 0 auto;
}
    div.message p {
        margin-bottom: 1em;
        border-width: 2px;
        border-style: solid;
        padding: 0.5em;
        text-align: center;
    }
    
    div.message p.message-error, div.message-error {
        border-color: #f30;
        color: #f30;
        padding: 10px;        
    }
    div.message p.message-info, div.message-info {
        border-color: #66a326;
        color: #66a326;
        padding: 10px;          
    }
    div.message p.message-warning, div.message-warning {
        border-color: #999;
        color: #999;
        padding: 10px;          
    }
    /* PEAR */
    div.message p.pear {
        border-top: none;
        border-color: #f30;
        text-align: left;
    }
    div.message h4 {
        border: 2px solid #f30;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0.5em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        font-weight: bold;
        color: #f30;
    }
div#broadcastMessage {
    position: absolute;
    z-index: 300;
    left: 30px;
    top: 30px;
    width: 300px;
    padding: 10px 20px;
    background-color: #ffe9d9;
    color: #333;
}
    div#broadcastMessage a {
        position: absolute;
        right: 4px;
        top: 37px;
    }
/* END messages & errors */


/* Debug panel */
div#debugPanel {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: auto;
    border: 1px black solid;
    margin: 10px;
    min-width: 150px;
    height: 300px;
    padding: 5px 10px;
    background-color: #808080;
    /*opacity: 0.9;*/
    font-size: 0.9em;
    color: #333;
}
    div#debugPanel h3 {
        margin-bottom: 0.5em;
        color: #fff;
    }
    div#debugPanel a {
        color: #ccc;
        text-decoration: none;
    }
    div#debugPanel dl {
        margin-bottom: 0;
    }
        div#debugPanel dl dt {
            margin-bottom: 0.2em;
            font-weight: normal
        }
        div#debugPanel dl dd {
            margin-left: 0;
            margin-bottom: 0.5em;
        }
/* END debug panel


/* Turn of tooltips */
.tipOwner .tipText {
    display: none;
}

/**
 * - navigation bar at the top
 * - 1 column (main)
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */


/**
 * - horizontal navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Main navigation */
div#nav-main {
    border-bottom: 1px solid #bbb;
    background-color: #fff;
}
    div#nav-main div.inner {
        border-top: none;
        background-color: #eef7d4;
        padding-left: 200px;
    }
    div#nav-main ul {
        margin: 0;
        list-style: none;
        line-height: 1em;
    }
        div#nav-main ul li {
            margin: 0;
            float: left;
        }
            div#nav-main ul li a {
                display: block;
                font-weight: bold;
                color: #66a326;
            }
            div#nav-main ul li a:hover, div#nav-main ul li.current a {
                background-color: #9c0;
                color: #fff;
                text-decoration: none;
            }
/* END main navigation */


/* Toolbar */
div#nav-main div#toolbar {
    padding: 0em;
}
/* END toolbar */
div#content {
    position: relative;
    width: 823px;
	background-color:#fff;
	margin-left:8px; 
	padding-bottom:30px;
}
div#main {
	padding: 0;
	margin: 0;
}
div#sub {
    display: none;
}
div#local {
    display: none;
}
div#nav-main {
   /* position: absolute;
    top: 0;
    left: -1px;
    width: 946px;*/
}/* CSS Document */
.container {
	font-size: 1.1em; 
}
.testimonial {
	padding-right: 3px; 
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px; 
	color: #2c8bb3; 
	
}
.feature1 {
	font-weight: bold;
	color: #148c00;
}
.feature2 {
	font-weight: bold; 
	color: #cc0e0e;
}
.padbilling{
	padding:0px 5px 0 5px;
}
a.topmenu:link, a.topmenu:visited {
	font-weight: normal;
	color: #454545; 
	white-space: nowrap; 
	text-decoration: none;
	font-size:11px;
}
a.topmenu:active, a.topmenu:hover {
	font-weight: normal;
	color: #F06600; 
	white-space: nowrap; 
	text-decoration: none;
	font-size:11px;
}

/*-------------- Start Navigator ---------------*/
#navigator {
    float: left;
    width: 100%;
    background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgmenu_n.gif);	
	vertical-align:middle;
    text-align:center;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
}
#navigator ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#navigator li {
    margin: 0px;
    float: left;
    white-space: nowrap;
	list-style-type: none;
}
#navigator a:link, #navigator a:visited{
    display: block;
	width:auto;
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgmenu_n.gif);
    border-top:#BEBEBE solid 1px;
	border-bottom:#F3F3F3 solid 1px;
	border-right:#FFFFFF solid 1px;
    color: #454545;
	padding:5px 14px;
    text-decoration:none;
	list-style-type: none;
	font-size: 11px;
}
#navigator a:hover, #navigator a:active{
    display: block;
	width:auto; 
	background:#000000;
	border-top:#000000 solid 1px;
	border-bottom:#202020 solid 1px;
    color: #FFFFFF;
}
.linemenu{
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/linemenu.gif);
	padding:0;
}
.linetop{ 
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/linetop.gif); 
	padding-top:2px;
}
.bghead {
    background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bghead.gif); 
	background-position:top; 
	background-repeat:no-repeat;
}

/*-------------- End Navigator ---------------*/

/*-------------- Start Posittion ---------------*/

.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
.center{ text-align:center;}
.alignleft{ text-align:left;}
.alignright{ text-align:right;}
.margintop{ margin-top:5px;}
.margintop li{ margin-left:-22px;}
.paddingbot{ padding-top:5px; padding-bottom:15px;}
.lineheight14{ line-height:14px;}

/*-------------- End Posittion ---------------*/

/*-------------- Start Feature popup ---------------*/
.bgbottom{
	padding-left: 5px;
	padding-top: 2px;
	font-size: 10px; 
	color: #444444;
	font-weight:bold;
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(http://rvsitebuilder.com/themes/rvtheme/images/bgbottom.gif); 
	padding-right:10px;	
}
.auto_shadow{
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/auto_shadow.gif);
	background-repeat:repeat-x;
}
.textred{
	font-weight: bold; 
	font-size: 16px;
	color:#A90808;
	padding-right:10px;
}
/*-------------- End Feature popup ---------------*/

.bgline{ 
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgline.gif);
	padding:1px 0px;
}
a.menuleft:active, a.menuleft:link{
	white-space:nowrap;
	color:#01608D;
	font-weight:bold;
	text-decoration: none;
}
a.menuleft:visited, a.menuleft:hover{
	white-space:nowrap;
	color:#FFA800;
	font-weight:bold;
	text-decoration: none;
}
a.headLeft:active, a.headLeft:link{
	color:#BE5400;
	text-decoration: none;
}
a.headLeft:visited, a.headLeft:hover{
	color:#E98637;
	text-decoration: none;
}
a.toweb {
	font-weight: bold; 
	color: #fcff00; 
	white-space: nowrap; 
	text-decoration: none;
}
a.toweb:hover {
	font-weight: bold; 
	color: #fcff00; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.cate {
	font-weight: bold; 
	color: #0e7fae; 
	white-space: nowrap; 
	text-decoration: none;
}
a.cate:hover {
	font-weight: bold; 
	color: #f15b09; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.blackmini {
	font-weight: bold; 
	color: #000000; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.blackmini:hover {
	font-weight: bold; 
	color: #5E5C5C; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.more:link, a.more:visited {
	font-weight: normal; 
	color: #006DAA; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.more:hover, a.more:active {
	font-weight: normal; 
	color: #D66B02; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.footer_serviceH:link, a.footer_serviceH:visited {
	font-weight: normal; 
	color: #006DAA; 
	white-space: nowrap; 
	text-decoration: none;
}
a.footer_serviceH:hover, a.footer_serviceH:active {
	font-weight: normal; 
	color: #D66B02; 
	white-space: nowrap; 
	text-decoration: none;
}
.bgwhite {
	background-color: #ffffff;
}
.bghtabl {
	font-weight: normal; 
	color: #000000; 
	background-color: #FFFFFF;
}
.bgy2 {
	background-color: #FFFFFF;
	border-bottom:#AABBC9 dotted 1px;
}
.bgtabblue2 {
	font-weight: bold; 
	color: #ffffff; 
	background-color: #BE5400;
}
.bgd2 {
	font-weight: bold; 
	color: #C25E0B; 
	background-color: #FFFFFF;
	border-bottom:#AABBC9 dotted 1px;
}
.bgd4 {
	font-weight: bold; 
	color: #7A7A7A; 
	background-color: #FFFFFF;
	border-bottom:#AABBC9 dotted 1px;
}
.textblaind {
	font-weight: bold; 
	font-size: 1.3em; 
	color: #000000; 
}
.texthead {
	font-weight: bold; 
	font-size: 1.1em; 
	color: #006DAA; 
}
.texthead02 {
	font-weight: bold; 
	font-size: 1.2em; 
	color: #006DAA; 
	padding-bottom:4px;
	border-bottom:#C65900 solid 3px;
}
.gototop {
	margin:0px;
	float:right;
}
.textsubhead {
	font-weight: bold;  
	color: #C65900; 
}
.textsubblue {
	font-weight: bold; 
	font-size: 1.3em; 
	color: #00b5f5; 
}
.textred{
	font-weight: bold; 
	font-size: 1.1em;
	color: #CC0000;
	padding-right:10px;
}
.texthead03{
	font-weight: bold; 
	color: #C65900; 
}
.textgreen {
	font-weight: bold; 
	color: #336600; 
}
.margin02 {
	padding-right: 6px; 
	padding-left: 6px; 
	color: #0a0a0a; 
}
.margin03 {
	padding:12px 5px 12px 30px;
	color: #000000; 
}
.margin04 {
	padding:12px 5px 12px 5px;
	color: #000000; 
}
.marginmain {
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 6px; 
	padding-top: 0px;
	background: #ffffff; 
}

select {
	border-right: #e3c59b 1px solid; 
	border-top: #e3c59b 1px solid; 
	font-size: 0.9em; 
	background: #e9faff; 
	border-left: #e3c59b 1px solid; 
	color: #515151; 
	line-height: normal; 
	border-bottom: #e3c59b 1px solid; 
	font-style: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-variant: normal; 
	text-decoration: none;
}
input {
	font-size: 0.9em; 
	color: #515151; 
	line-height: normal; 
	font-style: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-variant: normal; 
	text-decoration: none;
}
#v_arrow {
	list-style-image: url(http://rvsitebuilder.com/themes/rvtheme/images/arrow.gif);
}
.color1 {
	padding-right: 2px; 
	padding-left: 10px; 
	font-weight: normal; 
	padding-bottom: 10px; 
	padding-top: 10px; 
	color: #000000; 
	background-color: #FFFFFF; 
	border-bottom:#CCCCCC dotted 1px;
}
.color2 {
	color: #000000; 
}
.color3 {
	color: #000000;
	padding:10px 10px 0 10px; 
}
.color4{
	color: #000000; 
	padding-left:15px;
}
.textblackb {
	font-weight: bold; 
	color: #000000; 
}
.linedash {
	list-style-image: url(http://rvsitebuilder.com/themes/rvtheme/images/linedash.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.listCircle ul{ 
	list-style-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bulletCircle.gif); 
}

/*------Start FAQ-----*/

.faqList{ 
	list-style: disc; 
	margin-bottom:4px; 
}
.faqBold {
	font-weight: bold; 
	padding-left:25px;
}
.faqBdrGray{
	background-color:#E9E9E9; 
	border-bottom:#C8C8C8 solid 1px;
}
.faqBdrWhite{
	border-bottom:#FEFEFE solid 2px; 
	padding:8px 15px; 
	margin-top:10px; 
	height:50px;
}

/*------End FAQ-----*/

/*------feature-----*/
.textavailable{
	color:#1c9513;
	font-weight: bold; 
	background-color: #FFFFFF;
	border-bottom:#AABBC9 dotted 1px;
}
a.moreinfo:link, a.moreinfo:visited {
	font-weight: bold; 
	color: #2BB007; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
a.moreinfo:hover, a.moreinfo:active {
	font-weight: bold; 
	color: #2BB007; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
a.onlinedemo:link, a.onlinedemo:visited {
	font-weight: bold; 
	color: #EB3B18; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
a.onlinedemo:hover, a.onlinedemo:active {
	font-weight: bold; 
	color: #EB3B18; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
.lineheight{line-height:25px;
}
a.headFeature:link, a.headFeature:visited {
	color: #444; 
	font-weight:bold; 
	font-size:1.2em;
	text-decoration:none;
	margin-top:20px; 
	margin-bottom:10px; 
}
a.headFeature:hover, a.headFeature:active {
	color: #000; 
	font-weight:bold;
	font-size:1.2em; 
	text-decoration:none;
	margin-top:20px; 
	margin-bottom:10px;
}
a.moreFeature:link, a.moreFeature:visited {
	color: #444; 
	text-decoration: underline;
}
a.moreFeature:hover, a.moreFeature:active {
	color: #000; 
	text-decoration: underline;
}
a.Screenshot:link, a.Screenshot:visited {
	color: #444; 
	text-decoration: underline;
}
a.Screenshot:hover, a.Screenshot:active {
	color: #000; 
	text-decoration: underline;
}
#NewFeature{ 
	text-align:left;
}
#NewFeature h5{ 
	padding-top:2px;
}
#NewFeature ul{ 
	padding:5px 0 0 35px; 
	margin:0px; 
}
#NewFeature a:link, #NewFeature a:visited {
	color: #444; 
	font-size:0.9em;
	text-decoration:underline; 
}
#NewFeature a:hover, #NewFeature a:active {
	color: #000; 
	font-size:0.9em;
	text-decoration:underline;
}
#NewFeature02 ul li{  
	color:#444; 
}
#NewFeature02 ul li ul li{ 
	list-style:none; 
	margin-left:-30px; 
	padding:0px 0 10px 0px;
	font-weight:normal; 
}
#NewFeatureUser{ 
	line-height:15px;
}
#NewFeatureUser ul li a:link, #NewFeatureUser ul li a:visited, #NewFeatureUser ul li a:active{ 
	color: #444;
	text-decoration: underline;
}
#NewFeatureUser ul li a:hover{ 
	color: #000; 
	text-decoration: underline;
}
.TopFeature { 
	line-height:15px; 
	padding:5px;
}
.featureSha{ 
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/featureShabg.jpg);
}
.featurepad li{ 
	padding-bottom:3px;
}


/*-------demo new--------*/

a.more2{
	white-space:nowrap;
	color:#006DAA;
	font-weight:normal;
	text-decoration: underline;
}
a.more2:hover{
	white-space:nowrap;
	color:#008AFF;
	font-weight:normal;
	text-decoration:underline;
}
.padmain {
	padding-left:7px;
}

/*------mainleft_home-----*/
.bt_left{
	border:#E4DBD3 solid 1px;
	background-color:#F5F2EF;
}
.bt_left02{
	border:#FFFFFF solid 1px;
	background-color:#F5F2EF;
}
.leftpad{
	padding-left:13px;
}
.textbold_left{
	padding:5px 2px 5px 2px;
	color: #000000; 
}
#textnewsupdate{
	color:#147310;
	font-weight:bold;
}
.bgleft{
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/shadowleft.gif);
	padding:8px 0px;
}


/*------sitemap-----*/
ul.sitemap{
	list-style-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bluebullet.gif);
}
a.sitemap:link ,a.sitemap:visited ,a.sitemap:active {
	color: #444444; 
	font-weight: normal;
	text-decoration:underline;
	padding:3px 0px 3px 0px; 
	line-height:17px; 
}
a.sitemap:hover {
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
	padding:3px 0px 3px 0px;
	line-height:17px; 
}
.textred02{
	color:#121212;
	padding:5px 0px 5px 20px;
}
a.hred:link, a.hred:visited {
	color: #121212; 
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
a.hred:hover, a.hred:active{
	color: #FF520E;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}
a.txtgray:link, a.txtgray:visited {
	color: #444444; 
	font-size:1.1em;
	font-weight: bold;
	text-decoration:underline;
}
a.txtgray:hover, a.txtgray:active{
	color: #000000;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
}
.padSitemap{ 
	padding-left:30px;
}
.padTopSitemap{ 
	padding-top:10px;padding-left:30px;
}

/*------order-----*/
.bgboxorder{
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgboxorder.gif);
}
.bgleftorder{

	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/shadowtoporder.gif);
}
/*------popup css-----*/
a.pop {
	font-weight: bold; 
	color: #006DAA; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
a.pop:hover {
	font-weight: bold; 
	color: #006DAA; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}

/*------Start Newinterface -----*/

.header {
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
.title {
	font-weight:bold;
	padding:10px 0 7px 0;
}
#comingSoon {
	padding:0 10px;
}
#comingSoon ul {
	padding-left:10px;
	margin:0;
	
}
#comingSoon  li {
	list-style:square;
}
#screenshotPad { 
	text-align:center;
}
#screenshotPad div { 
	text-align:center; 
	padding-top:10px;
	padding-bottom:10px;
}
/*------ End Newinterface -----*/

#download a:link, #download a:visited {
	color: #444444; 
	font-size:1.0em;
	font-weight: normal;
	text-decoration:none;
}
#download a:hover, #download a:active{
	color: #000000;
	font-size:1.0em;
	font-weight:normal;
	text-decoration: underline;
}
#tutorials ul li{
	padding-bottom:2px;
}
#tutorials .width{ 
	float:left;
	padding-right:10px;
	padding-left:20px; 
	width:380px;
}
#tutorials .subject{
	padding:10px 0;
	color: #121212; 
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.padleft{ 
	padding-left:20px; 
	color: #444444;
}
#tutorials .columns{ 
	float:left;
	width:250px;
}
#tutorials ul li{ 
	line-height:15px;  
}
.borderNone{ border: none;}
.nowrap{ white-space:nowrap;}
.height15{ height:15px;}
.height10{ height:10px;}
.height20{ height:20px;}
.bartopPad{ padding:0 2px;}
.padTopBot{ padding:5px 0;}
.absmiddle{vertical-align:middle;}
.moreRight{padding:10px 0; text-align:right;}
.txtsmall{ font-size:9px;}
.padding03{ padding:0 3px;}
.paddingTop10{ padding:10px 0px;}
.txtred{ color:#FF0000;}
.bggray{ background-color:#CCCCCC; height:1px;}
.webtemplateTitle{
	padding:15px; 
	padding-bottom:5px;	
	font-weight: bold; 
	font-size: 1.1em;
	color: #CC0000;
	padding-right:10px;
}
.border1{ border:#000000 solid 1px;}
.tryout li{ padding-bottom:10px;}
.tryout li div{ padding-bottom:10px;}

/*------ start newfeatureadmin newfeatureuser -----*/
#s2, #s3, #s4, #s5, #s6, #s7, #s8, #s9, #s10{
	display:none;
}
#m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9, #m10,#m11,#m12,#m13{
	display:none;
}

.width200  {width:200px;}
.width250  {width:250px;
			line-height:18px;}
.width220  {width:220px;
			line-height:18px;}

.width260 {width:273px;
			line-height:18px;}
.width290 {width:290px;
			line-height:18px;}

.fontgold {font-size:12px;
		   font-weight:bold;
           color:#e76f00;
}
.fontgold01, .fontgold02 {font-size:11px;
		   font-weight:bold;
           color:#e76f00;
}
.fontgold02 {
		   padding-left:8px;
}
.font1 {font-size:11px;}
.font2 {font-size:12px;}
.font3 {font-size:11px;
		font-weight:bold;}
.font4 {font-size:11px;
		font-weight:bold;}

.right30 {padding-right:30px;}
.left20 {padding-left:20px;}
.left35 {padding-left:35px;}
.top20 {padding-top:20px;}
.top10 {padding-top:10px;}
.bottom20 {padding-bottom:20px;}


a.textlink:link, a.textlink:visited {color:#3e3e3e; font-weight:normal; font-size:11px; cursor:pointer; text-decoration:underline;}
a.textlink:hover, a.textlink:active {color:#3e3e3e; font-weight:normal; font-size:11px; cursor:pointer; text-decoration:none;}


a.next:link {
	float:left;
	font-size:11px;
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/arrowNr.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 16px 0 10px;
	color:#666666;
}
a.next:hover {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/arrowHr.gif);
	background-repeat:no-repeat;
	color:#FF6C00;
}

				 
a.Previous:link { 
	float:left;
 	font-size:11px;
 	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/arrowNl.gif);
 	background-position:left;
 	background-repeat:no-repeat;
 	padding:0 10px 0 16px;
 	color:#666666;
}
a.Previous:hover {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/arrowHl.gif);
	background-repeat:no-repeat;
}

a.Featurebottom:link, a.Featurebottom:visited {
	font-size:12px;
    color:#CCCCCC;
 	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/Featurebottom_01.jpg);
 	background-repeat:no-repeat;
	width:112px; 
    padding:3px 20px 6px 15px;
    height:33px;
	background-position:top;
 	}
	
a.Featurebottom:hover, a.Featurebottom:active {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/featurebottom_02.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

input.btnSubmit, a.btnSubmit:active{
     font-size:11px;
	 font-weight:bold;
     margin:0px;
     border:0px solid #999999;
	 width:112px;
     padding:3px 5px 10px 10px;
     height:33px;
     color:#ffffff;
     background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/Featurebottom_01.jpg);
     background-position:left;     
	 background-repeat:repeat-x;
 }
input.btnSubmit:hover{
		 background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/featurebottom_02.jpg);
 }
 
.fontblue {color:#0967be;
           font-size:13px;
		   font-weight:bold;}
.fontgold1 {color:#cd5c00;
		   font-size:12px;
		   font-weight:bold;}
.fontgold2 {color:#c15b09;
		   font-size:11px;
		   font-weight:bold;
}
/*------ start Category -----*/
.bdrimg{ 
	border: #cccccc solid 1px; 
	margin:1px;
}
#Category{ text-align:left;}
#IconCategory img{ margin:20px;}


.fonggold {color:#a82400;
		   font-size:10px;}
.top20 {padding-top:20px;
        }
.font11 {font-weight:bold;
		 font-size:9px;
		 padding:2px 5px 5px 5px;}
		 
.lefttop {padding-left:20px;
	      padding-top:5px;}
/*------ End Category -----*/

#tw01, #tw02, #tw03, #tw04, #tw05, #tw06, #tw07, #tw08, #tw09,#tw010, #tw011, #tw012, #tw013, #tw014, #tw015, #tw016, #tw017, #tg01, #tg02, #tg03, #tg04, #tg05, #tg06, #tg07, #tg08, #tg09,#tg010, #tg011, #tg012, #tg013, #tg014, #tc01, #tc02, #tc03, #tc04, #tc05, #tc06, #tc07, #tc08, #tc09,#tc010, #tc011, #tc012, #tc013, #tc014, #tc015, #tc016, #td01, #td02, #td03, #td04, #td05, #td06, #td07{ 
	padding:10px; 
	display:none; 
	background-color:#FFFFFF;
}	
	 /* CSS Document */
.container {
	font-size: 1.1em; 
}
.testimonial {
	padding-right: 3px; 
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px; 
	color: #2c8bb3; 
	
}
.feature1 {
	font-weight: bold;
	color: #148c00;
}
.feature2 {
	font-weight: bold; 
	color: #cc0e0e;
}
.padbilling{
	padding:0px 5px 0 5px;
}
a.topmenu:link, a.topmenu:visited {
	font-weight: normal;
	color: #454545; 
	white-space: nowrap; 
	text-decoration: none;
	font-size:11px;
}
a.topmenu:active, a.topmenu:hover {
	font-weight: normal;
	color: #F06600; 
	white-space: nowrap; 
	text-decoration: none;
	font-size:11px;
}

/*-------------- Start Navigator ---------------*/
#navigator {
    float: left;
    width: 100%;
    background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgmenu_n.gif);	
	vertical-align:middle;
    text-align:center;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
}
#navigator ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#navigator li {
    margin: 0px;
    float: left;
    white-space: nowrap;
	list-style-type: none;
}
#navigator a:link, #navigator a:visited{
    display: block;
	width:auto;
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgmenu_n.gif);
    border-top:#BEBEBE solid 1px;
	border-bottom:#F3F3F3 solid 1px;
	border-right:#FFFFFF solid 1px;
    color: #454545;
	padding:5px 14px;
    text-decoration:none;
	list-style-type: none;
	font-size: 11px;
}
#navigator a:hover, #navigator a:active{
    display: block;
	width:auto; 
	background:#000000;
	border-top:#000000 solid 1px;
	border-bottom:#202020 solid 1px;
    color: #FFFFFF;
}
.linemenu{
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/linemenu.gif);
	padding:0;
}
.linetop{ 
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/linetop.gif); 
	padding-top:2px;
}
.bghead {
    background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bghead.gif); 
	background-position:top; 
	background-repeat:no-repeat;
}

/*-------------- End Navigator ---------------*/

/*-------------- Start Posittion ---------------*/

.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
.center{ text-align:center;}
.alignleft{ text-align:left;}
.alignright{ text-align:right;}
.margintop{ margin-top:5px;}
.margintop li{ margin-left:-22px;}
.paddingbot{ padding-top:5px; padding-bottom:15px;}
.lineheight14{ line-height:14px;}

/*-------------- End Posittion ---------------*/

/*-------------- Start Feature popup ---------------*/
.bgbottom{
	padding-left: 5px;
	padding-top: 2px;
	font-size: 10px; 
	color: #444444;
	font-weight:bold;
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(http://rvsitebuilder.com/themes/rvtheme/images/bgbottom.gif); 
	padding-right:10px;	
}
.auto_shadow{
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/auto_shadow.gif);
	background-repeat:repeat-x;
}
.textred{
	font-weight: bold; 
	font-size: 16px;
	color:#A90808;
	padding-right:10px;
}
/*-------------- End Feature popup ---------------*/

.bgline{ 
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgline.gif);
	padding:1px 0px;
}
a.menuleft:active, a.menuleft:link{
	white-space:nowrap;
	color:#01608D;
	font-weight:bold;
	text-decoration: none;
}
a.menuleft:visited, a.menuleft:hover{
	white-space:nowrap;
	color:#FFA800;
	font-weight:bold;
	text-decoration: none;
}
a.headLeft:active, a.headLeft:link{
	color:#BE5400;
	text-decoration: none;
}
a.headLeft:visited, a.headLeft:hover{
	color:#E98637;
	text-decoration: none;
}
a.toweb {
	font-weight: bold; 
	color: #fcff00; 
	white-space: nowrap; 
	text-decoration: none;
}
a.toweb:hover {
	font-weight: bold; 
	color: #fcff00; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.cate {
	font-weight: bold; 
	color: #0e7fae; 
	white-space: nowrap; 
	text-decoration: none;
}
a.cate:hover {
	font-weight: bold; 
	color: #f15b09; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.blackmini {
	font-weight: bold; 
	color: #000000; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.blackmini:hover {
	font-weight: bold; 
	color: #5E5C5C; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.more:link, a.more:visited {
	font-weight: normal; 
	color: #006DAA; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.more:hover, a.more:active {
	font-weight: normal; 
	color: #D66B02; 
	white-space: nowrap; 
	text-decoration: underline;
}
a.footer_serviceH:link, a.footer_serviceH:visited {
	font-weight: normal; 
	color: #006DAA; 
	white-space: nowrap; 
	text-decoration: none;
}
a.footer_serviceH:hover, a.footer_serviceH:active {
	font-weight: normal; 
	color: #D66B02; 
	white-space: nowrap; 
	text-decoration: none;
}
.bgwhite {
	background-color: #ffffff;
}
.bghtabl {
	font-weight: normal; 
	color: #000000; 
	background-color: #FFFFFF;
}
.bgy2 {
	background-color: #FFFFFF;
	border-bottom:#AABBC9 dotted 1px;
}
.bgtabblue2 {
	font-weight: bold; 
	color: #ffffff; 
	background-color: #BE5400;
}
.bgd2 {
	font-weight: bold; 
	color: #C25E0B; 
	background-color: #FFFFFF;
	border-bottom:#AABBC9 dotted 1px;
}
.bgd4 {
	font-weight: bold; 
	color: #7A7A7A; 
	background-color: #FFFFFF;
	border-bottom:#AABBC9 dotted 1px;
}
.textblaind {
	font-weight: bold; 
	font-size: 1.3em; 
	color: #000000; 
}
.texthead {
	font-weight: bold; 
	font-size: 1.1em; 
	color: #006DAA; 
}
.texthead02 {
	font-weight: bold; 
	font-size: 1.2em; 
	color: #006DAA; 
	padding-bottom:4px;
	border-bottom:#C65900 solid 3px;
}
.gototop {
	margin:0px;
	float:right;
}
.textsubhead {
	font-weight: bold;  
	color: #C65900; 
}
.textsubblue {
	font-weight: bold; 
	font-size: 1.3em; 
	color: #00b5f5; 
}
.textred{
	font-weight: bold; 
	font-size: 1.1em;
	color: #CC0000;
	padding-right:10px;
}
.texthead03{
	font-weight: bold; 
	color: #C65900; 
}
.textgreen {
	font-weight: bold; 
	color: #336600; 
}
.margin02 {
	padding-right: 6px; 
	padding-left: 6px; 
	color: #0a0a0a; 
}
.margin03 {
	padding:12px 5px 12px 30px;
	color: #000000; 
}
.margin04 {
	padding:12px 5px 12px 5px;
	color: #000000; 
}
.marginmain {
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 6px; 
	padding-top: 0px;
	background: #ffffff; 
}

select {
	border-right: #e3c59b 1px solid; 
	border-top: #e3c59b 1px solid; 
	font-size: 0.9em; 
	background: #e9faff; 
	border-left: #e3c59b 1px solid; 
	color: #515151; 
	line-height: normal; 
	border-bottom: #e3c59b 1px solid; 
	font-style: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-variant: normal; 
	text-decoration: none;
}
input {
	font-size: 0.9em; 
	color: #515151; 
	line-height: normal; 
	font-style: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-variant: normal; 
	text-decoration: none;
}
#v_arrow {
	list-style-image: url(http://rvsitebuilder.com/themes/rvtheme/images/arrow.gif);
}
.color1 {
	padding-right: 2px; 
	padding-left: 10px; 
	font-weight: normal; 
	padding-bottom: 10px; 
	padding-top: 10px; 
	color: #000000; 
	background-color: #FFFFFF; 
	border-bottom:#CCCCCC dotted 1px;
}
.color2 {
	color: #000000; 
}
.color3 {
	color: #000000;
	padding:10px 10px 0 10px; 
}
.color4{
	color: #000000; 
	padding-left:15px;
}
.textblackb {
	font-weight: bold; 
	color: #000000; 
}
.linedash {
	list-style-image: url(http://rvsitebuilder.com/themes/rvtheme/images/linedash.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.listCircle ul{ 
	list-style-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bulletCircle.gif); 
}

/*------Start FAQ-----*/

.faqList{ 
	list-style: disc; 
	margin-bottom:4px; 
}
.faqBold {
	font-weight: bold; 
	padding-left:25px;
}
.faqBdrGray{
	background-color:#E9E9E9; 
	border-bottom:#C8C8C8 solid 1px;
}
.faqBdrWhite{
	border-bottom:#FEFEFE solid 2px; 
	padding:8px 15px; 
	margin-top:10px; 
	height:50px;
}

/*------End FAQ-----*/

/*------feature-----*/
.textavailable{
	color:#1c9513;
	font-weight: bold; 
	background-color: #FFFFFF;
	border-bottom:#AABBC9 dotted 1px;
}
a.moreinfo:link, a.moreinfo:visited {
	font-weight: bold; 
	color: #2BB007; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
a.moreinfo:hover, a.moreinfo:active {
	font-weight: bold; 
	color: #2BB007; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
a.onlinedemo:link, a.onlinedemo:visited {
	font-weight: bold; 
	color: #EB3B18; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
a.onlinedemo:hover, a.onlinedemo:active {
	font-weight: bold; 
	color: #EB3B18; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
.lineheight{line-height:25px;
}
a.headFeature:link, a.headFeature:visited {
	color: #444; 
	font-weight:bold; 
	font-size:1.2em;
	text-decoration:none;
	margin-top:20px; 
	margin-bottom:10px; 
}
a.headFeature:hover, a.headFeature:active {
	color: #000; 
	font-weight:bold;
	font-size:1.2em; 
	text-decoration:none;
	margin-top:20px; 
	margin-bottom:10px;
}
a.moreFeature:link, a.moreFeature:visited {
	color: #444; 
	text-decoration: underline;
}
a.moreFeature:hover, a.moreFeature:active {
	color: #000; 
	text-decoration: underline;
}
a.Screenshot:link, a.Screenshot:visited {
	color: #444; 
	text-decoration: underline;
}
a.Screenshot:hover, a.Screenshot:active {
	color: #000; 
	text-decoration: underline;
}
#NewFeature{ 
	text-align:left;
}
#NewFeature h5{ 
	padding-top:2px;
}
#NewFeature ul{ 
	padding:5px 0 0 35px; 
	margin:0px; 
}
#NewFeature a:link, #NewFeature a:visited {
	color: #444; 
	font-size:0.9em;
	text-decoration:underline; 
}
#NewFeature a:hover, #NewFeature a:active {
	color: #000; 
	font-size:0.9em;
	text-decoration:underline;
}
#NewFeature02 ul li{  
	color:#444; 
}
#NewFeature02 ul li ul li{ 
	list-style:none; 
	margin-left:-30px; 
	padding:0px 0 10px 0px;
	font-weight:normal; 
}
#NewFeatureUser{ 
	line-height:15px;
}
#NewFeatureUser ul li a:link, #NewFeatureUser ul li a:visited, #NewFeatureUser ul li a:active{ 
	color: #444;
	text-decoration: underline;
}
#NewFeatureUser ul li a:hover{ 
	color: #000; 
	text-decoration: underline;
}
.TopFeature { 
	line-height:15px; 
	padding:5px;
}
.featureSha{ 
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/featureShabg.jpg);
}
.featurepad li{ 
	padding-bottom:3px;
}


/*-------demo new--------*/

a.more2{
	white-space:nowrap;
	color:#006DAA;
	font-weight:normal;
	text-decoration: underline;
}
a.more2:hover{
	white-space:nowrap;
	color:#008AFF;
	font-weight:normal;
	text-decoration:underline;
}
.padmain {
	padding-left:7px;
}

/*------mainleft_home-----*/
.bt_left{
	border:#E4DBD3 solid 1px;
	background-color:#F5F2EF;
}
.bt_left02{
	border:#FFFFFF solid 1px;
	background-color:#F5F2EF;
}
.leftpad{
	padding-left:13px;
}
.textbold_left{
	padding:5px 2px 5px 2px;
	color: #000000; 
}
#textnewsupdate{
	color:#147310;
	font-weight:bold;
}
.bgleft{
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/shadowleft.gif);
	padding:8px 0px;
}


/*------sitemap-----*/
ul.sitemap{
	list-style-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bluebullet.gif);
}
a.sitemap:link ,a.sitemap:visited ,a.sitemap:active {
	color: #444444; 
	font-weight: normal;
	text-decoration:underline;
	padding:3px 0px 3px 0px; 
	line-height:17px; 
}
a.sitemap:hover {
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
	padding:3px 0px 3px 0px;
	line-height:17px; 
}
.textred02{
	color:#121212;
	padding:5px 0px 5px 20px;
}
a.hred:link, a.hred:visited {
	color: #121212; 
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
a.hred:hover, a.hred:active{
	color: #FF520E;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}
a.txtgray:link, a.txtgray:visited {
	color: #444444; 
	font-size:1.1em;
	font-weight: bold;
	text-decoration:underline;
}
a.txtgray:hover, a.txtgray:active{
	color: #000000;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
}
.padSitemap{ 
	padding-left:30px;
}
.padTopSitemap{ 
	padding-top:10px;padding-left:30px;
}

/*------order-----*/
.bgboxorder{
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/bgboxorder.gif);
}
.bgleftorder{

	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/shadowtoporder.gif);
}
/*------popup css-----*/
a.pop {
	font-weight: bold; 
	color: #006DAA; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}
a.pop:hover {
	font-weight: bold; 
	color: #006DAA; 
	white-space: nowrap; 
	text-decoration: none;
	padding-left:10px;
}

/*------Start Newinterface -----*/

.header {
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
.title {
	font-weight:bold;
	padding:10px 0 7px 0;
}
#comingSoon {
	padding:0 10px;
}
#comingSoon ul {
	padding-left:10px;
	margin:0;
	
}
#comingSoon  li {
	list-style:square;
}
#screenshotPad { 
	text-align:center;
}
#screenshotPad div { 
	text-align:center; 
	padding-top:10px;
	padding-bottom:10px;
}
/*------ End Newinterface -----*/

#download a:link, #download a:visited {
	color: #444444; 
	font-size:1.0em;
	font-weight: normal;
	text-decoration:none;
}
#download a:hover, #download a:active{
	color: #000000;
	font-size:1.0em;
	font-weight:normal;
	text-decoration: underline;
}
#tutorials ul li{
	padding-bottom:2px;
}
#tutorials .width{ 
	float:left;
	padding-right:10px;
	padding-left:20px; 
	width:380px;
}
#tutorials .subject{
	padding:10px 0;
	color: #121212; 
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.padleft{ 
	padding-left:20px; 
	color: #444444;
}
#tutorials .columns{ 
	float:left;
	width:250px;
}
#tutorials ul li{ 
	line-height:15px;  
}
.borderNone{ border: none;}
.nowrap{ white-space:nowrap;}
.height15{ height:15px;}
.height10{ height:10px;}
.height20{ height:20px;}
.bartopPad{ padding:0 2px;}
.padTopBot{ padding:5px 0;}
.absmiddle{vertical-align:middle;}
.moreRight{padding:10px 0; text-align:right;}
.txtsmall{ font-size:9px;}
.padding03{ padding:0 3px;}
.paddingTop10{ padding:10px 0px;}
.txtred{ color:#FF0000;}
.bggray{ background-color:#CCCCCC; height:1px;}
.webtemplateTitle{
	padding:15px; 
	padding-bottom:5px;	
	font-weight: bold; 
	font-size: 1.1em;
	color: #CC0000;
	padding-right:10px;
}
.border1{ border:#000000 solid 1px;}
.tryout li{ padding-bottom:10px;}
.tryout li div{ padding-bottom:10px;}

/*------ start newfeatureadmin newfeatureuser -----*/
#s2, #s3, #s4, #s5, #s6, #s7, #s8, #s9, #s10{
	display:none;
}
#m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9, #m10,#m11,#m12,#m13{
	display:none;
}

.width200  {width:200px;}
.width250  {width:250px;
			line-height:18px;}
.width220  {width:220px;
			line-height:18px;}

.width260 {width:273px;
			line-height:18px;}
.width290 {width:290px;
			line-height:18px;}

.fontgold {font-size:12px;
		   font-weight:bold;
           color:#e76f00;
}
.fontgold01, .fontgold02 {font-size:11px;
		   font-weight:bold;
           color:#e76f00;
}
.fontgold02 {
		   padding-left:8px;
}
.font1 {font-size:11px;}
.font2 {font-size:12px;}
.font3 {font-size:11px;
		font-weight:bold;}
.font4 {font-size:11px;
		font-weight:bold;}

.right30 {padding-right:30px;}
.left20 {padding-left:20px;}
.left35 {padding-left:35px;}
.top20 {padding-top:20px;}
.top10 {padding-top:10px;}
.bottom20 {padding-bottom:20px;}


a.textlink:link, a.textlink:visited {color:#3e3e3e; font-weight:normal; font-size:11px; cursor:pointer; text-decoration:underline;}
a.textlink:hover, a.textlink:active {color:#3e3e3e; font-weight:normal; font-size:11px; cursor:pointer; text-decoration:none;}


a.next:link {
	float:left;
	font-size:11px;
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/arrowNr.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 16px 0 10px;
	color:#666666;
}
a.next:hover {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/arrowHr.gif);
	background-repeat:no-repeat;
	color:#FF6C00;
}

				 
a.Previous:link { 
	float:left;
 	font-size:11px;
 	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/arrowNl.gif);
 	background-position:left;
 	background-repeat:no-repeat;
 	padding:0 10px 0 16px;
 	color:#666666;
}
a.Previous:hover {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/arrowHl.gif);
	background-repeat:no-repeat;
}

a.Featurebottom:link, a.Featurebottom:visited {
	font-size:12px;
    color:#CCCCCC;
 	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/Featurebottom_01.jpg);
 	background-repeat:no-repeat;
	width:112px; 
    padding:3px 20px 6px 15px;
    height:33px;
	background-position:top;
 	}
	
a.Featurebottom:hover, a.Featurebottom:active {
	background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/featurebottom_02.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

input.btnSubmit, a.btnSubmit:active{
     font-size:11px;
	 font-weight:bold;
     margin:0px;
     border:0px solid #999999;
	 width:112px;
     padding:3px 5px 10px 10px;
     height:33px;
     color:#ffffff;
     background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/Featurebottom_01.jpg);
     background-position:left;     
	 background-repeat:repeat-x;
 }
input.btnSubmit:hover{
		 background-image:url(http://rvsitebuilder.com/themes/rvtheme/images/featurebottom_02.jpg);
 }
 
.fontblue {color:#0967be;
           font-size:13px;
		   font-weight:bold;}
.fontgold1 {color:#cd5c00;
		   font-size:12px;
		   font-weight:bold;}
.fontgold2 {color:#c15b09;
		   font-size:11px;
		   font-weight:bold;
}
/*------ start Category -----*/
.bdrimg{ 
	border: #cccccc solid 1px; 
	margin:1px;
}
#Category{ text-align:left;}
#IconCategory img{ margin:20px;}


.fonggold {color:#a82400;
		   font-size:10px;}
.top20 {padding-top:20px;
        }
.font11 {font-weight:bold;
		 font-size:9px;
		 padding:2px 5px 5px 5px;}
		 
.lefttop {padding-left:20px;
	      padding-top:5px;}
/*------ End Category -----*/

#tw01, #tw02, #tw03, #tw04, #tw05, #tw06, #tw07, #tw08, #tw09,#tw010, #tw011, #tw012, #tw013, #tw014, #tw015, #tw016, #tw017, #tg01, #tg02, #tg03, #tg04, #tg05, #tg06, #tg07, #tg08, #tg09,#tg010, #tg011, #tg012, #tg013, #tg014, #tc01, #tc02, #tc03, #tc04, #tc05, #tc06, #tc07, #tc08, #tc09,#tc010, #tc011, #tc012, #tc013, #tc014, #tc015, #tc016, #td01, #td02, #td03, #td04, #td05, #td06, #td07{ 
	padding:10px; 
	display:none; 
	background-color:#FFFFFF;
}	
	 