body{
margin:0;
padding:0;
line-height: 1.3em;
background:#cc6600; 

}

.button a{
display: block;
text-decoration: none;
font: bold 13px Arial;
color: #fff;
width: 150px;
height: 50px;
float: left;
display: inline;
margin-right: 8px;
background-image:url(../images/button.gif);
background-repeat: no-repeat;
padding-top: 4px;
text-align: center;
background-color: #993300;

}

.button a:hover{
background-image:url(../images/button_mo.gif);
}


b{font-size: 100%;}
em{color: red;}

#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
font: 13px Arial;
background: #fff;

}

#topsectionmenu{
background: #cc6600;
height: 54px; /*Height of top section*/
padding-left: 15px;
}

#topsection
{
margin:0px; padding:0px;
background-image: url('../images/banner6.jpg');
width: 980px;
height: 236px;
}





#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-color:#fff;

}

#contentcolumn{
margin: 0 190px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 5px 0 0 5px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
line-height: 1.2em;
background: #f0e7d7;
}

#rightcolumn{
float: left;
width: 150px; /*Width of right column*/
margin-left: -150px; /*Set left margin to -(RightColumnWidth)*/
background: #f0e7d7;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer
{
clear: left;
width: 100%;
background: #cc6600;
color: #fff;
text-align: center;
padding: 0;
height: auto;
font-family: arial, georgia, serif;
font-size: .5 em;
}

#footer a
{
color: #fff;
}

#navcontainer
{
background: #f0e7d7;
width: 190px;
margin: 0 auto;
padding: 1em 0;
font-family: arial, georgia, serif;
font-size: 13px;
text-align: center;
}


ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 150px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
font-weight: bold;
color: #ff8500;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #cdbfb0;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ffffff;
background: #ff8500;
border-color: #aaab9c #fff #fff #ccc;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*mystyle*/
#myform #mform input.txt {
    font-size: 12px;
    height: 20px;
    margin-bottom: 4px;
    width: 156px;
    padding: 0;
    padding-left: 3px;
    padding-bottom: 2px;
}
#myform #mform {
    position: relative;
    top: 112px!important;
}
#myform {
    background-image: url("side-images/FREE.png");
    background-repeat: no-repeat;
    height: 291px;
    position: relative;
    right: 20px;
    width: 191px;
}
#myform #mform input.sub {
    background-image: url(side-images/Submit.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 168px;
    height: 47px;
    cursor: pointer;
}

/*end*/

/*testimonial*/
#testimonials {
    list-style-type: none;
    margin-left: -35px;
    width: 190px;
}
#testimonials .slide {
}
blockquote {
    color: #222222;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
}
#testitop {
    background-image: url("side-images/testitop.png");
    background-repeat: no-repeat;
    height: 14px;
    margin-bottom: -12px;
}
#testicenter {
    background-image: url("side-images/testicenter.png");
    background-repeat: repeat-y;
    margin-bottom: -13px;
}
#testifooter {
    background-image: url("side-images/testifooter.png");
    background-repeat: no-repeat;
    height: 14px;
    margin-left: 5px;
}
#testimonials h3 {
    font-family: myriad pro;
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
}

/*end*/
