/* CSS Document */
body{
	background-color:#CC9933;
}

#container{

}

#header, #center, #footer {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}
#header {
    background:url(../Vue_Creations/banner.jpg) no-repeat;
	height:195px;
}
#logo{
	margin-right: 13px;
	margin-top: 5px;
}
#sizzle{
	float:left;
	margin-top: 10px;
	margin-left: 200px;

}
#center {
	background:url(../Vue_Creations/center.png) repeat-y;
	
}
#menu{
	margin: 0px 6px auto 16px;
	width: 840px;
	
	
}
.indentmenu{
font: bold 16px "Bradley Hand ITC";

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border:#cc9933 1px solid; /* border*/
border-width: 1px ;
background: black url('../Vue_Creations/upbgmenu.png') center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 3px 9px;
text-decoration: none;
border-right:#cc9933 2px solid; /* divider between menu items*/
}

.indentmenu ul li a:visited{
color:#000000;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#FFFFFF !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 1px; /*shift text down 1px for selected and active item*/
background: black url('../Vue_Creations/downbgmenu.gif') center center repeat-x;
}


#navigation {
	width:590px;
	float:left;
	margin: 0px auto auto 19px;
	
}
#content {
	margin-left:637px;
	width: 221px;	
}

#rtpltop{
	background:url('../Vue_Creations/begin.png') no-repeat;
	width: 590px;
	height:20px;
	margin: 10px auto 0px 0px;	
}
#middle{
	background:url('../Vue_Creations/middle.png') repeat-y;
	margin: 0px auto auto 0px;
	width: 590px;
}


#midleft {
	width:280px;
	float:left;
	margin:0px;
	margin-left: 10px;
	
}
#midrt {
	margin-left:280px;
	width: 270px;
	margin-right: 5px;	
}

#rtplbot{
	background:url('../Vue_Creations/end.png') no-repeat;
	width: 590px;
	height:23px;
	margin: 0px auto 0px 0px;	
}

#hours{
	width: 188px;
	height: 178px;
	float: inherit;
	margin: 0;
	
}

#footer {
	font:90% #FFFFFF;
	text-align:center;
	background:url(../Vue_Creations/footer.png) no-repeat;
	height: 18px;
	}
.clear {
	clear:left;
}
h1{
	margin:  0px  auto auto 35px;
	font-family:"Bradley Hand ITC" medium;
	font-size:22px;
	font-weight:900;
	padding: 20px auto auto auto;
	
}
h1.home{
	margin:  0px  auto auto 35px;
	font-family:"Bradley Hand ITC" medium;
	font-size:22px;
	font-weight:900;
	padding-top: 10px;
	
}
h2{
	margin:  0px  auto auto 35px;
	font-family:"Bradley Hand ITC" medium;
	font-size:18px;
	font-weight:900;
	padding: 20px auto auto auto;
}

h3{
	margin:  0px  auto auto 35px;
	font-family:"Bradley Hand ITC" medium;
	font-size:18px;
	font-weight:900;
	padding-bottom: 0px;
	color:#000000;
	padding: 15px auto auto auto;
}
h4{
	margin:  0px  auto auto 85px;
	font-family:Arial medium;
	font-size:14px;
	font-weight:900;
	padding-bottom: 0px;
	color:#000000;
}
h5{
	margin:  0px  auto auto 45px;
	font-family:Arial medium;
	font-size:14px;
	font-weight:900;
	padding-bottom: 0px;
	color:#000000;
}
p{
	font-family:Georgia;
	margin: 0px 75px 0px 75px;
	font-size: 14px;
	padding-bottom: 40px;
	
}
p.art{
	margin-left:  35px;
	
}
p.hours{
	font-family:Georgia;
	margin: 0px 35px 0px 45px;
	font-size: 14px;
	padding-bottom: 20px;
}
p.list{
	padding: 3px;
	font-family:Georgia;
	margin: 0px 30px 0px 45px;

}

p.pfagsm{
 	padding: 0px;
	margin-left: 55px;
	margin-right: 50px;
}
p.address{
	margin: 0px auto auto 50px;
}

p.home2{

	margin-top: 15px;
	margin-right: 105px;
}
p.site{
	font-family:Georgia;
	margin: 0px 0px 0px 50px;
	font-size: 14px;
	padding: 5px;
}

a.questions:link{color:#000000}
a.questions:hover{color:#000000}

a.nound:link{color:#000000; text-decoration:none}
a.nound:visited{color:#000000; text-decoration:none}
a.nound:hover{color:#000000; text-decoration:none}
a.nound:active{color:#000000; text-decoration:none}

a.nound2:link{color:#333333; text-decoration:none}
a.nound2:visited{color:#333333; text-decoration:none}
a.nound2:hover{color:#333333; text-decoration: underline}
a.nound2:active{color: #333333; text-decoration:none}

a:link {color:#993300}     /* unvisited link */
a:visited {color:#993300}  /* visited link */
a:hover {color: #B95240}   /* mouse over link */
a:active {color:#993300}   /* selected link */


li.list{
	margin-left: 95px;
	margin-right: 55px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
text-decoration:none;
z-index: 0;
}

.thumbnail:hover{
background-color:#993300;
color:#FFFFFF;
text-decoration:none;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: none;
padding: 0px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 60;
left: 120px; /*position where enlarged image should offset horizontally */

}
a.lnkeye:link {color:#993300; text-decoration: none}     /* unvisited link */
a.lnkeye:visited {color:#993300; text-decoration: none}  /* visited link */
a.lnkeye:hover {color: #FFFFFF; background-color: #993300; text-decoration: none}   /* mouse over link */
a.lnkeye:active {color:#993300; text-decoration: none}   /* selected link */