/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:760px;/* for mozilla*/
	background:url(images/bg.gif);
	color:#666;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.8em;
	}
a { color:#764b25; text-decoration:underline; }
a:hover { text-decoration:none; }
a.orderlinks { text-decoration:none; font-size:12px; font-weight:bold; }
#outer
	{
	height:99.9%;
	min-height:100%;
	width:760px;
	text-align:left;
	margin:auto;
	position:relative;
	background: #fff;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:760px;
	height:140px;
	overflow:hidden;
	z-index:100;
	background:url(images/bg_header.gif);
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:185px;
	float:left;
	padding:140px 0px 0px 0px;
	}
#footer 
	{
	width:760px;
	clear:both;
	height:60px;
	left:0;
	bottom:0;
	position: absolute;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:62px;/* for ie5 */
	he\ight:60px;/* for ie6 */
}
#footercontent 
	{ 
	width: 740px;
	background: #e6e6e6 ;
	margin:0px 0px 0px 10px;
	padding:17px 0px 0px 0px;
	height: 33px;
	}
#footercontent p { float: left; padding:0px 20px 0px 20px;  }
#footercontent a { color:#666; text-decoration:none; border-bottom:1px dashed #666; }
#footercontent a:hover { border-bottom:1px solid #666; }
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:565px;
	float:right;
	padding:140px 10px 0px 0px;
	}
#clearfooter {width:100%;height:62px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-62px;} /*safari wrapper */

#link_images
	{
	border: 1px solid #C69C6D;
	padding:1px;
	}

#link_images_containers
	{
	padding:1px;
	width:auto;
	float:left;
	}
	
h1
	{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0px 0px 5px 0px;
	border-bottom:1px dashed #999;
	}
h2
	{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0px 5px 0px;
	padding:0;
	}
#menu
	{
	margin:0px 0px 0px 12px;
	padding:0;
	list-style:none;
	}
#menu li a
	{
	padding:0;
	color:#764b25;
	text-decoration:none;
	}
#menu li a:hover { text-decoration:underline; }
.submenu
	{
	margin:0px 0px 0px 20px;
	padding:0;
	list-style:none;
	}
#lowermenu
	{
	margin:10px 0px 0px 12px;
	padding:0;
	list-style:none;
	line-height:2.0em;
	}
#lowermenu li a
	{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0px 5px 0px;
	padding:0;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	}
#lowermenu li a:hover { text-decoration:underline; }
	
.thumb
	{
	float: left;
	margin: 0px 15px 20px 15px;
	padding: 0;
	width: 100px;
	height: 120px;
	}
.thumb img 
	{
	padding:2px;
	border: 1px solid #764b25;
	}
*html .thumb { margin: 0px 12px 20px 12px; }
.clear {clear:both;}
.thumb p { font-size:9px; text-align:center; padding:3px 0px 0px 0px; margin:0px; }

#contact
	{
	font-size:10px;
	margin:30px 0px 0px 12px; 
	border-top: 1px dashed #C69C6D; 
	border-bottom: 1px dashed #C69C6D;
	padding:6px 0px 7px 0px;
	width: 165px;
	}
#contact a { color:#666; text-decoration:none; }
#contact a:hover { text-decoration:underline; }

#viewimage
	{
	padding:2px;
	border: 1px solid #764b25;
	}
#viewimagelist
	{
	list-style:none;
	line-height:2.0em;
	margin:0px 0px 0px 12px; 
	border-top: 1px dashed #C69C6D; 
	border-bottom: 1px dashed #C69C6D;
	padding:6px 0px 7px 0px;
	width:160px;
	}
#viewimagelist a { color:#666; text-decoration:none; }
#viewimagelist a:hover { text-decoration:underline; }

#order
	{
	border: 1px solid #999;
	padding:10px;
	}
#prices td
	{
	width: 20% ;
	background-color: #F2EEDB ;
	line-height: 1.5 ;
	}
.event
	{
	margin:20px 0px 0px 0px;
	border:1px solid #764b25;
	}
.event td
	{
	vertical-align:top;
	padding:5px 8px;
	background:#e6e6e6;
	}
	
form.orders fieldset
	{
	padding:15px 15px 10px 15px;
	margin:0px 0px 15px 0px;
	border:1px solid #8F4B25;
	}
form.orders fieldset legend
	{
	font-weight:bold;
	font-size:13px;
	border:1px solid #8F4B25;
	padding:0px 4px 1px 4px;
	}
form.orders table td
	{
	padding:0px 10px 0px 0px;
	}
