body {
	background-color: #F7F7F7;
	background-image: url(images/main-background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
}

a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: red;
}

#container {
	width: 100%;
}

#topbanner {
	width: 100%;
	height: 190px;
	background-image: url(images/banner01.jpg);
	background-repeat: no-repeat;
}
#breadcrumbtrail {
	padding: 5px;
	margin-top: 10px;
	font-size: 12px;
	background-color: white;
	background-image: url(images/main-box-bak.gif);
	background-repeat: repeat;
	border: 1px solid #A8A8A8;
	margin-bottom: -5px;
}
#breadcrumbtrail a {
	color: black;
	text-decoration: none;
	font-size: 12px;
}
#breadcrumbtrail a:hover {
	color: green;
	text-decoration: underline;
	font-size: 12px;
}
#progressbar {
	border: 1px solid #A8A8A8;
	background-color: white;
	background-image: url(images/main-box-bak.gif);
	background-repeat: repeat;
	margin-top: 15px;
	padding: 10px;
}
#quicklinks {
	display: block;
	float: right;
	padding: 10px;
	color: #94605A;
}
#quicklinks a, #quicklinks tr, #quicklinks td, #quicklinks table {
	color: white;
}
#searchbox {
	border-bottom: 1px dotted #B74846;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.searchfield {
	width: 180px;
	padding: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
	border: 1px solid #622726;
	background-color: #E7C4C2;
}
#topcart {
	width: 285px;
	position: absolute;
	right: 15px;
	top: 65px;
	padding: 5px;
	border: 1px solid #9E403E;
	color: white !important;
}
#topcart a, #topcart tr, #topcart td, #topcart table {
	color: #EAC9C8;
	text-decoration: none;
}
#topcart a:hover {
	text-decoration: underline;
}

#topmenu {
	position: absolute;
	top: 197px;
}
#topmenu ul, #topmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu ul {
	padding: 10px 10px 10px 0;
	display: block;
}

#topmenu a, #topmenu a:visited {
	color: white;
	width: 300px;

}
#topmenu a:hover {
	color: #C9DAC4 !important;
}
.topmenulink-off {
	color: white;
	font-family: georgia, serif;
	font-size: 15px;
	font-variant: small-caps;
	padding: 19px !important;
	letter-spacing: 2px;
	padding: 18px;
	background-image: url(images/menu-sep-all.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.topmenulink-on {
	color: #E1CAAA !important;
	font-family: georgia, serif;
	font-size: 15px;
	font-variant: small-caps;
	padding: 19px !important;
	letter-spacing: 2px;
	padding: 18px;
	background-image: url(images/menu-sep-all.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#subbanner {
	width: 100%;
	height: 75px;
	background-image: url(images/banner02.jpg);
	background-repeat: no-repeat;
}

#leftcolumn {
	width: 202px;
	float: left;
	margin: 0 !important;
	margin-left: -3px;
	font-family: georgia, Times, serif;
	font-size: 16px;
	line-height: 145%;
	text-align: justify;
	color: #193A1F;
	background-image: url(images/sidebar-middle.gif);
	background-repeat: repeat-y;
}
#rightcolumn {
	width: 202px;
	float: right;
	margin: 0 !important;
	margin-left: -3px;
	font-family: georgia, Times, serif;
	font-size: 14px;
	line-height: 145%;
	color: #193A1F;
	background-image: url(images/sidebar-middle.gif);
	background-repeat: repeat-y;
}
#contents {
	height: 100%;
	margin-right: 205px !important;
	margin-left: 205px !important;
	margin-right: 0;
	margin-left: 0;
}
.contents {
	height: 100%;
	margin-right: 205px !important;
	margin-left: 205px !important;
	margin-right: 0;
	margin-left: 0;
}
#central_part_contents {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
}
.sideboxbody {
	text-align: center;
	background-image: url(images/sidebar-top.gif);
	background-repeat: no-repeat;
}

.sideboxtitle {
	color: maroon;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
	padding: 25px 0 10px 40px;
}
.sideboxcontent {
	padding: 8px;
	padding-left: 15px;
	text-align: left;
	background-image: url(images/sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	
	

}
.welcomeboxbody {
	text-align: center;
	margin: 10px;
	margin-top: 20px;
	border: 1px solid #CECECE;
	background-color: white;
	background-image: url(images/main-box-bak.gif);
	background-repeat: repeat;

}

.welcomeboxtitle {
	color: maroon;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #CECECE;
}
.welcomeboxcontent {
	padding: 10px 20px 10px 20px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 110%;
	color: #444444;
}
.welcomeboxcontent p {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 110%;
	padding-bottom: 5px;
	color: #444444;
}
.mainboxbody {
	text-align: center;
	margin: 10px 10px 10px 10px;
	border: 1px solid #CDCDCD;
	background-color: white;
	background-image: url(images/main-box-bak.gif);
	background-repeat: repeat;
}

.mainboxtitle {
	color: maroon;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-align: left;
	padding: 10px;
	border-bottom: 1px dotted #CDCDCD;
	background-color: white;
}
.mainboxcontent {
	padding: 8px 18px 8px 18px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	color: #444444;
}
.indent {
	margin-left: 15px;
}

#category-list li, #category-list ul, #category-list a {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#category-list li {
	margin: 0;
	padding: 0;
	display: inline;
	font-family : georgia, serif;
	font-weight: normal;
	font-size: 14px;
}
#category-list a, #category-list a:visited {
	border-bottom: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	display: block;
	color: #3A883D;

}
#category-list a:hover {
	color: #C82222;
}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px dotted #D3D3D3;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #646464;
	margin-top: 10px;
}
.buttonsbuttons input, .buttonsbuttons tr, .buttonsbuttons td, .buttonsbuttons table {
	height: 16px;
	padding: 0;
	margin: 0;
}
