/* ------------------------------------------------------------------------
CSS sheet for Amish Cabinet Doors
Date Created: 2/29/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Tan: #EBDBA8;
Dark Brown: #402100;
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
a img{
	border: 0px;
}
body{
	background: url(images/bodybg.jpg) top center repeat-y #6C310A;
	font: 12px/1.5em Myriad,Verdana, Arial, sans-serif;
	text-align: center;
	color: #402100;
}
#wrap{
	width: 960px;
	background: url(images/wrapbg.gif) top left repeat-y #EBDBA8;
	margin: auto;
	text-align: left;
	overflow: hidden;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	width: 960px;
	height: 236px;
	background: url(images/header.jpg) no-repeat;
}
#header h1{
	font-size: 70%;
	display: none;
}
/* -----------------------------------------------------------------------
ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	display: block;
	width: 259px;
	color: #fff;
	float: left;
}
#aside a{
	color:#fff;
}
#aside ul.nav{
	font: 18px/18px Georgia, serif;
	text-decoration: none;
	list-style-type: none;
}
#aside .nav a{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	width: 230px;
}
#aside .nav a:hover{
	background: #704518;
}
/*  Style for the second link */
#aside ul.nav li.sub a{
	padding-left: 20px;
	width: 220px;
	color: #ffcc00;
}
/* added 2/5/09 */
#buttons {
	margin-top: 20px;
	width: 251px;
	height: 146px;
	display: block;
}
		#buttons p {
			text-align: center;
			color: #F9FF9A;
		}
/* -----------------------------------------------------------------------
MAIN ELEMENTS
-------------------------------------------------------------------------*/
#main{
	margin-left: 269px;
}
#main h2{
	font: 20px/20px Georgia, serif;
	margin: .5em 10px;
}
/* added 2/5/2009*/
h2 .subtext {
	font-size: 12px;
	font-style: italic;
}
#main h2 em{
	display: block;
	font-size: 12px;
}
#main p{
	margin: 1.5em 10px;
}
#main a{
	color: #402100;
	text-decoration: none;
}
#main a:hover{
	text-decoration: underline;
}
#main dl{
	margin: 1.5em 10px;
}
#main dl dt{
	font-weight: bold;
	margin-top: 10px;
}
#main ul.btmLinks li{
	float: left;
	list-style-type: none;
	margin: 5px 10px;
}
#main ul.btmLinks li a{
	display: block;
	width: 204px;
	height: 87px;
	text-indent: -9999px;
}
#main ul.btmLinks li a.orderOnline{
	background: url(images/orderOnline.jpg) top left no-repeat;
}
#main ul.btmLinks li a.getQuote{
	background: url(images/getQuote.jpg) top left no-repeat;
}
#main ul.btmLinks li a.callfor{
	background: url(images/callfor.jpg) top left no-repeat;
}
#main ul.btmLinks li a:hover{
	background-position: bottom left;
}
/* -----------------------------------------------------------------------
ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#main #doors dl{
	float: left;
	width: 20%;
	margin: 1.5em 0px;
}
#main #doors dl.wide {
	width: 80%;
	margin-top: 5em;
}
#doors dl dt{
	font-weight: bold;
	text-align: left;
}
#doors dl dd .wood{
	width: 125px;
	display: block;
	float: left;
}
#doors dl dd .hinges{
	width: 350px;
	display: block;
	float: left;
}
#doors dl dd.img{
	margin-right: 5px;
}
#doors dl dd.hingeimg{
	margin-left: 95px;
}
#doors dl.drawers dd.img img{
	margin-bottom: 30px;
	display: block;
}

/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	background: #70451A;
	display: block;
	clear: both;
	border-top: 2px solid #fff;
	color: #CCA173;
	font-size: 90%;
	text-align: center;
}
#footer ul{	
	list-style-type: none;
	margin:5px 0;
}
#footer li{
	display: inline;
	margin-left: 10px;
}
#footer a{
	color: #CCA173;
}

#main h3.sale{
	background: red;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0px;
	text-align: center;
	margin-left: -18px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
body.x3 #main h3.sale{
	width: 110%;
	margin-left: -8px;
}