@charset "utf-8";
/* CSS Document */

/*This is in the head tag
body{
	background: url(../images/07062010/bgBody.jpg) repeat-x top left #9c9ea5;
	margin:0;
	padding:0;
	color:#000;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
}*/

img{
	border:none;
	margin:0;
	padding:0;
}

a:link{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	text-decoration:none;
}

/*This is in the head tag
#bgHolder{
	width:1000px;
	background:url(../images/07062010/bgContent.png) no-repeat top center;
	padding: 0 20px;
	margin: 0 auto;
	text-align:center;
}*/

#container{
	width:960px;
	margin: 0 auto;
	padding:0;
	background: #FFF;
	position:relative;
}

/*This is in the head tag
#header{
	background:url(../images/07062010/bgheader.jpg) no-repeat;
	width:960px;
	margin:0;
	padding:0;
	color:#FFF;
	position:relative;
	height:244px;
}*/

#header h1{
	font-size:30px;
	font-weight:bold;
	margin:0;
	padding:0;
	position:absolute;
	top:45px;
	left:35px;
}

#header h2{
	font-size:18px;
	position:absolute;
	top:80px;
	left:30px;
	margin:0;
	padding:0;
	width: 191px;
	font-weight:normal;
}

#header img{
	position:absolute;
	left: 250px;
	top:40px;
}

#header h3{
	font-size:16px;
	margin:0;
	padding:0;
	position:absolute;
	top:45px;
	left:500px;
	text-align:left
}

#why{
	position:absolute;
	top: -10px;
	left:500px;
	margin:0;
	padding:0;
}

/* This is in the head tag

#navBar{
	background: url(../images/07062010/bgNav.png) repeat-x;
	width:960px;
	height:34px;
	margin:0;
	padding:0;
	text-align:center;
	position:absolute;
	top:210px;
	left:0;
}*/

#navBar ul{
	list-style:none;
	margin:0;
	padding:0;
	width:780px;
	text-align:center;
	position:absolute;
	left:0px;
}

#navBar ul li{
	margin:0 30px;
	padding:0;
	display:inline;
	line-height:33px;
}

#navBar ul li a{
	color:#FFF;
}

#mainContent{
	margin:25px 0;
	padding:0;
	text-align:left;
	min-height:500px;
}

#homeTop{
	margin:0;
	padding:0;
	position:relative;
}

#homeTop h1{
	margin:0;
	padding:0;
	position:absolute;
	top:15px;
	left:6px;
	font-size:20px;
	font-weight:bold;
}

#homeText{
	background:#93a58b;
	float:left;
	width:622px;
	height:170px;
	color:#FFF;
	position:relative;
	top:48px;
	left:8px;
	margin: 0;
	padding: 6px;
}

#homeText p{
	margin:0;
	padding:0;
}

#tourVid{
	position:relative;
	float:right;
	right:5px;
	top:0px;
	padding:0;
	margin:0;
	height:230px;
	width:290px;
	z-index:0;
}

/* carousel styles */
#slideBar {
	width: 960px;
	height:165px;
	padding: 0;
	margin: 0;
	text-align:center;
	overflow:hidden;
	position:relative;
	top:5px;
	background-image: url(../images/07062010/scrollHolder.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	
}

#barContent{
	width: 900px; /* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */
	 height:145px;
	 position:absolute;
	 top: 15px;
	 left: 33px;
	 overflow:hidden; /* Hides extra elements, those outside the viewport area */
}
#barContent ul{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0;
	margin:0;/* Resets default - User Agent - style */
}

#barContent li{
	width: 215px;  /*Defines the size of inner element */
	
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	
	/* Cosmetic */
	margin: 0px 8px 0px 2px;
	padding: 0px;
	text-align:center;
	border:none;
}

#barContent li img{
	margin:0;
	padding:0;
	border:none;
}

#sliderBloc {
	height:137px;
	margin:0;
	width:960px;
	overflow:hidden;
}
#barBloc a#previous
{
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:25px;
	height:42px;
	margin:0;
	position:absolute;
	left: 5px;
	top: 65px;
	background-image: url(../images/07062010/arrowLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#barBloc a#next {
	float:right;
	text-indent:-9999px;
	cursor:pointer;
	width:25px;
	height:42px;
	margin:0;
	position:absolute;
	left: 930px;
	top: 65px;
	background-image: url(../images/07062010/arrowRight.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.marginBlock{
	margin-left:5px;
	margin-right:5px;
}


/*end carousel styles */

#btns{
	width:317px;
	margin:0;
	padding:0;
	position:relative;
	top:20px;
	left:15px;
	float:left;
}

#btns ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#btns ul li{
	display: block;
	width:317px;
	line-height: 53px;
	margin-bottom:11px;
}

#btns ul li a{
	color:#000;
	font-weight:bold;
	font-size:26px;
	padding-left:40px;
}
.cars {
	background:url(../images/07062010/btnCars.jpg) no-repeat;
}
.trucks{
	background:url(../images/07062010/btnTrucks.jpg) no-repeat;
}
.suvs{
	background:url(../images/07062010/btnSuvs.jpg) no-repeat;
}
.vans{
	background:url(../images/07062010/btnVans.jpg) no-repeat;
}
	

#coverFlowHolder{
	background: url(../images/07062010/bgCoverFlow.jpg) no-repeat;
	height:	258px;
	width:563px;
	padding-top:7px;
	margin:0;
	float:right;
	position:relative;
	right:8px;
	top:20px;
	text-align: center
}

#footer{
	width:960px;
	margin:0;
	padding:0;
	text-align:center;
	height:90px;
}
	
.stJude{
	float:left;
	width: 80px;
	
}
#ftrHolder{
	width: 400px;
	height:65px;
	margin: 0;
	position:relative;
	left:10px;
	float:left;
}

#ftrHolder p{
	color:#000;
	padding-top:15px;
	margin: 0 auto;
	text-align:center;

}

#ftrHolder p a{
	color:#000;
}

.chat{
	float:left;
	position:relative;
	left:15px;
	width:80px;
}
	
	
	
	

	
	
	

	
	

