/* General styles */
	body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		margin:0 0 0 63px;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;	
		color: #990000;
		background:#fff;
		background-image: url(graphics/strip2.jpg);
		background-position: -20px left;
		background-repeat: repeat-y;
		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:small;
	}
	a {
	color:#CC0000;
	font-weight: bold;
	}
	a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #E8B05B;
	}
	h1, h2, h3 {
	margin:.8em 0 .4em 0;
	padding:0;
	font-weight: 600;
	}
	h1	{
		font-size:26px;
		}
	h2	{
		font-size:22px;
		}
	h3	{
		font-size:16px;
		}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:80%;
	border-right: 1px solid silver;
	}
	#header {
		border-bottom:1px solid #990000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.2em 15px 0 14px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
	display:block;
	float:left;
	margin:0 7px 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#CC6600;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	font-weight: bold;
	border-left: 1px solid #CC6600;
	border-top: 1px solid #CC6600;
	border-right: 2px inset #CC6600;
	background-color: #FFFFCC;
	}
	#header ul li a:hover, #header li a:active {
	color:#fff;
	background-color: #E8B05B;
	}
	#header ul li a span {
		display:block;
	}
	/* --- HEADER STYLES --- */
   #homepage #header li#home a, 
   #beadingpage #header li#beading a, 
	 #trimpage #header li#trim a,
   #contactpage #header li#contact a,
	 #aboutpage #header li#about a
   {
   color:#fff;
		background:#E8B05B;
		font-weight:bold;
		cursor: default;
   }
	 
	/* 'widths' sub menu */
	#langselect {
	clear:both;
	border-top:2px solid #990000;
	margin:0;
	padding: 5px 15px 6px 15px !important;
	text-align:right;
	font-size: xx-small;
	background-color: #FFFFCC;
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:80%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border-right: 1px solid silver;
	}
	/* 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 0 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 */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
	background-color: #FFFFFF;
	}
	.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
	border-right: 1px solid silver;
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#FFFFFF;	/* left column background colour */
	}
	.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;
	}
	.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	border-right: 1px solid silver;
	}
	.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* 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) */
	}
	.col3 h3, .col2 h3 {
		font-size: 13px;
		line-height: 18px;
		margin: 20px 0;
		}
		.col2 h4	{
			font-size: 12px;
			margin: 10px 0 1px 0;
			}
	/* Footer styles */
	#footer {
	clear:both;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
	}
	#footer p {
	padding:10px;
	margin:0;
	font-size: xx-small;;
	}
em	{
	text-decoration: none;
	font-style: normal;
	color: #CC3200;
	font-weight: 600;
	}
p.filler	{
	margin: 300px 0;
	}
a img	{
	border: 0 solid transparent;
	}
/* form styling */

form	{
	margin-left: 0px;
	}
form, form input, form submit	{
	color: #990000;
	}
	
form fieldset { 
	border:1px solid #CC6600;
	padding: 1em; 
	width: 90%;
	}

form legend {
	border:1px solid #990000;
	color: #CC6600;
	background-color: #FFFFCC;
	font-size: 11px;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	height: 18px;
	text-align:center;
	margin-bottom: 10px;
	padding: 0 10px;
	/*
	*/
 }
form label	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
	float:left;
	 width:120px;
	}
form textarea	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	margin-left: 0px;
	}	
input[type="submit"], input[type="button"] {
	border-top: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	border-right: 2px inset #CC9900;
	border-bottom: 1px inset #CC9900;
	color: #990000;
	background-color: #FFFFCC;
	font-size: 13px;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	text-align:center;
	margin-bottom: 10px;
	padding: 0px 10px;
}
input[type="submit"]:hover {
	 filter:progid:DXImageTransform.Microsoft.Gradient
   (GradientType=1,StartColorStr='#CC9900',EndColorStr='#ffffff');
	 color: #003300;
	border-right: 2px inset #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color:#CC9933;
	}
.note	{
	font-size: 85%;
	font-style:italic;
	}
p.colfill	{
	height: 250px;
	}	
