@import	url("reset.css");

/*-----------------------------------------------------------------------------------*/
/*	Container
/*-----------------------------------------------------------------------------------*/
body p { font-size:16px; }

.container { 
	position: relative; 
	width: 100%; 
	margin: 0 auto; 
	padding: 0;
	background: #add6ff; /* Old browsers */
background: -moz-linear-gradient(top,  #add6ff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#add6ff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #add6ff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #add6ff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #add6ff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #add6ff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add6ff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

}

.dealer-number { position:absolute;right:.7em;top:170px;color:#fff;font-size:25px;font-weight:700; }
h3.click-call { border: 1px solid black; text-align: center; padding: 5px 10px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #8fa0a8; margin-bottom: 15px; }
h3.click-call a { display: block; color: #fff; text-decoration: none; width: 100%; font-weight: 800; }

/*-----------------------------------------------------------------------------------*/
/*	Forms
/*-----------------------------------------------------------------------------------*/

.franchise-form { background: #007349; }
	.franchise-form form { padding: 20px; color: #fff; }

form input[type="text"], form textarea, form select { width: 95%; }

form input.postal_length { width: 100px; display: block; margin: 0 auto; }

/*-----------------------------------------------------------------------------------*/
/*	Logo
/*-----------------------------------------------------------------------------------*/

.logo { /*height: 155px;*/   background-color: #FFF; position:relative; }
	.logo img { display: block; /*margin: 0 auto;*/ padding-top: 0px; max-width: 150px; padding:20px; }

/*-----------------------------------------------------------------------------------*/
/*	Options
/*-----------------------------------------------------------------------------------*/
.options-holder { width: 100%; min-height:328px; }
.options-holder p { text-align: center; color: #fff; margin-bottom: 0; padding-top: 5px; font-weight: 800; }

.options { max-width: 320px; display: block; margin: 0 auto; padding-bottom:10px; padding-top:22%; }
	.options img { height: 120px; margin: 10px; }
	.options img.first { margin-left: 30px; }

/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/

.links { padding-bottom: 10px; padding-top: 4px; background: #89d766; margin-top: -10px; }

.links p.description { text-align: center; font-weight: 800; margin: 0; padding: 5px 10px; }

.links ul li {
	margin:0;
	padding: 0;
}

.links ul li a {
	width: 85%;
	margin: 10px auto;
	display: block;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	font-weight: 800;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(170, 170, 170)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(170, 170, 170));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(170, 170, 170));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(170, 170, 170));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(170, 170, 170));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(170, 170, 170));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#aaaaaa');
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.links ul li a span {
	background: url(../images/right-arrow.png) no-repeat right center;
	width: 26px;
	height: 26px;
	margin-top: -3px;
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	Navigation
/*-----------------------------------------------------------------------------------*/

nav ul#nav { display: none; width: 100%; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; }
	nav ul#nav li a { padding: 15px 0px 15px 20px; background: #ccc; border-bottom: 1px solid #292929; width: 100%; display: block; margin-bottom: -12px; text-decoration: none; font-size: 18px; font-weight: 600; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; }

#menu-icon { padding: 10px; color: #fff; background-color: #212121;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 33, 33)), to(rgb(0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
background-image: -moz-linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
background-image: -o-linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
background-image: -ms-linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
background-image: linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#212121', EndColorStr='#000000');
cursor: pointer;
font-size: 18px; }

#menu-icon-green { 
	padding: 10px; 
	color: #fff; 
	background-color:#333; 
	background-image:url(../images/nav-bg-long.jpg); 
	background-repeat:repeat-x;
	cursor: pointer;
	font-size: 18px; 
	}

	#menu-icon-green img { float: right; }

/*-----------------------------------------------------------------------------------*/
/*	Content
/*-----------------------------------------------------------------------------------*/

.content { padding: 0px 10px 20px; }
	.content h2 { font-family: Helvetica; font-size: 24px; font-weight: 600; margin-top: 10px; }
		.content h2.franchise { line-height: 22px; margin-bottom: 20px; margin-top: 20px; }
	.content hr { margin-bottom: 0px; }
	.content select { height: 40px; }
	.content a.call-franchise { font-size: 17px; margin-top: -10px; }

.green-bg { background: #89d766; color: #fff; }

/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/

footer { background-color: #212121;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 33, 33)), to(rgb(0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
background-image: -moz-linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
background-image: -o-linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
background-image: -ms-linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
background-image: linear-gradient(top, rgb(33, 33, 33), rgb(0, 0, 0));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#212121', EndColorStr='#000000');
margin-top: -18px;
padding: 20px 0px 10px;
}

	footer p { text-align: center; color: #fff; }
		footer p a, footer p a:visited { color: #ccc; }

.list-item { 
	margin-left:30px !important;
	list-style:disc outside !important;
	font-size:16px;
	}		

.eNum {
   	text-align:right;
    float: right;
    width: 300px;
	position:absolute;
	top:10px;
	right:10px;
}

.eNum a { text-decoration:none; }

.eNum span {
    display: block;
    margin-top: -30px;
}