@import url('validationEngine.jquery.css');
@import url('news.css');
@import url('product.css');

html, body, h1, h2, h3, h4, ul, li, form, img {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-image: url(../images/bg.jpg);
	font-family: Arial,Tahoma,Helvetica,sans-serif;
}

h2 {
	color: #8B8B8B;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	border-left: 4px solid #FFB54B;
	padding-left: 6px;
	color: #938887;
}

.wrap { width: 970px; margin: 0 auto; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#nav {
	height:47px;
	list-style-type:none;
	overflow:hidden;
	width:670px;
	position: relative;
	top: 18px;
	left: 274px;
}

#nav li {
	float: left;
}

#nav li a {
	color:#A0A0A0;
	display:block;
	float:left;
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	padding-top: 4px;
	overflow:hidden;
	outline-style: none;
	/*text-transform:uppercase;*/
}
#nav li a:hover {
	color: #B4A7FF;
}

#footer {
	width: 970px; margin: 0 auto;
	color: #828282;
	text-align: right;
	font-size: 12px;
}

#footer a {
	color: #4576B1;
}

#marquee {
	color: white;
	font-style: Italic;
	font-size: 18px;
}

.sidebar-head {
	background: url("../images/bg_prod_t.png") no-repeat;
	width:212px;
	height:48px;
	color:white;
	font-size:16px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
}
.sidebar-content {
	background:url(../images/bg_prod_m.png) repeat-y;
	padding-left:13px;
	padding-right:13px;
}

.text-box {
	border: 1px solid #D7D7D7;
	padding:6px 10px 6px 10px;
	margin-top: 8px;
	line-height: 20px;
	font-size: 14px;
	color: #7D7D7D;
}

/**
 * Product
 **/
.sidebar-content ul {
	list-style-type: none;
	margin: 0px;
}

.sidebar-content ul li {
	border-left: 6px solid #E5E5E5;
	border-bottom: 1px dashed #CDCDCD;
	padding: 6px 0px 6px 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #7B7B7B;
}

.sidebar-content .news-date {
	display: none;
}

.sidebar-content .news-more {
	width: 172px;
}
