body {
	margin: 20px;
	padding: 0px;
	font: .75em/1.5em Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-x;
	background-color: #B3B3B3;
}

p	 {
	margin-top: 0;
}
em	 {
	font-family: Georgia, Times, "Times New Roman", serif;
}

.header {
	width: 715px;
	margin: 0 auto;
	background-color: #DDDDDD;
}

.content {
	width: 700px;
	margin: 0 auto;
	background-color: #DDDDDD;
	padding: 20px 5px 10px 10px;
}

.footer {
	width: 715px;
	margin: 0 auto;
	background-color: #DDDDDD;
}

.header {
	border-bottom: 3px solid #999999;
	/*padding-bottom: 1.0em;*/
	/*margin-bottom: 1.0em;*/
}

.textlink {
	font-size: 9px;
}

.leftcol,.rightcol {
	position: absolute;
	top: 0;
	left: 0;
} 

.leftcol	{
	width: 200px;
	left: -23px;
} 

.rightcol	{
	width: 484px;
	left: 200px;
}

.clear_children,.cc_tallest {
	position: relative;
}

.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

#subnav ul {
	list-style-type: none;
}

#subnav li {
	list-style-type:none;
	height: 16px;
	display: block;
	/*margin-bottom: 5px;*/
	/*background-image: url(../images/subnav.gif);*/ /* REMOVE THIS! */	
}


#subnav a:link, #subnav a:visited {
	text-decoration:none;
	display: block;
	height: 16px;
	line-height: 15px;
	font-weight: normal;
	padding-left: 20px;
	color: #fff;
	background-image: url(../images/subnav.gif); /* PUT IT HERE! */
}

#subnav li.current a:link, #subnav li.current a:visited {
	color: #D46669;
}

#subnav a:hover, #subnav a:active {
	background-image: url(../images/subnav-over.gif);
}

#subnav li.current a:hover, #subnav li.current a:active {
	color: #f50;
}

h1 {
	font-size: 1.80em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-weight: bold;
	color: #C04E01;
}

h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-weight: bold;
	color: #A2723E;
}

h3 {
	font-size: 0.77em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-weight: bold;
	color: #111;
}

h4 {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-weight: bold;
}

.product_title {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-weight: bold;
	color: #666666;
}

.prices {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-weight: bold;
	color: #A2723E;
}

.bold {
	font-weight:bold;
}

a	{
	text-decoration: none;
	color:#990000;
}

a:hover	{
	text-decoration: underline;
}


.product_image	{
	border: #990000 solid 1px;
	margin: 0px 14px 4px 4px;
}

