body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #fff;
	font: 14px Tahoma, Verdana, helvetica, sans-serif;
	color: #000;
}

img			{ border:0px;}

/* All Page Links */
a:link, a:active, a:visited {
	color: #77709E;
	text-decoration: underline;
	font-weight:bold;

}
a:hover {
	color: #77709E;
	text-decoration: none;
	font-weight:bold;

}

/* Main Page Container */

#container {
	width: 930px;
	background-image:url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-color:#ffffff;
	margin:0px auto;
	text-align:center;
}

#wrapper	{ width:800px; 	margin:0px auto; text-align:left;}

/* Header Container */
#home_header {
	background-image:url(images/header_bg.jpg);
	background-repeat: no-repeat;
	width:800px;
	height:75px;
}

#header {
	background-image:url(images/header_page_bg.jpg);
	background-repeat: no-repeat;
	width:800px;
	height:75px;
}
#menunav {
	width: 800px;
	height: 75px;
	padding: 0px;
}

.header_left	{ float:left; padding:0px 0px 0px 25px;}
.header_right 	{ float:right; padding:38px 20px 0px 0px;}

.header_menu	{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
			  font-size: 12px; 
			  font-style: normal; 
			  color:#ffffff; 
			  }
.header_menu A:link		{ color:#ffffff; text-decoration: none; font-weight: bold; }
.header_menu A:visited		{ color:#ffffff; text-decoration: none; font-weight: bold;}
.header_menu A:hover		{ color:#cccccc; text-decoration: underline; font-weight: bold;}
.header_menu A:active		{ color:#ffffff; font-weight: bold;}

/* Page content */

#homecontent	{ width:800px; background-image:url(images/home_bg.jpg); background-repeat: no-repeat; }

#home_text		{ float:left; width:380px; text-align:left; padding:20px 0px 0px 20px; }
.home_text	{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
			  font-size: 12px; 
			  font-style: normal; 
			  color:#333333; 
			  }
.home_text A:link		{ color:#333333; text-decoration: none; font-weight: bold; }
.home_text A:visited		{ color:#333333; text-decoration: none; font-weight: bold;}
.home_text A:hover		{ color:#333333; text-decoration: underline; font-weight: bold;}
.home_text A:active		{ color:#333333; font-weight: bold;}

#content {
	width: 760px;
	background-color: #fff;
	color: #000;
	padding: 20px;
	text-align: left;
}

#mainmenu	{ width:800px; height:40px; background-image:url(images/menu_bg.jpg); background-repeat: no-repeat; }

#menulinks {

	padding: 10px 0 0 0px;
	text-align: left;
}
	#menulinks ul {
		display:none;
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#menulinks ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
	}
		#menulinks ul li a {
			background: #000000;
			width: 200px;
			height: 18px;
			padding: 0;
			margin: 0 0 10px 0;
			color: #fff;
			text-decoration: none;
			display: block;
			text-align: center;
			font: 15px tahoma, verdana, sans-serif;
			font-weight: bold;
		}
		#menulinks ul li a:hover { color: #ffffff; background: #333333; text-decoration: underline; }
		#menulinks a:active { background: #000000; color: #fff; }
		#menulinks li#active a { background: #000000; color: #fff; }
	
	
	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 18%;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0 0 0 5px;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			border-bottom: 2px solid #999;
			color: #000;
		}
		ul#subnav li a:hover {
			background-color: #abb171;
			color: #fff;
			text-decoration: none;
		}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: disc;
		font-size: 11px;
	}
	
	
	#content_text {	width:760px; }
	
#footer {
	width:790px;
	text-align: center;
	padding: 5px;

}

.footer		{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#333333;
			  border-top: solid 1px #333333;
	  		  }
.footer A:link		{ color:#333333; text-decoration: none; font-weight: bold; }
.footer A:visited	{ color:#333333; text-decoration: none; font-weight: bold;}
.footer A:hover		{ color:#000000; text-decoration: underline; font-weight: bold;}
.footer A:active	{ color:#333333; font-weight: bold;}

/* Misc Styles */
h1			{ font-family: Verdana, Tahoma, helvetica, sans-serif; 
			  font-size: 9px; 
			  font-style: normal; 
			  color:#ffffff; 
			  display: inline;
			  }
			  
h2			{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
			  font-size: 16px; 
			  font-style: normal;
			  font-weight: bold;
			  color:#77709E; 
			  display: inline;
			  }
h3 {
	color: #be5826;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: left;
	color: #FF0000;
	font-size: 16px;
	font-weight:bold;
	padding:10px;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}

.product_title	{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
			  font-size: 16px; 
			  font-style: normal;
			  font-weight: bold;
			  color:#77709E; 
			  }
			  
.product_title A:link		{ color:#77709E; text-decoration: none; font-weight: bold; }
.product_title A:visited	{ color:#77709E; text-decoration: none; font-weight: bold;}
.product_title A:hover		{ color:#77709E; text-decoration: underline; font-weight: bold;}
.product_title A:active		{ color:#77709E; font-weight: bold;}

#slim_banner	{ width:800px; height:80px; background-image:url(images/slim_banner.jpg); background-repeat: no-repeat; }

input, select, textarea {	background: #ffffff;
				font-family: Tahoma, sans-serif, Verdana, helvetica;
				color:#333333;
				font-size: 10px;
				font-weight: bold;
				border: solid 1px #77709E;
				}
				
.colourtable TD	{ border: solid 1px #efefef; text-align:center; }
.colourtable	{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
			  font-size: 10px; 
			  font-style: normal;
			  font-weight: bold;
			  color:#77709E; 
			  }
			  
.colourtable A:link		{ color:#77709E; text-decoration: none; font-weight: bold; }
.colourtable A:visited	{ color:#77709E; text-decoration: none; font-weight: bold;}
.colourtable A:hover		{ color:#77709E; text-decoration: underline; font-weight: bold;}
.colourtable A:active		{ color:#77709E; font-weight: bold;}

.prod img			{ border: solid 1px #000000;}
