@charset "UTF-8";
/* CSS Document */
/* Table of Contents:

Global Styles – (body, paragraphs, lists, etc)
Header
Page Structure
Headings
Text Styles
	
*/
/* Reset
--------------------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }



/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { border:0; margin:0; padding:0; font-family:'Arial', Helvetica, Lucida Grande sans-serif; color:#363333; text-align:left;  background-color:#ffffff; height:100%; font-size:12px; }



/* Page Structure
--------------------------------------------------------------------------------------- */



#enquire, #tellafriend, #privacy {width:510px; padding:25px; }





/* Headings
--------------------------------------------------------------------------------------- */

h1, h2, h3 {}


#enquire h1, #tellafriend h1, #privacy h1 { background:url(../images/hd_enquire.gif) no-repeat; height:80px; width:535px; text-indent:-9999px; }
#tellafriend h1 { background:url(../images/hd_tellafriend.gif) no-repeat; }
#privacy h1 { background:url(../images/hd_privacy.gif) no-repeat; }


h2 { font-size:18px; line-height:21px; margin-bottom:11px; font-weight:bold; color:#072263; }

h3 {color:#dd0419; font-size:14px; line-height:21px; margin-bottom:11px; font-weight:bold; font-style:italic; }


/* Text Styles
--------------------------------------------------------------------------------------- */

p {font-size:12px; line-height:18px; margin-bottom:18px; }

.list {font-size:12px; line-height:18px; margin:5px 15px 10px 10px; list-style:disc; padding:0 0 0 10px;  list-style-position: outside; display:block;  }



/* Links
--------------------------------------------------------------------------------------- */


a, a:link, a:visited, a:hover {margin:0px; font-family:'Arial', Helvetica, Lucida Grande sans-serif; color:#072263; padding-bottom:2px; text-decoration:none; }
a:hover { color:#072263; border-bottom:dashed 1px; }










