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


/****************/
/* PNG Fix      */
/****************/
img
{
   /*behavior: url("pngfix/pngbehavior.htc");*/
   border: none;
}

body {
	background-color: #FFF;
	background-image: url(../images/background.png);
	background-repeat:repeat;
	font-size: 13px;
	line-height: 1.3;
	font-family: 'DINRegular', "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#000;
	 font-weight: normal;
    font-style: normal;
}

body a {
	color: #E0922F;
	text-decoration: none;
}

body a:hover {
	color: #000;
}

#pageWrapper {
	width: 950px;
	margin: 0px auto;
	padding-top: 30px;
}

#homePage {
	width: 950px;
	height: 535px;
	background-color:#000;
	background-image: url(../images/homebg.jpg);
}

.homeButton {
	width: 438px;
	height: 51px;
	background-image: url(../images/buttonbg.jpg);
	margin-top: 460px;
	
	color: #E0922F;
	text-align:center;
	
	font-size: 24px;
	font-weight: bold;
	
	font-family: 'DINMedium';
}

.homeButton a {
	display: block;	
	width: 438px;
	height: 41px;
	padding-top: 10px;
}

.homeButton a:hover {
	background-image: url(../images/buttonbg-over.jpg);
}

#buttonRental {
	float: left;
	margin-left: 25px;
}

#buttonSales {
	float: right;
	margin-right: 25px;
	display:block;
}

#contentWrapper {
	width: 950px;
	height: 535px;

}

#sideBar {
	width: 150px;
	height: 535px;
	background-image: url(../images/sidebar.jpg);
	float:left;
}

#topBar {
	width: 800px;
	height: 75px;
	background-image: url(../images/topbar.jpg);
	float:right;
}

#content {
	width: 800px;
	height: 460px;
	float:right;
	overflow: hidden;
	overflow-y: auto;
		background-color: #FFF;
}

#sideBar ul {
	width: 150px;
	list-style:none;
	padding: 0;
}

#sideBar li {
	display: block;
	padding: 0;
	height: 30px;
	list-style:none;
	border-top: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-family: 'DINMedium';
}

#sideBar li a {
	display: block;
	width: 100%;
	height: 23px;
	padding-top: 7px;
	color: #fff;
}

#sideBar li a:hover {
	background-color: #E0922F;
}

#sideBar li.last {
	border-bottom: 1px solid #fff;	
}

#footer {
	width: 950px;
	height: 25px;
	float: left;
	padding-top: 5px;
	
}

#logo {
	width: 100px;
	height: 100px;
	
	margin: 25px;
}

.sideTitle {
	height: 25px;
	width: 150px;
	font-family: 'DINMedium';
	font-size: 25px;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
	visibility: hidden;
}

.quote {
	color: #fff;
	width: 800px;
	text-align: center;
	font-size: 20px;
	font-family: 'DINMedium';
	margin-top: 420px;
}

.quoteBy {
	color: #fff;
	width: 800px;
	text-align: center;
	font-size: 15px;
	font-family: 'DINMedium';
	margin-top: 5px;
}

.topTitle {
	float:left;
	padding-left: 25px;
	color: #fff;
	font-size: 50px;
	text-transform:uppercase;
	margin-top: 24px;
}

.topTab {
	float:right;
	height: 22px;
	width: 128px;
	margin-right: 40px;
	margin-left: 2px;
	background-image:url(../images/toptab.png);
	text-transform:uppercase;
	color: #fff;
	text-align:center;
	padding-top: 6px;
}

.topTab a {
	color: #fff;
}

.topTabNews {
	float:right;
	height: 22px;
	width: 128px;
	margin-right: 2px;
	margin-left: 650px;
	background-image:url(../images/toptab.png);
	text-transform:uppercase;
	color: #fff;
	text-align:center;
	padding-top: 6px;
}

.topTabNews a {
	color: #fff;
}

h1 {
	margin: 25px 25px 10px 25px;
	font-size: 24px;
	font-family: 'DINMedium';
	border-bottom: 1px solid #666;
	color: #666;
}

.contentLeft {
	margin-left: 25px;
	color: #666;
	width: 500px;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
}

.contentRight {
	margin-left: 25px;
	margin-right: 25px;
	color: #666;
	width: 225px;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
}

.contentOne {
	margin-left: 25px;
	color: #666;
	width: 700px;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
}

.contentTP {
	margin-left: 25px;
	color: #666;
	width: 400px;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
}

.contentPic {
	margin-left: 25px;
	width: 325px;
	float: left;
	text-align:center;
}

.content2Cols {
	margin-left: 25px;
	color: #666;
	width: 350px;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
}

p {
	margin-bottom: .4em;
}

h2 {
	font-family: 'DINBold';
	margin-bottom: .4em;
}

.h1Half {
	width: 400px;	
}

.h1Two {
	width: 350px;
	float: left;
	margin-right: 0px;
	margin-left: 25px;
}

.orange {
	color: #E0922F;
}

.size18 {
	font-size: 18px;
}

.size22 {
	font-size: 22px;
}

.size24 {
	font-size: 24px;
}

.galleryImg {
	width: 168px;
	height: 126px;
	margin-left: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.activeT {
	background-color: #E0922F;	
}
