* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: 100%;
	background: url(../layouts/cartuning/images/bg.jpg) repeat-x top left;
	background-color: #792F32;
}
#global {
	position: relative;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto;
	/*margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

#logo {
	float: left;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	width: 220px;
	height: 125px;
	background: url(../layouts/cartuning/images/logo.png) no-repeat;
}

#car {
	position: absolute;
	top: 355px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 350px;
	height: 250px;
	background: url(../layouts/cartuning/images/car.png) no-repeat;
	z-index: -1;
}

#topmenu {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
	/*height: 40px;*/
	/*background: url(../layouts/iongroup/images/nav1.jpg) no-repeat;*/
}

#menus {
	margin: 0;
	padding: 0;
	height:40px;
	list-style: none;
}

.menu {
	float: left;
	display: block;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-left: 20px;
	width: 210px;
	height: 33px;
	text-align: left;
	background: url(../layouts/cartuning/images/menuInactifBg.png) no-repeat;
}

.menu:hover {
	float: left;
	width: 210px;
	height: 33px;
	text-align: left;
	background: url(../layouts/cartuning/images/menuSelectedBg.png) no-repeat;
}

.menu a {
	display: block;
	margin: 8px 0px 0px -10px;
	padding: 2px 0px 0px 25px;
	width: 170px;
	height: 20px;
	color: #868686;
	font-size: 0.9em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

.menu a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
		
}

#outercontent {
	float: right;
	margin: 0;
	margin-top: 50px;
	width: 560px;
	height: 370px;
	background: url(../layouts/cartuning/images/contentBg.png) no-repeat;
}

#content {
	position: relative;
	margin: 20px 0px 0px 25px;
	padding: 0px;
	width: 510px;
	color:#FFF;
	font-size:0.80em;
}

ul.galleries {
	margin:0;
	padding:0;
	list-style:none;
}
ul.galleries em {
	display:block;
	width: 150px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	background: url(../layouts/cartuning/images/symbol.png) no-repeat 120px 0px;
}
ul.galleries li {
	color:#B80501;
	font-size:1.2em;
	font-weight:bold;
}

.clear {
	clear: both;	
}
.left {
	float: left;
}
.right {
	float: right;	
}

/*** css for the content (ex: promo boxes, etc) ***/
p {
	margin: 0;	
}
strong {
	font-weight: bold;
}
table {
	padding: 5px;
	border: 0px;	
}
table td p {
	margin: 0;
	padding: 0;
	padding-left: 2px;
	line-height: 1.1em;
	font-size: 0.85em;
}
h1 {
	margin: 5px 0px;
	padding: 0;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	margin: 1px 0px;
	padding: 0;
	color: #FFF;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: -0.015em;
}
h3 {
	font-size:14px;
	font-weight: normal;
	color: #B80501;
}
