html {
	background-color: #e5e0d9;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3;
	color: #635a57;
	font-size: small;
	margin: 0;
	text-align: center;	 /* Just for the benefit of IE5/Win */

	overflow-x: hidden; /* css 3 */
}

img {
	border: none;
}

sup {
	font-size: 80%;
}

form {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0 8px 0;
	color: #635a57;
}
	h2.top {
		margin-top: 0;
	}

p {
	margin-bottom: 5px;
}
.page-contact p {margin: 0;}

#header {
	margin: 0 0 10px 0;
	height: 160px;
}

#container {
	text-align: left;
	min-height: 100%;
	
	width: 820px;
	margin: 0 auto;
}

#image-box {
	height: 545px;
	background: #fff url(../graphics/main_image_v0.jpg) top left no-repeat;
	border: 1px solid #8e8481;
}
#content-box {
	background: #fff;
	border: 1px solid #8e8481;
	
	width: 100%; /* this is here to give IE hasLayout. Ensures shitbag IE correctly margins the #content-copy */
}

#logo {
	/*background: #fff url(../graphics/lynnsteven_logo.png) top left no-repeat;*/ /*Now an image, links to the homepage*/
	margin: 0;
	height: 160px;
	width: 140px;
}

#nav {
	margin-top: 118px;
	margin-left: 10px;
}
	#nav li {
		margin-top: 12px;
		margin-left: 24px;
		display: block;
		float: left;
	}

/*	li.nav-about {
		width: 86px;
	}
		li.nav-about a:link, li.nav-about a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_about.png) no-repeat 0 0;
		}
		li.nav-about a:hover {
			background-position: -86px 0;
			outline: none;
		}
		.page-about li.nav-about a:link, .page-about li.nav-about a:visited {
			background-position: -86px 0;
		}*/
	li.nav-shoptalk {
		width: 131px;
	}
		li.nav-shoptalk a:link, li.nav-shoptalk a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_shoptalk.png) no-repeat 0 0;
		}
		li.nav-shoptalk a:hover {
			background-position: -131px 0;
			outline: none;
		}
		.page-shoptalk li.nav-shoptalk a:link, .page-shoptalk li.nav-shoptalk a:visited {
			background-position: -131px 0;
		}
	li.nav-brands {
		width: 101px;
	}
		li.nav-brands a:link, li.nav-brands a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_brands.png) no-repeat 0 0;
		}
		li.nav-brands a:hover {
			background-position: -101px 0;
			outline: none;
		}
		.page-brands li.nav-brands a:link, .page-brands li.nav-brands a:visited {
			background-position: -101px 0;
		}
	li.nav-signup {
		width: 100px;
	}
		li.nav-signup a:link, li.nav-signup a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_signup.png) no-repeat 0 0;
		}
		li.nav-signup a:hover {
			background-position: -100px 0;
			outline: none;
		}
		.page-signup li.nav-signup a:link, .page-signup li.nav-signup a:visited {
			background-position: -100px 0;
		}
	li.nav-contact {
		width: 114px;
	}
		li.nav-contact a:link, li.nav-contact a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_contact.png) no-repeat 0 0;
		}
		li.nav-contact a:hover {
			background-position: -114px 0;
			outline: none;
		}
		.page-contact li.nav-contact a:link, .page-contact li.nav-contact a:visited {
			background-position: -114px 0;
		}
	li.nav-press {
		width: 79px;
	}
		li.nav-press a:link, li.nav-press a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_press.png) no-repeat 0 0;
		}
		li.nav-press a:hover {
			background-position: -79px 0;
			outline: none;
		}
		.page-press li.nav-press a:link, .page-press li.nav-press a:visited {
			background-position: -79px 0;
		}

#description-box {
	height: 240px;
	width: 470px;
	border: 1px solid #8e8481;
	background: #ececec;
	margin: 255px 30px 0 0;
	padding-top: 20px;
	line-height: 1.3;
	font-size: 90%;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
	#description-box p {
		margin: 10px 30px 0 30px;
	}
	#description-box img {
		margin: 0 0 0 30px;
	}

#content-copy {
	margin: 50px;
	background: #fff;
}

.vcard { }
.telecommunications { margin: 5px 0 0 0; }
.store-hours { }

#location-map {
	width: 400px;
	height: 440px;
	border: 1px solid #333;
	margin-left: 15px;
}

#socmedia {
	font-size: 80%;
	margin: 5px 0 20px 0;
}
	#socmedia img {
		vertical-align: text-bottom;
	}

/* Sign up form, via Campaign Monitor */
#theForm {
	margin: 20px 0 20px 30px;
}
	#theForm div {
		margin-bottom: 10px;
	}
	#theForm input {
		padding: 5px;
	}
	.input_note {
		color: #000;
		font-size: 80%;
		font-style: italic;
	}
	#confirmation {
		margin: 20px 0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 120%;
		color: #000;
	}
span.label,span.spacer,span.multiple span {width:55px;float:left;}
span.label {padding-top: 2px;}
span.multiple {float:left;} 
span.button {padding-left:110px;} 
div.clear {clear:both;padding-top:5px;}
/* Sign up form, via Campaign Monitor */


.brand-logo {
	height: 100px;
	width: 125px;
	margin: 15px 16px 15px 0;
	/*border: 1px solid #333;*/
}

.press-image {
	height: 200px;
	width: 154px;
	margin: 15px 20px 15px 0;
	border: 1px solid #8e8481;
	text-align: center;
}

#press-left {
	width: 540px;
	border-right: 1px solid #e5e0d9;
}
#press-right {
	width: 150px;
	padding-left: 20px;
}
	#press-right a {
		display: block;
		margin-top: 5px;
	}
	#press-right #press-kit {
		margin-top: 30px;
		border-top: 1px solid #e5e0d9;
	}
		#press-kit a {
		margin-top: 10px;
		padding-left: 20px;
		background: #fff url(../graphics/pdf.gif) top left no-repeat;
		}


.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; text-align: center; }
.clr { overflow: hidden; zoom: 1; } /* alternative to clearing floats; apply to containing element */

.wide-600 { width: 600px; }
/*********************************************/
/* TEXT                                      */
/*********************************************/
/* Main textual links throughout the site */

a.home-link {
	display: block;
	width: 100%;
	height: 100%;
	}
a.home-link:link { }
a.home-link:visited { }
a.home-link:hover { }
a.home-link:active { background: none;}

a.textlink {
	color: #635a57;
	text-decoration: underline;
}
a.textlink:link { }
a.textlink:visited { }
a.textlink:hover {
	color: #8e8481;
	text-decoration: underline;
}
a.textlink:active { 
	color: #fff;
	padding-bottom: 2px;
	background-color: #000;
	text-decoration: underline;
}

/* Tiny textual links throughout the site */
a.textlink-tiny {
	color: #000;
	text-decoration: none;
}
a.textlink-tiny:link { }
a.textlink-tiny:visited { }
a.textlink-tiny:hover {
	color: #8e8481;
	text-decoration: none;
}
a.textlink-tiny:active { 
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
