/**************************************************************************************
			ALL PAGE STYLES
**************************************************************************************/
body {
	background-color: #333333;
	margin: 20px;
	margin-right: 10px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	color: #cccccc;
}
table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #cccccc;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
img {
	border: 0px;
}
#breadcrumbs {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: #8f8f8f;
	color: #ffffff;
}
#breadcrumbs a {
	color: #ff0000;
}
.contentPanel {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
 	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #666666;
	padding: 10px;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #cccc66;
}
a:hover {
	text-decoration: none;
	color: #ffff99;
}

a.prodLnk {
	text-decoration: underline;
	color: #cccc66;
}
a.prodLnk:hover {
	text-decoration: none;
	color: #ffff99;
}

/**************************************************************************************
			NAVIGATION - STYLES
**************************************************************************************/
.fixednav {
	position: absolute;
	top: 0px;
}
.links {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-transform: lowercase;
}
.links:hover {
	text-decoration: underline;
}

/**************************************************************************************
			WYSIWYG PAGES - STYLES
**************************************************************************************/
/*
.content {
	position: absolute;
	top: 30px;
	left: 170px;
	width: 700px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	overflow: auto;
}
*/
.title {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
.subTitle {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.contenttext
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	color: #cccccc;
}

/**************************************************************************************
			HOME PAGE - STYLES
**************************************************************************************/
.newsZone {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 600px;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
}
/**************************************************************************************
			NEWS - STYLES
**************************************************************************************/
.recentnews
{	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #666666;
	width: 600px;
	padding: 10px;
	margin-bottom: 5px;
}
.newsheader
{	text-align: right;
}
.newsTextHeader
{	color: #cccccc;
	font-size: 11px;
}
.newsarchiveheader
{	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 3px;
	padding-left: 7px;
	width: 120px;
	font-size: 11px;
}
.newsarchive
{	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #666666;
	width: 600px;
	padding: 10px;
}
a.newsdetaillink, a.newsdetaillink:hover, a.newsdetaillink:active, a.newsdetaillink:link
{	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccc66;
}
a.newsdetaillink:hover {
	color: #ffff99;
}
.newsImage {
	border: 2px solid #c9c6be;
}

/**************************************************************************************
			CONTACT - STYLES
**************************************************************************************/
legend {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
.contactForm
{	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
.contactInput
{	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #666666;
	background-color: #999999;
}
.contactButton
{	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #666666;
}
fieldset
{	border: 1px solid #666666;
	padding: 5px;
}

/**************************************************************************************
			SITEMAP - STYLES
**************************************************************************************/
.sitemapcontent
{	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 0px;
}
.sitemap1, .sitemap2, .sitemap3, .sitemap4, .sitemap5
{	color: #333333;
	height: 20px;
	padding-left: 3px;
}
.sitemap1
{	background-color: #999999;
	width: 150px;
}
.sitemap2
{	background-color: #999999;
	width: 150px;
}
.sitemap3
{	background-color: #999999;
	width: 150px;
}
.sitemap4
{	background-color: #999999;
	width: 150px;
}
.sitemap5
{	background-color: #999999;
	width: 150px;
}

/**************************************************************************************
			ERROR - STYLES
**************************************************************************************/
.errorText
{	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #ff6666;
	border: 1px solid #ff6666;
	padding: 5px;
}
.errorTitle
{	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #ff6666;
}
/**************************************************************************************
			CATALOGUE - STYLES
**************************************************************************************/
.catalogue {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #666666;
	vertical-align: top;
	height: 60px;
	padding: 10px;
}
.shoppingButton {
	background-image: url("../../images/cart_add.gif");
	border: 0px;
	background-repeat: no-repeat;
	width: 28px;
	height: 26px;
}