/* 
Author: 			August
Author URI: 		http://www.august.com.au/
Version:			1.0

Project:			FSW mini site		
Description:					

/* ------------------------------------------------------------------------------------
RESETS						 */

html, body, div, span, applet, object, iframe,
	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,
	b, u, i, center,
	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-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	:focus {
		outline: 0;
	}
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/* ------------------------------------------------------------------------------------
BASICS						 */

	html{
	font-size:100%;	
	min-height:101%;
	}
	
	body {
	background-color: #fafaf9;	
	margin: 0 auto;
	font-size:62.5%; 
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
	#right-shoe-bg {
	background: transparent url(../img/right-shoes-bg.png) 100% 50% no-repeat;	
	margin: 0;
	padding: 0;
	}
	
	#left-shoe-bg 
	{
	background: transparent url(../img/left-shoes-bg.png) 0px 300px no-repeat;
	margin: 0;
	padding: 0;
	height: 978px;
	}
	
	
	#main-bg-center {
	background: url(../img/site-bg-center-3.png) top center no-repeat;
	padding: 0;
	margin: 0 auto;
	height: 906px;
	}
	
	#main-bg-edges {
	background: url(../img/site-bg-edges-3.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0;
	height: 906px;
	}
	
	
	body.lightbox {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
		

	.left{					float:left; }
	.right{					float:right; }
	.clear{					clear:both; }
	
	img.left{				margin:0 1em 1em 0; }
	img.right{				margin:0 0 1em 1em; }
	
	.padding{				padding:10px; }
	#content p{				margin:1.1em 0; }
	
	h1 {	font-size: 2.4em; margin: 0; padding: 0; }
	h2 {	font-size: 2.2em; margin: 0; padding: 0; font-family: 'Serif6BetaBold', 'Arial', 'Helvetica', sans-serif;}
	h3 {	font-size: 2em; margin: 0; padding: 0; }
	h4 {	font-size: 1.8em; margin: 0; padding: 0; }
	h5 {	font-size: 0.925em; margin: 0; padding: 0; color: #e0e0e0; line-height: 1.5em; font-weight: normal;}
	h6 {	font-size: 1em; margin: 0; padding: 0;}
	
	

/* ------------------------------------------------------------------------------------
NAVIGATION MENU				 */

	#main-nav {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;

	}
	
	#main-nav ul {		
	padding:0;	
	margin:0; 
	list-style:none; 
	line-height:1; 
	float:left;	
	 
	}
	
	#main-nav a {						
	display:block; 
	padding:10px 25px;
	margin-left: 10px; 
	text-decoration:none;	
	background-color: #000;
	color: #bcbec0;
	font-family: 'Serif6BetaBold', 'Arial', 'Helvetica', sans-serif;
	font-size: 0.85em;
	}
	
	#main-nav a:hover {			
	text-decoration:none; 
	padding:10px 25px;
	background-color: #ce1515;
	color: #fff;
	}
	
	#main-nav li { 					
	float:left; 
	width:auto;	
	}
	
	#main-nav li{						
	padding:0; 
	margin:0; 
	}
	
	#main-nav li ul li{				
	padding:1px 0px;
	}
	
	#main-nav li ul li a{				
	padding:6px 10px; 
	width:110px; 
	}
	
	#main-nav li ul { 				
	position:absolute; 
	padding-top:1px; 
	width:130px; 
	left:-999em; 
	}
	
	#main-nav li ul ul {				
	margin: -1.5em 0 0 130px;	
	}
	
	#main-nav li:hover ul ul, #main-nav li:hover ul ul ul, #main-nav li.sfhover ul ul, #main-nav li.sfhover ul ul ul {	
	left: -999em;	
	}
	
	#main-nav li:hover ul, #main-nav li li:hover ul, #main-nav li li li:hover ul, 
	#main-nav li.sfhover ul, #main-nav li li.sfhover ul, #main-nav li li li.sfhover ul { 
	left: auto;	
	}


/* ------------------------------------------------------------------------------------
STRUCTURE					 */

#container {
	margin: 0 auto;
	width: 960px;		
	overflow:hidden; 
	font-size:1.5em; 
}

#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 266px;
	 
}

#left #logo {
	background: url(../img/fsw-main-logo.gif) top left no-repeat;
	text-indent: -9999em;
	margin: 13px 0 0 64px;
	padding: 0 0 0 0;
	width: 202px;
	height: 500px;
	 
}

#right {
	float: left;
	width: 685px;
	margin: 0;
	padding: 0;
	 
}

#right #content {
	display: block;
	float: left;
	width: 685px;
	padding: 0;
	margin: 0;
	 
}

#right #content #content-left {
	background: transparent url(../img/latest-trends.gif) top left no-repeat;
	float: left;
	display: inline; /* IE6 fix - Double margin bug */
	margin: 107px 30px 0 88px;
	padding: 0;
	width: 180px;
	height: 208px;
	text-indent: -9999em;
}

#right #content #content-right {
	float: left;
	position: relative;
	margin: 0;
	padding: 90px 0 0 0;
	width: 365px;	
	color: #e0e0e0;
}

#right #content #content-right p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 10px 0 0px 0;
	padding: 0;
}

#right #content #stay-tuned {

	clear: left;
	float: left;
/*	
background: transparent url(../img/stay-tuned.gif) top left no-repeat;
*/
background: transparent url(../img/stay-tuned.png) top left no-repeat;
	display: inline; /* IE6 fix - Double margin bug */
	margin: 67px 0px 0 220px;
	padding: 0;
	height: 98px;
	width: 608px;
	color: black;
	text-indent: -9999em;
/*
*/
}

#right #content #countdown {
	float: left;
	margin: 59px 0px 0 0px;
	padding: 0;
	width: 310px;
	color: #000;
}

/* Countdown Timer */
#countdown_dashboard {
	height: 110px;
}

.dash {
   width: 73px;
   height: 74px;
   background: transparent url(../img/dash.png) top left no-repeat;
   float: left;
   margin: 0px;
   padding: 10px 0 0 13px;
   position: relative;
}

.dash .digit {
   font-size: 40pt;
   font-weight: bold;
   float: left;
   width: 30px;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   color: #fff;
   position: relative;
}

.dash-days {
   width: 73px;
   height: 74px;
   background: transparent url(../img/dash.png) 0 0 no-repeat;
   float: left;
   margin: 0 0 0 30px;
   padding: 10px 0 0 13px;
   position: relative;
}

.dash-days .digit {
   font-size: 40pt;
   font-weight: bold;
   float: left;
   width: 50px;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   color: #fff;
   position: relative;
}

.dash-title-days {
	position: absolute;
	display: block;
	background: url(../img/counter_days.gif) bottom center no-repeat;
	bottom: -5px;
	left: 20px;
	color: #555;
	height: 15px;
	width: 48px;
	text-indent: -9999em;
}

.dash-title-hours {
	position: absolute;
	display: block;
	background: url(../img/counter_hours.gif) bottom center no-repeat;
	bottom: -5px;
	left: 11px;
	color: #555;
	height: 15px;
	width: 64px;
	text-indent: -9999em;
}

.dash-title-mins {
	position: absolute;
	display: block;
	background: url(../img/counter_mins.gif) bottom center no-repeat;
	bottom: -5px;
	left: 21px;
	color: #555;
	height: 15px;
	width: 48px;
	text-indent: -9999em;
}

/* ABOUT US page */

#about-us {
	width: 832px;
	float: left;
	margin: 0;
	padding: 0;
	background-color:White;
}

#about-us #about-us-left {
	width: 420px;
	float: left;
	margin: 0 10px 0 0;
	padding: 25px 0 0 35px;
}

#about-us #about-us-right {
	width: 304px;
	float: left;
	margin: 0;
	padding: 25px 0 0 25px;
}

#about-us #about-us-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#about-us #about-us-left h2 {
	color: #111;
	font-size: 2em;
	line-height: 2.2em;
	margin-bottom: 10px;
}

/* CAREERS page */

#careers {
	width: 832px;
	height: 542px;
	float: left;
	margin: 0;
	padding: 0;
	background-color:White;
}

#careers #careers-left {
	width: 345px;
	float: left;
	margin: 0 10px 0 0;
	padding: 25px 0 0 35px;
}

#careers #careers-right {
	width: 417px;
	float: left;
	margin: 0;
	padding: 25px 0 0 15px;
}

#careers #careers-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#careers #careers-left h2 {
	color: #111;
	font-size: 2em;
	line-height: 2.2em;
	margin-bottom: 10px;
}

.attach-icon {
	vertical-align: middle;
	margin: -3px 7px 0 7px;
	padding: 0;
}

/* CONTACT US page */
#contact-us {
	width: 390px;
	float: left;
	margin: 0;
	padding: 20px 0 0 20px;
	background-color: #fff;
}

/* roger's 
#contact-us {
	width: 445px;
	height: 495px;
	float: left;
	background-color:White;
	padding: 20px 0px 0 20px; /* this will push it out to cover the background in firefox as long as the width is 410
	margin: 0px 0px 0px 0;
	background-color: #fff;
}
*/
#contact-us p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#contact-us h2 {
	color: #111;
	font-size: 2em;
	line-height: 2.2em;
	margin-bottom: 10px;
}

/* LOCATIONS footer */

#footer-wrap {
	clear: both;
	position: absolute; /*ie6 and above*/
	position: fixed;
	overflow:hidden; /*get rid of scroll bars in IE */
	bottom: -205px;
	left: 0;
	z-index: 2;
	background: transparent url(../img/footer-bg.png) top center no-repeat;
	width:100%;
	height: 268px;
}

#footer-heading {
	position: relative;
	margin: 0 auto;
	top: 65px;
	left: 70px;
	width: 960px;
}

#footer-close {
	width: 945px;
	margin: 0 auto;
	display: none;
	height: 37px;
}

#footer-close a {
	width: 27px;
	height: 27px;
	float: right;
	background: top left url(../img/footer-close-btn.png) no-repeat;
	margin-top: 10px;
	text-indent: -9999em;

}

#footer-heading h2 {
	font-family: 'Serif6BetaBold', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.65em;
	line-height: 1.8em;
	color: #4f4c4d;
}

#locations-wrap {
	position: relative;
	margin: 0 auto;
	top: 37px;
	left: 8px;
	width: 930px;
	height: 143px;
	z-index: 3;
	background-color: #fff;
}

#locations-slide-wrap {
	position: relative;
	width: 852px;
	margin: 0 auto;
	overflow: hidden;
	height:	143px;
}

#locations-left {
	background: transparent url(../img/slider-arrow-left.png) top center no-repeat;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	left: 0;
	margin-top: 53px;
	font-family:'Arial', 'Helvetica', 'sans-serif';
	cursor: pointer;
}

#locations-right {
	background: transparent url(../img/slider-arrow-right.png) top center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	margin-top: 53px;
	font-family:'Arial', 'Helvetica', 'sans-serif';
	cursor: pointer;
}

#location-slide {
	position: absolute;
	width: 9000px;
	top: 0;
	left: 0px;
}

#locations-wrap ul {
	margin: 0;
	padding: 0;
}


<!-- To style for hover -->

#locations-wrap ul li {
	margin: 0;
	padding: 0;
	display: inline;
	-webkit-transition: opacity 0.35s linear;
}
#locations-address {
	float: left;
	width: 140px;
	height: 143px;
	margin: 0;
	padding: 20px 0 0 20px;
	font-family:'Arial', 'Helvetica', 'sans-serif';
	color: #aeaeae;
	background-color: #ebebeb;
}
li.hover #locations-address {
	background-color: #fff;
	color: #000;
}
#locations-address h2 {
	font-family:'Arial', 'Helvetica', 'sans-serif';
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#locations-address p {
	font-family:'Arial', 'Helvetica', 'sans-serif';
	font-size: 1.15em;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#locations-hours-wrap {
	float: left;
	width: 111px;
	height: 143px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #cdcdcd;
	background-color: #ebebeb;
}
li.hover #locations-hours-wrap {
	background-color: #fff;
}

#locations-hours {
	background-color: #ebebeb;
	width: 93px;
	padding: 5px 0 5px 10px;
	margin: 9px 0 0 0;
	color: #000;
}
li.hover #locations-hours {
	background-color: #f3f3f3;
	color: #000;
}

#locations-hours h3 {
	font-size: 1em;
	line-height: 1.1em;
	margin: 0 0 8px 0;
	padding: 0;
}

#locations-wrap ul li #locations-hours ul li {
	display: block;
	margin-bottom: 4px;
}


#locations-wrap ul li #locations-hours ul li span.locations-day {
	width: 20px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000;
}

#locations-map {
	float: left;
	width: 153px;
	height: 143px;
	margin: 0;
	padding: 0;	
}

/* FORMS */
   
form {
	margin:0px;
	padding:0px;
}
   
form input,
form select,
form textarea, {
	margin: 0;
	padding: 0;
}


form fieldset {
	border:1px solid #CCCCCC;
	margin:0px;
	padding:10px;
	display:block;
}
   
form legend {
	color:#666666;
	margin:0px;
	padding:0px;
	font-family:arial;
	padding:0px 0px 0px 0px;
	*margin:0px 0px 0px -6px;
}

form dl {
	margin:10px 0px 0px 0px;
	padding:0px;
	width:auto;
	clear:both;
}
   
form dt {
	float:left;
	width:70px;
	margin:0px 0px 5px 0px;
	color:#000000;
}

form dd {
	margin:0px 0px 10px 0px;
	color:#666666;
	_text-indent:-3px !important;
}

form dd label {
	vertical-align:top;
	*vertical-align:baseline;
	margin:0px 8px 0px 0px;
	line-height:1.3em;
	font-size: 1em;
	color: #e1e1e1;
}


form dt label {
	vertical-align:top;
	*vertical-align:baseline;
	margin:5px 8px 0px 0px;
	line-height:1.3em;
	font-size: 1em;
	color: #000;
	float: right;
}
	
.newsletter-firstname {
	float: left;
	background-color: #949494;
	padding: 0.375em;
	font-size: 1.125em;
	border: 1px solid #969696;
	color: #555555;
	margin: 10px 0 10px 0;
	width: 230px;
}

.newsletter-email {
	float: left;
	background-color: #949494;
	padding: 0.375em;
	font-size: 1.125em;
	border: 1px solid #969696;
	color: #555555;
	margin: 0;
	width: 230px;
}

.submitbtn-newsletter {
	float: left;
	border: 0;
	width: 92px;
	height: 35px;
	margin: 0 0 0 8px;
	padding: 0;
}

.submitbtn-contact {
	float: right;
	border: 0;
	width: 103px;
	height: 39px;
	margin: 0px 11px 0 0;
	padding: 0;
	cursor: pointer;
}

.submitbtn-careers {
	border: 0;
	width: 103px;
	height: 39px;
	vertical-align: middle;
	margin: 15px 0px 0 0;
	padding: 0;
	cursor: pointer;
}

.career-dropdown {
	width: 203px;
	padding: 0.25em;
	color: #333;
	font-size: 1.3em;
	border: 1px solid #d6d6d6;
}

.career-form-text {
	font-size: 1.3em;
	color: #000;
	margin: 0;
	padding: 0;
}
  
.medium {
	width:300px;
	border: 1px solid #d6d6d6;
	font-size: 1.4em;
	padding: 0.25em;
	margin: 0;
}

.txtbox-error {
	border: 1px solid red;
}

.attachment-field {
	background: transparent url(../img/input-bg.jpg) top left repeat-x;
	border: 1px solid #d6d6d6;
	font-size: 1.4em;
	padding: 0.25em;
	width: 50px;
}

.contactform {
	margin: 20px 0 0 0;
}


.careerform {
	margin: 20px 0 0 0;
	padding: 0;
}


.hide {
	display: none;
}
  
.meerkat {
	clear: both;
}


#skip-links {
	display: none;
}

