/* CSS Document */
html {
	height:100%;
	overflow:auto;
}
body {
	background-color:white;
	text-align:center;
	height:100%;
/*	background-image:url(background_images/page.jpg); */
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contentslide a img {
	border:none;
}

#centreContent {
	width:1015px;
	min-height:90%;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	height:150px;
	background-image:url(background_images/logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:white;
	text-align:right;
	overflow:hidden;
	margin-bottom:10px;
}

#menu {
	margin-top:0px;
	padding-top:6px;
	margin-bottom:10px;
	float:left;
	display:inline;
	margin-left:30px;
	width:227px;
/*	background-color:black; */
}


a {
	color:#DA251C;
	text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:underline;
}

#menu a {
	width:250px;
	margin-bottom:9px;
	text-decoration:none;
	display:block;
	background-image:url(background_images/menu.gif);
	background-position:-1px -1px;
	background-repeat:no-repeat;
	background-color:#83827E;
	color:white;
	margin-right:8px;
	width:auto;
	padding-left:6px;
	padding-right:6px;
	height:26px;
	text-align:center;
	padding-top:6px;
	font-size:14px;
}

#menu a:hover {
	background-color:#DB241B;
	color:white;
}

#mainContent {
	width:722px;
	min-height:73%;
	height:auto;
	overflow:auto;
	overflow-y:auto;
	background-color:black;
	margin-top:0%;
	float:left;
	display:inline;
}

#headerslideshow{
	position:absolute;
	top:30px;
	width:369px;
	margin-left:190px;
	height:52px;
	overflow:hidden;
}

.slide{
	width:244px;
	height:54px;
}

.contentslide{
	width:230px;
	height:268px;
}

.contentslide image{
	width:230px;
	height:268px;
}

#contentslideshow{
	width:234px;
	height:268px;
	overflow:hidden;
	float:right;
	display:inline;
text-decoration:none;
}

.oldProdLink {
	margin-left:20px;
	margin-top:30px;
	background-color:white;
	float:left;
	display:inline;
	width:155px;
	cursor:pointer;
	height:222px;
	text-align:center;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	font-weight:bold;
}

.prodLink {
	margin-left:20px;
	margin-top:30px;
	background-color:black;
	float:left;
	display:inline;
	width:149px;
	cursor:pointer;
	height:255x;
	text-align:center;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	font-weight:bold;
}

.prodLinkHigh {
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}		

.prodLinkHigh {
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}		

#mainContent p {
	color:white;
	margin:20px;
	line-height:19px;
}

#mainContent li {
	color:white;
	line-height:19px;
}

#mainContent h1 {
	font-size:16px;
	color: #DA251C;
	margin-left:20px;
	margin-top:10px;
}

#mainContent a.h2 {
	font-size:14px;
	color: white;
	display:block;
	margin-bottom:10px;
	margin-top:20px;
	padding-top:8px;
	font-weight:bold;
	margin-left:20px;
	padding-bottom:4px;
	border-top:1px dashed #DA251C;
	clear:both;
}

#footer {
	margin-top:5px;
	color:#444444;
	font-size:12px;
	clear:both;
	text-align:center;
}

#footer a {
	color:black;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

#footer a:hover {
	color:#DB241B;
}

label {
	float:left;
	display:inline;
	color:#FFFFFF;
	width:100px;
}

#mainContent h2 {
	font-size:14px;
	color: white;
	display:block;
	margin-bottom:10px;
	margin-top:20px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
	margin-left:20px;
	border-top:1px dashed #DA251C;
	border-bottom:1px dashed #DA251C;
	clear:both;
}

#panHeader {
	width:682px;
	margin-left:20px;
	border:none;
	height:233px;
	overflow:hidden;
	margin-bottom:20px;
	background-position:0px 0px;
}

textarea {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}