
*{
	margin:0;
	padding:0;
}

body {
	padding: 0;
	margin: 0;
	background: #2c1003 url(images/bg.jpg) repeat-x left top;
	text-align: justify;
	font-family: Arial, "Verdana",Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}

p{
	line-height: 180%;
	margin-bottom: 16px;
}

table tr td {
	font-size: 12px;
}

h1, h2, h3 {
	margin-top: 0;
	color: #653300;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style: none;
}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */

a,
a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

img.left {
	float: left;
	padding: 2px;
	margin: 0 5px 0 5px;
}

img.right {
	float: right;
	margin: 0px 10px 0 10px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
}



/* Header */

#header {
	width: 1003px;
	margin: 0 auto;
	clear: both;
}

#top {
	width: 1003px;
	height: 103px;
	position: relative;
	background: #030303 url(images/top_bg.jpg) no-repeat right top;
}

ul.toplinks {
	position: absolute;
	right: 15px;
	top: 10px;
	padding-top: 10px;
}

ul.toplinks li {
	display: inline;
	padding: 10px;
	color: #C93;
	background: transparent url(images/list_style.jpg) no-repeat left center;
}

ul.toplinks li a,
ul.toplinks li a:hover {
	color: #C93;
}

#logo {
	width: 315px;
	float: left;
}

#logo img{
}

/* Menu */

#menu {
	width: 630px;
	height: 25px;
	margin-top: 40px;
	float: left;
}

#menu ul {
	height: 25px;
	position: relative;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	height: 25px;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	color: #FFFFFF;
	background: url(images/menu.jpg) no-repeat left top;
}

#menu a.index {
	width: 60px;
	background-position: 0 0;
}

#menu a.index:hover,
#menu a.index-current {
	background-position: 0 -25px;
}

#menu a.about {
	width: 95px;
	background-position: -60px 0;
}

#menu a.about:hover,
#menu a.about-current {
	background-position: -60px -25px;
}

#menu a.product {
	width: 95px;
	background-position: -155px 0;
}

#menu a.product:hover,
#menu a.product-current {
	background-position: -155px -25px;
}

#menu a.honors {
	width: 95px;
	background-position: -250px 0;
}

#menu a.honors:hover,
#menu a.honors-current {
	background-position: -250px -25px;
}

#menu a.network {
	width: 95px;
	background-position: -345px 0;
}

#menu a.network:hover,
#menu a.network-current {
	background-position: -345px -25px;
}

#menu a.service {
	width: 95px;
	background-position: -440px 0;
}

#menu a.service:hover,
#menu a.service-current {
	background-position: -440px -25px;
}

#menu a.contact {
	width: 95px;
	background-position: -535px 0;
}

#menu a.contact:hover,
#menu a.contact-current {
	background-position: -535px -25px;
}

#menu b {
	position:absolute; 
	left:-9999px;
}

#menu .select a:hover, 
#menu .select li:hover a {
	cursor:pointer; 
}

#menu .sub {
	width: 600px;
	padding-top:2px;
	list-style:none;
	background: transparent;
	position:absolute;
	left:-9999px;
}


/* IE6 only */
#menu table {
	border-collapse:collapse; 
	margin:-1px; 
	font-size:1em; 
	width:0; 
	margin:-3px -10px;
}

#menu .sub li {
}

#menu .sub li a {
	height:25px;
       	padding: 0 20px;	
	line-height:25px;
	background: transparent;
}

#menu .select :hover .sub {
	display:block; 
	position:absolute;
/* float:left;
width:750px; */
	top: 25px;
	left: 0;
       z-index: 5;	
}

#menu .select .service:hover .sub {
    width: 300px;
    left: 300px;
}

#menu .select :hover .sub li a {
	display:block;
	float:left;
	white-space:nowrap;
	color:#FFFFFF;
	font-size:12px;
	font-weight: bold;
	background: #aa8a48;
}

#menu .select :hover .sub li a:hover
{color:#000000; line-height:25px;}

#splash {
	width: 940px;
	padding: 0;
	height: 280px;
	margin-bottom: -6px;
	clear: both;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page-bg {
	width: 1003px;
	margin: 0 auto;
	background: url(images/page_bg.jpg) repeat-y left top;
}

#page {
	width: 1003px;
	background: url(images/left_bg.jpg) no-repeat left bottom;
}

#index-page {
	width: 1003px;
	margin: 0 auto;
	clear: both;
}

/* Content */

#content {
	color: #000;
	position: relative;
	float: left;
	width: 710px;
	padding: 25px 25px 90px 25px;
	min-height: 450px !important;
	_height: 450px;
	top: -90px;
	margin-bottom: -90px;
	z-index: 2;
	border: 2px solid #746959;
	border-bottom: none;
	background: #FFF url() no-repeat left bottom;
}

.content-inner {
	padding: 10px 0 0 20px;
}

#index-splash {
	height: 410px;
}

.flash {
	float: left;
}

.type-pic {
	width: 240px;
	overflow: hidden;
}

.type-pic ul {
	list-style: none;
	width: 250px;
}

.type-pic li {
	width: 57px;
	height: 410px;
	float: left;
	margin-right: 3px;
}

#page-bottom {
	width: 940px;
	height: 100px;
	margin-top: 10px;
	overflow: hidden;
	background: url(images/page_bottom_bg.jpg) no-repeat right top;
}

.index-news {
	width: 210px;
	padding-left: 15px;
	margin-right: 10px;
	float: left;
}

h3.index-title-news {
	width: auto;
	height: 18px;
	background: url(images/index_title_news.jpg) no-repeat left top;
}

.index-news ul.list-news {
	width: 205px;
	margin: 0px;
	padding: 0;
}

.index-news ul.list-news li {
	padding-bottom: 0;
}

.index-news ul.list-news a {
	color: #bead85;
}

.index-title-news a.more {
	display: block;
	width: 45px;
	height: 18px;
	float: right;
	background: url(images/index_more.jpg) no-repeat left top;
}

#scroll-products {
	width: 690px;
	height: 100px !important;
	height: 125px;
	margin: 20px 0 0 40px;
	padding: 30px 0 0 60px !important;
	_padding: 0;
	background: url(images/scroll_bg.jpg) no-repeat left bottom;
}

ul.list-products {
	width: auto;
	list-style: none;
}

ul.list-products li {
	display: block;
	float: left;
	width; 105px;
	padding: 10px;
	text-align: center;
}

.product-small {
	width: 105px;
	height: 72px;
	overflow: hidden;
}

.products-name {
	font-weight: normal;
	line-height: 120%;
	width: 105px;
	height: 35px;
	overflow: hidden;
}

.product-big {
	width: 680px;
	text-align: center;
	margin-bottom: 15px;
	clear: both;
}

.product-title {
	line-height: 25px;
	font-weight: bold;
	float: left;
	padding-left: 35px;
}

.product-note {
	width: auto;
	line-height: 25px;
}

div.title {
	height: 22px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-weight: normal;
	position: relative;
	clear: both;
	border-bottom: 2px solid #b31212;
}

div.title h2 {
	color: #000;
	height: 22px;
	line-height: 22px;
	float: left;
	font-size: 12px;
	padding-left: 75px;
	background: url(images/title_left.jpg) no-repeat left top;
}

ul.list-news {
	width: 660px;
	float: left;
}

ul.list-news li{
	list-style: none;
	margin-top: 5px;
	padding: 0 0 3px 10px; 
	position: relative;
	border-bottom: 1px dashed #653300; 
}

ul.list-news a{
	padding-left: 5px;
	background: url(images/news_style.jpg) no-repeat left center;
}

span.news-date {
	position: absolute;
	right: 10px;
	font-weight: normal;
}

.view-news-title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.view-news-info {
	margin-top: 15px;
	height:15px; 
	text-align:center;
}

.view-news-note {
	margin-top: 10px;
	padding: 20px;
}

.page-num {
	clear: both;
	text-align: center;
	margin-top: 10px;
}

ul.site-map li {
	width: 120px;
	padding: 0 15px;
	line-height: 20px;
	text-align: center;
	display: block;
	float: left;
}

ul.site-map li li {
    padding: 0;
}

ul.site-map li a {
	display: block;
	width: 120px;
	border-bottom: 2px solid #ff6600;
}
	
ul.site-map li li a {
	width: 90px;
	padding: 0;
	margin: 0;
	border: none;
}

ul.site-map  ul {
	text-align: center;
	min-height: 100px;
	_height: 100px;
	margin: 15px 0 0 0;
}

/* Sidebars */

#sidebar1 {
	width: 175px;
	float: left;
}

#sidebar2 {
	width: 80px;
	float: right;
}

.sidebar {
	float: left;
	font-size: 12px;
}

.sidebar .left-title-product {
	width: 175px;
	height: 75px;
	background: url(images/left_title_product.jpg) no-repeat left top;
}

.sidebar .left-title-about {
	width: 175px;
	height: 75px;
	background: #1a1a1a url(images/left_title_about.jpg) no-repeat left top;
}

.sidebar .left-title-service {
	width: 175px;
	height: 75px;
	background: #1a1a1a url(images/left_title_service.jpg) no-repeat left top;
}

.sidebar .left-inner {
	min-height: 120px;
}

.sidebar ul {
	list-style: none;
	padding: 15px 5px;
}

.sidebar ul li {
	line-height: 25px;
	padding-left: 20px;
	background: url(images/left_li_bg.jpg) repeat-x left bottom;
}

.sidebar ul li a {
	color: #FFF;
	font-weight: normal;
	line-height: 25px;
	padding-left: 10px;
	background: url(images/list_style.jpg) no-repeat left center;

}

.sidebar ul li a:hover {
	color: #e1e1e1;
}

.sidebar li ul {
    padding: 5px;
    margin: 0;
}

.sidebar li li {
    line-height: 20px;
    background: transparent;
}

/* Search */
#search {
	float: right;
	width: 250px;
	margin-top: 40px;
	padding: 0;
}

#search h3 {
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

#searchform {
	float: left;
	padding: 0;
}

#search-submit {
	width: 35px;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	border: none;
	background: url(images/bt_search.jpg) no-repeat left center;
	cursor: pointer;
}

#keyword {
	width: 110px;
	height: 16px;
	font-size: 12px;
	color: #7a7a7a;
	border: 1px solid #7a7a7a;
}


/* Footer */

#footer {
	color: #bead85;
	width: 1003px;
	height: 75px;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 3;
	border-top: 2px solid #40342b;
	background: #140700 url(images/footer_bg.jpg) no-repeat right top;
}
 
#footer-inner {
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

ul.bottomlinks {
	width: 400px;
	float: left;
	list-style: none;
	padding-top: 10px;
}

ul.bottomlinks li {
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	padding: 0 10px;
	border-right: 1px solid #bead85;
}

ul.bottomlinks li.end {
	border: none;
}

#footer a,
#footer a:hover {
	color: #bead85;
}

#copyright {
	text-align: right;
	margin: 8px 180px 0 0;
}
