/* @group basic */
body { background: #fff url(../img/bg_lines_green.png) repeat-x top center; font-family: Verdana, sans-serif; font-size: 11px; color:#333;  }

a { text-decoration: none; }
	
a:link { color: #3d59cb;  }
a:active {  color: #3d59cb;  }	
a:visited {  color: #3d59cb;  }	
a:hover	{ color: #4d70ff; }


p { font-size: 12px; line-height: 18px; }

h1 { font-size: 20px; font-weight: normal; color: #666; margin-bottom: 20px; }
h2 { font-size: 16px; font-weight: normal; color: #333; margin: 20px 0 10px 0; }


/* @end */

/* @group header */
#header_wrapper { width: 100%; height: 180px; background:  url(../img/header_white_line.png) no-repeat 0 0; }
#header { position: relative; height: 180px; background: #9fd337  url(../img/bg_lines_green.png) repeat-x top center; }
#header .logo { float: left; margin-top: 30px; height: 90px; width: 310px;  background:  url(../img/header_logo.png) no-repeat; }
#header .logo a { position: relative; z-index: 1; display: block; height: 90px; text-indent: -9000px;}
#header .lable { float: right; margin: 40px 0px 0 0; height: 70px; width: 220px;  background: url(../img/tr_black_10.png); }
#header .lable a { display: block;  color: #fff; text-align: center; font: 28px/65px Georgia, "Times New Roman", Times, serif; }
#header .menu { position: absolute; bottom: 0; left: 0; }
#header .menu li { float: left; margin-right: 10px; display: inline; }
#header .menu li a { float: left; padding: 0 10px; height: 30px; line-height: 30px; background: url(../img/tr_black_10.png); color: #fff; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; }
#header .menu li a:hover { background: none; color: #666; }
#header .menu li a.active { background: #fff; color: #666; }

/* @end */

/* @group content */
#content { padding-top: 20px; padding-bottom: 20px; }
#content a:hover { background: #4d70ff; color: #fff; }
#content table { margin: 10px 0;  border: 5px solid #ccc; background: #e5e5e5; }
#content table th { background: #ccc; padding: 10px 10px; }
#content table td { padding: 10px 10px; }
#content table .first { background: #ccc; }
#content ul.list { margin: 10px 0; }
#content ul.list li { margin-bottom: 10px; list-style-type: disc; list-style-position: inside; }

/* @end */

/* @group order form */

#content .ui-slider-handle { border-color: #f30; background: #f30; }
#content .ui-slider-handle:hover { border-color: #f30; background: #f30; }
#content .ui-slider { background: #fff; border-color: #c3cde5;  }

.sliders p { clear: left; padding: 0 0 5px 0; font-size: 14px;  }
.slider { clear: left; float: left; margin-bottom: 20px;  width: 270px; }
.slider_lable { float: left; margin-top: -5px; padding-left: 30px; font-size: 18px; color: #666; }
.slider_lable_small { float: left; padding-top: 5px;  padding-left: 30px; font-size: 12px; color: #888; }
.total_show { clear: left; padding-top: 0; padding-bottom: 10px; font-size: 24px; color: #666; }


/* @end */

/* @group aside */
#aside { padding: 20px 0 ; }
#aside .section { margin-bottom: 20px; border: 5px solid #dec9b3; padding: 10px; border-radius: 8px;  -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius:10px; behavior:url(/media/js/border-radius.htc); background: #fff; }
#aside h3 { margin-bottom: 10px; font: 18px Georgia, "Times New Roman", Times, serif; color: #de6f00; }
#aside ul.bullets { list-style-image: url(../img/checkmark_orange.png); list-style-position: inside; }
#aside ul li { margin-bottom: 10px; }

#aside .slider { width: 150px; }
#aside .slider_lable {  padding-left: 20px; font-size: 14px;  }
#aside .slider_lable_small { padding-left: 20px; font-size: 11px; }
#aside .total_show {font-size: 18px; }
#aside form.aform { width: 290px; }
#aside .ui-slider-handle { border-color: #f30; background: #f30; }
#aside .ui-slider-handle:hover { border-color: #f30; background: #f30; }
#aside .ui-slider { background: #fff; border-color: #c3cde5;  }
/* @end */


/* @group footer */
#footer_wrapper {clear: both; background: #9fd337 url(../img/bg_lines_green.png); border-top: 5px solid #85b12e; }
#footer { padding: 10px 0;}
#footer p { font-size: 10px; }
/* @end */

/* @group forms */
form.aform { margin: 20px 0; padding: 20px 0; width: 450px; background: #dee6f7; border: 5px solid #c3cde5; border-radius: 8px;  -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius:8px; behavior:url(/media/js/border-radius.htc); }
.aform fieldset { padding: 0 20px;  }
.aform fieldset.submit {  padding: 0; background: #fff; border: none; }
.aform legend { padding: 0 0 20px 0; font-size: 16px; color: #666; }
.aform label { display: block; color: #666; padding: 0 0 5px 0; font-size: 14px; }
.aform span { color: #ff4c4c; }
.aform p { font-size: 14px; }
.aform li { margin-bottom: 20px; }

.aform input, .aform textarea { width: 396px; padding: 5px 3px; background: #fff; border: 1px solid #999; border-left-width: 3px; color: #666; font-size: 16px; }
.aform textarea { height: 200px; }
.aform input.checkbox { border: none; background: none; width: auto; }

.aform input:focus, .aform textarea:focus { border-left-color: #4384e5; }

.aform .error
{
	font-weight: bold;
	color: #ff4d4d;  }


.aform a.button, .aform button{
    display:block;
    float:left;
    margin:20px 7px 0 0;
    background-color: #4384e5;
    border: 1px solid #3b75cb;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:130%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.aform a.button:hover, .aform button:hover{
	background-color: #3183ff;
}
.aform button{
    width:auto;
    overflow:visible;
    border: none;
    padding:4px 10px 3px 7px; /* IE6 */
}
.aform button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.aform button img, .aform a.button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* @end */


