/* United Rentall */
*{padding:0px; margin:0px;}

body{
	background: #2386ab url(images/htmlback2.jpg) repeat-x;
	font-size:11px; 
	font-family:"Lucida Grande", Arial, sans-serif; 
	color:#6d6d6d;
	text-align:center;
}
div#container {
        margin: 0 auto;
        text-align: left;
        width:800px;
		
		/*background-color:#edebd6;*/
		background-color: #FFF; /*url(images/container.png) top center repeat-y !important;*/
		padding-bottom:12px;
		overflow:auto;
}
div#topper {
	width:100%;
	height:200px;
	background-image: url(images/ura_header.jpg);
}
div#searchbar {
	float:right;
	text-align:right;
	width:746px;
	margin-top:125px;
	padding-right:54px;
}
div#searchbar form input{
	margin-left:-20px;
	margin-bottom:0px;
}
div#linkholder {
	float:right;
	text-align:right;
	width:746px;
	margin-top:7px;
	padding-right:54px;
	color:#FFF;
}
div#itempic {
	float:left;
	height:350px;
	width:400px;
	background-image:url(images/picdiv.jpg);
	background-repeat:no-repeat;
	padding: 28px;
}
div#iteminfo {
	float:left;
	width:270px;
	padding-top:30px;
}
table#prices, tr, td, th {
	margin-top:12px;
	border:1px solid #555;
	border-collapse:collapse;
}
table#prices {
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
table#prices th{
	background: url(images/th.png) repeat-x;
	padding: 3px 8px;
	font-size:90%;
	text-align:left;
	color:#333;
}
table#prices td {
	padding: 2px 8px;
	color:#000;
}
table#prices tr {
	background-color:#DDD;
}
a {
	color:#6d6d6d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#return {
	float:left;
	width:270px;
	margin-top:50px;
	font-size:130%;
}
div#return img {
	border: 0 none;
}
.links {
	color:#FFF;
}
div#footer {
	float:left;
	width:800px;
	border-top: 1px #6d6d6d dotted;
}

/*a.search {
	color:#6d6d6d;
	text-decoration:none;
	font-size:13px;
}
a.search:hover {
	text-decoration:underline;
}*/
h2 {
	color:#6d6d6d;
	font-size:14px;
	display:block;
	border-bottom:1px #6d6d6d dotted;
	margin-left:27px;
	margin-right:27px;
	margin-bottom:7px;
}

