/*-----------------------------
CSS FOR: WEBSITE NAME
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 00-00-2009
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	/*font-family: "Georgia", "Times New Roman", "Times", serif;*/
	text-align: center;
	background: #8e65ae url(../img/body_bg2.gif) top left repeat-x;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #764798;
	text-decoration: none;
	border-bottom: 1px dotted #764798;
}

a:visited{
	color: #764798;
	text-decoration: none;
	border-bottom: 1px dotted #764798;
}

a:hover{
	color: #728f9d;
	text-decoration: none;
	border-bottom: 1px solid #728f9d;
}

h1{
	color: #764798;
	font-weight: normal;
	font-size: 18px;
}

h2{
	color: #764798;
	font-weight: normal;
	font-size: 20px;
	margin: 5px 0;	
	
}

h3{
	color: #764798;
	font-weight: normal;
	font-size: 16px;
	margin: 5px 0;	
	
	
}

h4{
	color: #764798;
	font-weight: normal;
	font-size: 16px;
	margin: 5px 0;	
	
	
}

h5{
	color: #764798;
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0;	
		
}

h6{
	color: #764798;
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0;	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #652e90;
	border-bottom: 1px dotted #652e90;
	
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color: #652e90;
	border-bottom: 1px dotted #652e90;
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #652e90;
	text-decoration: none;
	border-bottom: 1px solid #652e90;
}

p{
	color: #222;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#masthead{
	margin:0 auto;
	padding: 0;
	height: 120px;
	width: 860px;
	border-bottom: 5px solid #8e65ae;
}

div#wrapper{
	margin:0 auto;
	width: 860px;
	min-height: 500px;
	background: #fff url(../img/wrapper_bg.gif) top left repeat-y;
	text-align: left;
}

div#nav{
	width: 152px;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	
}

div#content{
	float: right;
	width: 680px;
	padding: 20px 0 20px 20px;
}

div#end_nav{
	clear: both;
	text-align: right;
}

div#footer{
	width: 860px;
	margin:0 auto;
	padding: 10px 0;
	text-align: right;
	border-top: 5px solid #674098;
	
}

div#hp_services{
	float: left;
	width:315px;
	padding: 20px 0;
	text-align: left;
	line-height: 1.4em;
}

div#hp_special_offers{
	float: right;
	width: 315px;
	padding: 20px 0;
	text-align: left;
	
}

div#main_content{
	float: left;
	width: 410px;
}
div#content div#sidebar{
	float: right;
	width: 220px;
	padding: 20px;
}

div#contactform{
	float: left;
	width: 320px;
}

div#contact_details{
	float: right;
	width: 250px;
}

div#brands{
	margin: 0 30px 0 0;
	border-top: 1px solid #f8f0ff;
	padding: 20px 0 0 0;
	clear: both;
}

div#eyezone{
	margin: 30px 0 0 0;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */

div#masthead h1 a{
	float: left;
	display: block;
	width: 690px;
	height: 120px;
	margin: 0 0 0 -50px;
	text-indent: -9999px;
	border-bottom: none;
	background: url(../img/masthead_logo.png) top left no-repeat;
}


div#masthead p#member_of{
	margin: 20px -5px 0 0;
	display: block;
	width: 170px;
	height: 70px;
	text-indent: -9999px;
	float: right;
	background: url(../img/member_of.gif) top left no-repeat;
}
div#nav ul{
	list-style: none;
	margin:0;
	padding:0;
}

div#nav ul li{
	display: block;
	line-height: 30px;
}

div#nav ul li a{
	display: block;
	padding: 0 10px;
	color: #8e65ae;
	border-bottom: none;
	font-size: 13px;
	text-transform: uppercase;
}

div#nav ul li a:visited{
	color: #8e65ae;
	background: none;
}

div#nav ul li a:hover{
	color: #fff;
	background: #8e65ae;
}

div#nav ul li a.here{
	color: #652e90;
	background: #fff;
	padding: 0 10px 0 5px;
	border-left: 5px solid #8e65ae;
}

div#sidebar p{
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 0 10px 10px;
	color: #652e90;
}

div#content h2{
	margin: 0 0 10px 0;
}

div#main_content img{
	margin: 0 5px 5px 0;
}
div#hp_services div span.service_header, div#services div span.service_header{
	padding: 0 10px 5px 0;
	font-size: 14px;
	color: #652e90;
	display: block;
	clear: both;
}


div#hp_services div span.service_synopsis, div#services div span.service_synopsis{
	padding: 0 10px 10px 0;
	font-size: 12px;
	font-style: italic;
	display: block;
	clear: both;
}
div#hp_services div a{
	display: block;
	margin: 0 0 0 -10px;
	padding: 5px 10px;
	border-bottom: none;
	color: #222;
}

div#hp_services div a:visited{
	border-bottom: none;
	color: #222;
	
}

div#hp_services div a:hover{
	background: #f8f0ff;
	border-bottom: none;
	color: #222;
	
}

div#hp_special_offers div span.special_offer_header{
	padding: 0 10px 0 0;
	font-size: 14px;
	color: #652e90;
	display: block;
	clear: both;
}

div#hp_special_offers div span.special_offer_synopsis{
	padding: 0;
	font-size: 12px;
	font-style: italic;
	display: block;
	clear: both;
}
div#hp_special_offers div a{
	display: block;
	margin: 0 30px 0 -10px;
	padding: 10px;
	border-bottom: none;
	color: #222;
}

div#hp_special_offers div a:visited{
	border-bottom: none;
	color: #222;
	
}

div#hp_special_offers div a:hover{
	background: #f8f0ff;
	border-bottom: none;
	color: #222;
	
}

div#hp_special_offers p{
	font-size: 12px;
	margin:0 30px 0 0;
	padding:0;
	text-align: left;
}
h3.service_header, h3.specialoffer_header{
	margin: 10px 0;
}

div#hp_services h2 a, div#hp_special_offers h2 a{
border-bottom: none;
	
}

/*
p.service_synopsis, p.specialoffer_synopsis{
	font-size: 12px;
	padding: 0 30px 0 20px;
	
}

p.service_content, p.specialoffer_content{
	font-size: 12px;
	padding: 10px 30px 0 20px;
	
}
*/
div#footer a{
	color: #f6ebff;
	border-bottom: 1px dotted #f6ebff;
}
div#footer a:visited{
	color: #f6ebff;
	border-bottom: 1px dotted #f6ebff;
}
div#footer a:hover{
	color: #f6ebff;
	border-bottom: 1px solid #f6ebff;
}
div#footer ul li{
	display: inline;
	font-size: 10px;
	margin: 0 0 0 5px;
	padding: 0;
}
div#footer p{
	color: #f6ebff;
	font-size: 10px;
	padding: 5px 0 0 10px;
	text-align: right;
}

div#footer img#small_logo{
	float: left;
	margin: -5px 0 0 0;
}
div#contactform p.contactmessage{
	color: #bf0000;
	font-weight: bold;
}

div#contactform p{
	margin: 10px 0;
}
div#contactform strong{
	color: #764798;
}

div#contactform .highlight{
	background: #f8f0ff;
}
div#contactform input.contact-single{
	width: 300px;
}

div#contactform textarea.contact-text{
	width: 300px;
	height: 100px;
}

div#contactform span.required{
	font-size: 10px;
	padding: 2px;
	background: #674098;
	margin: 0 0 0 10px;
	color: #f8f0ff;
}

div#contactform .highlight{
	color: #b60000;
	background: none;
}
div#contact_details p{
	padding: 0 0 5px 0;
}

div#slideshow{
	width: 650px;
	height: 300px;
	margin: 0;
}

div#slideshow div.slide_wrapper{
	top:0;
	left:0;
	width: 650px;
	height: 300px;
	overflow: hidden;
}

div.location h2{
	float: left;
	color: #764798;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0 20px 0 0;
}

div.location h3 a{
	float: left;
	color: #666;
	font-weight: normal;
	font-size: 20px;
	margin: 0 20px;
	border-bottom: 1px dotted #666;

	}
	
div.location h3.active a{
	color: #764798;
	border-bottom: 1px solid #764798;
}
div.location div{
	clear: both;
	
}

div#eyezone h2{
	margin:0;
	padding:0;
	font-size: 16px;
}
div#hp_services div#eyezone a{
	border-bottom: none;
	background: none;
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
strong{
font-weight: bold;
}

em{font-style: italic;}

span.small_text{
	display: block;
	clear: both;
	font-size: 10px;
	padding: 4px 0 0 0;
}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #ddd;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}

img.image_right{
	float: right;
	margin: 0 -50px 10px 10px;
}

img.image_left{
	float: left;
	margin: 0 10px 10px 0;
}

img.image_clear{
	clear: both;
	margin: 0 0 20px 0;
}
