﻿/*
   styles.css 
   
   		styling for modern web browsers, see ie.css for specific browser fixes
   
*/

/* ======================================================================

Hex Guide
	page background	:	#191919
	body background	:	#191919
	base text color	:	#fafafa
	
=======================================================================*/


/*
simple reset
------------------------------------*/
body {
	font-family: Arial,  Helvetica,  sans-serif;
	font-size:62.5%;
	line-height:1.75;
	background:#191919 url(../graphics/crest_back.jpg) right top no-repeat;
	color:#fff;
	padding:10px;
	margin:0;
}


/*
Basic Links
------------------------------------*/

a img {border:none;}
a, a:link, a:visited {
	text-decoration: none;
	color: #ffc20f;
	outline: none;
}
a:hover {
	color: #ffc20f;
	text-decoration: underline;
}


/*
Basic Form
------------------------------------*/
.EnquiryForm{
	overflow:hidden;
}

span.heading, p{
	font-size:12px;
}

input, textarea, select{
	width:300px;
	font-family: Arial,  Helvetica,  sans-serif;
	width:100%;
}

input.sub{
	float:left;
	margin:0 10px 0 0;
	width:auto;
}

select{
	width:60%;
}
