/**** Sandsdale *******************/
/**** www.sandsdale.com ***********/
/**** Red Carrot Web Design *******/
/**** www.redcarrot.co.uk *********/

html, body {
	background-color:#000;
	background-image:url(../images/body-top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#9a9a9a;
	font-family:Gill Sans MT, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
}
div#wrap {
	min-height: 100%;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
a {
	color:#ba8748;
	text-decoration:none;
	font-weight:bold;
}
p {
	padding:0px 10px 30px 0;
	line-height:25px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding-bottom:10px;
}
/**** HEADER ************************/
div#headerContainer {
	width:100%;
}
div#header {
	width:980px;
	margin:0 auto;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	height:155px;
	position:relative;
}
h1#logoTop {
	text-indent:-9999px;
	display:block;
	width:301px;
	height:67px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	left:40px;
	top:30px;
}
h2#straplineTop {
	text-indent:-9999px;
	display:block;
	width:484px;
	height:14px;
	background-image:url(../images/strapline.png);
	background-repeat:no-repeat;
	position:absolute;
	left:40px;
	top:109px;
}
/************************************/

/**** NAV ***************************/
div#navContainer {
	width:100%;
	background-image:url(../images/nav-rep.jpg);
	background-repeat:repeat-x;
	height:49px;
}
div#nav {
	width:950px;
	margin:0 auto;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
	height:49px;
	padding:0 15px;
}

body#idindex ul#topNav li a#home { color:#ba8748 !important;  }
body#idabout ul#topNav li a#about { color:#ba8748 !important; }
body#idgallery ul#topNav li a#gallery { color:#ba8748 !important; }
body#idunderwear ul#topNav li a#underwear { color:#ba8748 !important; }
body#idbeachattire ul#topNav li a#beachattire { color:#ba8748 !important; }
body#idourcharities ul#topNav li a#ourcharities { color:#ba8748 !important; }

ul#topNav {
	
}
ul#topNav li {
	float:left;
	display:inline;
	padding:0 42px;
}
ul#topNav li a {
	color:#6f6f6f;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;
	text-decoration:none;
	font-size:12px !important;
	line-height:48px;
}
ul#topNav li a:hover {
	color:#d0d0d0;
}
/************************************/

/**** MAIN **************************/
div#mainContainer {
	width:100%;	
	overflow:auto;
	padding-bottom:58px;  /* must be same height as the footer */
}
div#main {
	width:920px;
	padding:20px 30px 0 30px;
	margin:0 auto;
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
div#slideshow {
	margin:-19px 0 0 -15px;	
	position:relative;
    height:616px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
/************************************/

/**** FOOTER ************************/
div#footerContainer {
	width:100%;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	margin-top:-58px; /*negative value of footer height */
	height:38px;
	padding-top:20px;
	clear:both;
}
div#footer {
	width:950px;
	font-size:12px;
	margin:0 auto;
	padding:0 15px;
	color:#3f3f3f;
}
div#footer p, div#footer a {
	font-weight:normal !important;
	padding-bottom:0px !important;
	line-height:15px !important;
}
div#footer a {
	color:#686868;
	text-decoration:none;
}

div#socialIcons {
	/*margin:0 auto 30px auto;*/ /*Was 10px Bottom! */
	height:16px;
	float:right;
	display:inline;
	width:150px;
	/*background-image:url(/images/logoglow.png);
	background-position:bottom center;
	background-repeat:no-repeat;*/
}
a#socialYou {
	background-image:url(../images/social-network.gif);
	background-position:0 -16px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;
	text-indent:-9999px;
}
a#socialYou:hover {
	background-position:-16px -16px;
}
a#socialFace {
	background-image:url(../images/social-network.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;
	text-indent:-9999px;
}
a#socialFace:hover {
	background-position:-16px 0;
}
a#socialTwitter {
	background-image:url(../images/social-network.gif);
	background-position:0 -32px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;
	text-indent:-9999px;
}
a#socialTwitter:hover {
	background-position:-16px -32px;
}
div#boxFollow {
	float:left;
	display:inline;
}
div#boxYou {
	float:left;
	display:inline;
}
div#boxFace {
	float:left;
	display:inline;
	margin-right:10px;
}
div#boxTwitter {
	float:left;
	display:inline;
	margin-right:10px;
}
/************************************/
