/* ------------------------------------------------------------------------
CSS sheet for Leather & Vinly Pros.
Author: Chris Robinson
Date Created: 07-7-08

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS


------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
a:link, a:visited {
	color: #EEC591;
	outline: none;
}
a:hover {
	color: #fff;
}
.nav {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.nav_selected {
	font-size:16px;
	font-weight:bold;
	color:#3A240D;
}
body{
	font: 14px/1.5em century gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #5C3A14;
	background: #39230C;
}
#outer{
	width: 1000px;
	text-align: center;
	background: url(images/bodybg.jpg) repeat-x #F0CEA0;
	margin:auto;
}
#wrap{
	width: 1004px;
	margin: auto;
	text-align: left;
}

/* -----------------------------------------------------------------------
=MAIN CONTET ELEMENTS
-------------------------------------------------------------------------*/
#content{
	display: block;
	clear: both;
	padding: 25px;
	overflow: hidden;
}
#content p{
	margin: 1.5em 0;
}
#content h3{
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0;
}
#content dl.before{
	width: 300px;
	float: left;
	margin: 0 25px;
}
#content > dl.before{
	margin: 0 40px;
}
#content dl.before dt{
	font-size: 14px;
	font-weight: bold;
	margin: 1em 10px;
}
#content dl.before dd img{
	border: 3px solid #664522;
}
/* -----------------------------------------------------------------------
=ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	float: right;
	border: 1px solid #5C3A14;
	padding: 3px;
	margin-right: 50px;
}
#aside dl{
	margin-bottom: 1em;
}
#aside dl dt{
	font-weight: bold;
	font-size: 13px;
	background: #5C3A14;
	color: #EEC591;
	padding: 3px;
	margin-bottom: .5em;
	text-align: center;
}
#aside dl dd.center{
	margin-left: 20px;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	width: 1000px;
	height: 196px;
	background: url(images/footer.jpg) repeat-x;
	color: #EEC591;
	padding-top: 10px;
	margin:auto;
}
#footer ul{
	text-align: left;
	float: left;
	margin-left: 10px;
	list-style-type: none;
}
#footer p{
	float: right;
	text-align: right;
	margin-right: 10px;
}








