/* CSS Document */

H3 {
	font-size: 18px;
}

#side_menu {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-left: 3px;
}

#side_menu UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#side_menu UL LI {
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: #333;
	font-size: 12px;
	color: #990000;
	margin: 0px;
	padding: 0px;
}

#side_menu UL LI a {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
	width: 160px;
}

#side_menu UL LI a:hover {
	text-decoration: none;
	background-color: #e1e1e1;
	font-size: 15px;
	color: #990000;
	font-weight: 900;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
}

#side_menu UL UL LI a {
	padding-left: 10px;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	display: block;
	position: relative;
	width: 155px;
}

#side_menu UL UL LI a:hover {
	padding-left: 10px;
	font-size: 11px;
	color: #000;
	background-color: #f1f1f1;
}

#side_menu UL UL UL LI a {
	padding-left: 20px;
	font-size: 10px;
	color: #000;
	display: block;
	position: relative;
	width: 145px;
}

#side_menu UL UL UL LI a:hover {
	padding-left: 20px;
	font-size: 10px;
	color: #ffcc00;
	background-color: #f1f1f1;

}

#side_menu UL UL UL UL LI a {
	padding-left: 30px;
	font-size: 10px;
	color: #000;
	width: 135px;
	font-weight: normal;
}

#side_menu UL UL UL UL LI a:hover {
	padding-left: 30px;
	font-size: 10px;
	color: #ffcc00;
	width: 135px;
	background-color: #f1f1f1;
}


#product-buttons {
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}

#product-buttons UL {
	list-style-type: none;
}

#product-buttons UL LI {
	display: block;
	position: relative;
	float: left;
	list-style-type: none;
	margin-left: 25px;
	width: 150px;
	height: 55px;
	background-image: url(../images/buttons/button-background.gif);
	background-repeat: no-repeat;
}

#product-buttons UL LI a {
	display: block;
	position: relative;
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 150px;
	height: 55px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}
	
#page-section-header {
	position: relative; 
	width: 450px; 
	display: block; 
	height: 30px; 
	border-bottom: 1px dotted #ccc; 
	margin-bottom: 20px;
}

#page-section-title {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-size:
	18px; color: #990000;
}

#return-to-top {
	display: block;
	position: absolute;
	left: 400px;
	bottom: 0px;
	width: 10px;
	margin: 0px;
	padding: 0px;
}