/*
Luxury Rentals Group
URL: http://www.luxury-rentals-group.com
Author: Doug Banks -Pixel Design Studio
Author URL: http://www.pixeldesignstudio.com/
*/

/*GLOBAL STYLES*/

* {
	padding:0; 
	margin:0;
}
body {
	font:83% Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: justify;
	background:#000;
	border-top:6px solid #FFCC00;
}
img {
	border:none;
}
a {outline:none;}
#container {
	margin:0 auto;
	width:1000px;
	}
p { padding-bottom:10px; line-height:22px;}

img.logo {
	padding:40px 0 0 168px;
	}
h1 {
	height:0px;
	padding-top:53px;
	overflow:hidden;
	background:url(../images/title.gif) no-repeat 50% 0;
	margin:0 auto;
	}
h1.contact {
	background:url(../images/titlecontact.gif) no-repeat 50% 0;
	}
.textfieds {
	padding:2px;
	margin-bottom:6px;
}
label { padding-right:10px;}
.content {
	margin:0 auto;
	width:600px;
	position:relative;
	}	
.content img{
	position: absolute;
	top:230px;
	left:495px;
	}
#footer {
	background: url(../images/footerStep.gif) repeat-x 0 0;
	height:138px;
	margin-top:60px !important;
	}
#footer .footer {	
	margin:0 auto;
	width:1000px;
	height:130px;

	}
.footer ul{ list-style:none; padding:8px 0 0 60px;}
.footer ul li{ float:left;}

