html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;
    text-align: justify;
}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;height: 826px;}

/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */

/*end reset*/

body {
	background-image: url(../images/fordbackground.png);
}
p, a, h4, td, h5 {
	padding: 5px 1px 5px 1px;
	font-family: Verdana;
}
p, h4 {
	padding-left: 10px;
	line-height: 25px;
}
.wrap {
	width: 80%;
	margin: auto;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 50%), 0 2px 5px 0 rgb(19 81 216 / .5);
}

.logo{
	float:left;
	margin-top: 18px;
}

/*----top-nav----*/
.header {
	width: 100%;
	background-color: white;
	border-bottom: 2px solid rgb(19 81 216);
}
.top-nav ul li {
	display: inline-block;
	float: left;
}
.top-nav {
	background-color: white;
	width: fit-content;
	margin: auto;
}
	.top-nav ul li a {
		display: inline-block;
		height: 18px;
		padding: 22px;
		font: 18px Verdana;
		color: rgb(19 81 216);
		font-family: Verdana;
	}
	.top-nav ul li.active > a {
		color: black;
		/*
		text-shadow: -1px 0 rgb(19 81 216), 0 1px rgb(19 81 216), 1px 0 rgb(19 81 216), 0 -1px rgb(19 81 216);
		*/
	}
	.top-nav ul li > a:hover {
		color: rgb(19 81 216);
		/*
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
		*/
		text-decoration: underline;
	}

/*----contact-----*/
		.content {
	background:#fff;
	padding:0px 20px;
}
.img_box {
	/*height: 200px;
	width: 200px;*/
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%), 0 3px 10px 0 rgb(19 81 216 / .5);
}

/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
    height: 2500px;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}
.span_1_of_2 {
	width: 20%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	/*border-right: 1px solid rgb(37, 37, 37);*/
}
.span_2_of_2 {
	width: 70%;
	padding: 0px 0px 0px 2%;
	height: 1000px;
	border-left: 1px solid rgb(19 81 216);
	vertical-align: top;
}
	.span_2_of_2 h3,
	.span_1_of_2 h3 {
		display: block;
		padding: 25px 0px 25px 0px;
		font: 18px/16px Verdana;
		color: rgb(19 81 216);
		font-family: Verdana;
		text-transform: uppercase;
		/*text-shadow: 1px 1px #CCC;*/
	}
.span_1_of_2 h5 {
	display: block;
	padding: -5px 0px -5px 0px;
	font: 12px Verdana;
	font-family: Verdana;
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_1_of_2 {
		width: 94%;
		padding: 3%;
	}
	.span_2_of_2 {
		width: 94%;
		padding: 3%;
		border-left: 0px;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
}
/*----zoomer----*/
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
		.clearfix{display:block;zoom:1}
		
		
		ul#thumblist{display:block;}
		ul#thumblist li{float:left;margin-right:2px;list-style:none;width: 30.8%;}
		ul#thumblist li a{display:block;border:1px solid #CCC;}
		ul#thumblist li a.zoomThumbActive{
		    border:1px solid red;
		}
		
		.jqzoom{
		
			text-decoration:none;
			float:left;
		}
	
/*----responsive design----*/
@media only screen and (max-width: 1600px) and (min-width: 1440px) {
	.wrap{
		width:90%;
	}
	.top-nav ul li a {
		padding: 22.6px 25.2px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 768px) {
	.wrap{
		width:90%;
	}
	.top-nav ul li a {
		padding: 22.6px 25.2px;
		font-size: 12px;
	}
	img {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 100px) {
	.wrap{
		width:90%;
	}
	.top-nav ul li a {
		padding: 22.6px 13.17px;
		font-size:10px;
	}
	img {
		width: 100px;
	}
}
