/*
General CSS for all aspenfencing pages
*/

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F341E;
}
body{
	height:100%;
	margin:0;
	width:100%;
	min-width: 760px;
	background-color: #E5E5D4;
	height:100%;
}
h1#headerTitle{
	background: transparent url(/img/topbar_logo.gif) no-repeat scroll left top;
	display: block;
	font-size: 1px;
	height: 70px;
	text-indent: -7000em;
	width: 631px;
	margin: 0px;
}
h2#welcome{
	background: transparent url(/img/text_WELCOME.gif) no-repeat scroll left top;
	display: block;
	font-size: 1px;
	height: 30px;
	text-indent: -7000em;
	width: 631px;
	margin: 0px;
}
h2#aboutTitle{
	background: transparent url(/img/text_ABOUTASPEN.gif) no-repeat scroll left top;
	display: block;
	font-size: 1px;
	height: 30px;
	text-indent: -7000em;
	width: 631px;
	margin: 0px;
}
h2#galleryTitle{
	background: transparent url(/img/text_GALLERY.gif) no-repeat scroll left top;
	display: block;
	font-size: 1px;
	height: 30px;
	text-indent: -7000em;
	width: 631px;
	margin: 0px;
}
h2#commentsTitle{
	background: transparent url(/img/text_CUSTOMERCOMMENTS.gif) no-repeat scroll left top;
	display: block;
	font-size: 1px;
	height: 30px;
	text-indent: -7000em;
	width: 631px;
	margin: 0px;
}
h2#bespokeTitle{
	background: transparent url(/img/text_BESPOKEDESIGN.gif) no-repeat scroll left top;
	display: block;
	font-size: 1px;
	height: 30px;
	text-indent: -7000em;
	width: 631px;
	margin: 0px;
}
h2#commercialTitle{
	background: transparent url(/img/text_COMMERCIAL.gif) no-repeat scroll left top;
	display: block;
	font-size: 1px;
	height: 30px;
	text-indent: -7000em;
	width: 631px;
	margin: 0px;
}
h2#contactTitle{
	background: transparent url(/img/text_CONTACT.gif) no-repeat scroll left top;
	display: block;
	font-size: 1px;
	height: 30px;
	text-indent: -7000em;
	width: 631px;
	margin: 0px;
}
h3 {
	color:#993A14;
	font-size:14px;
	font-weight:bold;
}
a {
	color:#993A14;
	text-decoration:underline;
}
#outerWrapper{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height: 100%;
	margin-bottom: 0;
	background: transparent url(/img/bottombar_bg.gif) repeat-x scroll left bottom;
}
#innerWrapper{
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 760px;
}
#left{
	width:51%;
	position: absolute;
	height:164px;
	left: 0px;
	background: transparent url(/img/topbar_bg.gif) repeat-x scroll left top; 
	z-index:-1;
	padding: 0;
}
#center{
	position:absolute;
	background: transparent url(/img/topbar_shape.gif) no-repeat scroll left top;
	height:41px;
	top:123px;	
	width:760px;
	margin-left :auto;
	margin-right :auto;
	padding: 0;
	z-index: -1;
}
#right{
	width:51%;
	position: absolute;
	height:164px;
	right: 0px;
	background: transparent url(/img/topbar_bg_right.gif) repeat-x scroll left top;
	z-index:-1;
	padding: 0;
}
#contact{
	width: 100%;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-left:20px;
}
#contact a{
	text-decoration: none;
}
#content{
	position: relative;
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
	margin-bottom: 80px;	
}
#nav{
	display: block;
	height: 70px;
	position: relative;
	color:#FFFFFF;	
    width: 950px;
    margin-left: -50px;
}
#nav ul li{
	display: inline;
	list-style-type: none;
}
#nav a{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#footer{
	position: absolute;
	text-align: right;
	color:#FFFFFF;
	font-size:10px;
	background: transparent url(/img/bottombar_shape.gif) no-repeat scroll left top;
	line-height: 6pt;
	bottom: 0;
	height: 54px;
	width: 760px;
}
#footermenu ul{
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 6pt;
}
#footermenu ul li a{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	
}
#footermenu ul li{
	position: relative;
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

/*
 Gallery 
 */
 table.image_gallery_output td {
    text-align: center;
    padding: 10px;
 }
/*
aspenfencing home page css
*/
.contentleft{
	position: relative;
	width:350px;
	float:left;
}
.contentright{
	position: relative;
	width:300px;
	float:right;
}

.spacer{
	clear: both;
	width: 100%;
	height: 20px;
}
/*
About aspenfencing css
*/
#about {
	min-height:300px;
}
.imgleft{
	margin-right: 15px;
}
/*
Bespoke aspenfencing css
*/
.bespokeimg{
	margin-left: 15px;
	width:200px;
	margin-right: 15px;
}
/*
Commercial aspenfencing css
*/
.red{
	color: #993A14;
	font-weight: normal;
}
.commercialpics{
	border: #000000 solid 1px;
	margin-top: 5px;
}
