@media only screen and (min-width: 1141px) {
	
/*-----BODY -----*/
body {
	background-image: url(../images/body-repeat.png);
	background-repeat: repeat-x;
}

/*-----WRAPPER------*/
#wrapper{
	background: url(../images/tires.png) no-repeat center top;
	padding: 4em 0;
}

/*-----CONTAINER -----*/
#container {
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 0 20px #CCC inset;
}

/*-----HEADER -----*/
header {}
header img {
	display: block;
	-webkit-transition: margin-left .5s ease-in; 
	-moz-transition: margin-left .5s ease-in; 
	-o-transition: margin-left .5s ease-in; 
	transition: margin-left .5s ease-in;	
}

header img:hover {
	margin-left: 543px;
}	

/*--Company logo--*/


/*-----NAVigation -----*/



/*-----CONTENT -----*/


/*COLUMNS*/


/*-----IMAGES -----*/
ul.carpics li a:hover img {
         -webkit-transform: scale(1.5);
         -moz-transform: scale(1.5);
         -o-transform: scale(1.5);
         transform: scale(1.5);
		 box-shadow: 0 0 60px #000;
}
#content ul.carpics li a img {
	-webkit-transition: -webkit-transform 0.2s ease-in-out; 			
	-moz-transition: -moz-transform 0.2s ease-in-out; 
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;	
}


/*----- SOCIAL LINKS -----*/


/*----- FOOTER -----*/
footer {
	border-radius: 0 0 10px 10px;	
}

/*OTHER STUFF*/
div.keepOpen {clear: both;}	
	
}
