/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	color: #333333;
	font-size: 12px;
}

a {
	color: #A87825;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	margin-right: 10px;
	margin-left: 0px;
}
img.icon {
	margin-right: 5px;
	border: 3px solid #FFFFFF;
}
img.icona {
	border: 3px solid #FFFFFF;
}
img.pic {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
img.pic2 {
	margin: 0px;
	padding: 0px;
}
img.plan {
	border: 5px solid #FFFFFF;
	margin-left: 10px;
}
img.right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/** HEADER */

#header {
	width: 868px;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 1em;
	padding-bottom: 9px;
	padding-left: 1em;
}

#header h1 {
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 24px;
}

#header h2 {
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 95px;
}
#header h3 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: none;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	right: 350px;
	top: 56px;
	font-family: Arial, Helvetica, sans-serif;
	color: #014380;
}
#header h4 {
	margin: 0px;
	text-transform: none;
	font-weight: bold;
	color: #0099FF;
}
#picture {
	width: 900px;
	height: 232px;
	color: #254360;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
#picture2 {
	width: 900px;
	height: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}



/** MENU */

#menu {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 8px;
	height: auto;
	background-image: url(images/Graphics/menu.jpg);
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/Graphics/img04.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 23px;
}

#menu a:hover {
	color: #E8DFD0;
}

#menu .active {
	color: #FF9900;
}
.menu2{
	list-style-type: none;
	padding: 0;
	width: 180px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #93BB5C;
	border: 1px solid #423833;
}

.menu2 li a{
	color: #003300;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #93BB5C;
	background-image: none;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}


* html .menu2 li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 170px;
	color: #003300;
}

.menu2 li a:visited, .menu2 li a:active{
	color: #003300;
}

.menu2 li a:hover{
	background-color: #445A25;
	text-decoration: none;
	color: #ffffff;
}



/** CONTENT */

#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#columnA {
	float: right;
	width: 496px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#columnA h2 {
	height: 17px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
	color: #445A25;
}
#columnA h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #0099FF;
	height: 12px;
}
#columnA h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding-top: 3px;
}

#columnB {
	float: left;
	width: 180px;
}

#columnB h3 {
	border-spacing: 2px;
	font-size: 10pt;
	font-weight: bold;
	color: #0066cc;
	padding: 0px;
}
#columnC {
	float: right;
	width: 180px;
	margin-left: 10px;
}
#columnC h3 {
	border-spacing: 2px;
	font-size: 10pt;
	font-weight: bold;
	color: #0066cc;
	padding: 0px;
}

/** FOOTER */

#footer {
	clear: both;
	height: 59px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/Graphics/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #990000;
	margin: 10px;
	background-image: url(images/Graphics/top_quote1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#quote_attrib  {
	background-image: url(images/Graphics/btm_quote1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 70%;
	text-align: right;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 35px;
}

#search {
	height: 94px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #4A3200;
	border: 1px solid #003366;
	width: auto;
}
#search p  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0px;
	font-size: 12px;
}
#search2 {
	height: 80px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #445A25;
}
#search2 p  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
}
#call {
	height: auto;
	background-color: #93BB5C;
	border: 2px solid #003300;
	width: auto;
	margin-bottom: 10px;
}
#call p  {
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F2EEEB;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#box {
	height: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E1F0FF;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #82C4FF;
}
#box p  {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-align: justify;
	font-size: 12px;
	padding: 0px;
}

table.price  {
	font-family: Arial, Helvetica, sans-serif;
}
table.price p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.stats 
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: auto;
	background-color: #336666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 0px;
}

table.stats td 
{
	background-color: #F1ECEB;
	color: #433934;
	text-align: left;
	border: 1px #fff solid;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
}

table.stats td.hed
{
	background-color: #e5ddda;
	color: #433934;
	padding: 4px;
	text-align: left;
	border-bottom: 0px #fff solid;
	font-size: 11px;
	font-weight: normal;
	background-image: none;
} 
/* End table */
#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
/* thumbnail*/


.thumbnail
{
	float: left;
	width: 126px;
	border: 1px ridge #999;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
	background-color: #00529e;
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 10px;
}
.thumbnail2  {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #C4E2FF;
	padding: 5px;
}

.clearboth { clear: both; 
}
.thumbnail p {
	text-align: left;
	font-size: smaller;
	text-indent: 0;
	color: #FFFFFF;
}
.thumbnail a {
	color: #C4E2FF;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.tumbnail a:hover {
	text-decoration: underline;
}
/* outdoor life */
.thumbnail4
{
	float: left;
	width: 124px;
	border: 2px solid #E5DDDA;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #F6F6F8;
	padding-top: 6px;
	padding-right: 13px;
	padding-left: 12px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #675850;
	text-align: left;
	height: 200px;
}
.thumbnail4 p {
	text-align: left;
	font-size: smaller;
	text-indent: 0;
	color: #FFFFFF;
}
.thumbnail4 a {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #221E72;
}

.tumbnail4 a:hover {
	text-decoration: underline;
}
/*End caption */
