/*

Stylesheet for Amour Lingerie
Handwritten by Richard Wilmot (AztecMedia.eu)
www.amour-lingerie.co.uk

*/


																					/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
hr { display: none; }
strong { font-weight: bold; }
.cleared { clear: both; }


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */






																					/* ------------ Defaults ------------ */

body {
	background:#e0dfdf url('../images/body-bg.gif') repeat-y top center;
	color: #757675;
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 0.7em;
	line-height: 1.4em;
	}


#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}
	
#h2-container {
	width:100%;
	height:40px;
	float:left
}

h2 {
	font-weight:normal;
	font-size:175%;
	padding-bottom:5px;
}

p {
	margin-bottom:10px;
}
	
	
	
																						/* ------------ Defaults ------------ */

#container {
	margin: auto;
	width: 950px;
	}
	
	
																					/* ------------ Branding ------------ */

#branding {
	background: url('../images/branding-bg.gif') no-repeat 0 0;
	height: 150px;
	width: 940px;
	margin:auto;
	/*margin:0 10px 0 10px;*/
	position:relative;
	}

#branding h1 a {
	display: block;
	height: 150px;
	text-indent: -25000px;
	width: 320px;
	float:left;
	}
	
#branding #email-link a  {
	display:block;
	width:210px;
	height:25px;
	float:left;
	margin:80px 0 15px 370px;
	text-indent:-25000px;
	}
	
	
	
																					/* ------------ Navigation ------------ */
																					
#nav {
	width: 580px;
	float:left;
	height:30px;
	padding-left:5px
	}
	
#nav li {
	float: left;
	}

#nav a {
	display: block;
	height:30px;
	text-indent: -25000px;
	width:115px;
}

#nav a:hover,
#home #nav-home a,
#about #nav-about a, 
#collections #nav-collections a,
/*#fitting #nav-fitting a,	*/
#gallery #nav-gallery a,
#contact #nav-contact a {
	background-position:0 -30px;
	}

#nav-home a {
	background: url('../images/nav-home.gif') no-repeat top left;
	width:117px;
	}
	
#nav-about a {
	background: url('../images/nav-about.gif') no-repeat top left;
	}
	
#nav-collections a {
	background: url('../images/nav-collections.gif') no-repeat top left;
	}
	
/*#nav-fitting a {
	background: url('../images/nav-fitting.gif') no-repeat top left;
	}*/
	
#nav-gallery a {
	background: url('../images/nav-gallery.gif') no-repeat top left;
	}
	
#nav-contact a {
	background: url('../images/nav-contact.gif') no-repeat top left;
	width:118px;
	}
	
	
																					/* ------------ Sub Navigation ------------ */
																					
#sub-nav {
	width: 215px;
	float:left;
	height:auto;
	}
	
#sub-nav li {
	float: left;
	}

#sub-nav a,
#sub-nav #top a,
#sub-nav #bottom a {
	background: url('../images/sub-nav.gif') no-repeat top left;
	display: block;
	height:22px;
	width:203px;
	color:#757675;
	text-decoration:none;
	font-weight:bold;
	padding:8px 0 0 12px;
}

#sub-nav #top a {
	background: url('../images/sub-nav-top.gif') no-repeat top left;
	height:22px;
	padding:13px 0 0 12px;
}

#sub-nav #bottom a {
	background: url('../images/sub-nav-bottom.gif') no-repeat top left;
	height:27px;
}

#sub-nav a:hover,
#sub-nav .selected {
	background-position: 0 -30px;
	color:#FFF
}

#sub-nav #top a:hover,
#sub-nav #bottom a:hover,
#sub-nav #top .selected,
#sub-nav #bottom .selected {
	background-position: 0 -35px;
	color:#FFF
}






	
																					/* ------------ content ------------ */
																					
#content {
	background: url('../images/content-bg.gif') repeat-y top left;
	width: 860px;
	margin:auto;
	padding:0 40px 0 40px;
	}
	
#home #content {
	width: 920px;
	padding:0 10px 0 10px;
	}
	
#gallery #content {
	width: 880px;
	padding:0 20px 0 40px;
	}
	
#content-top {
	background: url('../images/content-top-bg.gif') no-repeat top left;
	width: 940px;
	height:30px;
	margin:auto;
	text-indent:-25000px;
	}

																						/* ------------ Columns ------------ */


#col-1 {
	float:left;
	width:420px;
	}
	
#col-2 {
	float:right;
	width:420px;
	}
	
#home #col-1 {
	width:260px;
	padding-left:30px;
	}
	
#home #col-2 {
	width:590px;
	margin-right:20px;
	}
	
#collections #col-1 {
	width:215px;
	}
	
#collections #col-2 {
	width:625px;
	}
	
#gallery #col-1 {
	width:880px;
	}




																							/* ------------ Hero ------------ */
																					

#hero-container {
	width:590px;
	height:320px;
	}

#hero {
	width:590px;
	height:320px;
	}
	
#about #hero {
	width:420px;
	height:320px;
	}





																					/* ------------ Panel ------------ */


#feature {
	width:910px;
	height:150px;
	margin-bottom:auto;
	padding-left:10px;
}

div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 150px;
  width: 865px;
  margin-top:10px;
  /* Add scroll-bars */
  overflow: auto;
  float:left
}

ul.sc_menu {
  display: block;
  height: 150px;
  /* Max width here, for users without Javascript */
  width: 2000px;
  /*padding: 15px 0 0 15px;*/
  /* Remove default margin */
  margin: 0;
  /*background: url('navigation.png');*/
  list-style: none;
}



.sc_menu li {
  display: block;
  height:150px;
  float: left;
    position: relative;
  /*padding: 0 4px;*/
  /*margin-right:15px;*/
}


.sc_menu span.scroll-img {
	width:145px;
	height:108px;
	position:relative;
	display:block;
	overflow:hidden
}

.scroll-img .overlay {
	position:absolute;
	top:0px;
	left:0px;
}


.sc_menu a {
	background: url('../images/btn-scroll-off.gif') no-repeat bottom left;
	display: block;
	height:150px;
	text-decoration: none;
	text-align:center;
	font-size:90%;
	font-weight:bold;
	color:#757675
}



.sc_menu a:hover,
.collections_menu a:hover {
	background: url('../images/btn-scroll-on.gif') no-repeat bottom left;
	color:#FFFFFF
}

/*.sc_menu span {
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}


/*.sc_menu a:hover span {
  display: block;
}*/

span.btn-scroll {
	position:absolute;
	bottom:10px;
	left:0px;
	width:145px;
	text-align:center;
}

.scroll-arrow {
	height:150px;
	width:16px;
	float:left;
}

/*.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  filter:alpha(opacity=50);
  opacity: 0.5;
}*/

/*.sc_menu a:hover img {
  filter:alpha(opacity=100);
  opacity: 1.0;
}*/



																					/* ------------ Collections ------------ */


#collection-logo {
	float:right;
	margin:0 0 20px 20px
}
						

#gallery_menu {
	margin-left :-10px;
	overflow:hidden;
	width:880px;
}

#collections #gallery_menu,
#collections #collections_menu {
	width:625px;
	margin:0px;
}


#collections_menu .picture a {
	background: url('../images/btn-scroll-off.gif') no-repeat bottom left;
	display: block;
	height:150px;
	width:145px;
	text-decoration: none;
	text-align:center;
	font-size:90%;
	font-weight:bold;
	color:#757675;
	float:left;
	position:relative;
	margin:10px 10px 0 0;
}

#collections_menu .picture a:hover {
	background: url('../images/btn-scroll-on.gif') no-repeat bottom left;
	color:#fff
}


#gallery_menu .picture a {
	display: block;
	width:145px;
	float: left;
    position: relative;
	height:140px;
	overflow:hidden;
	text-align:center;
	margin-top:5px;
}

#collections #gallery_menu .picture a {
	margin:10px 10px 0 0;
}

#gallery_menu span.scroll-img,
#collections_menu span.scroll-img {
	width:145px;
	height:145px;
	position:relative;
	display:block;
	overflow:hidden;
	margin:auto;
	text-align:center
}

#collections_menu span.scroll-img {
	height:108px;
}


#gallery_menu span.overlay,
#collections_menu span.overlay {
	background: url('../images/gallery-overlay.png') no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	height:145px;
	width:145px;
}

#collections_menu span.overlay {
	background: url('../images/scroll-img-overlay.png') no-repeat top left;
	height:108px;
}	

#collections_menu span.btn-scroll {
	/*position:absolute;
	bottom:10px;
	left:0px;*/
	width:145px;
	float:left;
	text-align:center;
}


		
						
																					/* ------------ Contact ------------ */
	
#map-container {
	background: url('../images/map-bg.gif') no-repeat top left;
	height: 280px;
	width: 380px;
	float:left;
	overflow:hidden;
	padding:20px
	}
	

#map {
	height: 280px;
	width: 380px;
	float:left;
	overflow:hidden;
	}
	
	
#contact-form label {
	font-weight:bold;
	width: 100px;
	display:block;
	float:left;
	padding-top:6px;
	height:24px;
	}
	

#contact-form input, #contact-form textarea { 
	background: url('../images/form-input.gif') no-repeat top left;
	vertical-align: middle;
	border: none;
	color: #666;
	font-size: 100%;
	margin-bottom: 5px;
	padding: 8px;
	height:14px;
	width: 300px;
	font-family:  Trebuchet MS, Arial,  Verdana, Helvetica, sans-serif;
	float:left;
	}
	
	
#contact-form #comments { 
	background: url('../images/form-textarea.gif') no-repeat top left;
	height: 84px;
	}
	

	
#contact-form #submit {
	height: 30px;
	vertical-align: middle;
	width: 100px;
	padding: 0px;
	border:none;
	float:right;
	margin-right:20px;
	}

.small-print {
	font-size:85%
}



#get-directions {
	float:left;
	width:420px;
	padding:3px 0 3px 0px
}


#get-directions p {
	float:left;
	display:block;
	width:190px;
	height:15px;
	padding-top:8px;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
	color:#757675;
} 

form #saddr { 
	background: url('../images/forn-input-directions.gif') no-repeat top left;
	border:none;
	color: #666;
	font-size: 100%;
	margin-right: 5px;
	padding: 8px;
	height:14px;
	width: 119px;
	font-family:  Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	float:left;
	}
	
#btn-go {
	width:70px;
	height:30px;
	float:left;
}




																				/* ------------ Footer ------------ */

#footer-container {
	
	
	}

#footer {
	background: url('../images/footer-bg.gif') no-repeat top center;
	width:850px;
	margin:auto;
	height:53px;
	line-height: 1.1em;
	font-size:85%;
	padding: 37px 45px 0 45px;
	color:#757675;
	margin:auto;
	overflow:hidden;
	}
			
#footer a {
	color: #757675;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
#links {
	float: left;
	padding-top:6px;
	}
	
#copyright {
	float: right;
	text-align: right;
	}