/******CREATED FROM ORIGINAL TEMPLATE**********/


body{
	overflow: auto;
	margin: 0px;
}
ul,ol{
	margin-top: 2px;
}
a{
	text-decoration: underline;
}
.error{
	font-weight: bold;
}
h1{
	margin-top: 0px;
	margin-bottom: 3px;
}
li{
	margin-left: 20px;
}
/*****************MAIN INTERFACE STYLES********************************/
#top{
	margin: auto;
	margin-top: 5px;
	width: 940px;
	text-align: right;
}
#outer{
	position: relative;
	width: 950px;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 20px;
}
#wrapper{
	padding: 0px;
}
#header{
	position: relative;
	border: 2px solid #999;
	background-position: center top;
	background-repeat: no-repeat;
	border: 2px solid #999;
	-moz-border-radius 12px;
	-webkit-border-radius 12px;
	border-radius: 12px;
}
	#header #extraHead1{
		display: block;
		height: 50px;
	}
#menuWrapper{
	padding: 3px;
	text-align: center;
	padding: 6px;
	position: relative;
	margin-top: -50px;
}
	#mainMenu{
		margin: 0px auto;
		display: table;
	}
		.menuButton, .menuButtonActive{
			float: left;
			position: relative;
			padding: 0px;
			margin: 0px 2px;
			border: 0px solid #000;
		}
			.menuButton a, .menuButtonActive a{
				font-size: 14px;
				display: block;
				text-decoration: none;
				font-weight: bold;
				text-shadow: 1px 1px 3px #000;
				padding: 0px;
				padding: 0px;
				margin: 0px;
				text-align: center;
				overflow: hidden;
				width: 129px;
				height: 36px;
				border: 0px solid #000;
				line-height: 36px;
				white-space: nowrap;
			}
			#mainMenu .end a{
				border-right: 0px;
			}
			.subMenuWrapper{
				z-index: 101;
				display: block;
				visibility: hidden;
				position: absolute;
				top: 30px;
				padding: 0px;
				padding-top: 4px;
				min-width: 129px;
			}
				.subMenu a{
					text-align: left;
					padding: 0px 6px;
					width: auto;
					font-size: 13px;
					margin: 0px;
					line-height: 28px;
					height: 28px;
					border: 1px solid #000;
				}
#contentWrapper{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	border: 2px solid #999;
	border-bottom: 2px solid ccc;
	border-right: 2px solid #ccc;
	position: relative;
	border-radius: 12px; 
}
	#title{
		font-size: 18px;
		font-weight: bold;
		padding: 3px 5px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		width: 100%;
	}
		#title a{
			text-decoration: none;
			font-weight: normal;
		}
		#title a:hover{
			text-decoration: underline;
		}
		
	#contentTable{
		border-spacing: 0px;
		border-collapse: 0px;
		width: 100%;
	}
		#contentTD{
			padding: 0px;
			vertical-align: top;
		}
		#sideMenu{
			vertical-align: top;
			width: 150px;
			padding: 0px;
			border: 0px solid #f00;
			border-right: 2px solid #ccc;
		}
			#sideMenuWrapper{
				width: 140px;
				padding: 5px;
			}
			#sideMenu .headline{
				font-weight: bold;
				padding: 2px;
				padding-left: 5px;
				border: 0px solid #f00;
				text-align: left;
				font-size: 14px;
				margin: 0px;
				width: auto;
			}
			#sideMenu .blankItem{
				height: 15px;
			}
			#sideMenu .menuButton, #sideMenu .menuButtonActive{
				float: none;
				position: relative;
				padding: 0px;
				margin: 2px;
			}
			#sideMenu .menuButton a, #sideMenu .menuButtonActive a{
				font-size: 12px;
				color: #fff;
				font-weight: bold;
				text-shadow: 1px 1px 3px #000;
				text-align: left;
				padding: 0px 4px;
				border: 0px solid #f00;
				margin: 0px;
				height: 32px;
				line-height: 31px;
				white-space: nowrap;
			}
	#content{
		min-height: 300px;
		margin: 0px;
		padding: 5px;
	}
#footer{
	text-align: center;
	border-top: 2px solid #ccc;
}
	#footerInner{
		padding: 12px 0px;
	}
#extraF1{
	visibility: hidden;
}
#extraF2{
	display: none;
}
.tabLinkWrapper{
	border-bottom: 1px solid #555;
	margin-bottom: 8px;
}
.tabLink, .tabLinkActive, .tabLink:active, .tabLink:link, .tabLink:visited{
	display: block;
	float: left; 
	font-weight: bold; 
	padding: 5px 12px; 
	border: 1px solid #555; 
	border-bottom: 0px; 
	margin: 0px 3px;
	text-shadow: 0px 0px 1px #954713;
	text-decoration: none;
	position: relative;
	-moz-border-radius 6px 6px 0px 0px;
	-webkit-border-radius 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

/******CREATED FROM ORIGINAL THEME**********/
body{
	background-image: linear-gradient(#525252, #0e0e0e);
}
a:link,a:active{
	color: #034ba5;
}
a:visited{
	color: #3a7ed3;
}
a:hover{
	color: #0d2b50;
}
.error{
	color: #c00;
}
h1{
	color: #ad892e;
}
#top a:link,#top a:visited, #top a:active,#top a:hover{
	color: #ffc;
}
#top a:hover{
	color: #fff;
}
#header{
	background-color: #fff;
	border: 2px solid #999;
}
#menuWrapper{
  border: 0px solid #f00;
}
.menuButton a, .menuButtonActive a, #sideMenu .menuButton a, #sideMenu .menuButtonActive a{
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	background: rgb(155,7,10); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliMDcwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(155,7,10,1) 0%, rgba(96,1,1,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,7,10,1)), color-stop(100%,rgba(96,1,1,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(155,7,10,1) 0%,rgba(96,1,1,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(155,7,10,1) 0%,rgba(96,1,1,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(155,7,10,1) 0%,rgba(96,1,1,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(155,7,10,1) 0%,rgba(96,1,1,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b070a', endColorstr='#600101',GradientType=0 ); /* IE6-8 */


-moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid #000;
width: 130px;
}
.menuButton a:hover,.menuButtonActive a, #sideMenu .menuButton a:hover, #sideMenu .menuButtonActive a{
background: rgb(247,3,16); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MDMxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODA2MDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(247,3,16,1) 0%, rgba(120,6,6,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,3,16,1)), color-stop(100%,rgba(120,6,6,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,3,16,1) 0%,rgba(120,6,6,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,3,16,1) 0%,rgba(120,6,6,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,3,16,1) 0%,rgba(120,6,6,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,3,16,1) 0%,rgba(120,6,6,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70310', endColorstr='#780606',GradientType=0 ); /* IE6-8 */
-webkit-border-radius: 6px;
}		
#mainMenu .end{
  float: right;
  margin-right: 0px;
  padding-right: 0px;
}
#mainMenu .end a{
  border-right: 0px;
   width: 133px;
  margin-right: 0px;
  padding-right: 0px;
}
#mainMenu .first{
  width: 132px;
  margin-left: 0px;
  padding-left: 0px;
}
#mainMenu .first a{
  margin-left: 0px;
  padding-left: 0px;
}
.subMenu a{
	border-radius: 0px;
	border: 1px solid #000;
}
.subMenu a:hover{
	background: rgb(247,3,16); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MDMxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODA2MDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(247,3,16,1) 0%, rgba(120,6,6,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,3,16,1)), color-stop(100%,rgba(120,6,6,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,3,16,1) 0%,rgba(120,6,6,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,3,16,1) 0%,rgba(120,6,6,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,3,16,1) 0%,rgba(120,6,6,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,3,16,1) 0%,rgba(120,6,6,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70310', endColorstr='#780606',GradientType=0 ); /* IE6-8 */
}		
#contentWrapper{
	background: #fff;
	border: 2px solid #000;
        color: #000;
}
#title{
	color: #753516;
}
#title a{
	color: #a2522c;
}
#title a:hover{
	color: #ca7852;
}
#sideMenu{
	border: 0px solid #f00;
	border-right: 0px solid #928374;
}
/*#sideMenu .menuButton a, #sideMenu .menuButtonActive a{
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	background: #a18555; /* Old browsers */
background: -moz-linear-gradient(top, #a18555 0%, #c4a775 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a18555), color-stop(100%,#c4a775)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a18555 0%,#c4a775 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a18555 0%,#c4a775 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a18555 0%,#c4a775 100%); /* IE10+ */
background: linear-gradient(to bottom, #a18555 0%,#c4a775 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18555', endColorstr='#c4a775',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid #3c2d1c;
text-align: center;
}
#sideMenu .menuButton a:hover,#sideMenu .menuButtonActive a{
	background: #754c24; /* Old browsers */
background: -moz-linear-gradient(top, #754c24 0%, #a67c52 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#754c24), color-stop(100%,#a67c52)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #754c24 0%,#a67c52 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #754c24 0%,#a67c52 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #754c24 0%,#a67c52 100%); /* IE10+ */
background: linear-gradient(to bottom, #754c24 0%,#a67c52 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#754c24', endColorstr='#a67c52',GradientType=0 ); /* IE6-9 */
}*/	
#footer{
	color: #000;
	border-top: 2px solid #928374;
}
#footer a:link,#footer a:visited, #footer a:active,#footer a:hover{
	color: #333;
}
#footer a:hover{
	color: #222;
}	
.tabLinkWrapper{
	border-bottom: 1px solid #555;
}
.tabLink, .tabLinkActive, .tabLink:active, .tabLink:link, .tabLink:visited{
	color: #000;
	background: #ccc; 
	border: 1px solid #555; 
	border-bottom: 0px; 
	text-shadow: 0px 0px 1px #954713;
}
.tabLinkActive, .tabLink:hover, .tabLinkActive:link, .tabLinkActive:visited, .tabLinkActive:active{
   background: #aaa; 
   color: #000;
}
.featuredMediumBlock{
	border: 1px solid #555;
}
.featuredMediumBlock:hover{
	background: #ffd;
}
.photoCount{
	background: #541713;
	color: #fff;
}
.searchListThumb td{
	border: 0px solid #777;
}
.featureList td{
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.searchDetail .spacer{
	border-top: 1px solid #ccc;
}
.searchDetail .shortDetail table td{
	border-bottom: 1px solid #ccc;
}
.sideSearch .head,.detailRight .head{
	background: #555;
	color: #fff;
}
.featuredSmallBlock{
	border: 1px solid ccc;
}
