@charset "utf-8";
/* CSS Document */

/* ---------------------- FONTS ----------------------- */

@font-face {
    font-family: 'swis721_cn_btroman';
    src: url('/css/type/tt0009m_-webfont.eot');
    src: url('/css/type/tt0009m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/type/tt0009m_-webfont.woff') format('woff'),
         url('/css/type/tt0009m_-webfont.ttf') format('truetype'),
         url('/css/type/tt0009m_-webfont.svg#swis721_cn_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'swis721_cn_btbold';
    src: url('/css/type/tt0010m_-webfont.eot');
    src: url('/css/type/tt0010m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/type/tt0010m_-webfont.woff') format('woff'),
         url('/css/type/tt0010m_-webfont.ttf') format('truetype'),
         url('/css/type/tt0010m_-webfont.svg#swis721_cn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------------------- OVERALL TAGS ----------------------- */

html {
	background: rgb(77,77,77);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  background: transparent;
  overflow-x: hidden;
}

#bg {
	background: url(/img/bg.jpg) repeat;
	padding-bottom: 8px;
	position: relative;
}

body:before {
	content: "";
	position: absolute;
	background: url(/img/bg_decoration.png);
	top: 130px;
	left: 50%;
	margin-left: -590px;
	width: 1179px;
	height: 443px;
	max-width: 107%;
}

#content {
	margin-top: 20px;
	position: relative;
	background: url(/img/watermark_bg.png) right bottom no-repeat;
	z-index: 200;
}

h1 {
	font-size: 18px;
	background: url(/img/h1_bg.png) center repeat-x;
	font-weight: normal;
	padding: 5px 15px 10px 20px;
	display: inline-block;
	position: relative;
}

h1:before, h1:after {
	position: absolute;
}

h1:after {
	content: url(/img/h1_after.png);
	top: 10px;
	right: -58px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: rgb(325,103,47);
	border-bottom: 1px solid rgb(255,227,108);
	margin-top: 30px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	color: rgb(237,148,5);
}

p {
	line-height: 130%;
}

.read_more {
	padding-top: 0;
	text-align: right;
}

.no-borderradius #bg:before, .no-borderradius #bg:after {
	content: "";
	background: url(/img/top_shadow.png) repeat-x;
	position: absolute;
	height: 30px;
	width: 100%;
}

.no-borderradius #bg:before {
	top: 0px;
}

.no-borderradius #bg:after {
	bottom: -30px;
}

.bg_shadow {
	-webkit-box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 0 12px 8px rgba(0, 0, 0, 0.5);
	box-shadow:         0 0 12px 8px rgba(0, 0, 0, 0.5);
}

.shadow {
	-webkit-box-shadow: -4px 1px 12px 6px rgba(20, 20, 20, 0.4);
	-moz-box-shadow: -4px 1px 12px 6px rgba(20, 20, 20, 0.4);
	box-shadow: -4px 1px 12px 6px rgba(20, 20, 20, 0.4);
}

.border {
	border-width: 2px;
	border-style: solid;
	border-color: rgb(235,14,18);
}

#contact_p {
	width: 380px;
	background: url(/img/why_contact.png) no-repeat;
	margin-top: 30px;
	padding: 16px 0 26px 15px;
}

.brackets {
	text-align: center;
	font-size: 30px;
	color: rgb(255,227,108);
	text-shadow: 0.1em 0.1em rgba(66,35,0,0.6);
	margin: 30px 0 0;
	position: relative;
}

.brackets:before, .brackets:after {
	position: absolute;
}

.brackets:before {
	content: url(/img/bracket_l.png);
	top: 5px;
	left: 5px;
}

.brackets:after {
	content: url(/img/bracket_r.png);
	top: 5px;
	right: 5px;
}

.no_margin_top {
	margin-top: 0;
}

/* ---------------------- HEADER ----------------------- */

#header_bg {
	position: relative;
	z-index: 400;
	border-top: 6px solid rgb(77,77,77);
	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(238,238,238) 50%, rgb(204,204,204) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(238,238,238)), color-stop(100%,rgb(204,204,204)));
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(238,238,238) 50%,rgb(204,204,204) 100%);
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(238,238,238) 50%,rgb(204,204,204) 100%);
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(238,238,238) 50%,rgb(204,204,204) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(238,238,238) 50%,rgb(204,204,204) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}

header {
	background: url(/img/watermark.png) 17px -102px no-repeat;
	color: #000;
}

header > .span8 {
	text-align: right;
}

#logo {
	padding: 10px 0;
}

#slogan {
	margin: 30px 0 15px;
	font-size: 19px;
}

#slogan span {
	color: rgb(235,14,18);
}

#call_us {
	font-size: 116%; 
	color: rgb(102,102,102);
}

/* .......... Navigation .......... */

nav {
	padding-bottom: 20px;
	margin-right: 15px;
	letter-spacing: 0.1em;
}

.nav-pills > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0;
	margin-right: 0;
	background: transparent;
	position: relative;
}

.nav-pills > li.active > a {
	text-shadow: 0.1em 0.1em rgba(66,35,0,0.6);
}

.nav-pills a {
	background: transparent !important;
}

.nav-pills > li + li {
	margin-left: 40px;
}

.nav-pills > li {
	padding: 10px 0;
}

.nav-pills > li:hover {
	background: url(/img/hover_bg.png) center no-repeat;
}

.nav-pills > li > a:before, .nav-pills > li > a:after, li.jFlowControl:before, li.jFlowControl:after {
	color: rgb(235,14,18);
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 4px;
}

.nav-pills > li > a:before, li.jFlowControl:before {
	content: "[";
	left: -15px;
}

.nav-pills > li > a:after, li.jFlowControl:after {
	content: "]";
	right: -15px;
}

.nav-pills > li.active > a:before {
	color: rgb(237,148,5);
}

.nav-pills > li.active > a:after {
	color: rgb(237,148,5);
}

/* .......... END Navigation .......... */

#assistance {
	color: rgb(77,77,77);
	text-align: right;
	font-size: 15px;
}

/* ---------------------- FOOTER ----------------------- */

#copy {
	clear: both;
	padding: 30px 0 10px;
	text-align: center;
	position: relative;
	z-index: 600;
	color: #000;
	font-weight: bold;
}

footer {
	font-size: 10px;
	text-align: center; 
}

footer .nav-pills {
  display: inline-block;
  margin-top: 10px;
}

/* ---------------------- GENERAL ----------------------- */

.swiss721 {
	font-family: 'swis721_cn_btroman' !important;
}

.swiss721_bold {
	font-family: 'swis721_cn_btbold' !important;
}

/*------------FORMS STYLING-----------------*/

label {
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 10px;
}

.inline_label {
	font-size: 12px;
	display: inline;
	margin-right: 5px;
	vertical-align: baseline;
}

.placed_inline_block {
	display: inline-block;
	vertical-align: top;
}

.placed_inline_block + .placed_inline_block {
	margin-left: 15px;
}

.required_field {
	font-weight: bold;
}

.form_radio_label {
	width: auto;
	margin-right: 10px;
	font-weight: normal;
	white-space: nowrap;
}

.block_label {
	display: block;
	white-space: nowrap;
	margin-bottom: 5px;
}

[type="radio"], [type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px -1px;
}

.note {
	display: block;
	text-align: right;
	font-size: 80%;
	margin-top: -5px;
	padding-bottom: 10px;
}

.error_field {
	border: 1px solid rgb(255,227,108) !important;
}

.error_wrapper {
	font-size: 80%;
	position: relative;
	display: inline-block;
}

.error_box {
	position: relative;
	display: inline-block;
	bottom: 8px;
	left: 0;
	border: 1px solid rgb(255,227,108);
	background: rgb(325,14,18);
	padding: 2px 4px;
	color: #fff;
	
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.4);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.4);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 4px;
}

.error_box:before, .error_box:after {
	position: absolute;
	top: -5px;
}

.error_box:before {
	content: "";
	border-left: 4px solid transparent;
	border-bottom: 4px solid rgb(255,227,108);
	left: 10px;
}

.error_box:after {
	content: "";
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgb(255,227,108);
	left: 14px;
}

form ul {
	display: inline-block;
	padding: 0;
	margin: 0 0 7px;
	line-height: 130%;
	width: 360px;
}

ul.error_field {
	margin: 0 0 10px;
}

#submit {
	text-align: right;
}

/* ---------------------- LINKS ----------------------- */

a {
	color: rgb(255,277,108);
	font-weight: bold;
}

a:hover {
	color: rgb(245,150,0);
}

a:focus {
	outline: none;
}

#copy a {
	color: #000;
}

#copy a:hover {
	color: #000;
	text-decoration: none;
}

a.phone {
  color: inherit;
  cursor: text;
  font-weight: inherit;
}

a.phone:hover, a.phone:focus {
	text-decoration: inherit;
}