/*----------------------
SITE-WIDE FORMATTING */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	display: inline;
	color: #4C4C4C;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	display: inline;
	color: #000000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	display: inline;
	color: #000000;
}


a:link { color:#4C4C4C; text-decoration:underline}
a:visited { color:#4C4C4C; text-decoration:underline}
a:hover { color:#000000; text-decoration:underline}
a:active { color:#4C4C4C; text-decoration:underline}



/*----------------------
ID's */

#maincontent {
	background: url(../images/angle-content-topleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 12px 0 50px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4C4C4C;
}

#maincontent .featuretext {
	padding: 7px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #4C4C4C;
	border-bottom: 1px solid #E8E8E8;
}

#bodycontent {
	background: url(../images/core/bg-content.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding: 0 10px 40px 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #4C4C4C;
}

#bodycontent2 {
	background: url(../images/core/bg-content.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding: 0 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #4C4C4C;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#pagetitle {
	padding-bottom: 15px;
}

#footer {
	background-image: url(../images/core/bg-footer.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 10px 0 30px 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4C4C4C;
}

#rightpanel {
	background-color: #F1F1F1;
	background-image: url(../images/angle-right-topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 221px;
}

#rightpanel .heading {
	padding: 12px 0 10px 18px; 
}

#rightpanel .text {
	padding: 24px 18px 40px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

#news-listing td {
	padding: 15px 0 15px 2px;
	border-bottom: 1px solid #E8E8E8;
}


#products-subcats td {
	padding: 7px 50px 7px 20px;
	border-bottom: 1px solid #E8E8E8;
}

.products-listing {
	padding: 15px 0 30px 0;
	border-bottom: 1px solid #E8E8E8;
}

#contact td {
	padding: 10px 0 10px 2px;
	border-bottom: 1px solid #E8E8E8;
}

#breadcrumb {
	padding-bottom: 5px;
	border-bottom: 1px solid #E8E8E8;
}

.form input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4C4C4C;
	border: 1px solid #c8c8c8;
	height: 18px;
	padding: 3px 0 0 3px;
	width: 200px;
	background-color: #ffffff;
}

.form textarea {
	height: 80px;
}


/*----------------------
PRODUCT CATALOGUE NAV */

#product-category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	text-align: left;
}	

#product-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#product-category h1 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}
	
#product-category li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 185px;
	background: url(../images/core/bg-category.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 7px 20px 5px 20px; 
}	
	
#product-category li a:hover {
	color: #000000;
	background: url(../images/core/bg-category-2.gif);
	background-color: #FFD71A;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 7px 20px 5px 20px;
}




/*----------------------
OTHER ELEMENTS */

.bg-left {
	background-image: url(../images/core/bg-left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.border-bottom {
	border-bottom: 1px solid #E8E8E8;
}