@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #888;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link, a:active, a:focus, a:visited, a:hover {
    border:0px;
	outline:0px;
	color:#999999;
}
img {
	border:none;
}
table {
	float:left;
}
#container {
	width: 960px;
	background: #000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 600px;
	overflow:hidden;
}
#container #top-image {
	float: left;
}
#container #button1 {
	width: 121px;
	height: 36px;
	float: left;
	background-image: url(images/boutique_button.jpg);
}
#container #button1:hover {
	background-image: url(images/boutique_button_over.jpg);
}
#container #button1 a {
	display:block;
	width:100%;
	height:100%;
}
#container #button2 {
	width: 124px;
	height: 36px;
	float: left;
	background-image: url(images/designers_button.jpg);
}
#container #button2:hover {
	background-image: url(images/designers_button_over.jpg);
}
#container #button2 a {
	display:block;
	width:100%;
	height:100%;
}
#container #button3 {
	width: 107px;
	height: 36px;
	float: left;
	background-image: url(images/process_button.jpg);
}
#container #button3:hover {
	background-image: url(images/process_button_over.jpg);
}
#container #button3 a {
	display:block;
	width:100%;
	height:100%;
}
#container #button4 {
	width: 94px;
	height: 36px;
	float: left;
	background-image: url(images/events_button.jpg);
}
#container #button4:hover {
	background-image: url(images/events_button_over.jpg);
}
#container #button4 a {
	display:block;
	width:100%;
	height:100%;
}
#container #button5 {
	width: 140px;
	height: 36px;
	float: left;
	background-image: url(images/contact_button.jpg);
}
#container #button5:hover {
	background-image: url(images/contact_button_over.jpg);
}
#container #button5 a {
	display:block;
	width:100%;
	height:100%;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#container #left-image {
	width: 374px;
	left: 0px;
	top: 0px;
	float: left;
}
#container #bottom-image {
	width: 550px;
	color:#6e6e6e;
	font-size:9px;
	text-align:center;
	float: left;
}
#content-box {
	background:#000000;
	height:390px;
	width:586px;
	float:left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
	vertical-align:top;
}
#content-box img.left{
	float:left;
	margin:0px 10px;
}
#content {
	padding:10px 34px;
}
#footer {
	font-size:9px;
	color:#333;
	text-align:center;
	line-height:16px;
}
#footer a {
	text-transform:uppercase;
	text-decoration:none;
	color:#BBB;
}
#footer a:hover {
	color:#EEE;
}

#nav {
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	margin:45px 0px 10px;
}
#nav a {
	border-right:1px solid #bbb;
	padding:0px 10px;
        text-transform:uppercase;
	text-decoration:none;
	color:#BBB;
}
#nav a.last {
	border-right:none;
}
#nav a:hover {
	color:#EEE;
}

