body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #7c0000;
	margin: 0px;
	color:#FFF;
}

#BoxTopo {
	width: 780px;
	height: 175px;
	margin: auto;
    background: url(img/topo_pneuscar.png);
    position: relative;
}

#BoxBanner {
	width: 780px;
	height: 329px;
	margin: auto;
}

.box-slider {
	width: 780px;
	margin: 0px;
	border-radius: 10px;
}

#BoxFeatured {
	width: 780px;
	margin: auto;
	text-align: justify;
	background-color: #550000;
}

#BoxContent {
	width: 760px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	background-color: #550000;
}

#BoxBase {
	width: 780px;
	height: 147px;
	background:url(img/baseback.png);
	margin: auto;
}

#BoxEmultec {
	width: 768px;
	text-align:center;
	padding: 6px;
	margin: auto;
}

#BoxTop-Corner {
	width: 780px;
	height: 17px;
	margin: auto;
	background:url(img/top-corner.png);
}

#BoxLink {
	width: 103px;
	height: 62px;
	margin-left: 20px;
	margin-right: 87px;
	margin-top: 13px;
	margin-bottom: 61px;
}

.Title {
	font-size: 20px;
	font-weight: bold;
}

.Sub-Title {
	font-size: 16px;
	font-weight: bold;
}

.Under-Title {
	font-size:13px;
	font-weight: bold;
}

.Small {
	font-size: 11px;
}

.Justify {
	text-align: justify;
}

.Right {
	float: right;
}

.Underline {
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #FF595E;
	text-decoration: none;
}

a:visited {
	color: #FF595E;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #FF595E;
	text-decoration: none;
}

.box-left-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 32px
}

.box-right-menu {
    position: absolute;
    right: 30px;
    bottom: 0;
    font-size: 18px;
    line-height: 32px
}

.box-left-menu ul {
    margin: 0;
}

.box-right-menu ul {
    margin: 0;
}

.box-left-menu li {
    display: inline-block;
    padding: 0px 15px;
}

.box-right-menu li {
    display: inline-block;
    padding: 0px 15px;
}

.box-link {
    width: 200px;
    height: 165px;
    cursor: pointer;
    position: absolute;
    left: 290px;
}
