div, span, p, td, li { 
	font-family: verdana;
	font-size: 10pt;
}

body {
	background-color: rgb(180,180,180);
}

table.SiteContainer {
	border: 1px solid black;
	width: 775px;
	text-align: left;
	background-color: white;
}

div.SiteHeader {
	background-image: url(images/rapid_rentals_header.jpg);
	background-repeat: no-repeat;
	width: 775px;
	height: 128px;
}
div.SiteHeaderMenu {
	padding-top: 103px;
	margin-left: 290px;
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
}

div.SiteHeaderMenu a {
	color: white;
	text-decoration: none;
}

div.SiteHeaderMenu a:hover {
	color: red;
	text-decoration: none;
}

div.HeaderMessage {
	position: absolute;
	width: 400px;
	margin: 30px 0 0 300px;
	font-weight: bold;
	color: white;
	clear: both;
}

div.HeaderMessage a {
	color: white;
}

td.SiteFooter {
	height: 38px;
	background-image: url(images/footer_fill.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 8px;
	text-align: center;
	color: rgb(255, 200, 200);
	font-family: arial;
	font-size: 10pt;
}

td.SiteFooter table tr td { font-size: 10pt; }

td.RentalMenu {
	width: 150px;
	background-image: url(images/left_bar_fill.jpg);
	vertical-align: top;
}
div.RentalMenuFooter {
	background-image: url(images/left_menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 159px;
}

h1, h2 {
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
	color: rgb(125, 30, 5);
}

h2 {
	font-size: 12pt;
	color: black;
}

h1.RentalMenu {
	background-image: url(images/left_menu_title.jpg);
	background-repeat: no-repeat;
	height: 34px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 10pt;
	color: white;
}

div.ProductList {
	padding: 5px;
	width: 600px;
}

div.Odd {
	background-color: rgb(200,200,200);
}

div.ProductList h2 {
	margin: 0px;
}

div.RentalItems {
	background-image: url(images/left_menu_fill.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
}


td.SiteContent {
	background-image: url(images/body_background.jpg);
	background-repeat: no-repeat;

}
div.Content { 	padding-left: 10px; }

ul.RentalMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	

}

ul.RentalMenu li {

}

ul.RentalMenu li a {
	color: rgb(230,230,230);
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	width: 135px;

	padding: 3px 0px 3px 10px;
}

ul.RentalMenu li a:hover {
	color: white;
	background-image: url(images/left_menu_mouse_over.jpg);
	background-repeat: repeat-y;
}


div.AddressBlock {
	width: 45%;
	float: left;
	margin-bottom: 15px;
}

p.OtherContact, p.Address {
	margin-left: 15px;
}

.SiteFooter a {
	color: rgb(255, 200, 200);
	text-decoration: none;
}

.SiteFooter a:hover {
	text-decoration: underline;
}

TABLE.ProductDetails {
  background-color: rgb(220,220,220);
}

TABLE.ProductDetails TH {
	text-align: left;
	color: white;
	padding: 0px 5px 0px 5px;
	background-color: rgb(0, 116, 189)
}

TABLE.ProductDetails TR.Odd { background-color: rgb(220, 220, 220); }
TABLE.ProductDetails TR.Even { background-color: white; }

TABLE.ProductDetails TD { padding: 0px 5px 0px 5px; }
