/* begin reset elements */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, td, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th, td {
	text-align: left;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
ol,ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #d3d3d3;
	margin:.5em 0 1.5em 0;
	padding:0;
}
input, textarea, button {
	margin:0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
:focus {
	outline: 0;
}
b { font-weight: normal; }
i { font-style: normal; }


/* begin common layout elements */

body {
	background-color: #000;
	color: #eee;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.5em;
}

a:link {
	color: #c00;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

p {
	margin: 1.5em 0;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}

/* begin layout elements */

#logo {
	margin: 0 0 5px;
	padding: 0;
}

#logo img {
	display: block;
	margin: 0 auto;
	border: 0;
}

#tagline {
	margin: 0;
	background-color: #bbb;
	padding: 5px 0;
	color: #000;
	text-align: center;
	font-size: 14px;
}

#columns {
	margin: 0;
	padding: 0;
}

#column_l {
	float: left;
	padding: 15px;
	width: 220px;
}

#column_r {
	padding: 15px;
	margin: 0 0 0 250px;
}


/* begin misc elements */

#date {
	margin: 0 0 20px;
	color: #000;
	font-size: .75em;
	text-align: center;
}

.center {
	text-align: center;
}

.clear_both {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.furniture_styles {
	font-size: 14px;
	text-align: center;
}
.furniture_styles span.sep {
	color: #555;
	font-size: 18px;
}

/* begin menu elements */

/*#menu {
	background: #222;
	border: 1px solid #333;
	min-height: 600px;
	padding: 8px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
	color: #eee;
	text-decoration: none;
}

#menu_pri li {
	padding: 0 0 8px 0;
}
#menu_pri a {
	background: #333;
	display: block;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#menu_pri a:hover,
#menu_pri a:active {
	background: #111;
}

#menu_sec li {
	padding: 0 16px;
}
#menu_sec a {
	background: none;
	border-bottom: 1px solid #333;
	display: block;
	height: 15px;
	letter-spacing: 0;
	line-height: 15px;
	padding: 8px 0;
	text-transform: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#menu_sec .first a {
	padding: 16px 0 8px 0;
}
#menu_sec .last a {
	border-bottom: none;
}

#menu_sec a:link,
#menu_sec a:visited {
	color: #777;
	text-decoration: none;
}
#menu_sec a:hover,
#menu_sec a:active {
	background: none;
	color: #eee;
	text-decoration: none;
}
*/

/* begin navigation elements */

#nav {
	background: #bbb;
	min-height: 600px;
	padding: 8px;
}
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color: #fff;
	text-decoration: none;
}

#nav_pri li {
	padding: 0 0 8px 0;
}
#nav_pri a {
	background: #111;
	display: block;
	font-size: 16px;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
#nav_pri .active a,
#nav_pri a:hover,
#nav_pri a:active {
	background: #911700;
}

#nav_sec li {
	padding: 0 16px;
}
#nav_sec a {
	background: none;
	border-bottom: 1px solid #999;
	display: block;
	font-size: 12px;
	height: 15px;
	letter-spacing: 0;
	line-height: 15px;
	padding: 8px 0;
	text-transform: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	filter: dropshadow();
}
#nav_sec .first a {
	padding: 16px 0 8px 0;
}
#nav_sec .last a {
	border-bottom: none;
}

#nav_sec a:link,
#nav_sec a:visited {
	background: none;
	color: #333;
	text-decoration: none;
}
#nav_sec .active a,
#nav_sec a:hover,
#nav_sec a:active {
	background: none;
	color: #911700;
	text-decoration: none;
}
