@charset "utf-8";
	/*  */
	/* General styles */
	body {
	margin:10px 10px 10px 10px;
	padding:0;
	border:0;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	/*font-size:90%;*/
	text-align: center;
	background-color: #000000;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	}
	h1 {
	color:#FF0000;
	}
	h2,h3 {
	color:#FF0000;
	}
	strong {
	color:#FF0000;
	}
	/*A:link {color:#FFFF00;}*/
	/*A:visited {color:#FFFF66;}*/
	A:link {color:#FF0000;}
	A:visited {color:#FF3300;}
	
	
	#fixed {
		margin:0 auto;
		width:900px; /* you can use px, em or % */
		text-align:left;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	/*border: thick solid #CC0000;*/
	}

	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	width: 100%;
	/*border: thick solid #CC0000;*/
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	margin-top: 20px;	/*overflow:hidden;*/
	/*border: thick solid #CC0000;*/

	}
	/* 3 Column settings */
	.threecol {
	}
	.threecol .colmid {
	right:20%;		/* center column background colour 25%*/
	}
	.threecol .colleft {
		right:60%;			/* width of the middle column 50%*/
	}
	.threecol .col1 {
	width:56%;			/* width of center column content (column width minus padding on either side) width:46%;*/
	left:102%;
	}
	.threecol .col2 {
		width:16%;			/* Width of left column content (column width minus padding on either side) width:21%*/
		left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) left:31%*/
	}
	.threecol .col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) width:21%*/
	left:90%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) left:85%*/
	text-align: center;
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	}
	#footer p {
	padding:10px;
	margin:0;
	text-align: center;
	}
	/*  */
	
#logo {
	margin: 0px;
	width: 195px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#banner {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#logo2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: auto;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img 
{
	margin: 2px 2px 2px 2px;
}
table
{
	border: 1px solid #FFFFFF;
	border-collapse:collapse;
}
td
{
	text-align: left;
	border: 1px solid #FFFFFF;
}
.tdtexttop
{
	text-align: left;
	border: 1px solid #FFFFFF;
	vertical-align: text-top;
}
th
{
	text-align: left;
	border: 1px solid #FFFFFF;
	color:#FF0000;
}

.nobordertable
{
	border:none;
	border-collapse:inherit;

}
.nobordertabletd
{
	border:none;
	text-align: left;
}
.nobordertabletr
{
	border:none;
	text-align: left;
}
.tableRowSelected
{
	background-color:#999999;
}
#RightPanelAccordion 
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF0000;
	/*border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;*/
	border-right: solid 1px white;
	border-left: solid 1px white;
	border-bottom: solid 1px white;
	border-top: solid 1px white;

}
#RightPanelContent
{
	/*color:#FFFFFF;*/
	color:#000000;
	background-color:#FFFFFF;
	overflow:hidden;	/*border-left: solid 1px white;*/
	/*border-right: solid 1px white;*/
}
#RightPanelTab
{
	/*background-color: #3399FF;*/
	background-color: #000000;
	/*border-top:none;*/
	/*border-bottom: solid 1px black;*/
	

}
.RightPanelOpen
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	border-top: solid 1px white;
}

#PriceListPanelAccordion 
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF0000;
	/*border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;*/
	border-right: solid 1px white;
	border-left: solid 1px white;
	border-bottom: solid 1px white;
	border-top: solid 1px white;

}
#PriceListPanelContent
{
	/*color:#FFFFFF;*/
	color:#000000;
	background-color:#FFFFFF;
	font-size:10px;
	overflow:auto;	/*border-left: solid 1px white;*/
	/*border-right: solid 1px white;*/
}
#PriceListPanelTab
{
	/*background-color: #3399FF;*/
	background-color: #000000;
	/*border-top:none;*/
	/*border-bottom: solid 1px black;*/
	

}
.PriceListPanelOpen
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	border-top: solid 1px white;
}

.TabbedPanelsContent table
{
	margin-top:-4px;
}


/**************** menu coding *****************/
#menu {
	width: 100%;
	background: #eee;
	overflow: visible;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
	color: #FF0000;
	background: #000;
/*text-transform: uppercase;*/
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

    
[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 

</style>
<![endif]
