/* Eric Meyer's CSS Reset */
html, body, ol, ul, li,
form, label, legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 16px/18px Arial, sans-serif;
    width: 100%;
    height: 100%;
    color: #7f8f98;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 157px;
    background: url(image/header-bg.gif) repeat-x;
    position: relative;
    z-index: 2;
}

.header .block .logo {
    height: 186px;
    width: 294px;
    float: left;
    background: url(image/logo.png);
    position: absolute;
}

.header .block .contact {
    color: #84939b;
    font: 10pt sans-serif;
    float: right;
    text-align: right;
    letter-spacing: 0.3px;
    padding-right: 5px;
    margin-top: 30px;
}
.header .block .contact span { 
    color: #e4730b;
}

.header .block .social {
    margin-top: 30px;
    margin-right: 50px;
    float: right;
}
.header .block .social ul li {
    display: inline;
}

.header .block .social ul li a{
    width: 32px;
    height: 32px;
}

.header .block .social ul li a:hover .current {
    display: none;
}

.header .block .social ul li a .accented {
    display: none;
}

.header .block .social ul li a:hover .accented {
    display: inline;
}

.header .menu {
    padding-top: 114px; 
    margin-left: 294px;
}

header .menu ul li {
    display: inline;
    margin: 0 18px;
}

header .menu ul li a {
    padding-bottom: 8px;
    border-bottom: 4px #3c5663 solid;
    font-size: 18px;
    color: #3c5663;
    text-decoration: none;
    text-transform: uppercase;
}

header .menu ul li a:hover{
    color: #e4730b;
    border-bottom: 4px #e4730b solid;
    text-decoration: none
}

header .menu ul .active a{
    color: #e4730b;
    border-bottom: 4px #e4730b solid;
}

.block {
    width: 1000px;
    margin: 0 auto;
}


/* Middle
-----------------------------------------------------------------------------*/
.content-box {
    width: 1000px;
    margin: 0 auto;    
    padding: 25px 0 150px;
    color: #7f8f98;
    font-size: 16px;
}

 .bottom-block {
    margin: -150px auto 131px;     
    background-color: #eeeeee;
    padding: 10px 0;
    position: relative;
}

 .bottom-block p {
    padding: 10px 0;
}

p {
	text-indent: 15px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
    margin: -131px auto 0;
    /*height: 131px;*/
    position: relative;
	background: url("image/footer-bg.jpg") repeat-x scroll 0 0 #141414;
}
.footer .block{
    padding-top: 33px;
}

.footer .footer-left{
    width: 325px;
    font-size: 12px;
    float: left;
}

.footer .footer-left .terms{
    margin-right: 70px;
}

.footer .footer-left .copy {
    padding-top: 15px;
}

.footer .footer-center{
    margin-left: 325px;
}
.footer  a{
	text-decoration: none;
}

.footer  a:hover{
	text-decoration: underline;
}

.footer  .menu{
	margin-bottom: 5px;
}

.footer  .menu ul.links{
	padding: 0;
}

.footer  .menu .links li{
	display: inline;
}
.footer  .menu .links li a{
	font-size: 	12px;
}
.footer  .menu .links .active{
	color: #7f8f98;
	text-decoration: underline;
}



.clear {
    clear:both;
}

h1 {
    font-size: 30px;
    text-align: center;
    padding: 20px 0 15px 0;
}

h2 {
    font-weight: bold;
    text-align: center;
    padding: 5px 0 10px 0;
}

a {
    color: #7f8f98;
}

.content ul {
    list-style-type:  disc;
    margin-left: 15px;
}
.banner{
    margin: 20px 0;
    text-align: center;
}
.banner-head{
    position: relative;
    background: url("image/banner-bg.jpg");
    height: 440px;
    width: 100%;
    overflow: hidden;
    
}

.banner-head .left-box {
    background: url("image/left-bar-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 440px;
    margin-right: 500px;
    position: absolute;
    right: 50%;
    width: 197px;
}

.banner-head .right-box{
    background: url("image/right-bar-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 440px;
    margin-left: 500px;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 268px; 
}

.banner-head .center-box {
    background: url("image/main-baner.jpg");
    width: 1000px;
    height: 440px;
    margin: 0 auto;
    position: relative;
}
.banner-head .center-box .text {
    height: 383px;
    width: 250px;
    padding: 13px 27px 0px;
}

.banner-head .center-box .text .h1 {
    text-align: left;
    line-height: 1.1;
    color: #f9f7ea;
}

.banner-head .center-box .text .h2 {
    text-align: left;
    line-height: 1.5;
    color: #f9f7ea;
    padding-top: 0;
}
.banner-head .center-box a{
    bottom: 48px;
    display: block;
    height: 66px;
    left: 0;
    position: absolute;
    width: 350px;
}
.top{
    height: 268px;
    background: url("image/header-bg.gif");
}

.h1{
    font-size: 30px;
    text-align: center;
    padding: 40px 0 15px 0;
    color: #e4730b;
    display: block;
}

.h2{
    text-align: center;
    padding: 20px 0 10px 0;
    color: #e4730b;
    display: block;
}
.price{
    color: #3c5663;
    
}

.price .tr1{ 
    background-color: #ffffff;
    padding: 2px;
    height: 30px;
}

.price .tr2{ 
    background-color: #f9f7ea;
    padding: 2px;
    height: 30px;
}

.price .tr1 td {
    vertical-align: middle;
    text-align: center;
}

.price .tr2 td {
    vertical-align: middle;
    text-align: center;
}

.price  table{
    font-size:14px;
    
}
.price  table strong{
    font-weight: bold;
}


.price  .price_th{
    margin-left: 35px;
    color: #e4730b;
    font-weight: bold;
    font-size:16px;
}

.hint{
    float: right;
    margin-right: 5px;
}

.orderform  td, .orderform th{
    padding: 10px 0;
    color: #a4a4a4;
    font-size: 15px;
    background-color: #f9f7ea;
}

.orderform  tr td:first-child {
    padding: 10px 10px 10px 20px;
}

.orderform  tr td #total_price{
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    border: 1px #e4e2d8 solid;
    background-color: #e4730b;
    color: #ffffff;
    //width: 72px; 
}

.orderform input[type="text"], .orderform input[type="password"] {
    width: 220px;
    height: 25px;
    border: 1px #e4e2d8 solid;
    padding-left: 5px;
    color: #a4a4a4;
}

.orderform select{
    width: 226px;
    height: 30px;
    padding: 4px 0 0 2px;
    border: 1px #e4e2d8 solid;
    background-color: #fff;
    color: #a4a4a4;
}

.orderform textarea{
    width: 685px;
    height: 60px;
    border: 1px #e4e2d8 solid;
    color: #a4a4a4;
}

.order-border{
    background-color: #e4730b;
    text-align: center;
    width: 100%;
    padding: 7px 0;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
}
.order-border a{
    color: #fff;
}

.table1 {border:5px solid #e4e9ef; border-collapse:collapse}
.table1 th {background-color:#fafbfc; padding:10px}
.table1 .tr1 td {background-color:#ffffff}
.table1 .tr2 td {background-color:#fafbfc}
.table1 td {padding:5px 10px}
.table1 a {text-decoration:none}

.table2 tr td { padding: 5px 30px}

.hint a {cursor:default; text-decoration:none}
.hint div {background-color:#ffffff; padding:2px}
.hint:hover div {position:absolute; z-index:1000}

.my_select_overlay {z-index:99}
.my_select_list {background-color:#ffffff; border:1px solid #cccccc; max-height:300px; overflow:auto; z-index:100}
.my_select_list_group {}
.my_select_list_group_label {font-weight:bold}
.my_select_list_group .my_select_list_option {padding-left:10px}
.my_select_list_option a {display:block; text-align:left; padding:1px; color:#000000; cursor:default}
.my_select_list .list_category {font-weight:bold}
.orderform  .my_select_list a {color:#111111}
.orderform  .my_select_list a:hover {background-color:#1e90ff; color:#ffffff}

.footer .chat_now{
    background: url("image/chat_now.png");
    width: 212px;
    height: 53px;
    float: right;
    margin: -47px 50px 0 0;
}

.orders .order_buttons {
    text-align: left;
    padding-left: 0;
}
.orders .order_buttons a{
    text-decoration: none;
}

.orders .order_line{
    height: 35px;
    background-color: #fff;
}

.orders  td, .orders th{
    padding: 5px 0;
    color: #a4a4a4;
    font-size: 15px;
    //background-color: #f9f7ea;
}

.orders  td:first-child, .orders th:first-child{
    padding-left: 20px;
    
}

.orders .tr1{
    background-color: #f9f7ea;
}

.orders .tr2{
    background-color: #fff;
}

.jswindow {
	border:1px solid #e0e2e4;
	background-color:#ffffff;
	position:absolute
}
.jswindow>table {
	margin:2px;
	background-color:#f9f9f9
}
.jswindow_title {
	cursor:default;
	font:bold x-small Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:#ccc url(images/window-title.gif) repeat-x; height:30px
}

.jswindow_caption {
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	padding:2px 5px
}

.jswindow_buttons {
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
	padding:0px 3px 3px 0px
}

.jswindow_buttons a {
	color:#666;
	margin:0px 2px
}

.jswindow_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#525252;
	text-align:justify;
	line-height:1.5em;
	padding:4px
}

.jswindow_content a {
	color:#da0f0f;
	text-decoration: underline;
}

.jswindow_content a:hover {
	color:#da0f0f;
	text-decoration:underline;
}

.jswindow_content p {
	margin:0px 0px 10px 0px;
}

.delete-dialog-button { 
	margin-left: 3px; 
	display: block; 
	text-decoration: none !important;
	border: solid rgb(200, 200, 200) 1px;
	width: 50px;
	float: right;
	border-radius: 3px; 
}

.orderform .error {
	background-color:#ffcccc
}

.orderform tr td, tr th {
border: none;	
}


.fb-btns{
	overflow:hidden;
	//margin-bottom: 0px; 
}

.b-wrap{
	float: left;
	margin-right:2px;
}

.fb-like-btn span{
	position: absolute;
    right: 0px;
    top: 0;
    margin-top: 0px;
    text-align: center;
    background: url(image/f-bg.gif) no-repeat right;
    width: 32px;
    height: 20px;
    line-height: 19px;
    text-indent: 4px;
    color: #333333;
    font-size: 11px;
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
    z-index: 999;
}

.tw-share_btn-wrap span{
	position: absolute;
    right: 0px;
    top: 0;
    margin-top: 0px;
    text-align: center;
    background: url(image/t-bg.gif) no-repeat right;
    width: 32px;
    height: 20px;
    line-height: 19px;
    text-indent: 4px;
    color: #333333;
    font-size: 11px;
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
    z-index: 999;
}