/*--------------------------------------------------*/
/* General Setup                 					*/

	* {
		padding: 0;
		margin: 0;
	}

	body {
		font-family: helvetica, verdana, arial, sans-serif;
		font-size: 62.5%; /* resets fonts to 16px */
		color: #000;
		background: #fff;
	}

	/*--------------------------------------------------*/
	/* Text                                             */

		p {
			padding: 0 0 12px;
		}

		h1 {
			font-size: 2.1em;
		}

		h2 {
			font-size: 1.63emlargeoframe;
		}

		h3 {
			font-size: 1.6em;
		}

		h4 {
			font-size: 1.4em;
		}

		h5 {
			font-size: 1.1em;
		}

	/*--------------------------------------------------*/
	/* Links                                            */

		a {
			text-decoration: underline;
		}

			a:hover,
			a:active,
			a:focus {
				text-decoration: none;
			}

			a img {
				border: 0;
			}

	/*--------------------------------------------------*/
	/* Lists                                            */

		ul, ol {
			padding: 0 24px 12px;
		}

			ul li,
			ol li {
				padding: 0 0 2px;
			}

	/* Table                                            */

		table {
			font-size: 1em;
		}

			table,
			table td,
			table th {
				border: 0;
			}


/* Generic Classes				                    */

	.offScreen {
		position: absolute;
		left: -5000px;
	}

	.clear:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.error {
		color: red;
	}


/*--------------------------------------------------*/
/* Wrapper						                    */

#wrapper {
	font-size: 1.1em;
	width:980px;
	margin: 0 auto;
	background-color: white;
}

#bannerMitsubishi {
	background-image: url('../../img/sg_mitsubishi.gif');
}

#bannerPeugeot {
	background-image: url('../../img/sg_peugeot.gif');
}

#bannerSubaru {
	background-image: url('../../img/sg_subaru.gif');
}

#bannerPeugeot, #bannerMitsubishi, #bannerSubaru {
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 2px solid gray;
	padding-bottom: 5px;
	margin: 0;	
} 

#bannerMitsubishi h1, #bannerPeugeot h1, #bannerSubaru h1 {
	background-image: url('../../img/Home1.jpg');
	width: 500px;
	height: 50px;
	overflow: hidden;
	text-indent: -600px;
	padding: 0;
	margin: 0;
}

#breadcrumb ul, #bigcrumb ul {
	list-style-position: outside;
	padding: 2px 0 0 0;
	margin: 0;
	color: gray;
}

#breadcrumb li, #bigcrumb li  {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
}

#breadcrumb, #bigcrumb {
	padding-top: 3px;
}

body.Mitsubishi #breadcrumb a, body.Mitsubishi li.startcrumb, body.Mitsubishi #bigcrumb a, body.Mitsubishi h2, p.Mitsubishi, span.Mitsubishi{
	color: red;
}

body.Peugeot #breadcrumb a, body.Peugeot li.startcrumb, body.Peugeot #bigcrumb a, body.Peugeot h2, p.Peugeot, span.Peugeot, body.Peugeot #wrapper a{
	color: blue;
}

#bigcrumb li {
	font-size: 14px;
	padding-right: 20px;
}

#breadcrumb, #bigcrumb{
	padding-bottom: 8px;
}

#breadcrumb a, #bigcrumb a {
	text-decoration: none;
}

#lboxleft {
	width:770px;
	float: left;
}

#lboxleft h2 {
	font-size: 15px;
	text-align: center;
	color: black;
	padding: 5px 0;
	text-transform: uppercase;	
}

#mbox {
	width: 450px;
	float: left;
}


#sboxright h4 {
	color: white;
	margin: 5px;
	text-align: center;
	font-size: 17px;
}

#sboxright h5 {
	color: white;
	margin: 0 0 0px 5px;
	font-weight: strong;
	font-size: 15px;
}

#box300 {
	float: left;
	width: 300px;
	font-size: 12px;
}

#box350 {
	float: left;
	width: 350px;	
}

#box300 a, #box300 a:visited {
	color: red;
}

#box300 h2 {
	padding-left: 10px;
}

#box300 ul {
	padding-top: 10px;
}

#sboxright, #sboxleft {
	width:210px;
	float: left;
}

.sboxrightBg{
	background:#CFCFCF;
}

#sboxright p, #sboxleft p, #box300 p {
	padding: 10px;
}

#sboxright h3, #sboxleft h3 {
	font-size: 13px;
	color: red;
	padding-left: 10px;
}

#sboxright img, #sboxleft img {
	padding: 8px 0 0px 10px;
}

#sboxright ul {
	padding: 0 0 0 20px;
	margin: 0;
}

#sboxright li {
	list-style-type: disc;
	color: red;
	font-size: 24px;
	font-weight: bold;
}

#sboxright ul li h2 {
	color: black;
	font-size: 18px;
}

#sboxmiddle {
	float: left;
	width: 275px;
	padding: 0;
	margin: 0;
}

#sboxmiddle h2.Mitsubishi {
	padding-left: 10px;
}

#sboxmiddle p{
	padding: 10px;
	font-size: 15px;
}

#sboxmiddle p.bolder {
	font-weight: bold;
}

#sboxmiddle ul {
	font-size: 14px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 1px;
}

#footer ul {
	list-style-position: outside;
	padding: 2px 0 0 0;
	margin: 0;
	color: gray;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
}

#footer a, #footer a:visited, #footer a:active {
	color: gray;
	text-decoration: none;
}

#footer h2 {
	text-indent: -4000px;
	display: block;
	background-image: url('../../img/mitsubishi-gateway.jpg');
	height: 100px;
	background-repeat: no-repeat;
}

label {
	margin: 0 0 0 5px;
	float: left;
	clear: both;
	width: 55px;
}

select {
	margin: 5px 0;
}

textarea, input {
	width: 140px;
}

p.middle {
	text-align: center;
	padding: 0;
	margin: 0;
}

#iframe {
	overflow-x: hidden;
}

#map {
	padding: 20px;
	margin: 0 auto;
	clear: both;
	width: 725px;
	height: 450px;
	
}

#map h2 {
	background-color: #888;
	color: white;
	text-align: left;
	padding-left: 10px;
}


#largeoframe {

	height: 4000px;
	width: 980px;
	overflow: hidden;
	position: relative;
	float: left;
	border: 0;
	margin-left: 100px;
  	overflow-x: hidden;
  	background-image: url('/a/img/white.jpg');
  	padding-top:30px;
}

.largeiframe {
	position: absolute;
  	left: -165px;
  	top: -170px;
	width: 940px;
	border: 0;
	overflow-x: hidden;
  	background-image: url('/a/img/white.jpg');
}

.largeiframeWithoutTitle {
	position: absolute;
  	left: -165px;
  	top: -210px;
	width: 940px;
	border: 0;
	overflow-x: hidden;
  	background-image: url('/a/img/white.jpg');
}

#pageHeading{
	margin-left: 102px;
}

#regbox {
	width: 25%;
	margin: 0 0 0 70px;
	padding: 0;
	float: left;	
}

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

#regbox h2 {
	padding-bottom: 10px;
}

#mbox ul li.inline{
	display: inline;
}

.businessUsersHeading{
	background: url('../../img/BusinessUsers.jpg') no-repeat 0 0;
	width:260px;
	height:35px;
}

.newCarsHeading{
	background: url('../../img/SelectaMitsi.jpg') no-repeat 0 0;
	width:320px;
	height:35px;
}

.usedCarsHeading{
	background: url('../../img/SelectaUsedMitsi.jpg') no-repeat 0 0;
	width:426px;
	height:40px;
}

.offersHeading{
	background: url('../../img/Offers.jpg') no-repeat 0 0;
	width:126px;
	height:35px;
}

.dealersHeading{
	background: url('../../img/SouthgateDealers.jpg') no-repeat 0 0;
	width:550px;
	height:50px;
}

.servicingHeading{
	background: url('../../img/MitsiServicing.jpg') no-repeat 0 0;
	width:550px;
	height:50px;
}

.bodyShopHeading{
	background: url('../../img/MitsiPaintBody.jpg') no-repeat 0 0;
	width:550px;
	height:50px;
}

.partsHeading{
	background: url('../../img/PartsAccessories.jpg') no-repeat 0 0;
	width:550px;
	height:50px;
}

.aboutUsHeading{
	background: url('../../img/AboutUs.jpg') no-repeat 0 0;
	width:250px;
	height:45px;
}


/*--------------------------------------------------*/
/*  Form   */

.serviceForm{
	width:215px;
}
	.serviceForm fieldset{
		border:none;
		padding:5px;
		background:#CFCFCF;
	}
	
	form p{
		padding:0;
		margin:0;
		font-size:1.1em;
	}
	.serviceForm .row{
		margin:0 0 10px 0;
		float:left;
	} 

	.serviceForm label, .serviceForm select, .serviceForm input, .serviceForm textarea{
		padding:0;
		margin:0;
	} 

	
















