@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------------------------------------
MY GLOBAL STYLES
------------------------------------------------------------------------------------------------------- */
.indent {
margin-left:10px;
border-left:3px solid #009900;
padding-left:4px;
}
.padding
{
padding: 8px;
color:#FF0000;
font-weight: bold;
}
#icon {

margin:10px;
float:left;
}


#photos {
padding-left:60px;
}
/* -------------------------------------------------------------------------------------------------------
LAYOUT DIV STLYES
------------------------------------------------------------------------------------------------------- */
.search {
padding:8px;
text-align:center;
}
.searchform {
background:#FFFFFF;
border:1px solid #009900;
}
#main
{
margin: 0 auto;
width: 780px;
background: #ffffff url(images/header.jpg) no-repeat center top;
}
.right {
width:552px;
float:right;
}
.leftbar {
float:left;
width:200px;
}
.hot {
padding:2px;
margin-bottom:10px;
}
#hot {
padding:2px;
margin-bottom:10px;
text-align:center;
}
#header
{
width: 763px;
margin: 0 auto;
height: 215px;
}

#logo
{
padding-left: 20px;
text-align: left;
padding-top: 40px;
height: 84px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

#logo H2 a
{
font-size: 10px;
}

#content
{
width: 760px;
margin: 0 auto;
}

#footer
{
	background: url(images/footer.jpg) repeat-x;
	height: 90px;
	width: 780px;
	margin: 0 auto;
	font-size: 10px;
	color: #ffffff;
	padding-top: 10px;
	text-align: center;
	clear:both;
}

#footer a
{
color: #000000;
font-size: 8px;
text-decoration: none;
}
/* -------------------------------------------------------------------------------------------------------
PRODUCT PAGE SPECIFIC STYLES
------------------------------------------------------------------------------------------------------- */
.productdiv {
}
.rentheader {
border-bottom:1px solid #000;
padding-bottom:10px;
text-align:center;
margin-bottom:6px;
}
.cat{
float:left;
}
.searchrent {
float:right;
}
/* -------------------------------------------------------------------------------------------------------
CONTACT PAGE SPECIFIC STYLES
------------------------------------------------------------------------------------------------------- */
.phone {
margin-left:10px;
border-top:2px solid #b3c4b3;
border-bottom:2px solid #b3c4b3;
background:url(images/phone.jpg) left no-repeat;
padding-left:120px;
padding-top:8px;
padding-bottom:8px;
width:400px;
}
.mailbox {
margin-left:10px;
border-top:2px solid #b3c4b3;
border-bottom:2px solid #b3c4b3;
background:url(images/mailbox.jpg) left no-repeat;
padding-left:120px;
padding-top:10px;
padding-bottom:10px;
width:400px;
}
.opensign {
margin-left:10px;
border-top:2px solid #b3c4b3;
border-bottom:2px solid #b3c4b3;
background:url(images/open_sign.jpg) left no-repeat;
padding-left:122px;
padding-top:10px;
padding-bottom:10px;
width:400px;
}

/* -------------------------------------------------------------------------------------------------------
MENU
------------------------------------------------------------------------------------------------------- */
#buttons
{
padding-top: 46px;
height: 40px;
width: 763px;
text-align:center;
}

#buttons li {
	display: inline;
}

#buttons a {

	height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 13px;
	padding-left:20px;


}

#buttons a:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------------------------------
GLOBAL STYLE DEFINITIONS
------------------------------------------------------------------------------------------------------- */
h2 {
font-size: 14px;
background:url(images/hot_bg.jpg) top left no-repeat;
text-align:center;
height:24px;
padding-top:3px;
}

a:link img, a:visited img { text-decoration: none; }
a:hover img { text-decoration: none; }

.left {
float:left;
}
img {
border:none;
}
body
{

	font: 13px Verdana;
	color: #000000;
	background: #ffffff url(images/bg1.jpg) center;
}

textarea, input, select{

}

a:link, a:visited, a:active {
	color: #3cb40d;
}

a:hover {
	text-decoration: none;
}

*
{
margin: 0;
}


div.search input{
	width:			230px;}


form p{
	margin:			0px;
	padding:			0px;}

input.void{
	width:			auto !important;}

#buttons{
	/* This was causing the error on IE, since padding-left 50 + width 763 is more than 780 */
	width:			730px !important;}