/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body {	
	line-height:18px;
	font: .9em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #000; 
	background: #527b1b url(../images/whimsy/main-bg.jpg) top center repeat-x; 
	background-attachment: none;
	margin: 0; 
	padding: 0;
}

/* links */

a {
text-decoration: none;
font-weight: normal;
color: #df0f14;
background: transparent none ;
}



a:visited {
color: #bf0c10;
text-decoration: none;
}

a:hover {
color: #ffc;
	background: #dcad64 none;
text-decoration: none;
}

p{
	margin: 8px;
	padding: 0;
}


.small {
	margin: 8px;
	padding: 0;
	font: .8em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.red {
    color: #680808;
	}

img {
   border: 0;
}

/* main page */

#wrapper {
  margin: 0 auto;
  width: 1010px;
}

#imagewrapper {
  margin: 0 auto;
  width: 1618px;
}

#container { 
	margin: 36px auto;
	float: left;
	width:1010px;
    background: transparent none;
    position:relative;
}

#logo { 
	margin: 23px auto;
	float: left;
	width:1010px;
	height: 246px;
  	position:relative;
	background: transparent url(../images/whimsy/logo.png) no-repeat top;
	}
	
#pagebg {
    float: left;
	padding-bottom: 24px;
	width:1010px;
    background: transparent url(../images/whimsy/page-bg.png) repeat-y top;
}

#page { 
	margin: -24px auto;
	float: left;
	width:1010px;
  	position:relative;
	background: transparent url(../images/whimsy/page-top-bg.jpg) no-repeat top;
	}
	

	
#pageleft {
    margin: 30px auto;
    float: left;
    width: 682px;
    padding: 0 0 0 24px;
    position: relative;  
    background: none;
}

#sidebar { 
    float: right;
	margin: 90px auto;
	padding: 0 24px 0 0 ;
	width: 260px;
	position:relative; 
	
}



#footer { 
    float: left;
	margin: 0 auto;
	padding: 0;
	height: 28px;
	width: 1010px;
	position:relative;
    background: transparent url(../images/whimsy/footer.png) no-repeat top;	
	
}
#subtitle {
    float: left;
	margin: 0 auto;
	padding-top: 100px;
	height: 45px;
	width: 682px;
	position:relative;
    background: none;
}

#subtitle h1 {
    font-weight: bold;
	display: none;
	font-size: 1.5em;
	color: #704d23;
	text-align: right;
	padding-right: 48px;
}

#menuwrapper {width: 1010px;
  position: absolute;
  top: 0;right: 50%;
}

.menu{
  margin: 0 auto;position: relative;
  left: 50%;
  width: 1010px;
  padding:0px;
  font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
	}
.menu ul{
	background: #1b0d04;
	height:35px;
	list-style:none;
	margin:0;
	padding-left: 26px;
	}
	.menu li{
		float:left;
		padding:0px;
		border-right: 1px #1b0d04 solid;
		}
	.menu li a{
		background: transparent url("../images/whimsy/menu-btn.gif") top left repeat-x;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 12px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: transparent url("../images/whimsy/menu-btn-over.gif") top left repeat-x;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#1b0d04;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('../images/whimsy/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2d6fae url('../images/whimsy/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
		
.sidemenu {
	background: none;
	border-top: 2px dotted #ab9271;
	border-left: 2px dotted #ab9271;
	border-right: 2px dotted #ab9271;
	float: left;
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
	width: 260px;
}
.sidemenu li {
	margin: 0;
	padding: 0;
}
.sidemenu a {
	background: url(../images/whimsy/box-bg.jpg);
	border-bottom: 2px dotted #ab9271;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
.sidemenu a:hover {
	background:#dcad64;
	padding-bottom: 8px;
}

	.sidemenu #selected {
	background: #dcad64;
	padding-bottom: 8px;color: #ffc;
}	
/*Replace Header Text with images*/

h2 {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  color: #680808;
  }
  
#welcome {
  background: transparent url('../images/whimsy/h2-welcome.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

h3 {
  color: #680808;
  padding: 0;
  margin: 0 0 6px 0;
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
}

h4 {
  color: #680808;
  padding: 0;
  margin: 4px 0 4px 0;
  font-size: 1.2em;
  font-weight: normal;
}

#realestate {
  background: transparent url('../images/whimsy/h4-realestate.gif') no-repeat;
  text-indent: -9999px;
  height: 28px;
}

#realestatehead {
  background: transparent url('../images/whimsy/h2-realestatehead.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#lexx {
  background: transparent url('../images/whimsy/h2-lexx.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#realestateside {
  background: transparent url('../images/whimsy/h4-realestateside.gif') no-repeat;
  text-indent: -9999px;
  height: 28px;
}
#featured {
  background: transparent url('../images/whimsy/h4-featured.gif') no-repeat;
  text-indent: -9999px;
  height: 28px;
}

#photos {
  background: transparent url('../images/whimsy/h4-photos.gif') no-repeat;
  text-indent: -9999px;
  height: 28px;
}

#why {
  background: transparent url('../images/whimsy/h4-why.gif') no-repeat;
  text-indent: -9999px;
  height: 28px;
}

#digital {
  background: transparent url('../images/whimsy/h4-digital.gif') no-repeat;
  text-indent: -9999px;
  height: 28px;
}

#fromphotos {
  background: transparent url('../images/whimsy/h4-from-photos.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}

#what {
  background: transparent url('../images/whimsy/h4-what.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}

#feedback {
  background: transparent url('../images/whimsy/h4-feedback.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}

#friends {
  background: transparent url('../images/whimsy/h4-friends.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}

#favorite {
  background: transparent url('../images/whimsy/h4-favorite.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}

#whatClients {
  background: transparent url('../images/whimsy/h4-clients.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}


#contact {
  background: transparent url('../images/whimsy/h2-contact.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#quote {
  background: transparent url('../images/whimsy/h2-quote.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#updates {
  background: transparent url('../images/whimsy/h2-updates.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#suggestions {
  background: transparent url('../images/whimsy/h2-suggestions.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#search {
  background: transparent url('../images/whimsy/h2-search.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#recommend {
  background: transparent url('../images/whimsy/h2-recommend.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}


#recent {
  background: transparent url('../images/whimsy/h2-recent.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#recentside {
  background: transparent url('../images/whimsy/h4-recentside.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}

#clientside {
  background: transparent url('../images/whimsy/h4-clientside.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}


#galleriesside {
  background: transparent url('../images/whimsy/h4-galleriesside.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}

#galleries {
  background: transparent url('../images/whimsy/h2-galleries.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#catagory {
  background: transparent url('../images/whimsy/h2-catagory.gif') no-repeat;
  text-indent: -9999px;
  height: 38px;
}

#catagoryside {
  background: transparent url('../images/whimsy/h4-catagoryside.gif') no-repeat;
  text-indent: -9999px;
  height: 20px;
}

.floatright
{
  float: right;
  
}

 .frame
{
  margin: 9px 9px 0 9px ;
  padding: 7px;
  border: 2px dotted #ab9271;
  background-color: #c3b599;
}

 .floatleft
{
  float: left;
  
}


.hide {
  display: none;
}

.box
{
margin:0 auto 14px auto;
float:left;
width:95%;
padding: 0.4em;
background: transparent url(../images/whimsy/box-bg.jpg) bottom repeat-y;
border: 2px dotted #ab9271;
}

/* Tables Formatting */

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td {
	
	font-family: Arial;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0;
	padding: 3px;
	text-decoration: none;
}




tr {
	vertical-align: top;
}

/*FORMS FORMATTING*/




select {
	background-color: #f7edca;
	border: 1px solid #000;
	color: #000;
	font-family: Arial;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 165px;
}

textarea {
	background-color: #f7edca;
	border: 1px solid #000;
	color: #000;
	font-family: Arial;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 195px;
      height: 103px;
}


input {
	background-color: #f7edca;
	border: 1px solid #000;
	color: #000;
	font-family: Arial;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 165px;
}

input.error, textarea.error {
	color: #000;
	background-color: #f7edca;
}

input.reset {
	background-color: #f7edca;
	border: 1px solid #000;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	width: 145px;
}

input.send {
	background-color: #f7edca;
	border: 1px solid #000;
	color: #000;
  text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 145px;
}

input.radio {
  width: 25px;
}


input.smallbtn {
	background-color: #f7edca;
	border: 1px solid #000;
	color: #ffc;
  text-align: center;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	width: 137px;
}

input.smalltext {
	background-color: #f7edca;
	border: 1px solid #000;
	color: #000000;
  text-align: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	width: 130px;
}

input.smallselect {
	background-color: #f7edca;
	border: 1px solid #000;
	color: #000000;
  text-align: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	width: 80px;
}

.tfvHighlight {
color: #ffc; 
background: #933;
}
.tfvNormal {
color: #000;
}

/*Images with absolute positions*/
#grass  {
	background-image: url(../images/whimsy/grass.png);
	background-repeat: repeat-x;
	position: fixed;
	bottom: -10px;
	left: 100%;
	width: 100%;
	height: 73px;
	margin-left: -100%;
}

#caricatureleft {
	background: url(../images/whimsy/left.png) no-repeat;
	position: fixed;
    bottom: 0;
	width: 210px;
	height: 375px;
	margin; 0;
    left: 0;
}


#caricatureright {
	background: url(../images/whimsy/right.png) no-repeat;	
	position: fixed;
    bottom: 0;
	width: 210px;
	height: 375px;
	margin: 0;
	right: 0;
}
