@CHARSET "UTF-8";

/***********************************************/
/* SYTLESHEET FOR GLOBAL STYLES */
/***********************************************/
* {
	margin:0;
	padding:0;
	list-style: none outside none;
}

@font-face {
    font-family: "Calibri";
    src: local("Calibri"), url("../../mdws/font/calibri.ttf") format("truetype");
}
@font-face {
    font-family: "Calibri Bold";
    src: local("Calibri Bold"), url("../../mdws/font/calibrib.ttf") format("truetype");
}

html, body {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #323232;
}

body {
	background-color: #ebebeb;
}

img {
	border: 0 none;
}

ul, li {
	list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

h2, h3, h4, h5 , h6
{
	margin-top: 0px;
}
table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	color: inherit;
	outline:none;
}
a:link {
   	text-decoration: none;
	color: #323232;
}
a:visited {
    text-decoration: none;
	color: #323232;
}

a.link, .optional_img_left a {
	background-image: url("../../mdws/images/link_green.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #387d3c;
    padding-left: 9px;
}

a.link:hover, a.link.news:hover, a.nocolor:hover {
	text-decoration: underline;
	color: #387d3c;
}

hr.doted {
	border : none;
	border-top: 1px dotted #CCCCCC;
}

span.phone {
	background: url("../../mdws/images/contact_us/bg_picto_phone.jpg") no-repeat scroll 0 3px transparent;
    padding-left: 20px;
}

span.fax {
	background: url("../../mdws/images/contact_us/bg_picto_fax.jpg") no-repeat scroll 0 4px transparent;
    padding-left: 20px;
}


/***********************************************/
/* SYTLESHEET FOR SPECIFIES */
/***********************************************/
div#global {
	width: 990px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

div#header {
	height: 147px;
}

div#main {
	background-color: #FFFFFF;
	padding:20px;
	padding-top: 15px;
	margin-bottom: 10px; 
}

div#footer {
	padding-top: 15px;
	font-size: 12px;
}

h1 {
	font-size : 22px;
	padding-bottom: 20px;
}

/************************/
/* DEALERS INFORMATIONS */
/************************/

.dealer_info {
	margin-top:15px;
	margin-bottom:15px;
}

.dealer_info .link {
	margin-bottom:10px;
	font-weight: bold;
	display: block;
}

.dealership_container {
	clear: both;
	display: block;
}

.dealership_container .dealership_info {
	width: 218px;
	padding-right: 18px;
	float: left;
	padding-bottom: 12px;
}

.domain_host {
	width: 218px;
	padding-right: 18px;
	float: left;
	font-size: 12px;
}

.domain_host a {
	color: #387d3c;
}

.domain_host a:hover {
	text-decoration: underline;
	color: #387d3c;
}

