/*-----------------------------------------------------------------------------
Global Style Sheet (for Beau Bronz http://www.beaubronz.co.uk)

version:   1.0
author:    Infotex
email:     enqs@infotex.co.uk
website:   http://www.infotex.co.uk/


/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
 	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
option {
	margin-right:1em;
}

/* Remove border around linked images */
img a {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: normal 62.5%/1.6 "Trebuchet MS", Verdana, Georgia, Arial, Tahoma, "Times New Roman";
	color: #000;
	background-color: #fff;
}

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

h1, h2, h3, h4 {
	font-weight: Bold; 		
}
h1 {
	margin: 0px;
	position: relative;
	top: 0px;
	left: 5px;
	width: 170px;
	height: 99px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9000px;
}
h1 a {
	margin: 0px;
	display: block;
	height: 99px;
	background: url(../img/logo.gif) no-repeat;
}
h2 {
	font-size: 110%;
	color: #000;
}
h3 {
	font-size: 110%;
	color: #000; 
}
h4 {
	font-size: 130%;
	color: #000; 
}

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

a, a:visited {
	color: #000; 
	background: inherit;
}
a:hover {
	color: #000;
	background: inherit;
}


/* =Show Current Page
-----------------------------------------------------------------------------*/
body.homepage #homepage, body.homepage #homepage a{background:#cb7a0c; color:#fff;}

/* =Images
-----------------------------------------------------------------------------*/

img.float-right {
  margin: 5px 0px 10px 10px; 
  float: right; 
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #000;	
}
ul span, ol span {
	color: #000;
}
li {
	margin: 1em 0;
}




/* =Form Elements
-----------------------------------------------------------------------------*/



/* =Layout and Branding
-----------------------------------------------------------------------------*/
#container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
}
#header {
	height: 103px;
}
#logo {
	float: left;
}

/* =Menu
-----------------------------------------------------------------------------*/

#menu {
	float:right;
	background: #fff url(../img/menu-underline.gif) no-repeat bottom;
	height: 79px;
	width: 787px;
}

#menu ul {
	list-style:none;
	display: inline;
	padding: 0;
	margin: 1em;
}
#menu li {
	margin: 50px 0px 0px 15px;
	float: left;
}

#menu a {
	display: block;
	font-size: 1.2em;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	color: #6b5801;
}

#menu a:hover {
	color: #a78a04;
}

/* =Flash
-----------------------------------------------------------------------------*/
#flashmovie {
	clear: both;
	width: 980px;
	height: 405px;
}

/* =Content
-----------------------------------------------------------------------------*/

#grazia-banner {
	clear: both;
	width: 980px;
	height: 40px;
	margin-bottom: -2px;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 15px 0 0 0;
	background-color: #cb7a0c;
	color: #fff;
}
#footerleft {
	float: left;
	padding: 10px;
	color: #000;
	font-size: 1.2em;
}
#footerright {
	float: right;
	color: #000;
	padding: 10px;
	font-size: 1.2em;
}
#footer a {
	color: #000;

}
#footer a:hover {

}

#cancer-research {
	width: 450px;
}

#christmas-offers {
	width: 500px;
	float: right;
	text-align: center;
	font-size: 1.5em;
	color: #6B5801;
}

#christmas-offers a {
	color: #6B5801;
	text-decoration: none;
}

#christmas-offers a:hover {
	text-decoration: underline;
}


#tanning-link {
	background-color: #D7C571;
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	border: 2px solid #6B5801;
	text-align: center;
}