/***********************************************************************************************************\
\****** All content(Programming, Design, Artwork, Pictures) created by: Dustin Brown - admin@dustinb.com ***\
\****** for Advanced Crane & Hoist Services, Inc. Pearland, TX                                           ***\
\****** Copyright © 2009 Advanced Crane & Hoist Services, Inc. Pearland, TX - All Rights Reserved        ***\
\***********************************************************************************************************/
@charset "utf-8";
/* CSS Document */

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 982px;
	background-attachment: fixed;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat;
	z-index: 1;
}

#navigation  {
	width: 162px;
	float: left;
	background-image: url(../images/vertDiv.jpg);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}

#manufacturers  {
	width: 110px;
	float: right;
	background-image: url(../images/vertDiv.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
}

#navigation	A:link {color: #FFF; text-decoration: none}
#navigation	A:hover {background: #000000; color: #FFCC00;}

#bottomtext {
	text-align: center;
	top: 15px;
	position: relative;
}

#bottomtext A:link {color: #FFF; text-decoration: none}
#bottomtext A:hover {background: #000000; color: #FFCC00;}

#left {
	width: 59px;
	float: left;
	background-image: url(../images/leftTile.jpg);
	text-align: left;
	clear: both;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
}

body {
	background-image: url(../images/bg.jpg);
}

#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 118px;
}

#top {
	background-image: url(../images/top.jpg);
	background-repeat: repeat;
	height: 23px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: bottom;
}
#toptext {
	position: relative;
	top: 5px;
}


#content {
	float: left;
	width: 591px;
	text-align: center;
	text-indent: 0px;
	color: #FFF;
}
#maintext {
	width: 581px;
	margin-left: 5px;
	margin-right 5px;
	text-align: left;
}

#content .img {
	text-align: center;	
}

#bottom {
	background-image: url(../images/bottom.jpg);
	height: 83px;
	width: 982px;
	clear: both;
	z-index: 2;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: 50%;
	letter-spacing: normal;
	word-spacing: normal;
}

#right {
	float: right;
	width: 60px;
	background-image: url(../images/rightTile.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

img {  
	border-style: none;
}

#specials {
	width: 581px;
	margin-left: 5px;
	margin-right 5px;
	text-align: left;
	/*width: 591px;*/
}

#specials .img {
	float: right;
	margin-right: 30px;
	position: relative;
	top: 0px;
	clear: both;
}

.bottomdivider {
	text-align:center;
}

#webtext { /*Search Engine Tags Text Color*/
	color: #FFFFFF;
}

ul {
	margin: 20px;
	text-align: left;
}