@charset "UTF-8";
/* CSS Document */

BODY {
    font-family: verdana, arial, sans-serif; 
	font-size:100%; 
	padding-top:8px;
	line-height:1.5;
	background-color: #2d130b;
}
* { margin:0 }


html, body { min-height:100%; margin-bottom:1px; }

/****************************************************************/
/******************** GENERAL HTML STYLES ***********************/
/****************************************************************/
p {
	color: #2d130b;
	font-size:.8em;
	margin-left:32px;
	margin-right:32px;
}

.image {
	border-color: #9d5f2d;
	border-style:solid;
	border-width:3px;
}

p.emphasize {
	color:#990000;
	font-weight:bold;
}

p.testimonial {
	margin-left:50px;
	margin-right:60px;
}

p.footer {
	color:#fff;
	font-size:.6em;
	padding-top:4px;
}

#productmain a {
	color:#d35510;
	text-decoration:none;
}

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

a:hover {
	color:#990000;
	text-decoration:underline;
}

p.footer a {
	color:#fff;
}

p.footer a:hover {
	color:#FFCC66;
}

h1 {
	font-size:1.3em;
	color:#330033;
	margin-left:32px;
	margin-right:32px;
}



h1 a {
	color:#064e5d;
	text-decoration:none;
}

h1 a:hover {
	color:#d35510;
}

h2 {
	font-size:0.9em;
	color:#012846;
}



/****************************************************************/
/******************* TEMPLATE DESIGN REGIONS ********************/
/****************************************************************/
#upperdiv {
	position:relative;
	width:752px;
	height:109px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/framework/top.gif);
	background-repeat:no-repeat;
}

#uppernav {
	position:relative;
	width:420px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#maincontentarea {
	position:relative;
	width:752px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #f2e2c4;
	background-image:url(../images/framework/background2.gif);
	background-repeat:repeat-y;
}	

#maincontent {
	width:752px;
	padding-bottom:10px;
	text-align:left;
	height:auto;
	background-image:url(../images/framework/background.gif);
	background-repeat:no-repeat;
}

#lowerdiv {
	position:relative;
	width:752px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/framework/bottom.gif);
	background-repeat:no-repeat;
}

/** footer styles **/
#footer {
	text-align:center; 
	font-size:10px;
	line-height:2.25;
	color:#c08b52;
}

#footer a {
	color:#c08b52;
}

#footer a:hover {
	color:#FFFFCC;
}