@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
}
body, p, li, td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #616161;
}
a, a:hover, a:visited {
	color: #A22F17;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: 'Trebuchet MS';
	font-size: 20px;
	font-weight: normal;
	margin: 8px 0;
	padding: 0;
	padding-bottom: 6px;
	color: #4D4D4D;
}
h2 {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	color: #4D4D4D;
}
h3 {

}
small {

}
form {
	margin: 0;
	padding: 0;
}


.outerTable {
	width: 770px;
	text-align: left;
	background-color: #FFFFFF;
}
.logoHolder {
	width: 240px;
}
.topMenu {
	text-align: right;
	font-size: 9px;
	font-family: Verdana, Tahoma, Arial;
}
.topMenu a, .topMenu a:hover, .topMenu a:visited {
	color: #7F7F7F;
	text-decoration: none;
	font-size: 9px;
	padding-left: 16px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: left;
}
.topMenu a:hover {
	color: #616161;
}
.topMenu a.home, .topMenu a.home:hover, .topMenu a.home:visited {
	background-image: url(../gui/icon_home.jpg);
}
.topMenu a.smap, .topMenu a.smap:hover, .topMenu a.smap:visited {
	background-image: url(../gui/icon_sitemap.jpg);
}
.topMenu a.contact, .topMenu a.contact:hover, .topMenu a.contact:visited {
	background-image: url(../gui/icon_contact.jpg);
}
.sidebarLeft {
	background-color: #F2F2F2;
	vertical-align: top;
}
.mainBanner {
	padding-left:5px;
}

.mainMenu{
	background-image: url(../gui/menu_bg.jpg);
	padding-left: 65px;
}
.mainMenu a, .mainMenu a:hover, .mainMenu a:visited {
	display:block;
}
.darkgrey {
	color: #616161;
}



.footer {
	margin: 0 50px;
	border-top: 1px solid #F0F0F0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
}
.footer .dev {
	color: #7F7F7F;
	font-size: 10px;
	margin-top: 10px;
}
.footer .dev a, .footer .dev a:hover, .footer .dev a:visited {
	color: #7F7F7F;
	text-decoration: none;
}


.newsWrapper {
	margin-bottom:8px;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 5px;
}
.newsWrapper .date {
	color: #A22F17;
	font-weight: bold;
	margin-bottom: 5px;
}
.newsWrapper .title {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 12px;
}
.moreNews, .moreproducts {
	margin: 0 5px;
	padding: 5px;
	text-align: right;
	font-weight: bold;
}

.contentWrapper {
	padding: 5px;
}



.topNotice {
	background-color: #E9F3E9;
	background-image: url(../gui/topnotice_icon.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #78B278;
	padding: 15px;
	line-height: 125%;
	margin: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #39663C;
}
.prop {
    height:35px;
    float:right;
    width:1px;
}

.searchBar {
	background-color: #F2F2F2;
	margin-left: 5px;
	font-weight: bold;
	width: 525px;
}
.searchBar .psText {
	width: 220px;
}

.sblTxtInput {
	width: 120px;
	border: 1px solid #999;
	background-color: #FFFFFF;
}

.searchBar .txtSearch {
	width: 99%;
	font-size: 15px;
	border: 1px solid #999;
}
.searchBar .txtB2 {
	width: 140px;
	border: 1px solid #999;
}
.searchBar .txtB3 {
	width: 300px;
	border: 1px solid #999;
}

.myaccount {
	background-image:url(../gui/myaccount_bg.jpg);
	width: 239px;
	height: 130px;
}
.myaccount .wrapper {
	padding-left: 40px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 20px;
	color: #FCFCFC;
}
.myaccount a, .myaccount a:hover, .myaccount a:visited {
	color: #FFF;
	font-weight: bold;
	line-height: 26px;
	display: block;
}

.productTitle {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

.cntTxtInput {
	width: 200px;
	border: 1px solid #999;
	background-color: #FFFFFF;
}