body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0px 0 20px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    min-height:400px;
    height:auto !important;
    height:400px;
} 
.twoColFixLtHdr #mainContent h1 { 
	font-size: 14px;
	color: #000000;
	background-color: #f3df04;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	width:537px;
} 
.twoColFixLtHdr #mainContent p {
	color:#333333;
	font-weight:normal;
	font-size:12px;
	padding-left:20px;
}
.twoColFixLtHdr #mainContent td {
	color:#333333;
	font-weight:normal;
	font-size:12px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#333333;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}
.twoColFixLtHdr #footer p a{
	color:#333333;	
}

.twoColFixLtHdr #footer hr {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 747px;
	color:#f6de18;
	height:1px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.homelink{
	padding-left:6px;
	color:#333333;
	font-weight:bold;
	font-size:11px;
}
.hometd{
	padding-top:5px;
}
.hometd1{
	padding-top:5px;
	color:#333333;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	vertical-align:text-top;
}
#list-menu {
	width: 170px;
	padding-top:3px
}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 
#list-menu li {
	margin: 2px 0 0;
} 
#list-menu a {
	display: block;
	width:160px;
	padding: 2px 2px 2px 10px;
	background: #FFFFFF;
	text-decoration: none; /*lets remove the link underlines*/
	color:#333333;
	font-weight:bold;
	font-size:11px;
	border-top:#f6de18 1px solid;
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #333333;
}
#list-menu a:hover {
	background: #333333;
	color: #ffffff;
}


#list-submenu {
	width: 170px;
	padding-top:3px
}
#list-submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 
#list-submenu li {
	margin: 2px 0 0;
	margin-left:20px;
} 
#list-submenu a {
	display: block;
	width:140px;
	padding: 2px 2px 2px 10px;
	background: #FFFFFF;
	text-decoration: none; /*lets remove the link underlines*/
	color:#333333;
	font-weight:bold;
	font-size:11px;	
	border-top:#FFFFFF 1px solid;
} 
#list-submenu a:link, #list-submenu a:active, #list-submenu a:visited {
	color: #333333;
}
#list-submenu a:hover {
	background: #a8a8a8;
	color: #ffffff;
}

#showroom{
	background-color:#000000;
	width: 170px;
	height:20px;
	padding:3px;
	padding-top:5px;
	position:absolute;
	top:84px;
	left:500px;
	text-align:center;
}
.showroomtd2{
	color:#FFFFFF;
	font-size:11px;
	padding:0;
	margin:0;
	height:8px;
	text-align:center;
	font-weight:bold;
}
#lang{
	background-color:#000000;
	width: 80px;
	height:20px;
	padding:3px;
	padding-top:5px;
	position:absolute;
	top:84px;
	left:681px;
	text-align:center;
}
.langtd1{
	background-color:#f6de18;
	color:#f6de18;
	font-size:8px;
	padding:0;
	margin:0;
	width:10px;
	height:10px
}
.langtd2{
	color:#FFFFFF;
	font-size:8px;
	padding:0;
	margin:0;
	width:8px;
	height:8px
}
.langtd2 a{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;	
}
.linkblock{
	width:18px;
	height:18px;
	background-color:#999999;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
.linkblock a{
	color:#FFFFFF;
	text-decoration:none;
}
.yellowtext{
	color:#f3df04;
	font-weight:bold;
}
a.isearch-title, a.isearch-description, a.isearch-url, a.isearch-prevnext, a.isearch-prevnext:active, a.isearch-prevnext:hover
{
	font-size:11px;
    color:#333333;
    background-color:transparent;
	font-weight:bold;
}

/* Usage :  To display the page description in the results list.
 */
.isearch-description
{
    font-size:12px;
	color:#333333;
}


/* Usage :  To display the page score in the results list.
 */
.isearch-score
{
    font-size:11px;
	color:#333333;
}
.isearch-size
{
    font-size:11px;
	color:#333333;    
}

.form label { width:138px; float:left; display:block; margin-right:0.5em; text-align:left;}
.form .submit input { margin-left:147px }
.form input { font-weight:normal; color:#000000; width:200px;}
.form select  { background-color:#FFFFFF; color:#000000; border:1px solid #000000; width:200px; }
.colours input { color:#000000; background: #FFFFFF; border:1px solid #000000; font-size:12px;}
.colours textarea { color:#000000; background:#FFFFFF; border:1px solid #000000; font-size:12px;}
.colours .submit input { color:#000; background:#f3df04; font-size:12px; width:200px}
.form fieldset { margin:0px 10px 0px 10px; border: 0px solid #999999;}
.form legend { letter-spacing:0; padding: 10px 6px; color: #000000; }
.form fieldset p { margin-top:0 }

.tablerow { width:600px; height:35px; border:1px; margin-left:20px}
.tableheader { font-weight:bold; float:left; height:25px; border-bottom: 1px solid #cccccc; margin:1px; padding:2px; font-size:12px;}
.tabledata { float:left; height:35px; margin:1px; padding:2px; font-size:12px}
.tabledata a { text-decoration:none;}
.tabledata a:hover { text-decoration:underline;}

.adminlist li{
	font-size:12px;
	
}
th{
font-size:12px;
font-weight:bold;
}

#products{
	margin:0;
	padding:0;
	width:590px;
}
#products ul{
	margin:0;
	padding:0;
}
#products ul li {
	float:left;
	padding-right: 2px;
	width: 113px;
	height: 200px;
	background-color:#fff;
	list-style-type:none;	
	font-size:11px;
	padding-top:5px;
	color:#333333;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	vertical-align:text-top;
}
#products ul li a{
	color:#333333;
	text-decoration:none;
}
.price{
	color:#FF0000;
}
.priceBig{
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
}
