/* CSS Document */
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#7D7D7D;
	background-image:url(../images/Repeat-BKG.gif);
	background-repeat:repeat-y;
	/*background-attachment:fixed;*/
	background-position: top center;
}
#contentInfo-print{
	display: none;
}
#Container {
	min-height:100%;
	height:100%; 
	position:absolute;
	left: 50%;
	width: 750px;
	margin-left:-375px;
}
#body {
   position:relative;
   /*top:-4px;*/
   clear:both;
   float:left;
   width:750px;
   height:auto;
   padding-bottom:60px;   /* Height of the footer */
}
#macTxt {
	width:550px;
}
#SideBar {
	position:relative;
	float:left;
	width:154px;
	height:382px;
}
#Content-Area {
	position:relative;
	float:left;
	padding-left:18px;
	width:575px;
	/*height:421;*/
}

/* Header Code */
#Container-Hdr {
	position:relative;
	float:left;
	width:750px;
	height:168px;
}
#Header-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:111px;
}
#Header-02 {
	position:absolute;
	left:0px;
	top:111px;
	width:100px;
	height:35px;
}
#AboutUs {
	position:absolute;
	left:100px;
	top:111px;
	width:163px;
	height:35px;
}
#Sales {
	position:absolute;
	left:263px;
	top:111px;
	width:109px;
	height:35px;
}
#Rental {
	position:absolute;
	left:372px;
	top:111px;
	width:108px;
	height:35px;
}
#Service {
	position:absolute;
	left:480px;
	top:111px;
	width:110px;
	height:35px;
}
#Contact {
	position:absolute;
	left:590px;
	top:111px;
	width:160px;
	height:35px;
}
#Header-03 {
	position:absolute;
	left:0px;
	top:146px;
	width:750px;
	height:22px;
}

/* Footer Code */
div#footer {
	position:relative;
	float:right;
	right:15px;
	top:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 562px;
	height:30px;   /* Height of the footer */
	background: #000000;
}
div#footer ul {
	font-size: 80%; font-family: Verdana, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px; }
div#footer li {
	display:block;
	padding-right: 12px; /*15px*/
	/*width:0px;*/
	float:left;
	display:inline; }
div#footer a {
	padding: 5px 5px;
	margin: 0px 2px;
	text-decoration: none;
	text-transform:uppercase;
	text-align:center;
	color:#33CC00; /*#7ec710*/
	display: inline; }
div#footer a:hover {
	color:#ffffff;
}
#printFooter {
	display: none;
}

/* Body Text Code */
h1 {font-family: Arial; color:#0033CC; position:relative; top:15px; font-size: 90%;}
h2 {font-family: Arial; color: #0033CC; font-size: 100%;}
p  {font-size: 75%; font-family: Verdana, sans-serif; }

/* HOME */
.topPic {
	top: -40px;
}
.pics {  
    height:  315px;  
    width:   560px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  560px; 
    height: 315px; 
    top:  0; 
    left: 0 
} 
