
/* RT Garage CSS - Structure */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 900px;
	background-color: #000000;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;	
}

#wrapper {
	text-align: left;
	width: 900px;
	height: 100%;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}


/****************************************** content containers*/

#contentContainer {
	text-align: left;
	width: 900px;
	height: 100%;
	background-color:#FFFFFF;
	background-image:url(../images/body_bg_tile.gif);
	background-repeat:repeat-y;
	overflow: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
#leftColContainer {
	width: 230px;
	height: 100%;
	float: left;
	text-align:left;
}

 
.mainNavContainer {
	width: 230px;
	height: 359px;
	float: left;
	text-align:left;
	line-height: 18px;
	/* padding-left: 30px; */
	margin-left:30px;
	padding-top: 7px;
	background-color:#FFFFFF;
	background-image: url(../images/mNav_bg.jpg);
	background-repeat: no-repeat;
	
}
.sidebarContainer {
	width: 200px;
	height: 355px;
	float: left;
	text-align:center;
	padding-left: 32px;
	padding-top: 27px;
	background-color:#FFFFFF;
	background-image: url(../images/sb_bg.gif);
	background-repeat: no-repeat;
	
}

.bodyContainer1_top {
	width: 600px;
	background-color:#FFFFFF;
	float: right;
	text-align:left;
	margin-top:30px;
	margin-right: 30px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(../images/content_fade.jpg);
	background-repeat: no-repeat;
}

.bodyContainer1 {
	width: 600px;
	background-color:#FFFFFF;
	float: right;
	text-align:left;
	margin-top:1px;
	margin-right: 30px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-image: url(../images/content_fade.jpg);
	background-repeat: no-repeat;
}

.bodyContainer2_left {
	width: 280px;
	background-color:#FFFFFF;
	float: left;
	text-align:left;
	margin-left: 23px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-image: url(../images/content_fade.jpg);
	background-repeat: no-repeat;
	
}

.bodyContainer2_right {
	width: 280px;
	background-color:#FFFFFF;
	float: right;
	text-align:left;
	margin-left: 25px;
	margin-right: 30px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-image: url(../images/content_fade.jpg);
	background-repeat: no-repeat;
	
}

.footerContainer {
	width: 840px;
	height: 135px;
	background-color: #FFFFFF;
	padding-top: 17px;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;	
}

/****************************************** various design elements */

.photoContainerLeft {
	margin-right: 20px;
	float: left;
}
.photoContainerRight {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
}
.photoCaptionBox {
	font-size: 10px;
	padding-bottom: 10px;
}
.contactPhotoContainerLeft {
	margin-right: 20px;
	margin-bottom: 50px;
	float: left;
}

.homeSlides {
	width: 290px;
	height: 183px;
	margin-left: 10px;
	margin-right: 45px;
	margin-bottom: 15px;
	float: right;
}

.serviceSlides {
	width: 600px;
	height: 125px;
	margin-right:40px;
	margin-bottom: 15px;
	float: right;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
.bottomLine {
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

/****************************************** rotator JS */
#rotator ul { margin:0px; padding:0px; }
#rotator li { display:none; list-style-type: none; margin:0px; padding:0px; }