@charset "UTF-8";
body {
	font: 12px/150% Arial,Helvetica,sans-serif;
	background-color: #fff;
	background:#001d3f;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
}
a img {
	border: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	transition:all 0.14s ease 0s;
}

.container {
	width: 960px;
	background:url(images/contentbg.png) repeat;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top:50px;
}

.header {
	background-color: #ADB96E;
	background:url(images/header.jpg) no-repeat;
	height:430px;
	margin-bottom:30px;
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
.content {
width: 560px;
float: left;
margin-left: 20px;
margin-right: 10px;
}

.sidebar2 {
	float: left;
	width: 170px;
	height:300px;
	margin-right:10px;
}

.image {
	width:560px;
	height:350px;
	background: grey;
	margin: 0 auto;
	margin-bottom:20px;
}

.image1 {
	width:560px;
	height:170px;
	background: grey;
	margin: 0 auto;
	margin-bottom:20px;
}

.image2 {
	width:560px;
	height:395px;
	background: grey;
	margin: 0 auto;
	margin-bottom:20px;
}

.image_dealer_guide {
	width:260px;
	height:340px;
	background: grey;
	margin: 0 auto;
	margin-bottom:20px;
}

.content ul, .content ol { 
}

.ultimotivelogo {
	width:100%;
	height:50px;
	float:left;
	padding:10px;
}

.timeline {
	background-color:none;
}

ul.nav {
	list-style: none;
	margin-bottom: 15px;
	color:white !important;
}
ul.nav li {
	border-bottom: 2px solid #fff;
	background-color:#a6aba4;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #03357a;
	color: #FFF;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
}

.footer {
	padding: 0px 0px 0px 0px;
	position: relative;
	clear: both;
	text-align:center;
	margin-bottom:50px;
	color: #03357a;
	border-bottom:30px solid #03357a;
}

.ebaybox {
	width:170px;
	float:left;
	display:block;
	background:url(images/ebaybutton.png) no-repeat;
	height:170px;
	margin-left:10px;
}

.linkbox {
	width:170px;
	padding-left:0px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*--------------------------------------------------
				TWITTER
---------------------------------------------------*/
.tweets ul, #footer .tweets ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tweets li, #footer .tweets li {
	margin-bottom: 30px;
	word-wrap: break-word;
}
.tweet_even:last-child, .tweet_odd:last-child {
	margin-bottom: 0;
}
.tweets ul span, #footer .tweets ul span {
}
.tweets .tweet_text, #footer .tweets .tweet_text{
	list-style-type: none;
	display: block;
}
.tweets .tweet_text a, #footer .tweets .tweet_text a {
	display: inline;
}
.tweets .tweet_time {
	display: block;
	margin-top: 5px;
}
.tweets .tweet_time a, #footer .tweets .tweet_time a {
	font: normal 11px/20px Helvetica,Arial,sans-serif;
	font-style: normal;
	padding: 5px 0;
}
#footer .tweets .tweet_time a {
	color: #999;
	font-style: italic;
}
.tweets a:hover , #footer .tweets a:hover, .tweets .tweet_time a:hover, #footer .tweets .tweet_time a:hover {
}



