<!--
body{
			color: white;
			background: #49587b url('../images/bg.jpg') top left repeat-y;
			background-attachment:fixed;
			margin: auto;
			width: 100%;
			padding: 0;
			height: 100%;
			text-align: center;
			font-size: 12px;
			font-family: arial, verdana, sans-serif;
			text-align: center;
			margin-top: 70px;
		}
		p{

		}
		html{
			height: 100%;
		}
		
		img{
			border: 0;
		}
		
		a:link, a:visited{
			color: #ae1015;
			text-decoration: none;
			border-bottom: 1px dotted gray;
		}
		a:active, a:hover{
			color: #eb1d24;
			text-decoration: none;
			border-bottom: 1px solid gray;			
		}
		
		table, tr, td{
			border-collapse: collapse;
		}
		div.footer{
			font-size: 10px;
			text-align: left;
			letter-spacing: 0;
			float: left;
			color: white;
			margin-top: 10px;
		}
		div.footer a{
			color: white;
			text-decoration: none;
		}
		div.holder{
			width: 720px;
		}
		div.whitearea{
			width: 720px;
height:auto !important;
min-height:570px;
overflow:visible;
			background: white;
		}
		div.leftcol{
			width: 195px;
			height: 450px;
			float: left;
		}
		div.midcol{
			width: 346px;
			height: 450px;
			float: left;
		}
		
		div.rightcol{
			width: 168px;
			height: 450px;
			float: left;
			text-align: right;
		}
		
		div.gallerycol{
			width: 514px;
			float: left;
			text-align: left;
			color: #ae1015;
		}
		
		div.redbox{
		 	width: 346px;
			height: 344px;
			color: white;
			background: #ae1015 url('../images/redbox.jpg') top left no-repeat;
			text-align: center;
			
	
		}
		div.redbox h1, div.gallerycol h1{
			font-size: 40px;
			font-weight: bold;
			text-transform: lowercase;
			font-weight: lighter;
			margin:0;
			padding: 0;
			font-family: arial, sans-serif;
		}
		div.gallerycol h1{
			color: #ae1015;
		}
		div.redbox p{
			font-family: "Times New Roman", "Times", serif;
		}
		div.redbox{
			font-family: "Times New Roman", "Times", serif;
		}
		div.redbox div{
			width: 306px;
			text-align: justify;
		}
		.taylorrowe{
			font-style: oblique;
			font-size: 14px;
			font-weight: bold;
		}
		div.getintouch{
			text-align: left;
			float: right;
			width: 142px;
			font-size: 12px;
			color: #580d0d;
			font-family: arial, verdana, sans-serif;
		}
	div.redbox a{
		color: white;
		text-decoration: none;
		border-bottom: 1px dotted white;
		
	}	
		.textInput{	/* General style for my inputs when they're not highlighted */
			background: url('../images/formbg.jpg') bottom left repeat-x;
			padding: 5px;
			padding-top: 2px;
			padding-bottom: 2px;
			font-size: 11px;
			border: 1px solid #acabab;
			width: 120px;
			height: 15px;
			font-family: arial, verdana, sans-serif;
		}
		textarea{
			overflow: auto;
			height: 40px;
			font-size: 10px;
			background: url('../images/formbg.jpg') bottom left repeat-x;
			padding: 5px;
			padding-top: 2px;
			padding-bottom: 2px;
			font-size: 11px;
			border: 1px solid #acabab;
			width: 120px;
			font-family: arial, verdana, sans-serif;
		}
		.inputHighlighted{	/* Highlighting style */
			background: url('../images/formbg.jpg') bottom left repeat-x;
			padding: 5px;
			padding-top: 2px;
			padding-bottom: 2px;
			font-size: 11px;
			border: 1px solid #848181;
			width: 120px;
			color: #580d0d;
			font-family: arial, verdana, sans-serif;
		}
		input.submit{
			background: url('../images/submit.jpg') top left no-repeat;
			width: 80px;
			height: 19px;
			border: 0;
			padding: 0;
			margin: 0;
			margin-top: 10px;
		}
		input.submit:hover{
			background: url('../images/submit_h.jpg') top left no-repeat;
			border: 0;
			cursor: pointer;
		}
		div.menubox{
			height: 338px;
			font-size: 15px;
			font-family: arial, verdana, sans-serif;
			width: 100%;
			color: #ae1015;
			font-weight: normal;
			text-align: left;
			line-height: 25px;

		}
		div.menubox a:link, div.menubox a:visited{
		 	color: #ae1015;
		 	text-decoration: none;
		 	border: 0;
		}
		div.menubox a:active, div.menubox a:hover{
		 	color: #eb1d24;
		 	text-decoration: none;
		 	border: 0;
		}
		div.colourbox{
			height: 5px;
			padding: 0; margin: 0;
			font-size: 1px;
		}
		.errormessage{
			color: red;
		}
		.success{
			color: green;
			margin-top: 10px;
		}
		
		.prodbanners{
	height: 156px;
	width: 159px;
}

.tag a{
	border: 0;
}

#inner-wrapper a:link, #inner-wrapper a:hover, #inner-wrapper a:active, #inner-wrapper a:visited{
	border: 0;
}
a.print{
	border: 0;
}

div.redbox p:first-child{
	margin-top: 0px;
}

-->