@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e1e1e1;
}

/* misc */

a {
	text-decoration: none;
}

a img {
	border: none;
}

/* end of misc */

.wrapper {
	width: 760px;
	margin: 0 auto;
}

.header {
	position: relative;
	height: 256px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
}

.header .menu {
	position: absolute;
	line-height: 36px;
	right: 64px;
	top: 64px;
	color: #FFFFFF;
	font-weight: bold;
}

.header .menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin: 0 7px 0 7px;
}

.header .menu a:hover {
	color: #000000;
}

.header .logo {
	position: absolute;
	right: 46px;
	top: 117px;
}

* html .header .logo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
   src='images/logo.png', sizingMethod='image');
	width: 351px;
	height: 84px;
}

* html .header .logo img {
	display: none;
}

.content {
	padding: 0 25px 0 25px;
}

.content .nav {
	margin: 0 -25px;
}

.content .nav .our-vespas {
	height: 320px;
	background-image: url(../images/vespas.png);
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	margin-bottom: -50px;
}

* html .content .nav .our-vespas {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
   src='images/vespas.png', sizingMethod='image');
	background-image: none;
}

.content .nav .our-lambrettas {
	height: 320px;
	background-image: url(../images/lambrettas.png);
	float: right;
	width: 50%;
	background-repeat: no-repeat;
	margin-bottom: -50px;
}

* html .content .nav .our-lambrettas {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
   src='images/lambrettas.png', sizingMethod='image');
}

.content .nav .button-left {
	background-image:url(../images/button-left.png);
	padding-left: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #616161;
	width: 120px;
	height: 34px;
	float: left;
	line-height: 34px;
	background-repeat: no-repeat;
	margin: 107px 0 0 125px;
	cursor: pointer;
}

* html .content .nav .button-left {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
   src='images/button-left.png', sizingMethod='image');
	margin: 107px 0 0 130px;
}

.content .nav .button-right {
	background-image:url(../images/button-right.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #616161;
	width: 159px;
	height: 34px;
	float: left;
	line-height: 34px;
	right: 111px;
	top: 106px;
	margin: 107px 0 0 110px;
	cursor: pointer;
}

* html .content .nav .button-right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
   src='images/button-right.png', sizingMethod='image');
	margin: 107px 0 0 100px;
}

.content h1 {
	margin-top: -50px;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #444649;
	clear: both;
}

.content a {
	color:#000000;
	text-decoration:underline;
}

.content a:hover {
	text-decoration: underline;
}

.content .tripple {
	padding-top: 10px;
	clear: both;
}

.content .tripple .third {
	width: 230px;
	float: left;
	margin-right: 13px;
}


.content .tripple .last {
	margin-right: -10px;
}

.content .tripple h2 {
	margin: 10px 0 15px 0;
	padding: 0;
	line-height: 22px;
}

.content .tripple h2 a {
	font-size: 20px;
	line-height: 22px;
	color: #444649;
	text-decoration: none;
}

.content .tripple h2 a:hover {
	text-decoration: none;
}

.footer {
	clear: both;
	width: 100%;
	background-image:url(../images/footer-bg.png);
	background-repeat: repeat-x;
}

.footer .effect {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	background-image:url(../images/footer-effect-bg.png);
}

.footer a {
	color: #7da821;
}

.footer a visited{
	color: #7da821;
}

.footer a:hover {
	text-decoration: underline;
}