* {
    outline: none;
}
body {
	position: relative;
	margin: 0px;
	font-family: Tahoma, "Sans-serif", Geneva;
    font-size: 10pt;
    background: #FFFFFF url('../../../images/background.png') top left repeat-x;
}
div {
    margin: 0px;
	padding: 0px;
}
img {
    border: 0px;
}
a {
	color: black;
    text-decoration: none;
}
a:hover {
	color: red;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11pt;
    color: #218DBA;
}
h6 {
    margin: 1em 0em;
    font-size: 10pt;
    color: black;
}
form {
    margin: 0px;
    padding: 0px;
}
#wrapper, #about_wrapper {
	position: relative;
    width: 1000px;
	height: auto;
	min-height: 800px; /* 104+640+56 */
    margin: 0px auto;
} 
#header {
    position: relative;
    width: 1000px;
	height: 104px;
	color: white;
	font-size: 8pt;
	font-weight: bold;
}
#header a {
    color: black;
    text-decoration: none;
}
#header a:hover {
    color: red;
    text-decoration: underline;
}
#language_selector {
    position: relative;
    right: 10px;
    padding: 6px 0px;
    height: 18px;
    width: 980px;
    right: 0px;
    color: black;
    font-size: 8pt;
    text-align: right;
}
#zonic_logo {
    position: absolute;
    height: 41px;
    padding-left: 30px;
    float: left;
}
#header_menu {
    position: absolute;
    height: 41px;
    width: 400px;
    right: 12px;
    padding: 20px 20px 0px 0px;
    color: black;
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
}
#header_menu .selected_menu, .selected_menu {
    color: red;
    font-weight: bold;
    text-decoration: none;
}
#main_menu {
	position: relative;
    height: 33px;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    background: transparent url('../../../images/menu_background.png') top left no-repeat;
}
#footer, #footer_home {
	position: relative;
	width: 1000px;
    height: 56px;
	bottom: 0px;
	color: #999999;
	font-size: 8pt;
    background-color: white;
}
#footer {
	position: relative;
	width: 976px; /* 1000 - 12 - 12 */
	left: 12px;
}
#footer_logo {
	position: relative;
	width: 500px;
	float: left;
}
#footer_pro {
	position: relative;
	width: 870px;
	padding-left: 63px;
	font-size: 10pt;
}
#footer_pro img {
    padding-right: 5px;
}
#copyright_home, #copyright {
	position: relative;
	margin: 10px 0px 0px 0px;
	font-size: 8pt;
	float: right;
}
#copyright_home {
	margin: 18px 10px 0px 0px;
}
#footer_line {
	width: 870px;
	height: 8px;
	background: white url('../../../images/footer_line.gif') repeat-x top left;
}
.logo_bar {

}
#top_edge {
    position: relative;
	width: 100%;
	height: 41px;
	background: transparent url('../../../images/top_edge.png') top left no-repeat;
}
#bottom_edge {
    position: relative;
	width: 100%;
	height: 24px;
	font-size: 0pt;
	background: white url('../../../images/bottom_edge.png') top left no-repeat;
}
#left_edge_top {
    position: absolute;
    width: 17px;
    height: 503px;
    left: 0px;
    top: 104px;
    background: transparent url('../../../images/left_edge_top.png') top left no-repeat;
}
#right_edge_top {
    position: absolute;
    width: 24px;
    height: 503px;
    right: 0px;
    top: 104px;
    background: transparent url('../../../images/right_edge_top.png') top left no-repeat;
}
#left_edge, #home_left_edge, #about_left_edge {
    position: absolute;
    width: 17px;
    height: auto;
    min-height: 137px;
    top: 607px;
	bottom: 0px;
    left: 0px;
    background: transparent url('../../../images/left_edge.png') bottom left repeat-y;
}
#right_edge, #home_right_edge, #about_right_edge {
    position: absolute;
    width: 24px;
    height: auto;
    min-height: 137px;
    top: 607px;
	bottom: 0px;
    right: 0px;
    background: transparent url('../../../images/right_edge.png') bottom left repeat-y;
}
.outside_fix {
    font-size: 0pt;
}
#outside {
	background: transparent url('../../../images/gray_bg.jpg') top center repeat-y;
}
#inside, #detail_inside {
	width: 980px;
	height: auto;
	min-height: 640px;
	margin: 0px;
	padding: 0px;
	background: transparent url('../../../images/building_bg.jpg') bottom center no-repeat;
}
#detail_inside {
	background: transparent url('../../../images/block_bg.jpg') bottom center no-repeat;
}
#submenu {
	position: relative;
    margin: 10px 0px 0px 40px;
	font-size: 10pt;
	font-weight: bold;
}
#submenu tr th, #submenu tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px dotted black;
	text-align: left;
}
#submenu tr td {
	text-indent: 1em;
}
#submenu a:hover {
	color: red;
    text-decoration: none;
}
#content {
	position: relative;
	margin-left: 275px;
}
#content h1 {
	padding-top: 5px;
	color: white;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}
#sub_top_edge {
    position: relative;
    width: 250px;
    height: 17px;
    background: transparent url('../../../images/sub_top_edge.gif') top left no-repeat;
}
#sub_bottom_edge {
    position: relative;
    width: 250px;
    height: 17px;
    background: transparent url('../../../images/sub_bottom_edge.gif') top left no-repeat;
}
#submenu_content {
    position: relative;
    width: 230px;
    height: 100px;
    padding-left: 20px;
    color: black;
    font-weight: bold;
    background: transparent url('../../../images/sub_bg.gif') top left repeat-y;
    line-height: 150%;
}
#submenu_content a:hover {
    color: red;
    text-decoration: none;
}

/* Home */
#home_wrapper {
	position: relative;
    width: 1000px;
	height: 660px;
    margin: 0px auto;
} 
#home_outside {
	background: white;
}
#home_inside {
	width: 980px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	background: white;
}
#home_left_edge, #home_right_edge {
	height: 50px;
	top: 500px;
}
#home {
	font-size: 9pt;
}
#home a {
	text-decoration: none;
}
#home a:hover {
	color:#FF173D;
	text-decoration: none;
}
#home_top {
	width: 940px;
	height: 338px;
	margin-top: 18px;
	margin-left: 28px;
}
#home_bottom {
	width: 940px;
	height: 120px;
	margin-top: 12px;
	margin-left: 28px;
}
#home_bottom a {
    font-weight: bold;
}
#home_bottom a:hover {
    text-decoration: none;
}
.highlight_product {
	width: 388px;
	height: 120px;
    padding-top: 10px;
	background: white url('../../../images/highlight_bg.png') top left no-repeat;
}
.hot_product {
	width: 267px;
	height: 120px;
    padding-top: 10px;
	background: white url('../../../images/hot_bg.png') top left no-repeat;
}
.more {
    position: relative;
    width: 50px;
    height: 25px;
    margin-top: -10px;
    left: 210px;
    color: red;
    font-weight: bold;
}
.more a {
    color: red;
}
.more a:hover {
    color: red;
}
/* /Home*/

/* About */
#about_wrapper {
    height: auto;
    min-height: 515px; 
} 
#about_content {
	position: relative;
	width: 976px;
	height: auto;
	min-height: 515px;
	left: 12px;
	background-color: white;
}
#about_inside {
	position: relative;
	width: 940px;
	height: 600px;
	left: 12px;
}
#about_label {
	width: 265px; /* 295 - 30 */
	height: 98px; /* 122 - 24 */
	padding-top: 24px;
	padding-left: 30px;
	float: left;
	clear: right;
}
#about_head {
	width: 645px;
	height: 198px;
	float: left;
}
#about_image {
	position: absolute;
	width: 395px;
	height: 198px; /* 198 - 10 */
	margin-top: -155px;
	right: 0px;
}
#about_zonic_building {
	width: 283px;
	height: 370px;
	margin-top: -76px;
	padding-left: 12px;
	float: left;
}
#about_history {
	width: 625px; /* 250 + 395 - 20 */
	height: 450px;
	margin-top: -35px;
	padding-left: 20px;
	background: transparent url('../../../images/about_bg.jpg') no-repeat top left;
	float: left;
}
.title {
	font-size: 12pt;
	font-weight: bold;
}
/* /About */

/* Contact */
#contact_table {
	font-size: 9pt;
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
/* /Contact */

/* FAQs */
#faqs_content {
	position: relative;
	width: 976px;
	height: 550px;
	left: 12px;
}
#faqs_left {
	position: relative;
	width: 312px;
	height: 536px;
	float: left;
	background-color: white;
}
#faqs_right {
	position: relative;
	width: 664px;
	height: 516px;
	float: right;
	overflow: hidden;
	background: white url('../../../images/faqs_bg.jpg') no-repeat top left;
}
#question {
	width: 544px;
	height: 400px;
	margin: 80px 0px 0px 60px;
	color: #4378A4;
	line-height: 1.5em;
	overflow: hidden;
}
#question a {
	color: #4378A4;
	text-decoration: none;
}
#question a:hover {
	text-decoration: underline;
}
#question h2 {
	font-size: 10pt;
	font-weight: bold;
}
#faqs_top {
	width: 664px;
	height: 34px;
	background: white url('../../../images/faqs_bg_top.png') no-repeat top center;
}
#faqs_middle {
	width: 574px;
	height: auto;
	min-height: 300px;
	padding: 20px 40px 10px 50px;
	color: #4378A4;
	background: white url('../../../images/faqs_bg_middle.jpg') repeat-y top center;
}
#faqs_bottom {
	width: 664px;
	height: 63px;
	background: white url('../../../images/faqs_bg_bottom.png') no-repeat top center;
}
/* /FAQs */

/* Tips */
#tips_content {
	position: relative;
	width: 976px;
	height: auto;
	min-height: 600px;
	left: 12px;
	background-color: white;
}
#tips_left {
	position: relative;
	width: 222px;
	height: 368px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: white;
}
#tips_right {
	position: relative;
	width: 737px;
	height: auto;
	min-height: 368px;
	padding: 0px;
	float: left;
	background-color: white;
}
.article_content {
    /* nothing */
}
.article_section {
    clear: both;
    margin: 1em 0em;
    font-size: 10pt;
    color: black;
}
.tips_desc {
    padding-bottom: 10px;
    text-align: center;
}
.tips_block {
	width: 737px;
	height: 148px;
	padding: 30px 0px 0px 0px;
	background: white url('../../../images/tips_bg.png') repeat-x top left;
}
.tips_block a {
	font-weight: bold;
}
/* /Tips */

/* News */
#news_content {
	position: relative;
	width: 976px;
	height: auto;
	min-height: 600px;
	left: 12px;
	background-color: white;
}
#news_left {
	position: relative;
	width: 272px;
	height: 640px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: white;
}
#news_right {
	position: relative;
	width: 687px;
	height: auto;
	min-height: 640px;
	padding: 0px;
	float: left;
	background-color: white;
}
#news {
    width: 680px;
}
#news a {
    font-weight: bold;
	text-decoration: none;
}
#news_detail {
	margin: 0px 70px 10px 40px;
	font-size: 10pt;
}
#news_detail h2 {
	display: inline;
	font-size: 12pt;
	color: #CC0000;
}
#news_detail tr th {
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 2px dotted black;
}
#news img {
    margin: 2px;
}
.news_desc {
	width:200px;
	padding-bottom: 10px;
	text-align: center;
}
.news_block {
	width: 687px;
	height: 148px;
	padding: 30px 0px 0px 0px;
	background: white url('../../../images/news_bg.png') no-repeat top center;
}
.news_block a {
	font-weight: bold;
}
.more_detail a {
	color: #990000;
	font-weight: bold;
}
/* /News */

/* Event */
#event_detail_content {
	position: relative;
	width: 680px;
	left: 134px;
}
#event_detail_content img {
	padding-left: 5px;
}
/* /Event */

/* Support */
#support_content {
	position: relative;
	width: 976px;
	height: auto;
	min-height: 640px;
	left: 12px;
	background-color: white;
}
.support_block {
	width: 350px;
	height: 148px;
	padding: 30px 0px 0px 0px;
	background: white url('../../../images/support_bg.png') no-repeat top center;
}
.support_block a {
	font-weight: bold;
}
/* /Support */

/* Highlight Cars */
#cars_detail h2 {
	font-size: 12pt;
}
#cars_detail {
	margin-top: 20px;
	font-size: 10pt;
}
#cars a {
    font-weight: bold;
	text-decoration: none;
}
/* /Highlight Cars */

/* Product */
#product_content {
	position: relative;
	width: 976px;
	height: auto;
	min-height: 600px;
	left: 12px;
	background-color: white;
}
#product_inside {
	position: relative;
	width: 941px;
	height: auto;
	min-height: 300px;
	left: 27px;
}
#product_header {
	position: relative;
	width: 941px;
	height: 231px;
}
#product_brand {
	position: relative;
	width: 355px;
	height: 231px;
	float: left;
}
#product_brand img {
	float: left;
}
#product_image {
	position: relative;
	width: 367px;
	height: 220px;
	margin-top: 11px;
	float: left;
}
#product_label {
	position: relative;
	width: 219px;
	height: 220px;
	margin-top: 11px;
	float: left;
}
#product_list {
	position: relative;
	width: 941px;
	height: auto;
	min-height: 300px;
	margin-top: 60px;
	padding-bottom: 30px;
}
.product_ver {
	width: 64px;
	background: white url('../../../images/product_ver.png') repeat-y top center;
}
.product_desc {
	padding: 10px 0px 0px 40px;
	background: white url('../../../images/product_bg.png') no-repeat top left;
}
.product_desc_under {

}
#product, #list_pro {
	width: 680px;
}
#product_list a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
#product a:hover {

}
#list_pro img {
	margin: 5px 0px;
	border: 2px solid silver;
    -moz-border-radius: 10px;
}
.detail {
    position: relative;
	margin-left: 190px;
}
#product_detail {
	width: 900px;
	padding: 20px 0px 20px 20px;
}
#product_detail_head {
	width: 900px;
	height: 80px;
}
#product_detail a {
	color: black;
    text-decoration: none;
}
#product_detail a:hover {
	color: red;
    text-decoration: underline;
}
#product_detail_content {
	width: 900px;
	height: auto;
	min-height: 430px;
	margin-left: -15px;
	padding-top: 50px;
	background: #FFFFFF url('../../../images/product_zonic_bg.jpg') top center repeat-y;
}
#pro_detail {
	width: 100%;
	padding-bottom: 20px;
	background-color: white;
}
#pro_detail table tr th {
	height: 28px;
	color: white;
	background: transparent url('../../../images/product_table_bg.png') top left repeat-x;
}
#pro_detail table tr td {
	border: black 1px solid;
}
#pro_detail table tr td p {
	height: 18px;
	padding-left: 1em;
	background-color: #EDEDED;
}
.spec_top {

}
.spec_bottom {

}
/* /Product */

/* Dealer */
#dealer_content {
	position: relative;
	width: 976px;
	height: auto;
	min-height: 600px;
	left: 12px;
	background-color: white;
}
#dealer_left {
	position: relative;
	width: 338px;
	height: 656px;
	padding-top: 24px;
	padding-left: 30px;
	float: left;
	background-color: white;
}
#dealer_right {
	position: relative;
	width: 578px;
	height: auto;
	min-height: 680px;
	padding-right: 30px;
	float: left;
	background-color: white;
}
.dealer_prov_list {
    position: relative;
}
.dealer_prov {
    font-weight: bold;
    font-size: 11pt;
    color: #218DBA;
    padding-bottom: 10px;
}
.dealer_item {
    font-weight: normal;
    color: black;
    font-size: 10pt;
    border-bottom: 2px dotted black;
}
.gray_line {
    border-bottom: 2px solid #BCBCBC;
}
/* /Dealer */

p {
    margin: 1em 0em;
}
p.indent {
    text-indent: 3em;
}
.no_bold {
    font-weight: normal;
}
.no_margin {
    margin: 0px;
}
.no_padding {
    padding: 0px;
}
.nowrap {
    white-space: nowrap;
}
.bold {
	font-weight: bold;
}
.ver_space {
	height: 80px;
}
.btn {
	width: 80px;
}
.paging {
	position: relative;
	height: 32px;
	color: #990000;
	text-align: center;
}
.paging .c_page {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.tright {
	text-align: right;
}
.back {
    font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
.back a:hover {
	color: red;
}
.red {
	color: red;
}
