﻿@charset "utf-8";
/*Diamond Valley Gravel Structure*/
/* Global */
body {
	width: 767px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #303030;
}
img {
	border: 0px;
}
a:hover img {
	border: 0px;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
h2 {
	font-variant: small-caps;
	height: 30px;
	line-height: 30px;
	background: transparent url('../pictures/headergradient.png') no-repeat left top;
	color: #FFFFFF;
	margin: 0px -10px 10px -10px;
	padding-left: 10px;
}
h3{
	text-decoration:underline;
}
ul {
	list-style-image: url('../pictures/arrows.png');
}
/* Containers */
#maincontainer {
	width: 767px;
	margin-bottom: 10px;
	background: transparent url('../pictures/backgroundcontent.png') no-repeat right bottom;
	float: left;
}
#header {
	height: 150px;
}
#menuleft {
	width: 220px;
	float: left;
	clear: right;
	text-align: left;
	background: transparent url('../pictures/menutop.png') no-repeat left top;
	font-family: "Arial Black";
	font-size: 15px;
	padding-top: 20px;
}
#contentright {
	float: left;
	width: 527px;
	padding: 0px 10px 10px 10px;
	text-align: left;
	font-size: 15px;
	background: transparent url('../pictures/righttopcontent.png') no-repeat right top;
}
#bottomright {
	background: transparent url('../pictures/rightbottomcontent.png') no-repeat right bottom;
	float: left;
}
#box {
	background: transparent url('../pictures/backgroundcontent.png') repeat-y left top;
	margin-top: 10px;
	float: left;
}
#bottomleft {
	background: transparent url('../pictures/menubottom.png') no-repeat left bottom;
	float: left;
}
/* Menu Structure */
#menuleft ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border: none;
	list-style-image: none;
	list-style: none;
}
#menuleft li {
	list-style-image: none;
	margin: 0px;
	padding:0px 10px 0px 10px;
	line-height:30px;
	height:30px;
}
#menuleft li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 0px 0px 0px 20px;
}
#menuleft li a:hover {
	display: block;
	background: transparent url('../pictures/menuover.png') no-repeat left top;
}
#menuleft li.menuprod {
	margin-left: 15px;
	font-size: 12px;
}
/* Footer */
#footer {
	float: left;
	width: 767px;
	text-align: center;
	color: white;
	border-top: 3px white solid;
	padding-top: 5px;
	font-size: 10pt;
}
.author {
	font-size: 7pt;
}
/* List of Products */
.prodname ul {
	list-style-image: none;
	list-style: none;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
.prodname li {
	width: 25%;
	list-style-image: none;
	list-style: none;
	float: left;
	text-align: center;
}
/* Product Information */
.rockpic {
	width: 250px;
	clear: right;
	float: left;
}
.rockdescription {
	width: 270px;
	float: right;
}
