/* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/layout/bg_05.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 1000px;
	background-color:#FFFFFF;
	background-image: url(images/layout/background.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#heading {
	margin: 0px;
	padding: 0px;
}
#heading A.topmenu {
	padding-right: 35px;
	padding-left: 4px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-transform: capitalize;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#heading A.topmenu:HOVER {
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#breadcrumb {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 180px;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#breadcrumb A {
	text-decoration: none;
	color: #999999;
}
#breadcrumb A:HOVER {
	text-decoration: underline;
	color: #000000;
}
#left {
	width: 152px;
	margin-right: 30px;
	text-align: right;
	margin-top: 18px;
}

#left .sidebox {
	margin-bottom: 30px;
}
#left H4 {
	padding: 0px 0px 1px;
	color: #FFFFFF;
	font-size: 16px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px 0px 5px;
}
#left UL {
	margin: 0px;
	padding: 0px;
}
#left UL LI {
	list-style-image: none;
	list-style-type: none;
}
#left UL UL {
	margin: 0px 15px 10px 0px;
	padding: 0px;
}
#left UL UL LI {
	list-style-image: none;
	list-style-type: none;
}
#left UL LI A {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#left UL LI A:HOVER {
	text-decoration: underline;
}
#left UL UL LI A {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#left UL UL LI A:HOVER {
	text-decoration: underline;
}

#right {
	width: 165px;
	margin-left: 15px;
	margin-top: 10px;
}
#right .sidebox {
	background-color: #CCCCCC;
	padding: 5px 0px 10px 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#right, #right TD {
	font-size: 11px;
}
#right H4 {
	padding: 3px 0px 1px;
	color: #000000;
	font-size: 16px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px 0px 5px;
}
#right A {
	color: #000000;
	text-decoration: none;
}
#right A:HOVER {
	text-decoration: underline;
}
#centre {
	margin-top: 10px;
}
#centre, #centre TD {
	font-size: 11px;
}
#centre H1 {
	padding: 0px 0px 1px;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 10px 0px 5px;
}
#centre H2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#centre A {
	color: #000000;
}
#centre A:HOVERS {}
#centre TABLE.product_box {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

#centre .moreimages {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#centre A.moreimages_link {
	color: #CC0000;
}
#centre A.moreimages_link:HOVER {
	color: #000000;
}

#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 180px;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#footer A {
	text-decoration: none;
	color: #999999;
}
#footer A:HOVER {
	text-decoration: underline;
	color: #000000;
}