

/*-----------------------------
	General Styles
-------------------------------*/

* {
  margin: 0;
}
  
html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimize-legibility;
	height: 100%;
}

body {
	font-family: Arial, "Helvetica", sans-sarif;
	font-size: 14px;
	line-height: 20px;
	color: #1f2a33;
	height: 100%;
	background-image: url(../images/bg_tile2.gif);
	background-repeat: repeat;
}


/*-----------------------------
	Typography
-------------------------------*/

h1, h2, h3 {
	font-weight: 300;
	margin: 0;
	line-height: 35px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

p {
	font-size: 15px;
	margin: 0 0 5px 0;	
}

p.alignleft {
	float: left;
}
p.alignright {
	float: right;
}



/*-----------------------------
	Layout
-------------------------------*/

.pageWrap {
	width: 1050px;
	padding: 0;
	margin: auto;
}

.vehiclesLeft {
	width: 170px;
	float: left;
	z-index: -1px;
	margin: 0 auto;
}

.vehiclesRight {
	width: 170px;
	float: right;
	z-index: -1px;
	margin: 0 auto;
}

.container {
	background: #fff;
	width: 700px;
	padding: 0;
	margin: 0 auto;
}

#contentWrap {
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	
			box-shadow: 0px 5px 5px 5px #000;
	   -moz-box-shadow: 0px 5px 5px 5px #000;
	-webkit-box-shadow: 0px 10px 30px 5px #000;
}

header {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 30px;
}

#portals {
	color: #000;
	height: 280px;
	width: 700px;
	padding: 0;
	margin-top: -550px;
}

#chryslerPortal {
	width: 50%;
	padding: 0;
	text-align: center;
	float: left;
}

#importsPortal{
	width: 50%;
	padding: 0;
	text-align: center;
	float: left;
}

#content {
	padding: 20px 0;
}

#columns {
	width: 460px;
	float: left;
}


/*-----------------------------
	Header
-------------------------------*/

img.mainLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px 0;
}


/*-----------------------------
	Contact/Follow
-------------------------------*/

#contact {
	background: #fff;
	width: 180px;
	height: 115px;
	color: #5c5c5c;
	float: left;
	margin-top: 50px;
	margin-left: 75px;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 10px 3px 10px;
	
			box-shadow: 1px 3px 8px 0px #000;
	   -moz-box-shadow: 1px 3px 8px 0px #000;
	-webkit-box-shadow: 1px 3px 8px 0px #000;
}

#follow {
	background: #fff;
	width: 210px;
	height: 100px;
	color: #5c5c5c;
	float: left;
	margin-top: 50px;
	margin-left: 135px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 10px 3px 10px;
	
			box-shadow: 1px 3px 8px 0px #000;
	   -moz-box-shadow: 1px 3px 8px 0px #000;
	-webkit-box-shadow: 1px 3px 8px 0px #000;
}


.socials a {
	position: relative;
	margin-left: 8px;
}

.socials a:hover {
	top: -2px;	
}


/*-----------------------------
    Photo Styles
-------------------------------*/

img.mainBuilding {
	outline: none;
	padding: 0;
	position: relative;
	cursor: pointer;
	border: none;
	display:inline-block;
	
	/* IE7 inline-block fix */
	zoom: 1;
	*display: inline;
	
		    box-shadow: 1px 3px 8px 0px #000;
	   -moz-box-shadow: 1px 3px 8px 0px #000;
	-webkit-box-shadow: 1px 3px 8px 0px #000;
}

img.importsBuilding {
	outline: none;
	padding: 0;
	position: relative;
	cursor: pointer;
	border: none;
	display: inline-block;
	
	/* IE7 inline-block fix */
	zoom: 1;
	*display: inline;

		    box-shadow: 1px 3px 8px 0px #000;
	   -moz-box-shadow: 1px 3px 8px 0px #000;
	-webkit-box-shadow: 1px 3px 8px 0px #000;
}

img.newCars {
	margin-top: 22px;
}

img.ramTruck {
	margin-top: 22px;
	margin-left: -10px;
}

img.usedCars {
	margin-top: 24px;
	margin-left: 18px;
}


/*-----------------------------
	Footer
-------------------------------*/

footer {
	text-align: center;
	color: #5c5c5c;
}

footer #copyright {
	font-size: 12px;	
}


/*-----------------------------
	Buttons
-------------------------------*/


.btn {
	width: auto;
	background: #5c5c5c;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	font-size: 18px;
	
	/* IE7 inline-block fix */
	zoom: 1;
	*display: inline;
	
	border-radius: 3px;
	margin: 0;
	outline: none;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
	border: none;
	box-shadow: 0px 3px 3px #000;	
	
	
	/* CSS3 transitions */
	-webkit-transition: background-color 0.15s ease-in-out;
	   -moz-transition: background-color 0.15s ease-in-out;
	     -o-transition: background-color 0.15s ease-in-out;
	        transition: background-color 0.15s ease-in-out;
}

.btn:hover {
	color: #fff;
	background-color: #404040;
}

.btn:active {
	top:3px;
	box-shadow: 0px 0px 0px #000;
}

.btn:before {
	display:block;
	position:absolute;
}

.btn-newInventory {
	position: relative;
	margin-top: 25px;
}

.btn-usedInventory {
	position: relative;
	margin-top: 25px;
}



/*-----------------------------
	Global Styles
-------------------------------*/


a.prev {
	font-weight: bold;
	text-decoration: none;
}

a.next {
	font-weight: bold;
	text-decoration: none;
}

.clearfix:before, .clearfix:after {
		content: "";
		display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;	/* for IE6/7  (trigger hasLayout) */
}
