/*
// +----------------------------------------------------------------------+
// | Copyright (c) 2008 Studio Equator Digital Pty Ltd                    |
// |                                                                      |   
// | http://www.studioequator.com.au                                      |   
// | 								                                      |
// | Please do not remove this information                                |   
// | Do not replicate or alter this code without the                      | 
// | permission of Studio Equator Digital                                 |
// | Email: info@studioequator.com.au                                     | 
// | 								                                      |
// | Portions otherwise noted are copyright of their respective owners    |
// +----------------------------------------------------------------------+
*/


/*
===================
	Layout Tags
===================
*/

.container { position: relative; }
#content {overflow: hidden;}

.fullWidth {
	width: 100%;
	background: url(../S4YS_images/template/masterAssets/s4ysBg.gif) repeat-y center top;
}

.topDiv { min-height: 385px; }
#flashHolder { z-index: 0; height: 385px; }
#mainContent { min-height: 150px; }

#servicesDiv {
	position: absolute;
	top: 10px;
	left: 640px;
	width: 190px;
	height: 194px;
	background: url(../S4YS_images/template/masterAssets/servicesPlaceholder.jpg) no-repeat;
}

#footer {
	height: 155px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.footerBG { background: url(../S4YS_images/template/masterAssets/s4ysFooterBg.jpg) no-repeat center; }

#footer .right {
	text-indent: 15px;
}

#footer .right a { color: #62635E; }
#footer .right a:hover { color: #C41200; }

#footer .left {
	text-indent: 40px;
}

#footer .right, #footer .left {
	margin: 45px 0 0 0;
}

/*
===================
	Nav Tags
===================
*/

.navBar {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 710px;
	height: 68px;
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0 0 0 -355px;
	z-index: 10;
	background: url(../S4YS_images/template/masterAssets/s4ysNavBg.gif) no-repeat;
}

.navBar li {
	position: relative;
	display: block;
	float: left;
	margin: 40px 0 0 0;
	width: 87px;
	height: 22px;
	background-position: top;
}

.navBar li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
	color: #FF8880;
}

.navBar li ul {
	display: none;
	position: absolute;
	left: -12px;
	top: 22px;
	width: 154px;
	height: auto;
	padding-bottom: 5px;
	background: url(../S4YS_images/template/navAssets/s4ysULbg.gif) bottom no-repeat;
}

.navBar li ul li {
	margin: 0;
	padding-top: 3px;
	height: 17px;
	width: 154px;
	line-height: 17px;
	background: #C41200;
}

.navBar li ul li a {
	text-indent: 5px;
	width: 154px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navBar li ul li a:hover { color: #FFFFFF; }

.navBar li:hover ul { display: block; }

.navBar li:hover { background-position: bottom; }

.navHome { background-image: url(../S4YS_images/template/navAssets/s4ysHome.gif); }
.navAbout { background-image: url(../S4YS_images/template/navAssets/s4ysAbout.gif); }
.navServices { background-image: url(../S4YS_images/template/navAssets/s4ysServices.gif); }
.navStudies { background-image: url(../S4YS_images/template/navAssets/s4ysStudies.gif); }
.navNews { background-image: url(../S4YS_images/template/navAssets/s4ysNews.gif); }
.navLinks { background-image: url(../S4YS_images/template/navAssets/s4ysLinks.gif); }
.navContact { background-image: url(../S4YS_images/template/navAssets/s4ysContact.gif); }
.navMusic { background-image: url(../S4YS_images/template/navAssets/s4ysMusic.gif); }

#flip { background-position: bottom; }

/*
===================
	HTML Tags
===================
*/

body {
	margin: 0;
	padding: 0;
	color: #62635E;
	font-size: 11px;
}

h1 {
	display: block;
	height: 37px;
	background: url(../S4YS_images/template/masterAssets/s4ysH1bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #C41200;
	padding: 20px 0 0 40px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color: #C41200;
}

a {
	text-decoration: none;
	color: #C41200;
}

/*
===================
	Page Elements
===================
*/

/* ABOUT */
.aboutImages { margin-top: 145px; }
.aboutImages img { margin-top: 25px; }

/* MUSIC */
.divSeperator {
	height: 3px;
	line-height: 3px;
	background: url(../S4YS_images/template/music/s4ysHrSeperator.gif) repeat-x;
	margin: 0 0 5px 0;
}

.next, .previous {
	display: block;
	width: 31px;
	height: 26px;
	text-indent: -10000px;
	background-position: top;
}

.next:hover, .previous:hover { background-position: bottom; }

.next { background-image:url(../S4YS_images/template/buttonAssets/s4ysNext.gif); }
.previous { background-image:url(../S4YS_images/template/buttonAssets/s4ysPrevious.gif); }

.player {margin: 0 0 10px 0;}

/* SERVICES */
.studyLink {
	display: block;
	clear: left;
	height: 18px;
	width: auto;
	text-indent: 50px;
	color: #585856;
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	background: url(../S4YS_images/template/buttonAssets/s4ysCaseStudyLink.gif) bottom left no-repeat;
	margin: 10px 0 0 0;
}

.studyLink:hover { background-position: top left; }

.backBtn {
	display: block;
	width: 81px;
	height: 26px;
	text-indent: -10000px;
	background: url(../S4YS_images/template/buttonAssets/s4ysBack.gif) top no-repeat;
	margin: 10px 0 0 150px;
}

.backBtn:hover { background-position: bottom; }

/* NEWS */

.newsDate {
	text-align: right;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 11px 0;
}

.viewBtn {
	display: block;
	width: 81px;
	height: 26px;
	text-indent: -10000px;
	background: url(../S4YS_images/template/buttonAssets/s4ysView.gif) top no-repeat;
	margin: 10px 0 10px 30px;
}

.viewBtn:hover { background-position: bottom; }

.thumbnail { margin: 5px 0 5px 0; }

.newsAndCaseBack { margin: 10px 0 0 230px; }

/* LINKS */

.linkHref {
	display: block;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #62635E;
	margin: 0 0 15px 0;
}

.linkHref:hover { color: #FF1100; }

/* SITEMAP */

.sitemap { list-style: square; }

.sitemap .portList { display: none; }


.sitemap ul {
	list-style: disc;
	margin-left: 20px;
}

#home, #error, #error404, #about, #music, #services, #news, #links, #contact, #sitemap, #case-studies { background: url(../S4YS_images/template/backgrounds/s4ysGenericBg.jpg) no-repeat center top; }
#restaurants-and-cafes { background: url(../S4YS_images/template/backgrounds/s4ysRestaurantBg.jpg) no-repeat center top; }
#fashion-and-retail { background: url(../S4YS_images/template/backgrounds/s4ysFashionBg.jpg) no-repeat center top; }
#hair-and-beauty { background: url(../S4YS_images/template/backgrounds/s4ysHairBg.jpg) no-repeat center top; }
#hotels-resorts-spas { background: url(../S4YS_images/template/backgrounds/s4ysSpasBg.jpg) no-repeat center top; }
#other-services { background: url(../S4YS_images/template/backgrounds/s4ysOtherBg.jpg) no-repeat center top; }