@charset 'windows-1250';
/* CSS Document */
body {
	font-family: 'Trebuchet MS', Verdana, Arial;
	src: url(trebuc.ttf);
	font-size: 11px;
	background-color: #313131;
	margin-left: 0px;
}
#wrapper {
	width: 700px;
	background-image: url(images/cntback.gif);
	background-repeat: repeat-y;
	position: absolute;
	background-position: right;
	background-color: #FFFFFF;
	overflow: auto;
}

#header {
	width: 700px;
	display: inline;
}
#header_left {
	float: left;
}
#hl_logo {
	background-image: url(images/logo.gif);
	width: 228px;
	height: 79px;
}
#hl_menu {
	width: 228px;
	height: 170px;
	background-image: url(images/menuback.gif);
	padding-top: 15px;
}
#hl_menu_line{
	display: block;
	border-bottom-color: #898989;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 180px;
	height: 30px;
	margin-left: 20px;
	color: #898989;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
#hl_menu_line_nob{
	display: block;
	width: 180px;
	height: 30px;
	margin-left: 20px;
	color: #898989;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#header_right {
	background-image: url(images/headerimg.gif);
	width: 472px;
	height: 264px;
	float: left;
}

#content {
	width: 700px;
}

#cnt_left {
	float: left;
	width: 228px;
	height: 100%;
}

#cnt_left_header{
	width: 228px;
	height: 45px;
	display: block;
}
#cnt_left_content {
	padding-left: 0px;
	margin-top: 2px;
}
#cnt_right {
	width: 472px;
	float: left;
	height: 100%;
	display: block;
}

#ctn_right_header {
	display: block;
	width: 443px;
	height: 31px;
	margin-left: 15px;
}

#ctn_right_content {
	width: 426px;
	border-left-color: #D4D4D4;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	padding-bottom: 10px;
	height: 100%;
	position: static;
}

td.ctn_right_news_main {
	padding-right: 8px;
}


#ctn_right_news_content {
	margin-left: 10px;
	margin-top: 10px;
}

td.ctn_right_today_main {
	padding-right: 0px;
}


#ctn_right_today_content {
	border-left-color: #D4D4D4;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 10px;
}

#detail_link {
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 20px;
	margin-top: 35px;
}
span.ctn_right_header {
	background-image: url(images/cnthead.gif);
	display: block;
	width: 433px;
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
	padding-left: 10px;

}
span.cnt_left_header {
	background-image: url(images/lmenuhead.gif);
	display: block;
	width: 208px;
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
	padding-left: 20px;
}

span.ctn_right_news_header {
	display: block;

	height: 25px;
	background-color: #D4D4D4;
	color: #313131;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 10px;
}

span.ctn_right_today_header {
	display: block;
	width: 227px;
	height: 25px;
	background-color: #D4D4D4;
	color: #313131;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 0px;
}
span.product_header {
	display: block;
	width: 228px;
	height: 27px;
	background-color: #E5E5E5;
	color: #313131;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

span.contact_header {
	display: block;
	width: 428px;
	height: 27px;
	background-color: #E5E5E5;
	color: #313131;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
span.news_date{
	font-weight: bold;
	display: block;
	margin-top: 5px;
	color: #002B6D;
}

span.product_content {
	width: 275px;
	height: 27px;
	background-color: #E5E5E5;
	padding-top: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	float: left;
	margin-top: 2px;
	margin-bottom: 5px;
}
a.product_content{
	color: #313131;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
a.product_content:hover{
	color: #313131;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
#product_content_line{
	display: block;
	height: 100%;
}
span.smalltext {
	font-size: 9px;
}
td.toppagging{
	padding-top: 25px;
}
#footer {
	width: 700px;
	height: 90px;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	clear: left;
}

#footer_left {
	width: 208px;
	height: 60px;
	float: left;
	margin-top: 20px;
	display: block;
	background-color: #002B6D;
	padding-left: 20px;
	padding-top: 30px;
}
#footer_right {
	float: left;
	width: 459px;
	margin-right: 0px;
	margin-top: 20px;
	display: block;
	height: 90px;
	background-color: #00A6EB;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}

#devider {
	width: 700px;
	height: 50px;
	background-color: #313131;
	display: block;
	padding-top: 20px;
}
td.bottomborder {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a.menu {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 120px;
}

a.menu:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

a.category{
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 33px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.category:hover{
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	background-color: #D4D4D4;
	margin-right: 1px;
	background-image: url(images/button1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.subcategory{
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 42px;
	margin: 0px;
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.subcategory:hover{
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	background-color: #D4D4D4;
	margin-right: 1px;
}

a.footerlink {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footerlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.catpath {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.catpath:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

a.prodname {
	color: #313131;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.prodname:hover {
	color: #313131;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.backbtn {
	color: #313131;
	font-size: 11px;
	background-image: url(images/backbtn.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a {
	color: #313131;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #313131;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

p {
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: justify;
}

p.product_content {
	margin-left: 150px;
	text-align: justify;
	display: block;
	margin-right: 5px;
}

table.contactmargin {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
td.notearea{
	padding-left: 3px;
}
input {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	width: 180px;
	margin-bottom: 5px;
}

input.btn {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	width: 100px;
	margin-bottom: 5px;
}
input.search {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	width: 300px;
	margin-bottom: 5px;
}
input.chbox {
	margin-right: 5px;
	width: 18px;
}
textarea {
	font-family: 'Trebuchet MS', Verdana, Arial;
	src: url(trebuc.ttf);
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	width: 180px;
	margin-bottom: 5px;
	height: 93px;
}

textarea.note {
	font-family: 'Trebuchet MS', Verdana, Arial;
	src: url(trebuc.ttf);
	font-size: 11px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	width: 395px;
	margin-bottom: 5px;
	height: 110px;
}

select {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	width: 180px;
	margin-bottom: 5px;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 3px;
	display: block;
}
li {
	margin: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
td.prodtext1 {
	background-color: #caf0ff;
}
td.prodtext2 {
	background-color: #a4e5fe;
}