/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #d0d0d0;
}

#container {
	width: 746px;
	margin: 20px auto 0 auto;
	text-align: left;
	border: solid 1px #666;
	background: #fff;
}

#container:after, #content:after, #tour:after, #employ:after, #header:after, #nav:after, #contact:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

#container, #content, #tour, #header, #nav, #contact {
	height: 1%; /* Because Internet Explorer aint too bright */
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.floatright {
	margin: 0 0 6px 10px;
}

.clear {
	clear: both;
}

/* Typography
--------------------------------------------------------------------------------------- */
p, ul {
	font-size: 11px;
	line-height: 14px;
	color: #333;
	margin: 0 0 14px 0;
}

ul li {

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #44526e;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	background: #6e8aa0;
	color: #fff;
	padding: 2px 6px;
	margin: 0 0 14px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 2px 0;
}

.center {
	text-align: center;
}

a, a:link, a:active, a:visited {
	color: #44526e;
}

a:hover {
	color: #6e8aa0;
}

a img {
	border: 0;
}

#fashion-team {
	list-style: none;
	float: left;
	width: 676px;
	margin-top: 6px;
}

#fashion-team li {
	float: left;
	margin: 0 1px;
}

#fashion-team li.down {
	margin-top: 20px;
}

#fashion-team li a:hover {
	opacity: 0.5;
}

a {
	cursor: pointer;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	background: url(../img/header-bg.png) top left repeat-x;
}

#logo {
	float: left;
}

#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	float: left;
	display: inline;
	color: #666;
	margin: 37px 0 0 12px;
}

#random {
	float: right;
	margin: 0 18px 0 0;
	border-right: dotted 1px #fff;
}


/* Nav Layout
--------------------------------------------------------------------------------------- */
#nav {
	clear: left;
	background: #6e8aa0;
	list-style: none;
	text-transform: uppercase;
	margin: 0 199px 0 0;
}

#nav li {
	float: left;
	border: 1px #fff;
	border-style: none dotted dotted none;
}

#nav a {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	background: #6e8aa0;
	text-decoration: none;
	padding: 2px 6px 3px 6px;
}

#nav a:hover {
	background: #8bafcb;
}

#nav li.pad, #nav li.pad2, #nav li.pad3 {
	border-bottom: none;
}

#nav li.pad a {
	padding: 2px 12px 3px 11px;
}

#nav li.pad2 a {
	padding: 2px 8px 3px 5px;
}

#nav li.current a {
	background: #9cc;
	color: #44526e;
}





/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	padding: 35px 200px 25px 35px;
	background: #fff url(../img/bg1.jpg) top left no-repeat;
}

#content.bg1 {
	background: #fff url(../img/bg1.jpg) top left no-repeat;
}

#content.bg2 {
	background: #fff url(../img/bg2.jpg) top left no-repeat;
}

#content.bg3 {
	background: #fff url(../img/bg3.jpg) top left no-repeat;
}

#content.bg4 {
	background: #fff url(../img/bg4.jpg) top left no-repeat;
}

#varieties {
	width: 450px;
	margin: 0 0 0 30px;
}

#varieties ul {
	list-style: none;
	font-size: 10px;
}

#varieties li {
	float: left;
	display: inline;
	width: 80px;
	text-align: center;
	margin:  0 5px 20px 5px;
}

#varieties a {
	text-decoration: none;
}

#varieties a img {
	border: solid 1px;
}

p.pullquote, span.pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #7b982b;
	font-size: 12px;
	line-height: 24px;
	float: right;
	width: 170px;
	text-align: right;
	margin: 6px 0 20px 16px;
}

p.pullquote strong, span.pullquote strong {
	font-size: 16px;
	font-weight: normal;
}

span.pullquote {
	margin: 12px 0 12px 6px;
}

p.visit {
	font-size: 16px;
	width: auto;
	float: none;
	margin: 0 0 14px 0;
}

#tour {
	border: solid 1px #44526e;
	margin: 0 20px;
	height: 130px;
	overflow: hidden;
}

#tour img {
	float: right;
	margin: 0 0 0 6px;
}

#tour h2 {
	text-align: center;
	padding: 3px 0;
	margin: 0 0 4px 0;
}

#tour p {
	margin: 0 0 6px 6px;
	font-size: 10px;
}

#employ img {
	margin: 0 32px 24px 32px;
}

#partners {
	list-style: none;
	margin: 0;
	text-align: center;
}

#partners li {
	display: inline;
}

#dress img {
	margin: 0 10px;
}

#ads {
	list-style: none;
}

#ads li {
	display: inline;
	margin: 0 1px;
}

#ads a {
	color: #000;
}

#ads a:hover {
	color: #7b982b;
	opacity: 0.7;
}

#ads a img {
	border: solid 1px;
}

div.gallery {
	border: solid 1px #b9b9b9;
	border-bottom: solid 10px #6e8aa0;
	height: 98px;
	overflow: hidden;
}

div.nobord {
	border-bottom: solid 1px #b9b9b9;
	margin-bottom: 30px;
}

div.gallery h2 {
	background: none;
	color: #44526e;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 4px 0;
}

div.gallery p {
	margin: 0 10px 4px 0;
	font-size: 10px;
	line-height: 12px;
}

div.gallery img {
	float: left;
	margin: 0 10px 0 0;
	border-right: solid 1px #b9b9b9;
}

div.press {
	width: 318px;
	height: 200px;
	float: left;
}

div.left {
	margin: 0 20px 20px 0;
}

div.right {
	margin: 0 0 20px 20px;
}

div.press h2 {
	margin-bottom: 4px;
}

div.press img {
	float: right;
	margin: 0 0 0 6px;
}

div.press p {
	margin-bottom: 6px;
}

div.press p a {
	font-weight: bold;
	display: block;
	text-align: right;
}

div.press h2 a, div.press h2 a:link, div.press h2 a:hover, div.press h2 a:visited, div.press h2 a:active {
	color: #fff;
	text-decoration: none;
}

#rolls {
	width: 348px;
	float: right;
	display: inline;
	margin: 0 0 0 20px;
}

#rolls img {
	margin: 0 0 2px 0;
}

#rolls ul {
	list-style: none;
	margin: 0;
}

#rolls li {
	float: left;
	display: inline;
	width: 58px;
	height: 39px;
}

#rolls ul img {
	margin: 0;
}

#rolls a {
	padding: 0 2px 2px 0;
}

/* Form Layout
--------------------------------------------------------------------------------------- */
p.company {
	display: none;
}

#contact {
	display: block;
	clear: both;
	border: solid 1px #b9b9b9;
	background: #fff;
}

#contact p {
	line-height: 12px;
	margin-bottom: 7px;
}

#contact p label {
	display: block;
	color: #666;
}

#contact p input {
	font-size: 14px;
}

#realname, #email, #company {
	width: 160px;
}

#contact div.cols {
	float: left;
	display: inline;
	width: 160px;
	margin: 0 6px;
}

#contact div.message {
	width: 320px;
}

#message {
	width: 314px;
	height: 97px;
}

#contact p.submit {
	text-align: right;
}

#contact p.submit input {
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

#left, #right {
	float: left;
	width: 338px;
	margin-bottom: 12px;
}

#left p {
	margin-right: 16px;
}

#right img {
	margin-bottom: 12px;
}

em.ul {
	text-decoration: underline;
}

div.nocol {
	margin-right: 160px;
}


/* Footer Layout
--------------------------------------------------------------------------------------- */
address {
	font-style: normal;
	font-size: 10px;
	line-height: 14px;
	color:#333;
	text-align: center;
	margin: 10px 0;
}