/*--------------------------- CF9 Requirements - adjust as desired --------------------------------------*/

h1 { padding: 15px 0px; margin: 0px; }
h2 { padding: 15px 0px; margin: 0px; }
h3, h4, h5, h6 { padding: 10px 0px; margin: 0px; }
p {	padding: 10px 0px 5px 0px; margin: 0px; line-height:normal; }
li { padding: 5px 0px 0px 0px; margin: 0px; line-height:normal; }
strong,b { font-weight:bold; }
em, i { font-style:italic; }
ul { margin-left:30px;list-style-type:disc;}

/*--------------------------- normal styles.css as we are used to --------------------------------------*/

html {font-size : 100%;text-align:left;}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

p {
	text-align:left;
}

img {
	border: none;
}

h1 {
	font-size: 200%;
	font-family: Brighton Com Medium, times, arial;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}

h2 {
	font-family: Brighton Com Medium, times, arial;
	font-size: 180%;
	font-weight : bold;
	color: #333333;
	font-style: normal;
}

h3 {
	font-family: Brighton Com Medium, times, arial;
	font-size: 160%;
	font-weight : bold;
	color: #333333;
	font-style: normal;
}


/*-----------------------------------------------------------------*/

ul {
	color : #333333;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.location {
	color: #003366;
}

/*----------------------------- Gift Voucher Pop up window ------------------------------------*/



#gift_vouchers {
	margin: 10px 0px 0px 0px;
}


#gift_vouchers ul {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 20px 0px;
}

#gift_vouchers ul li {
	list-style: none;
	color: #939096;
	padding: 5px 5px 0px 0px;
}

#gift_vouchers ul li a {
	color: #939096;
	text-decoration: none;
}

#gift_vouchers ul li a:hover {
	text-decoration: underline;
}

.page_info_title {
	color: #666666;
	padding: 5px 5px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}


/*------------------------------Contact Form-----------------------------------*/
div#contactForm {
	padding:6px;
}

form.contactform {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

form.contactform td {padding:4px;}

fieldset.contactform {
	padding:4px;
	border:1px solid #dddddd;
}

legend.contactform  {
	color: #6699cc;
	font-weight: bold;
	padding:5px 10px;
	margin-left:0px;
}

input.contactform , select.contactform , textarea.contactform  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 100%;
	color: #666666;
	text-decoration: none;
	border: 1px solid #748da6;
	padding: 2px 2px 2px 2px;
}

input.contactform_submit {
	border: 1px groove #999999;
	background:#cccccc;
	font-size:11px;
	color: #000000;
	padding: 3px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
}

textarea.contactform  {
	padding: 3px 3px 3px 3px;
} 

.error {
	color: #cc0000;
	font-weight: bold;
}
