#body {
	/*background-color:#000;*/
	background-image:url('../images/body_bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;	
	padding:0;
	margin:0;
	width:100%;
}

#header {
	width:980px;
	height:150px;
	margin:auto;
	text-align:center;
	color:#FFF;
}

#logo {
	width:178px;
	height:118px;
	float:left;
	margin-left:40px;
	margin-top:30px;
	text-align:center;
	color:#FFF;
}

#tagline {
	float:right;
	position:relative;
	right:200px;
	top:50px;
	width:500px;
}

img {
	border:0;
}

#separator {
	width:100%;
	height:10px;
	margin:auto;
	text-align:center;
	color:#FFF;
	background-image:url('../images/menu-bg.png');	
}

#mainContainer {
	width:1020px;
	height:540px;
	margin:auto;
	text-align:center;
	color:#FFF;
}

#main {
	width:1020px;
	height:540px;
	float:left;
	text-align:center;
	color:#FFF;
	/*background-image:url('../images/main-bg.png');*/
}

#surrounder {
	width:100%;
}

#left {
	width:180px;
	height:700px;
	padding-top:10px;
	text-align:center;
	color:#FFF;
	float:left;
}

#right {
	width:780px;
	height:700px;
	margin:auto;
	padding-right:5px;
	text-align:center;
	color:#FFF;
	float:right;
}

#menus {
	width:50px;
	height:auto;
	color:#FFF;
	float:right;
	margin-top:50px;
}

#back_home_container {
	width:1100px;
	margin:0 auto;
}

#homeContainer {
	font-family:'AppleGaramondRegular',calibri,arial,tahoma,sans-serif;
	font-size:18pt;
	height:550px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}

#servicesContainer {
	background-color:rgba(0, 0, 0, 0.9);
	font-family:'AppleGaramondRegular';
	margin:20px auto 0;
	padding:15px;
	font-size:19px;
	height:auto;
	width:1100px;
	color:white;
	display:none;
}
#servicesContainer p {
	margin:0;
	text-align:center;
}

#inventoryContainer {
	background-color:rgba(0, 0, 0, 0.9);
	font-family:'AppleGaramondRegular';
	font-size:19px;
	height:auto;
	margin:20px auto 0;
	padding:65px 15px;
	width:1100px;
	color:white;
	text-align:center;
	display:none;
}

div[id$="Items"] {
	overflow:hidden;
}

div[id$="Items"] ul {
	width:900px;
}

div[id$="Items"] li {
	width:260px;
	float:left;
	padding:0 30px 0 0;
	line-height:24px;
}

#brandsContainer {
	background-color:rgba(0, 0, 0, 0.9);
	font-family:'AppleGaramondRegular';
	font-size:18px;
	height:380px;
	margin:20px auto 0;
	padding:15px;
	width:1100px;
	color:white;
	text-align:center;
	display:none;
}

#brandsContainer a {
	color:white;
}

#brandsContainer a:hover {
	color:#CCC;
}

#aboutUsContainer {
	background-color:rgba(0, 0, 0, 0.9);
	font-family:'AppleGaramondRegular';
	font-size:19px;
	height:auto;
	margin:20px auto 0;
	padding:15px;
	width:1100px;
	color:white;
	text-align:center;
	display:none;
}

#contactContainer {
	background-color:rgba(0, 0, 0, 0.9) !important;
	font-family:'AppleGaramondRegular';
	font-size:20px;
	height:auto;
	margin:20px auto 0;
	padding:15px 0 0;
	width:1100px;
	color:white;
	text-align:center;
	display:none;
}

.brand {
	padding-top:12px;
	padding-bottom:12px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#FFF;
}



#home, #services, #inventory, #about_us, #contact, #taylor, #larrivee, #morgan, #gibson, #deering, #weber, #cole_clark, #rainsong {
	cursor: url('aero_link.cur'), pointer; 
}

#footer {
	width:450px;
	height:90px;
	margin:-20px auto 10px;
	background-image:url(../images/footer_bg.png);
}

#copyrights {
	font-family:'FertigoProRegular',calibri,arial,tahoma,sans-serif;
	font-size:12pt;
	color:white;
	width:430px;
	margin:0px auto 0px;
	padding:5px;
	text-align:center;
}

#copyrights a {
	color:#dbaa0c;
}

#copyrights a:hover {
	color:red;
}

#menuServicesImg:hover, #menuServicesImg:focus, #menuInventoryImg:hover, #menuInventoryImg:focus, #menuBrandsImg:hover, #menuBrandsImg:focus, #menuAboutUsImg:hover, #menuAboutUsImg:focus {
  /*-moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);*/
}
