/*---------------------------------------
version:  bucars styles 1.0
website:  www.mosaicstudios.com/
----------------------------------------*/
/* Table of Contents:

	=LAYOUT
	=divStructure
*/
  
/* =LAYOUT */
/* ----------------------------------------- */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }

/* =divStructure */
/* ----------------------------------------- */
body{
	font-size:63%;
	font-family:Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif
	}
#wideWrapper{
	width:100%;
	text-align:center;
	}
#wrapper{
	width:955px;
	margin:0 auto 0 auto;
	margin-top:5px;
	}
#barGraphic{
	width:955px;
	height:14px;
	background-image:url('../../../themes/bucarsTheme/images/red_bar.gif');
	background-repeat:no-repeat;
	background-position:top;
	}
#header{
	width:955px;
	height:87px;
	position:relative;
	}
	#addressPhoneNumber{
	width:347px;
	height:57px;
	position:absolute;
	top:17px;
	left:215px;
	}
	#innerRVDirections{
	width:350px;
	height:77px;
	float:right;
	position:absolute;
	right:5px;
	top:0px;
	}
#contentContainer{
	width:955px;
	}
	#sidebar{
	width:150px;
	float:left;
	text-align:left;
	margin:30px 0 0 5px;
	}
	#content{
	width:790px;
	float:right;
	text-align:left;
	border-top:1px solid #ff0000;
	}
	#mainBanner{
	width:790px;
	height:455px;
	}

	#pageContent{
	width:790px;
	background-image:url('../../../themes/bucarsTheme/images/content_image_background.jpg');
	background-repeat:no-repeat;
	position:relative;
	background-position:1px 2px;
	}
	#borderTop{
	width:790px;
	height:12px;
	background-image:url('../../../themes/bucarsTheme/images/border_top.gif');
	background-repeat:no-repeat;
	}
	#borderBottom{
	width:790px;
	height:12px;
	background-image:url('../../../themes/bucarsTheme/images/border_bottom.gif');
	background-repeat:no-repeat;
	clear:both;
	}
	#pageContent{
	width:790px;
	background-repeat:no-repeat;
	}
	#columnContainer{
	width:790px;
	background-image:url('../../../themes/bucarsTheme/images/border_sides.gif'); /*three lines repeating vertically*/
	background-repeat:repeat-y;
	}
	#columnContainerMakes{
	width:790px;
	background-image:url('../../../themes/bucarsTheme/images/border_makes_sides.gif');
	background-repeat:repeat-y;
	height:590px;
	}
	#columnContainerLanding{
	width:790px;
	background-image:url('../../../themes/bucarsTheme/images/border_makes_sides.gif');
	background-repeat:repeat-y;
	/*height:590px;*/
	}
	#mainColumn{
	width:580px;
	float:left;
	}
	#landingContent{
	width:750px;
	margin:0 auto 0 auto;
	padding-top:3px;
	display:block;	
	}
	#makesTable{
	width:750px;
	margin-top:218px;
	text-align:center;
	}
	#textContent{
	width:545px;
	margin-left:20px;
	margin-top: 200px;
	}
	#referralPage #textContent{
	width:545px;
	margin-left:20px;
	margin-top: 280px;
	}
	div.articlePost{
	margin:0 0 25px 0;
	clear:right;
	}
	#articleContent{
	width:545px;
	margin-left:20px;
	margin-top:200px;
	}
	#videoLinks{
	margin:0 0px 0 50px;
	text-align:right;
	}
	#subColumn{
	width: 175px;
	float:right;
	margin:0px 14px 0 0;
	padding-bottom: 15px;
	}
	div.pageSubCol{
	width:170px;	
	border-bottom:1px solid #ff0000;
	margin:5px 0 0 0;
	padding:0px;
	}
	#subColumn div.pageSubColBottom{
	border-bottom:#fff;	
	}
	div.brandSubCol{
	width:170px;	
	border-bottom:1px solid #ff0000;
	margin:10px 0 0 0;
	padding-top:0px;
	padding-bottom:10px;
	}
	div.makeSubCol{
	width:170px;
	border-bottom:1px solid #fff;
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
	}
	#bannerContainer{
	width:300px;
	height:100px;
	margin:0 20px 0 0;
	float:right;
	}
	#navContainer{
	width:790px;
	display:block;
	height: 30px;
	}
	#firstTextDiv{	
	width: 290px;
	height: 27px;
	float: left;
	margin-top: 4px;
	margin-left: 3px;
}
	#viewPreownedDiv{	
	/*border-left:1px solid #fff;*/
	width: 130px;
	text-align: right;
	float: right;
	height: 27px;
	margin-top: 4px;
}
	#callouts{
	width:790px;
	margin:20px 0 0 0;
	}
	div.calloutContainer{
	width:255px;
	height:110px;
	display:block;
	float:left;
	margin:0 11px 0 0;
	background-image:url('../../../themes/bucarsTheme/images/call_out_boxes_border.gif');
	background-repeat:no-repeat;
	}
	div.callOutContent{
	width:175px;
	height:92px;
	overflow:hidden;
	margin:7px 5px 3px 0;
	float:right;
	}
#footer{
	width:790px;
	height:80px;
}
	#callActionLinks{
	width:790px;
	height:20px;
	text-align:left;
	margin-top: 10px;
}
	#footerLinks{
	margin-top:10px;
	margin-left:0px;
	width:465px;
	float:left;
	}
.clear{
	clear:both;
	width:100%;
	}