body {
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	color: #333;
	background-color: #e6e9ea;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}

*.clear {
	height: 0;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	clear: both;
}

#page {
	width: 960px;
	margin: 0 auto;
	background-color: white;
	border-bottom: 1px solid #d6d9db;
}

#top {
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	background-image: url(/images/key-visual.jpg);
	margin: 0 auto; 
	width: 960px;
	height: 245px;
}

#logo {
	display: block;
	position: absolute;
	top: 10px; 
	width: 120px;
	height: 60px;
}

#quick-links {
	margin: 145px 10px 0;
	float: right;
}

#quick-links  img {
	display: inline;
	padding: 1px;
}

#menu {
	float: right;
	display: block;
	margin: 32px 10px 0 0;
}

#menu li{
	display: inline;
	margin: 0 2px;
}

#menu li a {
	padding: 4px;
	color: #7fcce8;
	font-size: 13px;
}

#content {
	clear: both;
	padding: 0 10px 10px 10px;
	overflow: hidden;
}

.column-wrapper {
	width: 960px;
}

.column {
	float: left;
	width: 300px;
	margin: 0 20px 12px 0;
	border-bottom: 5px solid #e11b22;
}

.column-half {
	float: left;
	width: 320px;
	margin: 0 20px 12px 0;
}

.column p{
	font-size: 11px;
	color: #333;
}

#essence {
	width: 700px;
	margin: 0;
	float: right;
	overflow: hidden;
}

#essence .column-wrapper {
	width: 720px;
}

#essence .column {
	width: 220px;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
}

#essence .column p {
	font-size: 12px;
}

.column img {
	margin-top: 0;
}

.small-column {
	float: left;
	width: 140px;
	margin: 0 20px 17px 0px;
}

.small-column img {
	margin: 0;
}

.small-column h2 {
	font-size: 14px;
	color: white;
	padding: 10px 0;
	background: black;
	text-align: center;
}

.small-column p {
	font-size: 11px;
	color: #333;
}

h1 {
	font-weight: normal;
	margin: 8px 0 17px 0;
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
}

h1.graphic {
	display: block; 
	height: 55px; 
	margin: 0 0 17px 0; 
	padding: 0; 
	text-indent: -9999px; 
	background-repeat: no-repeat;
	background-position: 0 19px;
}

h2 {
	clear: both;
	color: black;
	font-size: 16px;
	margin: 8px 0 19px 0;
	font-weight: normal;
}

ul.text {
	margin: 18px 0;
	padding: 0 18px;
}

ul.text li {
	line-height: 18px;
	padding: 0 18px;
	margin: 0;
	list-style: none;
	background-image: url(/images/list-style.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

sup {
	margin: 0;
	padding: 0;
}

a {
	color: #0099d2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 18px;
	margin: 18px 0;
}

p.slogan {
	color: #0099d2;
}

img {
	margin: 18px 0;
	display: block;
}

hr {
	background-color: #e7e7e7;
	height: 1px;
	border: 0;
}

a img {
	border: none;
}

table.models {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.models  th {
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
	padding: 9px 10px 10px 10px;
}

table.models  td {
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px 3px;
}

table.models tr.odd {
	background-color: #f1f1f1;
}

#navigation {
	width: 230px;
	float: left;
}

#submenu {
	width: 218px;
	font-size: 12px;
	margin: 54px 10px 10px 0;
	padding: 0;
	border-bottom: 5px solid #e11b22;
}

#submenu li a {
	padding: 9px 10px;
	display: block;
	background-image: url(/images/submenu-point.png);
	background-repeat: no-repeat;
	background-position: 198px center;
}

#download li a{
	display: block;
	line-height: 12px;
	padding: 5px 0 6px 30px;
	background-image: url(/images/pdf.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}


.vertical-menu {
	display: block;
	width: 218px;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	line-height: 18px;
	list-style: none;
}

.vertical-menu li {
	background-image: url(/images/submenu-bg.png);
}

.vertical-menu li:hover {
	background-image: url(/images/submenu-hover-bg.png);
}

.vertical-menu li a {
	background-image: url(/images/pdf.png);
}

.vertical-menu li .description {
	color: #333;
	font-size: 10px;
	margin: 0;
}

.vertical-menu li.active {
	background-image: url(/images/submenu-hover-bg.png);
}

.vertical-menu li.active a {
	font-weight: bold;
	color: #333;
}

#map {
	float: left; 
	width: 540px; 
	height: 444px;
	margin-bottom: 10px;
}

#points-of-sale {
	border: 1px solid #e7e7e7;
	float: right;
	width: 388px;
	height: 442px;
	overflow-y: scroll;
}

#cities {

}

ul#cities li{
	padding: 11px 15px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	color: #0099d2;
	background-image: url(/images/submenu-bg.png);
	background-repeat: repeat-x;
}

ul#cities li div{
	font-weight: normal;
	cursor: default;
	font-size: 12px;
	color: #333;
	display: none;
	padding-top: 10px;
}

ul#cities li div p {
	margin: 10px 0 0;
}

#footer {
	margin: 20px 0;
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	border-top: 5px solid #a6abad;
	border-bottom: 1px solid #a6abad;
	color: #888;
	background-color: #cdd3d6;
}

#footer-content {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
}

p#copyright {
	float: left;
}

p#brands {
	float: right;
}
