/* settings */
html, body,
div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, a, em, img,
small, strike, strong, sub, sup, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}
dt, legend, caption {
    display: none;
}
.clear {
    clear: both;
}
ol, ul {
    list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {

}

/* body classes */
body {
	line-height: 1;
    font-size: 62.5%;
    color: #000000;
	font-family: Arial, verdana, sans-serif;
	background-color: #ffffff;
}
	body.small {
	    font-size: 50%;
	}
	body.normal {
	    font-size: 62.5%;
	}
	body.large {
	    font-size: 75%;
	}

/* set the width */
#container {
	width: 97em;
}

#container {
	margin: 0 auto;
}

	#left, #main, #right {
		float: left;
	}
	
	#left {
		width: 21em;
		padding-right: 2em;
	}
	
		#left #logo {
			margin: 1.6em 0;
		}
	
	#main {
		width: 58em;
		padding-top: 11.2em;
	}
	
		#main #image img {
			width: 58em;
		}
		
		#designers {
			margin-top: 1em;
		}
		
			#designers li {
				display: inline;
				line-height: 1.8em;
				font-size: 1.1em;
			}
	
	#right {
		padding-top: 10.6em;
		width: 14em;
		padding-left: 1.5em;
	}
	
		#navigation {
			margin-bottom: 5.2em;
		}
		
			#navigation li {
				font-size: 1.8em;
				line-height: 1.8em;
				text-transform: uppercase;
				font-weight: bold;
			}
	
		h1, p {
			line-height: 1.6em;
			font-size: 1.34em;
		}
		
		
	#about, #designers, #contact {
		display: none;
	}
	
#newsletter {
	margin-top: 7.8em;
	width: 18em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	line-height: 1.6em;
	font-size: 1.2em;
}
#newsletter form {
	border: 1px solid #000000;
	padding: 0.2em 0.5em 0.2em 0.2em;
	margin: 10px 0 0 0;
}
#newsletter .email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;	
	padding: 0.2em 0.2em 0 0.3em;
	width: 17.5em;
	border: 0;
}
#newsletter .submit {
	vertical-align: middle;
} 	