body	{
	background: #009A8C;
	font-family: 'Century Gothic', 'Verdana', 'Ariel';
	font-size: 15px;
	color: #50341E;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px; /* this sets the max-width value for all standards-compliant browsers */
	min-width: 900px; /* this sets the min-width value for all standards-compliant browsers */
	}
	
* body {width: 900px /* fallback value */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 901 ? "900px" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 900 ? "901px" : "99.7%")); }
	

a img {
	border: none; /* ie, stop blue border around images which are links */	
	}	

a {
	text-decoration: none; /* ie stops blue under line on links */
	color: #009A8C;
	font-weight: bold;
}  

a:hover {
	color: #50341E; /*changes the colour of the link when mouse is over them */
	}

#extra a {
	color: #ffffff;  /* changes the top navlink to be white */
	}

#extra a:hover {
	color: #009A8C; /*changes the colour of the link when mouse is over them */
	}	
	
p {
	margin: 0 0 0.5em; /*space berween line */
}

#line {  
	border-top: medium solid #009A8C; /*line between top menus */
	}

#header	{
	margin-bottom: 1.75em; 
	background: #ffffff;
	}


#cart	{
	text-align: right;
	margin-right: 1em;
	}

/* sets the spacing around the top logo */
#homelink {
	display: block;
	margin: 0.5em 0.5em 0.5em;
	padding: 0.5em 0em 1em 0em;
	}	
	
#otherproducts {
	clear: left;
	text-align: center;
	}	
	
/*centers pthumbnails table in safari and firefox */
table.table {  
		margin-left: auto;
		margin-right: auto;
		border-style: solid;
		border-color: #50341E;
		border-spacing: 20px;
		clear: left;
		text-align: center;
		font-size: 10px;
	}

#navlinks {
	margin: 0; 
	padding: 0.15em 3em;
	background: #50341E; 
	text-align: center;
	}

#navlinks li {
	display: inline;  /* makes them inline instead of in a drop down list */
	margin-right: 0.5em; /* spaces the between txt */
	padding-right: 0.75em; /* spaces the between txt */
	font-weight: bold; 
	color: #ffffff; /* changes the top navlink to be white */
	}

#navlinks a {
	color: #ffffff;  /* changes the top navlink to be white */
	}

#navlinks a:hover {
	color: #009A8C; /*changes the colour of the link when mouse is over them */
	}

#phplinks {
	margin: 0; 
	padding: 0.15em 3em;
	background: #50341E; 
	text-align: center;
	}

#phplinks li {
	display: inline;  /* makes them inline instead of in a drop down list */
	margin-right: 0.5em; /* spaces the between txt */
	padding-right: 0.75em; /* spaces the between txt */
	font-weight: bold; 
	color: #ffffff; /* changes the top navlink to be white */
	}

#phplinks a {
	color: #ffffff; /* changes the top navlink to be white */
	}

#phplinks a:hover {
	color: #009A8C; /*changes the colour of the link when mouse is over them */
	}

#content {
	background: #ffffff;
	padding: 10px;
	text-align:justify;
	}

#extra	{
	clear:both;
	width:100%;
	margin-top: 1em;
	background: #50341E;
	color: #ffffff;
	}

#product img {
	float: left; 
    margin: 1em 3em 1em 0em
	}

#product { /* center product slightly */
* position:relative; /* This line */
	padding-left: 40px;
	padding-right: 40px;
	}
	
#images {
		border-spacing: 40px 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}		

table.cat_images td{
	border-width: 2px;
	border-spacing: 2px;
	border-collapse: separate;
	background-color: white;
	}
	
table.title_images td{
	border-width: 2px;
	border-spacing: 2px;
	border-collapse: separate;
	background-color: white;
	}	
	
table.title_images a{	
	font-size: 10px;
	}
		
#thumbnails {
	border-spacing: 2em 0em;
	text-align: center;
	}		

#pthumbnails {	
	border-style: solid;
	border-spacing: 0px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}	
	
#noflash {
	margin-left: 6em;
	margin-bottom: 10em;
	}
	
#checkout {
	padding: 10px;
	width: 650px;
	background: #ffffff;
	float: left;
	}
	
#checkright {
	width: 190px;
	background: #ffffff;
	float:right;
	/*padding-left: 10px;*/
	padding: 10px;
	}
	
#ppimage {
	text-align: center;
	}
	
/* set the out of stock colour text and format */	
p.oos {
	color: red;
	font-weight:bold;
	}
	
#newproduct {
	float: right;
	width:200px;
	border-style: solid;
	border-color: #50341E;
	padding: 10px;
	margin-right: 10px;
	text-align: center;
	}
	
#cattext {
	margin-bottom: 50px;
		}
		
#titletext {
	margin-bottom: 50px;
		}
		
table.checkout {
	border-spacing: 15px;
	}
	
#home {
	padding: 10px;
	width: 650px;
	float: left;
	}
	
#homeright {
	width: 190px;
	float:right;
	padding-left: 10px;
	padding: 10px;
	text-align: center;
	}
	
#inhomeright1 {
	margin-top:5px;
	border-style: solid;
	border-color: #50341E;
}

#inhomeright2 {
	margin-top:5px;
	border-style: solid;
	border-color: #50341E;
}

#homebackground {
	height:600px;
	background: #ffffff;
	padding: 10px;
	text-align:justify;
	}

#news p {	
	text-align: center;
	margin: 10px 0 10px; /*space berween line */
	}

#news h4 {	
	margin: 0 0 0.5px; /*space berween line */
	text-align: center;
	}

#news h2 {	
	text-align: center;
	}

#news h3 {	
	text-align: center;
	margin: 0 0 5px; /*space berween line */
	}
	