@import url('common-hacks.css');
@import url('includes/header.css');
@import url('includes/menu.css');
@import url('includes/address.css');
@import url('includes/aside.css');
@import url('includes/coupon.css');
@import url('includes/footer.css');

* 
{
	font-family: "Times New Roman", Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: #433E24;
}

h1, h2, h3
{
	padding-top: 10px;
	color: #000;
	font-size: 22pt;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	margin-bottom: 20px;
}

h2 
{
	font-size: 16pt;
}

h3 
{
	border-top: 1px dashed #776;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16pt;
}

em
{
	color: #C00;
	font-weight: bold;
}

dt
{
	font-weight: bold;
	font-size: 14pt;
	margin-top: 20px;
}

p.emphasized
{
	margin-top: 20px;
}

html
{
	background-image: url('../images/background.gif');
	padding-bottom: 40px;
}

#content
{
	background-color: #E1D48F;
	width: 940px;
	margin: auto;
	padding-bottom: 30px;
}

#content:after
{
	content: ".";
	display: block;
	height: 0px;
	display: hidden;
	clear: both;
}

#content h1,
#content h2,
#content h3
{
}

#content p,
#content ul
{
}

#content table
{
	border: 1px solid #996;
	background-color: #FFF;
}

#content table caption,
#content table tr *
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #999;
}

#content table caption
{
	background-color: #000;
	color: #FFF;
	font-weight: bold;
}

#content table tr th
{
	font-weight: bold;
}

#content table.noCaption th
{
	color: #FFF;
	background-color: #000;
}


#content .top
{
	padding-top: 10px;
	margin-bottom: 20px;
}

#content .top h1
{
	display: inline;
}

#content .top a
{
	margin-left: 20px;
	display: inline;
}

#page
{
	float: right;
	width: 670px;
	padding-right: 15px;
}

#aside
{
	background-color: #AEA46F;
    float: left;
    width: 235px;
	height: 100%;
}

