/* CSS Document */
body{
	background-image: url("images/signsite/backgrd.jpg");
	background-color:#c8bf75;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
}


#flash{
	position:absolute;
	height:700px;
	top:0px;
	left:719px;
	z-index:-1;
}


#headflash{ 
		position:absolute;
		height:90px;
		top:45px;
		left:6px;
}


#wrap {
	position:absolute;
	height:600px;
	z-index:1;
}

#banner {	height:130px;
  			width:800px;
			background-image: url("images/signsite/banner2.gif");
  			background-repeat: no-repeat;
			background-position:-1px  0;
			position:relative;
			z-index:-3;
}


#main {
	height:430px;
	width:800px;
	background-image: url("images/signsite/leftlines.gif");
	background-repeat: no-repeat;
}
		#menu {
				width:800px;
				height:15px;
				position:relative;
		}
		
			#menu ul{	list-style-type:none;
						margin: 0 0 0 120px;
						padding:0px;
						width:100%;
			}

			#menu li {	float:left;
										
			}



#content {
	height:393px;
	width:870px; 
	margin-top:20px;
	clear:both;
	overflow: auto;
}


		#leftcol {	width:350px;
					float:right;
					margin:10px;
		}

		#rightcol {	width:350px;
					float:right;
					margin:10px;
		}
		
		

		
#footer {	height:34px;
			width:800px;
			margin:0px;
			background-image: url("images/signsite/btm.gif");
			background-repeat: no-repeat;
}



/*-----------------------------------------Links---------------------------------------------*/


#home{background-image:url("images/signsite/links/home.gif");
		background-repeat: no-repeat;
		height:15px;
		width:47px;

}

#about {background-image:url("images/signsite/links/portfolio.gif");
		background-repeat: no-repeat;
		height:15px;
		width:84px;
}

#shop{background-image:url("images/signsite/links/shop.gif");
		background-repeat: no-repeat;
		height:15px;
		width:66px;
}

#faq {background-image:url("images/signsite/links/faq.gif");
		background-repeat: no-repeat;
		height:15px;
		width:34px;
}

#after {background-image:url("images/signsite/links/after.gif");
		background-repeat: no-repeat;
		height:15px;
		width:84px;
}

#guest {background-image:url("images/signsite/links/guest.gif");
		background-repeat: no-repeat;
		height:15px;
		width:89px;
}

.line {
	background-image:url("images/signsite/links/line.gif");
	background-repeat: no-repeat;
	height:15px;
	background-position: center;
	width:35px;
}



#home a:hover {background-image:url("images/signsite/links/homeover.gif");
				background-repeat: no-repeat;
				display:block;
}

#about a:hover {background-image:url("images/signsite/links/portfolioover.gif");
				background-repeat: no-repeat;
				display:block;
}

#shop a:hover {background-image:url("images/signsite/links/shopover.gif");
				background-repeat: no-repeat;
				display:block;
}

#faq a:hover {background-image:url("images/signsite/links/faqover.gif");
				background-repeat: no-repeat;
				display:block;
}

#after a:hover {background-image:url("images/signsite/links/afterover.gif");
				background-repeat: no-repeat;
				display:block;
}

#guest a:hover {background-image:url("images/signsite/links/guestover.gif");
				background-repeat: no-repeat;
				display:block;
}



/*------------------------------text styling------------------------------------*/


table {	font-size: 0.8em;
		line-height:1.2em;
		font-weight:600;
		margin-left:25px;
}

p {
	font-size: 0.8em;
	margin-left:30px;
	margin-right:30px;
	line-height:1.2em;
	font-weight:600;
}

.bio {
	margin:0 0 0 10px;
}

.bioh1 {
	margin:0 0 5px 0;
}

h1 {font-size: 1.5em;
}

h2 {
	font-size: 1em;
	font-style: italic;
	color:#600;
	margin:0 0 0 20px;
}

.center { text-align:center;
		margin:0 0 0 -20px;
}

.switch {
	height:300px;
}

li {font-weight:600;
}

.large {
	font-style: oblique;
	font-size: 1.2em;
	text-decoration:underline;
}
.bold {
	font-style: oblique;
	font-size: 1.1em;
}

.sub {font-size: .6em;
}

.impo {
	font-style: oblique;
	text-decoration: underline;
}

a:visited{	text-decoration:none;
			font-weight:normal;
			font-weight:800;
			color:#900;
}

a:link {	text-decoration:none;
			font-weight:800;
			color:#b00;
}


a:hover{	text-decoration:none;
			font-weight:normal;
			font-weight:800;
			color:#750055;
}



/*------------------------for the catalog page------------------------------*/

.cat {
	width:360px;
	height:330px;
	border-bottom:6px double #000;
	overflow: hidden;
	text-align:center;
}

.cat p {
	text-align:left;
}





/*-------------------------other odds and ends-----------------------------------------*/

img{border:none;  /* to take away the border around the images that are links */
}

.hide {
	display:none;/* to hide the text title from browsers that can use the stylesheet */
}


em {visibility:hidden;/* to hide the links that are in the rollover div's */
	font-size:12px;
}

.rot{border:6px double #000;/* border around the pictures */
}

		

