/*=========================================================

Main Stylesheet - Stephen Lawrence Clothing

Depends on use of clearhtml.css

www.strawberrysoup.co.uk

=========================================================*/


html {
	height: 100%; 
	margin-bottom: 1%;
}

body {
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height: 100%;
	margin-bottom:1px;
}

#container {
	width: 770px;
	margin:10px auto;
	background-color: #FFF;
	padding:10px 0;
	position:relative;
	display:block;
}

#main, #header, #footer {
	width:750px;
}

#main {
	background-color: #A58562;
	background-image: url(../images/bg_gradientmain.jpg);
	background-repeat:repeat-x;
	margin:0 10px;
	display:block;
	
}

a {
	color: #990000;
}

a:hover {
	color: #FFF;
	text-decoration:underline;
}

a.linkopacity img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

a.linkopacity:hover img, a.linkopacity80:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

a.linkopacity80 img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
	-khtml-opacity: 0.8;
}

.faded_nolink {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

/*	header styles
=========================================================*/

#header {
	height: 70px;
	background-color:#D2C2B0;
	margin:0 10px;
}

#header img#title {
	margin-left:10px;
	float:left;
}

#header img#phone {
	margin-right:10px;
	float:right;
}

/*	navigation styles
=========================================================*/

ul#nav  {
	list-style: none;
	display: block;
	background-color:#CCCCCC;
	padding:5px 0 ;
	text-align:center;
	font-size:0.9em;
	margin-bottom:10px;
}

ul#nav li {
	list-style: none;
	display: inline;
	margin: 0 30px;
	font-size:1em;
}

ul#nav a {
	color: #000000;
}

ul#nav a:hover {
	color:#A58562 ;
}

/*	sidebar styles
=========================================================*/

#sidebar {
	width: 200px;
	float:left;
	padding-top:40px;
}

#sidebar img {
	margin:0 0 10px 10px;
}

/*	main content styles
=========================================================*/

#content {
/*	margin: 0 0 0 200px;*/
	width:540px;
	padding:10px 0 20px 0;
	float:left;
}

body#contactus div#content, body#about div#content, body#links div#content {
	margin: 0 90px 0 110px;
}

#content img.headerpic {
	margin: 4px 0px 30px 9px ;
}

#content h1 {
	width:230px;
	margin: 0 0 10px 0;
	background-repeat:no-repeat;
	background-position:10px 0 ;
	text-indent:-5000px;	
}

#content p {
	padding:0 10px;
	margin-bottom: 1.4em;
}

body#about #content strong {
	color: #000;
}

#content strong {
	color: #FFF;
	font-weight:bold;
}

#content p:first-letter {
	font-size:1.4em;
}

/*	footer styles
=========================================================*/

#footerreflect {
	width:770px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	background-image:url(../images/image_footerfade.jpg);
	background-repeat: no-repeat;
	height:90px;
	padding-top:75px;
	color: #A58562;
}

#footerreflect a  {
	color: #A58562;
}

#footerreflect a:hover  {
	text-decoration: underline;
}

/*=========================================================
styles for individual pages
=========================================================*/

/*	home page
=========================================================*/

#content h1#index1, #content h1#index2, #content h1#index3{
	margin: 0 0 10px 0;
	width:540px;
	background-repeat:no-repeat;
	background-position:right;
	text-indent:-5000px;
}

body#home h1#index1 {
	background-image:url('../images/image_spring_summer.gif');
	width: 200px;
	float:left;
}

body#home h1#index2 {
	background-image: url(../images/text_findushome.gif);
	width: 120px;
	float:left;
}

body#home h1#index3 {
	background-image: url(../images/text_ourbrands.gif);
	width: 200px;
	float:left;
}

body#home #content img.headerpic {
	width: 170px;
}

/* these rules are for javascript fade */

.swappic {
	position: absolute;
	top: 154px;
	left:578px;
}

.visible {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

.hidden, swappic {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}

#smarty { top: 205px; }

#farhi { top:240px; }

#boss { top: 210px; }

#nanette { top: 260px; }

#stoned { top: 200px; }

#ralph { top: 150px; }
/* end rules for javascript fade */

/*	about us page
=========================================================*/

body#about h1 {
	background-image: url(../images/text_aboutus.gif);
}

/*	mens/womens brands page
=========================================================*/

body#brands div#sidebar {
	padding-top: 60px;
}

body#mensbrands div#sidebar {
	padding-top: 50px;
}

body#mensbrands h1 {
	background-image: url(../images/text_mensbrands.gif);
}

#brands p#brandsbox {
	padding-top:4px;
	width:500px;
}

div#content p#brandsbox img {
	margin: 0 0 0 60px ;
	float:left;
}

div#sidebar p#brandsbox {
	padding-top:4px;
	margin: 0 ;
}

div#sidebar p#brandsbox img {
	margin:0 0 10px 20px;
	float:left;
	clear:left;
}

.clearer {
	clear:both;
	height:0;
	line-height:0px;
}

/*
contact us 
=======================================================*/

body#contactus h1 {
	background-image: url(../images/text_contact.gif);
}

body#contactus h2 {
	font-size: 1.3em;
	margin: 0 0 14px 10px;;
}

div#openingtimes {
	border: 1px solid #FFF;
	padding:10px;
	text-align: center;
	margin:0 0 20px 0;
}

div#openingtimes p {
	vertical-align: middle;
	padding-bottom:0px;
	margin-bottom: 0px;
}

#addressmens {
	width: 270px;
	float: left;
}

#addresswomens {
	width: 270px;
	float: right;
}

ul#contactdetails {
	margin: 0;
	padding: 0;
	margin-left:10px;
}

ul#contactdetails li {
	list-style: none;
	padding: 10px 0 0 5px;
}

body#contactus form#contactform {
	width:530px;
	margin-left: 10px;
	clear:both;
	margin-top:30px;
}

form#contactform fieldset {
	margin: 0px 0 10px 0;
	padding: 10px 0 10px 20px;;
	border:1px solid #FFF;
}

form#contactform legend {
	font-weight: bold;
	color:#000000;
}

form#contactform label  {
	display: -moz-inline-box; 
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
	width:120px;
}

form#contactform span {
	width: 120px; 
}

form#contactform fieldset ol {
	margin: 0;
	padding: 0;
}

form#contactform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form#contactform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form#contactform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form#contactform textarea {
	width: 300px;
	height: 80px;
}

form#contactform input {
	width: 200px;
}

form#contactform input#submit {
	width: 130px;
}

form#contactform input, form#contactform textarea {
	border: 1px solid #996633;
	padding: 3px;
	background-color:#FFF!important;
}

form#contactform input.selected, form#contactform textarea.selected {
	border: 1px solid #666666;
	background-color: #FFFF99!important;
}

form#contactform input.error, form#contactform textarea.error {
	border: 1px solid #0066FF !important;
}

form#contactform input#submit {
	border: 1px solid #996633 !important;
	background-color: #FFF !important;
}

/* links page
=======================================================*/

body#links h1 {
	background-image: url(../images/text_links.gif);
}

#content p.linkslist {
	padding:0 10px;
	margin-bottom: 1.4em;
}

div.linkbox {
	border: 1px solid #FFF;
	padding:10px 10px 0 10px;
	text-align: center;
	margin-bottom:10px;
}

div.linkbox img {
	margin-bottom: 10px;
	margin-top:10px;
}

div.linkbox p {
	vertical-align: middle;
	padding-bottom: 0px;
	
}

div.linkbox p:first-letter {
	font-size: inherit;
}
/* find us 
=======================================================*/

body#findus h1 {
	background-image: url(../images/text_findus.gif);
}

/* brands pages
=======================================================*/

body#brandpage h1 {
	margin-left:5px;
	background-image: url('../images/text_genericbrandpage.gif');
}

div#products img {
	margin:0 0 15px 15px;
	
}

/* WOMENS */

body#brandpage h1#sevenforall {
	width:300px;
	background-image: url('../brandpages/images/text_sevenforall.gif');
}

body#brandpage h1#avion {
	height: 20px;
	background-image: url('../brandpages/images/text_avion.gif');
}

body#brandpage h1#crumpet {
	height: 20px;
	background-image: url('../brandpages/images/text_crumpet.gif');
}

body#brandpage h1#gabi {
	height: 20px;
	background-image: url('../brandpages/images/text_gabi.gif');
}

body#brandpage h1#avraam {
	height: 20px;
	background-image: url('../brandpages/images/text_avraam.gif');
}

body#brandpage h1#papilon {
	height: 20px;
	background-image: url('../brandpages/images/text_papilon.gif');
}

body#brandpage h1#roswald {
	height: 20px;
	width:200px;
	background-image: url('../brandpages/images/text_roswald.gif');
}

body#brandpage h1#sulu {                                                                           
	height: 20px;
	background-image: url('../brandpages/images/text_sulu.gif');
}

body#brandpage h1#renelezard{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_renelezard.gif');
}

body#brandpage h1#ralphlauren{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_ralphlauren.gif');
}
body#brandpage h1#gibson{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_gibson.gif');
}
body#brandpage h1#aurel{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_aurel.gif');
}

body#brandpage h1#diktons{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_diktons.gif');
}

body#brandpage h1#domruby {
	height: 20px;
	background-image: url('../brandpages/images/text_domruby.gif');
}

body#brandpage h1#daks {
	height: 20px;
	background-image: url('../brandpages/images/text_daks.gif');
}

body#brandpage h1#hybris {
	height: 20px;
	background-image: url('../brandpages/images/text_hybris.gif');
}

body#brandpage h1#kc {
	width:300px;
	height: 20px;
	background-image: url('../brandpages/images/text_kc.gif');
}

body#brandpage h1#meganpark {
	height: 20px;
	background-image: url('../brandpages/images/text_meganpark.gif');
}

body#brandpage h1#outofxile {
	height: 20px;
	background-image: url('../brandpages/images/text_outofxile.gif');
}

body#brandpage h1#vicmatie {
	background-image: url('../brandpages/images/text_vicmatie.gif');
}

body#brandpage h1#sarahpacini {
	background-image: url('../brandpages/images/text_sarahpacini.gif');
}

body#brandpage h1#luluguiness {
	background-image: url('../brandpages/images/text_luluguiness.gif');
}

body#brandpage h1#renatonucci {
	background-image: url('../brandpages/images/text_renatonucci.gif');
}

body#brandpage h1#stoned {
	width:300px;
	background-image: url('../brandpages/images/text_stoned.gif');
}

body#brandpage h1#sand {
	background-image: url('../brandpages/images/text_sand.gif');
}

body#brandpage h1#nicolefarhi {
	background-image: url('../brandpages/images/text_nicolefarhi.gif');
}

body#brandpage h1#nanettelepore {
	background-image: url('../brandpages/images/text_nanettelepore.gif');
}

body#brandpage h1#claudiastrater {
	background-image: url('../brandpages/images/text_claudiastrater.gif');
}

body#brandpage h1#jamesjeans {
	background-image: url('../brandpages/images/text_james_jeans.gif');
}

body#brandpage h1#maggio {
	background-image: url('../brandpages/images/text_maggio.gif');
}

body#brandpage h1#onetwenty {
	background-image: url('../brandpages/images/text_120_percent.gif');
}

body#brandpage h1#dekeyser {
	background-image: url('../brandpages/images/text_dekeyser.gif');
}

body#brandpage h1#patriziapepe {
	background-image: url('../brandpages/images/text_patrizia_pepe.gif');
}
body#brandpage h1#joyce {
	background-image: url('../brandpages/images/text_joyce.gif');
}
/* MENS */

body#brandpage h1#oliversweeny {
	background-image: url(../brandpages/images/text_oliversweeny.gif);
}

body#brandpage h1#duchamp {
	background-image: url(../brandpages/images/text_duchamp.gif);
}

body#brandpage h1#smarty {
	background-image: url(../brandpages/images/text_smarty.gif);
}

body#brandpage h1#sainthillaire {
	background-image: url(../brandpages/images/text_sainthillaire.gif);
}

body#brandpage h1#marcopolo {
	background-image: url(../brandpages/images/text_marcopolo.gif);
}

body#brandpage h1#strellson {
	background-image: url(../brandpages/images/text_strellson.gif);
}

body#brandpage h1#boss{
	background-image: url(../brandpages/images/text_boss.gif);
}

body#brandpage h1#stones{
	background-image: url(../brandpages/images/text_stones.gif);
}

body#brandpage h1#onelikenoother{
	background-image: url(../brandpages/images/text_onelikenoother.gif);
}

body#brandpage h1#camelactive{
	background-image: url(../images/text_camel_active.gif);
}

body#brandpage h1#rutherford{
	background-image: url('../images/text_rutherford_blue.gif');
	width: 500px;
}
body#brandpage h1#didier{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_didier.gif');
}
body#brandpage h1#crea{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_crea.gif');
}
body#brandpage h1#yummy{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_yummy.gif');
}
body#brandpage h1#antonelle{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_antonelle.gif');
}
body#brandpage h1#blackline{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_blackline.gif');
}
body#brandpage h1#bsh{                                                                           
	height: 20px;
	background-image:url('../brandpages/images/text_bsh.gif');
}