html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #333;
}

table {
    empty-cells: show;
}

td {
    vertical-align: top;
}

.clr, .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

a.lined {
    text-decoration: underline;
}

a.lined:hover {
    text-decoration: none;
}
a.more_button {
	color: #fff;
	border: 1px solid #b11111;
	padding: 2px 10px;
	background-color: #d70101;
}
img {
    vertical-align: middle;
    border: 0px none;
}

input.text, select.text, textarea.text {
    border: 1px solid #e6e6e6;
    font-size: 8pt;
    width: 60px;
}

#main {
    display: block;
    width: 950px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    padding: 0 0 0px 0;
    margin: 0 auto;
    z-index: 0;
}

.header {
    position: relative;
    z-index: 10;
    display: block;
    width: 950px;
    border-bottom: 1px solid #e6e6e6;
}

.header div.box {
    float: left;
    width: 159px;
    height: 130px;
    margin: 0 10px 10px 0;
    padding: 10px 0 0 10px;
    border-left: 1px solid #e6e6e6;
}

.header div.box2 {
    width: 279px;
}

.header div.last {
    margin: 0 0 0 0;
}

.header div.first {
    width: 170px;
    padding: 0;
    border-left: 0px none;
}

.header table {
	width: 100%;
	height: 100%;
}
.header table td {
	color: #999;
}
.header table td.title {
	height: 15px;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: top;
}

.header table td.button {
	vertical-align: bottom;
	height: 25px;
}


.header div.menu {
    display: block;
    height: 40px;
    width: 100%;
    background-color: #4f2e29;
    color: #fff;
}

.header ul.menu {
    list-style-type: none;
    display: block;
    height: 30px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    float: right;
}

.header ul.menu li {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
}

.header ul.menu li a {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    font-size: 9pt;
}


.header ul.menu li a:hover {
    border-bottom: 2px solid #c50908;
    text-decoration: none;
}

#aboutus_container,.aboutus_container {
	position: relative;
	width: 270px;
	height: 80px;
	overflow: hidden;
}

#aboutus_container .item{
	width: 270px;
	height: 80px;
}

#footer {
	display: block;
	width: 950px;
	height: 263px;
	line-height: 20px;
	margin: auto;
	padding: 0px 0 10px 0;
	font-size: 8pt;
	color: #999;
}

#footer div.contact_box {
	position: relative;
	display: block;
	float: left;
	height: 231px;
	width: 340px;
	margin: 0 0 10px 0;
	background-image: url(../images/studio_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #E6E6E6;	
	border-bottom: 1px solid #E6E6E6;
	letter-spacing: -1px;	
}

#footer div.contact_box img {
	position: absolute;
	top: 10px;
	left: 0;
}

#footer div.contact_box table {
	position: absolute;
	top: 100px;
	left: 30px;
	color: #000;
	font-size: 18pt;
}
#footer div.contact_box table td a {
	color: #000;
}
#footer div.offer_box {
	position: relative;
	display: block;
	float: left;
	height: 231px;
	width: 610px;
	margin: 0 0 10px 0;
	background-image: url(../images/studio_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #E6E6E6;	
	border-bottom: 1px solid #E6E6E6;	
}
#footer div.offer_box img.title {
	position: absolute;
	top: 1px;
	left: 0;
	margin: 0;
}
#footer div.offer_box img#offer_loading_icon {
	position: absolute;
	top: 160px;
	left: 5px;
	margin: 0;
}

div#error_line {
	
	background-color: #d70101;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	position: absolute;
	width: 570px;
	padding: 0 5px 0 5px;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	z-index: 100;
}

.hide {
	display: none;
}

#footer div.offer_box table {
	position: absolute;
	width: 510px;
	top: 10px;
	left: 70px;
	color: #d70101;
	font-size: 10pt;
}
#footer div.offer_box table td {
	vertical-align: top;
}
.offer_input {
	border: 1px solid #E6E6E6;
	font-size: 10pt;
	height: 30px;
	line-height: 30px;
	width: 240px;
}

#content {
    position: relative;
    z-index: 10;
    display: block;
    width: 950px;
    padding: 30px 0 0 0;
}

.content_left {
    float: left;
    width: 290px;
    padding: 0 10px 0 0;
}

.content_right {
    float: left;
    width: 650px;
}

.box_head {
    display: block;
}

.box_head a.head_right_link {
    float: right;
    color: #000;
}

.box_left {
    display: block;
    width: 290px;
}

.box_left .box_head {
    height: 30px;
    line-height: 30px;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}

.box_left .box_content {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #E6E6E6;
}

.box_left .nolined {
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 0px none;
}

.box_normal {
    display: block;
    width: 650px;
    padding: 0;
    margin: 0 0 10px 0;
}

.box_normal {
    w\idth: 650px;
	\width: 650px;
}

.box_type2 {
	width: 530px;
}
.box_type2 div.box_content {
	padding: 0;
	background-color: #f7f7f7;
}
.box_type3 {
	width: 410px;
	padding: 0;
}
.box_type3 div.box_content {
	padding: 0;
}
.box_normal .box_head {
	line-height: 30px;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #c50908;
}
.product_show .box_head,.product_list .box_head {
	font-size: 11pt;
	font-weight: normal;
}

.box_normal h2 {
	padding: 0;
	margin: 5px 0 10px 0;
	font-size: 9pt;
	font-weight: normal;
}

.box_normal h3 {
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
	margin: 5px 0 10px 0;
	text-align: justify;
}

.box_normal h4 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 11pt;
	font-weight: normal;
}

.box_normal .box_content {
	display: block;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.box_normal .nolined {
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: 0px none;
}

.box_normal p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 12pt;
	line-height: 16pt;
}


ul.left_menu {
	list-style-type: none;
	display: block;
	width: 290px;
	margin: 0;
	padding: 0;
}

ul.left_menu li {
	display: block;
	height: 26px;
	margin: 0;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #e6e6e6;
}

ul.left_menu li a {
	display: block;
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 9pt;
	margin: 0;
	padding: 0 5px 0 5px;
	border-left: 2px solid #fff;
}
ul.left_menu li a:hover {
	border-left: 2px solid #c50908;
	background-color: #e6e6e6;
	text-decoration: none;
}

h1.main_page {
	color: #d50304;
	font-size: 32pt;
	font-family: Times, Arial, Verdana, Helvetica, Sans-serif;
	margin: 10px 0 10px 10px;
	line-height: 46pt;
}

h2.main_page {
	color: #393939;
	font-size: 17pt;
	font-family: Times, Arial, Verdana, Helvetica, Sans-serif;
	font-weight: normal;
	line-height: 23pt;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
}

.list_box {
	padding: 10px;
}

.list_box .title {
	font-size: 14pt;
	font-family: Times, Arial, Verdana, Helvetica, Sans-serif;
	color: #666;
}
.list_box .subtitle {
	font-size: 8pt;
	color: #999;
}
.list_box .introduction {
	font-size: 8pt;
}
.list_box .list_image {
	padding: 2px;
	border: 1px solid #e6e6e6;
}

div.button {
	display: block;
	height: 20px;
}

div.button a {
	display: block;
	float: right;
	padding: 0;
	height: 20px;
	line-height: 20px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #d70101;
	font-size: 9pt;
}




