* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	background-color: #000;
	color: #fff;
	font: 10px/1.5 Arial, Helvetica, sans-serif;
}

h1 {
	float: left;
	height: 74px;
	overflow: hidden;
	position: relative;
	width: 122px;
}

h1 span {
	background: url(/images/graphics/table_dressers_logo.jpg) no-repeat;
	height: 74px;
	left: 0;
	position: absolute;
	top: 0;
	width: 122px;
}

h2 {
	height: 40px;
	margin: 20px 0 10px 0;
	overflow: hidden;
	position: relative;
	width: 200px;
}

h2 span {
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

h2#home_label span { background: url(/images/graphics/home.jpg) no-repeat; }
h2#clients_label span { background: url(/images/graphics/clients.jpg) no-repeat; }
h2#testimonials_label span { background: url(/images/graphics/testimonials.jpg) no-repeat; }
h2#products_label span { background: url(/images/graphics/products.jpg) no-repeat; }
h2#gallery_label span { background:  url(/images/graphics/gallery.jpg) no-repeat; }
h2#news_label span { background:  url(/images/graphics/news.jpg) no-repeat; }
h2#contact_label span { background:  url(/images/graphics/contact.jpg) no-repeat; }

h3 {
	line-height: 30px;
	margin: auto 0 1em 0;
}

a {
	color: #fff;
	text-decoration: none;
}

p {
	margin: 1em 0;
}

.centered {
	display: block;
	margin: auto;
}

.clearing {
	clear: both;
	visibility: hidden;
}

#container {
	font-size: 1.15em;
	margin: 20px auto;
	width: 800px;
}

#header {
	height: 74px;
	margin: 0 0 20px 0;
	position: relative;
}

#menu {
	bottom: 0;
	list-style: none;
	position: absolute;
	left: 150px;
}

#product_menu {
	height: auto;
}

#menu li {
	float: left;
}

#menu li a,
#product_menu li a {
	background-color: #ed008c;
	border: 1px solid #000;
	color: #fff;
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	text-transform: lowercase;
}

#menu li a:hover,
#menu li.active #product_menu li a:hover {
	background-color: #8d215d;
}

#menu li.active a {
	background-color: #8d215d;
}

#menu li.active #product_menu li a {
	background-color: #ed008c;
}

#menu li#product_menu_item:hover #product_menu {
	display: block;
}

#product_menu {
	display: none;
	left: 4.3em;
	list-style: none;
	position: absolute;
	top: 2em;
	width: auto;
	z-index: 1;
}

#product_menu li {
	float: none;
}

#content {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	clear: both;
}

#content a {
	color: #ed008c;
}

#content a:hover {
	color: #8d215d;
}

#content .product_overview_description,
#content .contact_form_left {
	cursor: default;
	float: left;
	width: 400px;
}

#content .contact_form_left {
	width: 330px;
}

#content .product_thumbnails,
#content .contact_form_right {
	cursor: default;
	float: left;
	margin: 45px 0 0 22px;
	width: 377px;
}

#content .contact_form_right {
	margin:  0;
	width:  399px;
}

#content .product_thumbnails a,
#content.gallery a {
	border: 2px solid #ed008c;
	float: left;
	height: 80px;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 80px;
}

#content .product_thumbnails a img {
	border: 0;
	margin: 0;
	padding: 0;
}

#content .lightbox img {
	border: 0;
}

#content fieldset {
	border: 0;
}


#content .form input,
#content .form textarea {
	background-color: #eee;
}

#content .form input:focus,
#content .form textarea:focus {
	background-color: #eee;
}

#content .form p {
	clear: both;
}

#content .form label {
	float:  left;
	padding-right: 10px;
	text-align: right;
	width: 150px;
}

#content #contact_form_submit {
	margin-left: 490px;
}

#products_overview_template p {
	text-align: center;
}

#footer_menu {
	list-style: none;
	margin: 20px auto 0 auto;
	text-align: center;
}

#footer_menu li {
	border-right: 1px solid #fff;
	display: inline;
	padding: 0 0.5em 0 0.25em;
}

#footer_menu li.last_menu_item {
	border: 0;
}
#footer_menu li a,
#footer_detail a {
	color: #bbb;
}

#footer_detail {
	color: #bbb;
	text-align: center;
}