/* STYLESHEET FOR ALLEN FENCING.NET*/

body {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:14px;
	color:#3e3e3e;
	background: url(../images/bg.gif) repeat-x #866c6c;
}

h1 {
	margin:0;
	padding:0;
	text-indent:-9999px;
}

h2 {
	font-family:arial;
	font-size:18px;
	background:url(../images/arrow.gif) no-repeat;
	padding-left:22px;
}

a {
	color:#b53f3f;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#3e3e3e;
	text-decoration:underline;
}

img {
	border:none;
}

	/*		DIVS		*/
	
#wrapper {
	width:920px;
	margin:0 auto;
}

#container {
	width:900px;
	margin:0 auto;
}

#header {
	width:900px;
	height:150px;
}

	#logo {
		height:100px;
		width:410px;
		float:left;
		margin-top:-5px;
		text-indent:-9999px;
		background:url(../images/logo.gif) no-repeat ;
		position:relative;
		top:34px;
	}

	#logo a {
		width:410px;
		height:100px;
		position:absolute;
		top:0px;
		left:0;
	}
	
	#banner {
		height:107px;
		width:355px;
		float:right;
		margin-top:30px;
		/*background:url(../images/banner.gif) no-repeat;*/
	}
		/* MENU */
#menu {
	width:920px;
	height:76px;
	margin-top:15px;
	padding:0;
	float:left;
	background:url(../images/menu-bg.png) no-repeat;
}
		
	#menu ul {
		list-style-type:none;
		margin-left:125px;
	}

	#menu li {
		display:inline;
	}

	#menu li a{
		display:block;
		text-decoration:none;
		text-indent:-9999px;
		height:31px;
		float:left;
		background:url(../images/menu-sprite.png) no-repeat;
	}
	/*NORMAL STATES*/
	#menu li.home a {
		background-position:0 0;
		width:130px;
	}

	#menu li.services a {
		background-position:-130px 0;
		width:210px;
	}

	#menu li.contact a {
		background-position:-340px 0;
		width:180px;
	}
	/*HOVER STATES*/
	#menu li.home a:hover {
		background-position:0 -33px;
		outline:none;
	}

	#menu li.services a:hover {
		background-position:-130px -33px;
		outline:none;
	}

	#menu li.contact a:hover {
		background-position:-340px -33px;
		outline:none;
	}
	/*ACTIVE STATES*/
		#home li.home a {
			background-position:0 -33px;
		}
	
		#services li.services a {
			background-position:-130px -33px;
		}
		#contact li.contact a	{
			background-position:-340px -33px;
		}
	
#content {
	width:920px;
	background:url(../images/body-bg.png) repeat-y;
	float:left;
}

	#main {
		width:660px;
		float:left;
		padding-left:20px;
		padding-right:10px;
		/*text-align:justify;*/
	}

	#main p {
		margin-left:22px;
	}
	
		#left {	
			width:330px;
			float:left;
		}
	
		#right {
			width:330px;
			float:left;
		}
	
	/* SIDEBAR */
	
	#sidebar {
		width:200px;
		padding-right:20px;
		padding-left:10px;
		float:left;
	}
	
	.ticks {
		padding-left:22px;
	}
	
	.ticks li {
		list-style-type:none;
		background:url(../images/tick.gif) no-repeat;
		padding-left:18px;
	}
	
#map_canvas {
	margin-left:60px;
}

		/* FOOTER */
		
#footer {
	height:126px;
	width:100%;
	clear:both;
	background:url(../images/footer.png) no-repeat;
	color:#fff;
	z-index:2;
}

	#footer a {
		color:#fff;
		text-decoration:underline;
	}
	
	#footer a:hover {
		color:#fff;
		text-decoration:none;
	}
	
	#footer-left {
		float:left;
		width:400px;
		height:25px;
		margin-top:70px;
		margin-left:20px;
	}
	
	#footer-right {
		float:right;
		width:400px;
		height:25px;
		margin-top:70px;
		margin-right:20px;
		text-align:right;
	}
