/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.8em Tahoma;
	color:#000;
	background:#2F5075 url("/html/images/bg.png") repeat-x top;
}

a {
	color:#0000CC;
	text-decoration:none;
}

a:hover {
	color:#cd5c3e;
	text-decoration:none;
}

strong {
	font-weight:bold;
}

/* Titles */

h1 {
	font-weight:bold;
	margin-bottom:10px;
}

/* Form elements */

.textbox {
	border:1px solid #A41010;
	background:#fff;
	font:normal 1em Tahoma;
	padding:3px;
}

.button {
	font:bold 1em Tahoma;
	border:1px solid #A41010;
	background:#D31515 url("/html/images/button.gif") repeat-x bottom;
	color:#fff;
	height:20px;
	cursor:pointer;
	padding:0 10px;
}

/* Structure */

#wrapper {
	width:927px;
	margin:0 auto;
	padding:32px 0 0;
}

	#wrapper:after {
		content:" ";
		display:block;
		clear:both;
	}

	#wrap {
		background:#fff;
		padding:3px 4px;
	}

#container {
	background:url("/html/images/container-bg.gif") repeat-y left;
	border-bottom:12px solid #fff;
}
	
#container:after {
	content:" ";
	display:block;
	clear:both;
}

/* Content */

#content {
	width:640px;
	float:right;
	padding:0 40px 45px 0;
}

	#content p, #content ul {
		margin-bottom:12px;
	}
			
/* Main menu */

#menu {
	overflow:hidden;
	font-size:0.85em;
}

	#menu li {
		float:left;
		margin-right:7px;
	}
	
		#menu a {
			background:url("/html/images/menu-left.gif") no-repeat top left;
			padding-left:5px;
			display:block;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			position:relative;
			float:left;
		}
			
			#menu a span {
				background:url("/html/images/menu-right.gif") no-repeat top right;
				padding-right:5px;
				display:block;
				float:left;
				cursor:pointer;
			}
			
				#menu a span span {
					background:#7AA5D4;
					padding:0 8px;
					line-height:31px;
					float:left;
					cursor:pointer;
				}
		
		#menu .current a, #menu a:hover {
			background:url("/html/images/menu-active-left.gif") no-repeat top left;
			color:#000;
		}
		
			#menu .current a span, #menu a:hover span {
				background:url("/html/images/menu-active-right.gif") no-repeat top right;
			}
			
				#menu .current a span span, #menu a:hover span span {
					background:#fff;
				}

/* Header */

#header {
	height:108px;
	background:#416792 url("/html/images/header.jpg") no-repeat left top;
	position:relative;
	color:#fff;
	margin-bottom:3px;
}

	.name {
		position:absolute;
		color:#fff;
		font:bold 1.9em Arial;
		text-transform:uppercase;
		text-decoration:none;
		top:33px;
		left:29px;
		letter-spacing:1px;
	}
	.name:hover {
		color:#fff;
		text-decoration:underline;
	}

	.phone {
		position:absolute;
		left:29px;
		top:67px;
		font-size:1.2em;
	}
	
		.phone span {
			font-weight:bold;
		}
	
	#header form {
		position:absolute;
		top:26px;
		right:20px;
		font-weight:bold;
		font-size:0.85em;
	}
	
		#header form p {
			margin-bottom:5px;
		}
		
			#header form .textbox {
				width:230px;
			}

/* Status bar */

.statusbar {
	background:url("/html/images/statusbar.gif") repeat-x top;
	border-top:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	padding:0 14px;
	line-height:32px;
	font-size:0.85em;
	font-weight:bold;
	margin-bottom:12px;
}

	.statusbar .right {
		float:right;
	}
	
	.statusbar a {
		color:#000;
	}

/* Left column */

#leftside {
	width:194px;
	padding:0 13px;
	float:left;
}

	.nav {
		overflow:hidden;
		margin-bottom:10px;
	}
	
		.nav li {
			background:url("/html/images/dot.gif") repeat-x bottom;
			padding:5px 0 7px;
			margin-bottom:-1px;
		}
		
			.nav li a {
				font-weight:bold;
				color:#0000CC;
				padding-left:12px;
			}
			.nav li a:hover {
				color:#cd5c3e;
			}
			.nav .current {
				color:#0000CC;
			}
			
			.nav ul {
				background:url("/html/images/dot.gif") repeat-x top;
				padding:7px 0 0 17px;
				margin-top:7px;
			}
			
				.nav ul li {
					padding:0 0 0 9px;
					margin-bottom:4px;
				}
				
					.nav ul li a {
						font:normal 1em Tahoma;
						color:#4169e1;
						padding:0;
						text-decoration:none;
					}
					.nav ul li a:hover {
						color:#cd5c3e;
					}

			.contact {
				font-size:0.85em;
				padding:7px 0 7px 33px;
				font-weight:bold;
				color:#444;
			}
			
				.nav .contact a {
					color:#5599E5;
					font-weight:normal;
					padding:0;
				}
				
				.contact span {
					font-weight:normal;
					padding-left:15px;
				}
	
	.yd {
		border:1px solid #C3DCF8;
		background:#fff;
		padding:1px;
		font-size:0.85em;
		margin-bottom:10px;
	}
	
		.yd .inside {
			padding:10px;
			background:#F4FAFF;
		}
	.left_text {
		border:1px solid #EEE7CA;
		background:#fff;
		padding:1px;
		font-size:0.7em;
		margin-bottom:10px;
	}
		.left_text .inside {
			text-indent: 15px;
			text-align: justify;
			padding:10px;
			background:#FDF7DE;
		}

	.partner {
		border:1px solid #EEE7CA;
		background:#fff;
		padding:1px;
		font-size:0.85em;
		font-weight:bold;
		color:#444;
	}
	
		.partner .inside {
			padding:10px;
			background:#FDF7DE;
		}

		.partner span {
			font-weight:normal;
		}
		
		.partner p {
			margin-bottom:5px;
		}

/* Commerce block */
	
.commerce {
	border-top:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	padding:2px 0;
	position:relative;
}

.commerce .inside a{
	color: #000000;
}

	.commerce .inside {
		background:#EFEFEF;
		padding:14px 20px;
		font-size:0.8em;
		text-align:center;
	}
	
		.commerce-contact {
			position:absolute;
			top:-43px;
			border:1px solid #EEE7CA;
			padding:1px;
			background:#fff;
			font-size:1.2em;
			color:#444;
			width:674px;
			left:232px;
		}
		
			.commerce-contact p {
				background:#FDF7DE;
				text-align:center;
				padding:6px 10px;
			}
			
				.commerce-contact span {
					font-weight:bold;
				}

		.commerce-link {
			position:absolute;
			top:-76px;
			border:1px solid #C3DCF8;
			padding:1px;
			background:#fff;
			font-size:1.2em;
			color:#444;
			width:674px;
			left:232px;
		}
		
			.commerce-link h1 {
				background:#F4FAFF;
				text-align:center;
				padding:6px 10px;
				margin: 0;
			}
			
				.commerce-link span {
					font-weight:bold;
				}
/* Footer */

#footer {
	padding:25px 0;
	font-size:0.85em;
	position:relative;
	right:50%;
	float:right;
}

	#footer a {
		color:#fff;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}
	
		#footer ul {
			overflow:hidden;
			position:relative;
			right:-50%;
		}
	
			#footer li {
				background:url("/html/images/footer-li.gif") no-repeat left;
				line-height:21px;
				float:left;
				padding:0 10px;
				margin-left:-2px;
			}

/* MY */
table.production {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size: 12px;
}
table.production td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
tr.selected {
	background-color: #fc6;
}

a.lmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	}
a.lmenu:link {
	text-decoration: underline;
	}
a.lmenu:hover {
	color: #ff0000;
	text-decoration: none;
	}
a.lmenusub {
	font-weight: normal;
	margin-left: 10px;
}
a.lmenusub:hover {
	color: #ff0000;
	text-decoration: none;
	}
a.lmenusub:visited {
	font-weight: normal;
	}
a.pages {
	font-weight: normal;
	color: #666;
	text-decoration: none;
	}
a.pages:link {
	text-decoration: none;
	}
a.pages:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
	}
a.pages:visited {
	font-weight: normal;
	}
h2 {
	font-size: 120%;
	margin: 3px;
	font-weight: normal;
	}

.kfw {
	font-size: 70%;
	margin: 0px;
	padding: 0 0px 0 0px;
	}
table.kfw {
	font-size: 70%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
table.kfw td{
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin: 3px;
}

table.borders {
	margin: 0px;
	padding: 0 0px 0 0px;
	font-size: 100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
table.borders td{
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin: 3px;
}

.small {
	font-size: 70%;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	}

.input1 {
	width: 200px;
	border: 1px solid #b2b2b2;
	font-size: 20px;
	} 
 
.select1 {
	width: 250px;
	border: 1px solid #b2b2b2;
	font-size: 14px;
	}

.copyright {
	height: 200px;
	background:url('/images/copyright.png') center no-repeat;
}

#hot img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#hot a {
	margin-right: 5px;
	margin-bottom: 5px;
}
div.hot {
	margin-bottom: 10px;
	text-align: center;
	color: #990000;
	font-size: 2em;
}
p.notkbn {
	color: #990000;
}

a.rar {
	background:url("/images/rar.gif") left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}
a.rar:hover {
	text-decoration:underline;
}
a.advancedsearch:hover {
	text-decoration:underline;
}

ol.main {
	padding-left: 20px;
}
ol.main li {
	text-align: justify;
}
#xls {
	font-size: 11px;
	padding-left: 5px;
}
#xls a{
	color: darkgreen;
}

ul.buy_list li {margin: 0 0 5px 15px; list-style-type: disc}

.special-search {padding-left:25px}
.special-search li {padding:2px 0; font-size:1.2em}
