@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	background: #010f14 url(../images/home/backdrop.png) top center repeat-x;
	}

#site {
	margin: 8px auto 1em auto;
	border: 1px solid #CCCCCC;
	}
		
#home-cars {
	position: absolute;
	z-index: 400;
	width: 990px;
	height: 350px;
	overflow: hidden;
	background: #13556b url(../flash/home-cars.swf) 0px 0px no-repeat;
	background-image: url(flash/home-cars.swf);
	}

#summary {
	height: 195px;
	overflow: hidden;
	margin-top: 350px;
	}

#links {
	width: 190px;
	float: left;
	margin: 2px;
	}
	#links li {
		list-style: none;
		margin: 0;
		margin-bottom: 4px;
		border-bottom: 2px solid #efcc7b;
		}
	#links img { display: block; }
	#links .description {
        margin-top: -18px;
		width: 180px;
		height: 18px;
		overflow: hidden;
		line-height: 17px;
		/* background: black url(../images/home/armored-title.png) top right no-repeat; */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: blue;
		padding-left: 5px;
		text-align: center;
		}
    #links a { text-decoration: none; color: blue; text-transform: uppercase; }

#vehicle-types {
	font-size: 11px;
	line-height: 1.5em;
  text-align: justify;
	}
	#vehicle-types div {
		margin: 2px;
		background: url(../images/home/vehicle-types-backdrop.png) 0px 20px repeat-x;
		float: left;
		width: 190px;
		height: 191px;
		overflow: hidden;
		}
	#vehicle-types p { margin: 1em; }
h1 span { display: block; font-weight: bold; font-size: 12px; color: white; text-transform: uppercase; padding-left: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 17px; }
#armored-vehicles-title { background: black url(../images/home/armored-title.png) top right no-repeat; width: 190px; height: 18px; overflow: hidden; }
#armored-cars-title { background: black url(../images/home/armored-title.png) top right no-repeat; width: 190px; height: 18px; overflow: hidden; }
#armored-trucks-title { background: black url(../images/home/armored-title.png) top right no-repeat; width: 190px; height: 18px; overflow: hidden; }

#associations {
	width: 212px;
	float: right;
	margin: 2px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #00467f;
	background: white;
	}
	#associations img { float: left; }
	#associations li {
		border-bottom: 2px solid #efcc7b;
		display: block;
		clear: both;
		float: none;
		list-style: none;
		margin-left: 0px;
		height: 63px;
		}
	#associations img2 { float: right; }
	/* #associations2 li {
		border-bottom: 2px solid #efcc7b;
		display: block;
		clear: both;
		float: none;
		list-style: none;
		margin-left: 0px;
		height: 63px;
		}		*/
	#associations .last { border: none; }
	#associations span { 	float: right; width: 145px; display: block; margin-top: 18px;  }
		
#contact-info {
	clear: both;
	float: none;
	background: white;
	color: #1d6075;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	line-height: 26px;
	}
	#contact-info a { color: #1d6075; }

	
#footer {
	background: black;
	color: white;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	text-transform: capitalize;
	}
	#footer a {
		color: gray;
		}
