body{
	margin: 0;
	padding: 0;
	background: #000;
	color: #bbb;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.2em;
}
.hide{
	display: none;
}

a:link, a:visited{
	text-decoration: none;
	color: #5bb42a;
}
a:hover{
	text-decoration: underline;
	color: #5bb42a;
}
a:active{
	text-decoration: none;
	color: #5bb42a;
}

h1{
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	border-bottom: 10px solid #0f0f0f;
}
h2{
	margin: 15px 0 10px 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	color: #fff;
}
h3{
	margin: 0;
	font-size: 0.75em;
	color: #fff;
}
p, label{
	margin: 15px 0;
	font-size: 0.7em;
}
p.date{
	margin: 0;
	padding: 0 0 8px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #777;
	background: url(/images/border-dot.gif) bottom left repeat-x;
}
span.entry p{
	margin: 10px 0 40px 0;
}

div#header{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #171717;
}
div#mainmenu{
	margin: 0 auto;
	width: 945px;
}

div#container{
	clear: left;
	width: 945px;
	margin: 0 auto;
	text-align: left;
}

div#main{
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
}

div#sidebar{
	float: right;
	margin: 0;
	padding: 0;
	width: 272px;
}

div#main, div#sidebar{
	margin: 20px 0 30px 0;
	border-bottom: 1px solid #0F0F0F;
}

div#footer{
	clear: both;
	margin: 40px 0 0 0;
	width: 100%;
	background: #070707;
	color: #FFF;
}
div#footer div{
	margin: 0 auto;
	padding: 20px 0;
	width: 945px;
	background: url(/images/footerStrap.gif) top right no-repeat;
}
div#footer p{
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #1e1e1e;
}
div#footer a:link, div#footer a:visited{
	text-decoration: none;
	color: #3f3f3f;
}
div#footer a:hover{
	text-decoration: none;
	color: #fff;
}
div#footer a:active{
	text-decoration: none;
	color: #3f3f3f;
}
a.rss{
	padding: 2px 0 2px 21px;
	background: url(/images/rss.gif) no-repeat;
}

/* --- normal bullet styling --- */
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
li{
	margin: 10px 0;
	padding: 0 0 0 17px;
	background: url(/images/bullet.gif) no-repeat 0 7px;
	font-size: 0.75em;
}

/* --- nav --- */
ul#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}
ul#nav li{
	margin: 0;
	padding: 0;
	height: 14px;
	list-style: none;
	display: inline;
}
ul#nav li a{
	float: left;
	display: block;
	padding: 10px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a.selected{
	background-position: 0 -17px;
}
ul#nav li a:hover{
	background-position: 0 0;
}
ul#nav li a:active{
	background-position: 0 0;
}
li#thome a{
	margin: 0 470px 0 0;
	width: 58px;
	background: url(/images/mi-home.gif) no-repeat;
}
li#tabout a{
	width: 56px;
	background: url(/images/mi-about.gif) no-repeat;
}
li#tblog a{
	width: 34px;
	background: url(/images/mi-blog.gif) no-repeat;
}
li#tshowrooms a{
	width: 70px;
	background: url(/images/mi-showrooms.gif) no-repeat;
}
li#tservices a{
	width: 55px;
	background: url(/images/mi-services.gif) no-repeat;
}
li#tresources a{
	width: 65px;
	background: url(/images/mi-resources.gif) no-repeat;
}
li#ttell a{
	width: 78px;
	background: url(/images/mi-tell.gif) no-repeat;
}
li#tcontact a{
	width: 57px;
	background: url(/images/mi-contact.gif) no-repeat;
}

/* ---- form styling ---- */
form{
	margin: 0 0 20px 0;
	padding: 20px;
	background: #111;
}
label{
	font-weight: bold;
}
#contact-name, #email, #message, #name, #l73909-73909, #from, #to{
	margin: 0 0 10px 0;
	padding: 2px 3px;
	width: 250px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	border: 2px solid #444;
}
#name, #l73909-73909, #from, #to{
	width: 220px;
}