	body {
		
			min-width: 630px; 		 /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
			font: 75% Verdana, Arial, Helvetica, sans-serif;		
		}

		#top {
			background: #303030; 
			color: #ffffff; 
			padding: 4px;
		}

		#mid {
			background: #eee; 
			color: #000; 
			padding: 4px;
		}

		#container {
			padding-left: 180px;      /* LC fullwidth */
			padding-right: 240px;     /* RC fullwidth + CC padding */
			position:relative;
		}
		
		
		#container .column {
			position: relative;
			float: left;
			z-index: auto;
	
			
		}
		
		#center {
			padding: 10px 20px;      /* CC padding */
			width: 100%;
		}
		
		#center a {color: #E28500; text-decoration:none;}
		#center a:hover {color: #E28500; text-decoration:underline;}
		
		#left {
		
			width: 160px;             /* LC width */
			padding: 0 10px;          /* LC padding */
			right: 220px;             /* LC fullwidth + CC padding */
			margin-left: -100%;
			
		}
		
		#right {
			width: 180px;             /* RC width */
			padding: 0 10px;          /* RC padding */
			margin-right: -240px;
			color: #fff;
		}
		
		#right a {color: #fff; text-decoration:none;}
		#right a:hover {color: #fff; text-decoration:underline;}
		
		#footer {
			clear: both;
		}
		
		/*** IE Fix ***/
		* html #left {
			left: 180px;              /* RC fullwidth */
			
		}

		/*** Equal-height Columns ***/

		#container {
			overflow: hidden;
		}

		
		#container .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */
		}

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #000;
			font-family: Arial, Helvetica, sans-serif;  
			font-size: 0.7em; 
		}

		#header {
			text-align: left;
			padding: 39px 0px 38px 0px;
			background: url(../images/header.jpg); 
			color: #ffffff;
		}

		#footer {
			text-align: center;
			padding: 0.3em 0;
			color: #ffffff;
			background: #303030 url(../images/botlogos.gif) no-repeat;
			height: 20px;
		}
		
		#footer a {
			text-decoration: none;
			color: #fff;
			}
		
		#footer a:hover {
			text-decoration: underline;
			}

		#left {
			height: 100%;
		}

		#center {
			background: #FFF;
		}

		#container .column {
			padding-top: 1em;
		}
		
		.centre {
			text-align: center;
		}
		
		/*----------------------top navigation spacing----------------------------*/
	#navheader {
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	margin: 0 0 0 -10px;
	padding: 7px 0px 8px 0px;
	background: url(../images/menu_top.gif);
	
	}

	/*** navheader Fix ***/

	* html #navheader {
	margin: 0;
	}
		
	#navheader li {
	
	display: inline; 
	padding-right: 5px; 
	padding-left: 10px; 
	list-style-type: disc;
	
	}

	#navheader a {
	text-decoration: none;
	color: #E28500;
	}
	
	#navheader a:hover {
	text-decoration: underline;
	}

	#visit {
	padding: 60px 0px 60px 0px;
	background: url(../images/visit_us.jpg) no-repeat;
	}
	
	.righttitle {
	color: #E28500;
	font-weight: bold;
	padding: 5px 0px;
	display: block;
	width: 180px;
	border-bottom: 1px solid #E28500;	
	margin-bottom: 5px;
	}
	
	.lefttitle {
	color: #E28500;
	font-weight: bold;
	padding: 5px 0px;
	display: block;
	width: 155px;
	border-bottom: 1px solid #E28500;	
	}
	
	.whitetext {
	color: #ffffff;
	padding: 2px;
	}
	
		/***---------inner home page----------------***/

	#home {
	width: 100%;
	}
	
	#mainpic {
	width: 100%;
	padding: 75px 0px 75px 0px;
	background: #000000 url(../images/home_pic1.jpg) no-repeat center;
	}
	
	#innerheader {
	width: 100%;
	padding: 8px 0px 8px 0px;
	background-color: #3A3A3A;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}
	
	#content {
	padding: 6px 0px 8px 0px;
	}
	
	.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}
	
	/***---------Home content pics---------------***/
	
	#homepic1 {
	postion: relative;
	float: left;
	padding: 70px 0px 0px 200px;
	margin-top: 20px;
	background:  url(../images/homeimage1.jpg) no-repeat;
	}
	
	#homepic2 {
	postion: relative;
	float: right;
	padding: 70px 200px 0px 0px;
	margin-top: 20px;
	background:  url(../images/homeimage2.jpg) no-repeat;
	}
	
.bubbleText {font-size: 12px; color: #000000;}

#mailform legend {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
color: #fff;

}

.navcontainer { width: 170px; }

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 150px;
border-bottom: 1px solid #eee;
}

.navcontainer a:link
{
color: #EEE;
text-decoration: none;
}

.navcontainer a:visited
{
color: #EEE;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #369;
color: #fff;
}

.normlist { margin: 0; padding : 0; list-style : none; }

.immid {
	vertical-align:middle;
	}
	
.specoff {border: 1px solid #EEE; padding:3px; font-weight:bold; font-size:12px;}
.justin {border: 1px solid #000; padding:3px; font-weight:bold; font-size:12px;}
.bestsell {border: 1px solid #E28500; padding:3px; font-weight:bold; font-size:12px;}

.proddisplay caption {text-align:center; font-weight:bold; padding: 5px;}
.proddisplay tr {padding: 5px;}

.price {font-weight:bold; font-size:12px;}
