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

/*--------------------------------*\
-----------Tag Styles--------------
\*--------------------------------*/

a img {
	margin: 5px 1px 1px 1px;
	padding: 0;
	border: 1px solid #696868;
}
body {
	margin: 0;
	padding: 0;
	background-color: #231f20;
	background-image:url(../images/back_gradient.jpg);
	background-repeat:repeat-x;
}

h1,h2,h3,h4 {
	font-family: futura, tahoma, verdana, helvetica, sans-serif;
	margin: 0;
}
h1 {
	font-size: 15px;
	color: #c88523;
	padding-top: 20px;
}
	.h1rule {
		margin-top: -4px;
		border-top: 1px solid #c88523;
		overflow: hidden;
		padding-bottom: 7px;
	}

h2 {
	font-size: 12px;
	color: #4d4d4f;
	padding-top: 5px;
}
	h2 a {
		color:#4d4d4f;
	}

p, li, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #4d4d4f;
	margin-top: 0;
}
	p a{
		color: #c88523;
		text-decoration: none;
	}
	p a:hover {
		text-decoration:underline;
	}
	
ul {
	margin: -10px 0 15px -20px;;
}


/*--------------------------------*\
------------ID Styles---------------
\*--------------------------------*/

#footer {
	clear: both;
}

#galleryDetail {
	width: 575px;
	float: left;
}
#galleryThumb {
	background-image:url(../images/thumb_back.gif);
	background-repeat:no-repeat;
	height: 165px;
	overflow: hidden;
	padding: 10px 0 0 5px;
}
	#galleryThumb p {
		font-size:10px;
		color: #231f20;
		margin-bottom: 20px;
	}
	#galleryThumb a {
		text-decoration:none;
		color: #231f20;
	}
	#galleryThumb a:hover {
		text-decoration:underline;
		color: #c88523;
	}
	#galleryThumb p .over {
		color: #c88523;
		text-decoration:underline;
	}
#galleryText {
	overflow: hidden;
	padding: 10px;
}

#header {
	clear: both;
	padding-top: 10px;
}

#logo {
}
	#logo a img {
		border: none;
	}
	#logo p{
		float: right;
		clear: right;
		margin: 0 2px 0 0;
	}
	#logo img {
		float: left;
	}

#main1 {
	background-color: white;
	background-image:url(../images/circles_UL.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

#main2 {
	background-image:url(../images/circles_LR.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding: 15px 40px;
}

#mainText {
	padding: 0 20px;
	overflow: hidden;
}

#sideCol {
	width: 200px;
	float: right;
	padding: 0 30px;
}
	#sideCol a {
	/*	color: #4d4d4f;*/
		text-decoration:none;
	}
	#sideCol a:hover {
		text-decoration:underline;
	}

#wrapper {
	width: 900px;
	margin: 60px auto;
	padding: 25px 0;
	background-color: #636467;
}

/*--------------------------------*\
----------Class Styles--------------
\*--------------------------------*/

p.show {
	margin-top:-10px;
}
p.charity {
	margin-bottom:5px;
}
.contact {
	font-size: 14px;
	color: #c88523;
	font-weight:bold;
	padding-top: 23px;
}

.mainNav {
	float: left;
	clear: left;
	color: #231f20;
	margin: 10px 0 0 20px;
}
	.mainNav a {
		color: #231f20;
		text-decoration:none;
	}
	.mainNav a:hover {
		color: #c88523;
	}
	.mainNav .over {
		text-decoration:underline;
		color: #c88523;
	}

p.greyLink a {
	color: #4d4d4f;
}

.subNav {
	clear: left;
	font-size: 10px;
	color: #c88523;
	margin-bottom: 20px;
	margin-left: 20px;
}
	.subNav a {
		color: #c88523;
		text-decoration:none;
	}
	.subNav a:hover {
		text-decoration:underline;
	}
	.subNav .over {
		text-decoration:underline;
	}
.spacer {
	clear: both;
	height: 50px;
}

.staffPhoto {
	float: left;
	margin: 7px 15px 5px 0;
	border: 1px solid #696868;
}

.txtinput {
	width: 350px;
}

.quote {
	font-style: italic;
	margin-bottom: 5px;
}

.warranty {
	font-size: 11px;
}
