@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/background.gif);
	margin: 0;
}
.red {
	color: #ce1510;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.wrapper {
	width: 1000px;
	margin-left: auto ;
	margin-right: auto ;
	overflow: hidden;
}
.left_border {
	float: left;
	background-image:url(../img/left_border.png);
	width: 13px;
	padding-bottom: 10010px;
  	margin-bottom: -10000px;
}
.right_border {
	float: left;
	background-image:url(../img/right_border.png);
	width: 13px;
	padding-bottom: 10010px;
  	margin-bottom: -10000px;
}
.container {
	width: 974px;
	float: left;
	background-color:#fff;
}
.header {
	background-color:#ed1f24;
	height: 20px;
	width: 100%;
}
.header_links {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
.logo {
	width: 100%;
	padding: 10px;
}
.menu {
	width: 100%;
	margin-left:10px;
}
.menu a {
	padding: 5px;
}
.content_title {
	width: 100%;
	padding: 20px;
}
.content {
	width: 100%;
	height: 366px;
	background-color:#000;
	background-image:url(../img/car.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.content_text {
	float: left;
	margin-top: 10px;
	width: 475px;
	padding: 10px;
}
.news {
	width: 100%;
	height: 285px;
	margin-top: 15px;
}
.news_left {
	width: 350px;
	float: left;
	padding-left: 10px;
}
.news_left_title {
	background-color:#000;
	width: 325px;
	height: 30px;
	margin-top: 10px;
}
.news_center {
	width: 250px;
	float: left;
}
.news_center_box1 {
	border: 2px solid #cccccc;
	width:	240px;
	height: 64px;
	clear: left;
	background-image:url(../img/brake.jpg);
	margin: 15px;
}
.news_center_box2 {
	border: 2px solid #cccccc;
	width:	240px;
	height: 64px;
	clear: left;
	background-image:url(../img/oil.jpg);
	margin: 15px;
}
.news_center_box3 {
	border: 2px solid #cccccc;
	width:	240px;
	height: 64px;
	clear: left;
	background-image:url(../img/car.jpg);
	margin: 15px;
}
.news_center_text {
	background-image:url(../img/news_center_text.png);
	background-repeat:repeat-x;
	margin-top: 35px;
}
.news_right {
	width: 300px;
	float: right;
	padding: 10px;
}
.news_right_title {
	border-bottom: 1px solid #ed1f24;
	margin-bottom: 10px;
}
.news_right a {
	padding-top: 5px;
}
.social_media {
	width: 100%;
	height: 100px;
	padding: 10px;
}
.social_media img {
	margin-right: 10px;
	margin-top: 15px;
}
.footer {
	width: 100%;
	height: 75px;
}

/*
###################################
 INSIDE PAGES CSS
###################################
*/

.inside_left {
	float: left;
	width: 260px;
	border-right: 1px solid #cccccc;
	margin-bottom: 50px;
	margin-top: 35px;
}
#inside_left_box {
	border: 2px solid #cccccc;
	width:	240px;
	height: 64px;
	clear: left;
	margin: 10px;
	cursor:pointer;
}
.inside_left_box_text {
	background-image:url(../img/news_center_text.png);
	background-repeat:repeat-x;
	margin-top: 35px;
}

.inside_brake 	{	background-image:url(../img/brake.jpg);}
.inside_oil 	{	background-image:url(../img/oil.jpg);}
.inside_car 	{	background-image:url(../img/car.jpg);}
.inside_car_red {	background-image:url(../img/car_red.jpg);}
.inside_video 	{	background-image:url(../img/video.jpg);}

.inside_right {
	float: left;
	margin-top: 35px;
	width: 675px;
	padding-left: 15px;
}
.inside_right img {
	padding-top: 10px;
	padding-bottom: 10px;
}
table {
	width: 95%;
	border: 0;
	padding: inherit
	
}

