html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	background-image: url("../images/bg.jpg");
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#B80404;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

.button {
border:none;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#ECE9EA;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#ban {
	background:#DE1911;
	height: 20px;
}

div#header {
	height: 200px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

/*div#nav {
	text-align: center;
	margin-bottom: 10px;
}

div#nav ul {
list-style: none;
padding: 0;
margin: 15px auto 0 auto;
}

div#nav ul li {
	float:left;
}

div#nav ul li a {
text-decoration:none;
color:#666666;
padding:10px 5px 10px 5px;
width:75px;
display:block;
}

div#nav ul li a:HOVER {
	background-color: #DE1911;
	color: #ffffff;
	border: 0;
}*/
 
.underlinemenu{
font-weight: bold;
width: 100%;
margin-bottom: 15px;
background-color:#ece9ea;
}

.underlinemenu ul{
padding: 6px 33px 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #DE1911;
}


#content-container {	
padding-bottom:2em;
/*background-color:#ece9ea;*/
background-image:url(../images/wrapper_bg.jpg);
background-repeat:repeat-y;
}

#main_content {
width:540px;
float:left;
/*margin-right:10px;*/
}

	div#main_content p {
		text-align:justify;
		padding:1em 1em;
	}
#sideBar p, #sideBarRight p {
text-align:center;
color:#666666;
margin:5px 0 0 0;
}
#sideBar {
	width: 150px;
	margin: 0 12px;
	float:left;
	/*background-color:#cccccc;*/
	background-image:url(../images/panel_bg.jpg);
	background-repeat:no-repeat;
	/*border:1px solid #999999;*/
}

div#sideBar ul {
list-style:none;
padding:0;
margin:0;
}

div#sideBar ul li {
}

div#sideBar ul li a {
text-decoration:none;
color:#666666;
display:block;
width:140px;
padding:5px;
}

div#sideBar ul li a:hover {
color:#ffffff;
background-color:#DE1911;
border:0;
}
#sideBarRight {
	width: 150px;
	margin: 0 9px;
	float:left;
	/*background-color:#cccccc;*/
	background-image:url(../images/panel_bg.jpg);
	background-repeat:no-repeat;
	/*border:1px solid #999999;*/
}

div#sideBarRight ul {
list-style:none;
padding:0;
margin:0;
}

div#sideBarRight ul li {
}

div#sideBarRight ul li a {
text-decoration:none;
color:#666666;
display:block;
width:140px;
padding:5px;
}

div#sideBarRight ul li a:hover {
color:#ffffff;
background-color:#DE1911;
border:0;
}
.product_heading {
background-color:#CCCCCC;
}
.product_heading_red {
background-color:#DDD9DA;
}

.product_image {
height:100px;
width:75px;
border:1px solid black;
}
.clear {
clear:both;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#DE1911;
	text-align:center;
	font-size: 10px;
	color: #DCDBDC;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
