/* basic page styles */

html {
	height: 100%;
}
body {
	background: #666 url(images/bg-1.gif) repeat;
	margin:0;
	padding:0;
	height: 100%;
	font-size: 62.5%;
	font-family: Verdana, tahoma, Lucida Sans, Lucida Grande, Arial, helvetica, sans-serif;
}
#site_content {
	width: 960px;	
	background: #fff;
	margin: 0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	padding: 0 23px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;	
	font-size:1.2em;
	line-height:1.4em;
}
h1 {
	font-size: 1.9em;
	line-height:1.2em;
	font-family: tahoma, Verdana, Arial, sans-serif;
	color: #333;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	line-height:1.3em;
	color: #900;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	line-height:1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
}
img {
	border: 0px;
}
hr {
height: 1px;
color:#333;
}
a:link {
	font-size: 1em;
	color: #900;
}
a:visited {
	font-size: 1em;
	color: #900;
}
a:hover {
	text-decoration: underline;
}
table {
	font-size: 10px;
	border-collapse: collapse;
	border: 0px;
}
.clr {
	clear: both;
	height:40px;
}
div.textcontainer {
	float:left;
	width:500px;
	padding-top:20px;
}
div.textcontainer2 {
	float:left;
	width:600px;
	padding-top:20px;
}
div.contactinfo {
	margin:50px 0 0 250px;
}


/* main header and nav */
#header {
	height: 90px;
	background: #a70000 url(images/header.gif) no-repeat 0 bottom;	
	margin-bottom: 20px;	
	padding:0;
	overflow:hidden;
}
#logo {
	float: left;
	width: 270px; 
	padding:8px 20px 0;
}
#tabnav {
	padding-top:62px;
	margin:0;
	float:left;
	font-size: 1.1em;
	font-weight: bold;
	height: 30px;
}
#tabnav ul {
	margin: 0;
	padding: 0;
}
#tabnav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabnav li a:link, #tabnav li a:visited {
    display:inline-block;
	padding: 5px 12px 12px;
	background-color: #b22412;
	color: #ffeadc;
	text-decoration: none;
}
#tabnav li a:hover {
	background-color: #ce2811;
	text-decoration: underline;
}
#tabnav li#about {
	margin-left: 20px;
}
#tabnav li.active a:link, #tabnav li.active a:visited {
	background-color: #fff;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

/****  language and contact ****/

div#language {
	width: 70px;
	float:right;
	margin:12px 18px 0 0;
}
div#language img{
	float:right;
	margin-left:8px;
}
img.flag  {
	border: 1px solid #600;
}
a:hover.flag img {
	border: 1px solid #fff;
}
a.flag img {
	border: 1px solid #600;
}


/****  gallerynav ****/
#gallerynav {
	height: 30px;
	padding-top:15px;
	border-bottom: 1px solid #999;
}
#gallerynav ul {
margin: 0 15px;
padding:0;
}
#gallerynav li {
	display: inline;
	font-size: 1.2em;
	margin: 0;
    padding:0;
}
li.activetab a:link, li.activetab a:visited {
	color: #333;
	display:inline-block;
	text-decoration: none;
	padding: 7px 15px;
	border: 1px solid #999;
	border-bottom: none;
	background-color:#fff;
	font-weight:bold;
} 
li.activetab a:hover {
	text-decoration: none;
} 
li.inactivetab a:link, li.inactivetab a:visited {
	color: #333;
	display:inline-block;
	text-decoration: none;
	padding: 7px 18px;
} 
li.inactivetab a:hover {
	text-decoration: underline;
}
iframe.galleryframe {
	background: #fff;
width: 980px;
height: 750px;
margin:0;
	border: 0;
}
iframe.galleryframe1 {
	background: #fff;
width: 960px;
height: 650px;
	border: 0;
	margin:0;
}
	
	
/**** book pages ****/

#bookmenu {
	border-right: 1px solid #eee;
	width:220px;
	text-align:left;
	margin:0 40px 0 20px;
	padding:0 30px 50px 0;
	float: left;
}
#bookmenu img {
	margin: 30px 15px 0;
	float: left;
	clear: both;
}
#bookmenu ul {
	list-style: none;
	margin:0 20px 0 0;
	padding:0;
}
#bookmenu li a:link, #bookmenu li a:visited {
	padding: 6px 15px;
	display: block;
	width: 100%;
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	border-bottom:1px solid #900;
}
#bookmenu ul a:hover {
	background: #f8f8f8;
}
#bookmenu li.active a:link, #bookmenu li.active a:visited {
	background: url(images/pointer.gif) no-repeat 0 center;
}
div.prevbooks {
display: block;
float:left;
width:550px;
border-bottom:1px solid #999;
clear: both;
padding:20px 0;
}
div.prevbooks h3{
margin: 0;
}
div.prevbooks img {
float:left;
margin-right: 25px;
}
table.bookinfo {
	width: 100%;
}
table.bookinfo h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
table.bookinfo h3 span{
	font-weight: normal;
}
table.bookinfo td {
	font-size: 1.1em;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
}
table.bookinfo td img {
	padding-right:15px;
}
div.orderinfo {
	border:1px solid #999;
	background-color: #eff;
	padding: 20px;
	margin: 10px 0 30px;
}
div.orderinfo h3 {
	margin: 0 0 8px;
}
table.calendar td, table.calendar2 td {
	font-size: 1.2em;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
table.calendar img {
	border: 2px solid #990000;
}
table.calendar2 img {
	border: 2px solid #CC3300;
}

/* decorative pages */

table.decorative td {
	text-align: left;
	font-size: 1.2em;
}
table.decorative img {
	border: 1px solid #900;
	margin:5px;
}
table.decorative a:link, table.decorative a:visited {
	text-decoration: none;
}

/* front page */
div#frontcontent {
	margin-left:80px;
}
div#frontcontent h1 {
font-size: 17px;
margin: 20px 0;
}
div#frontnav {
	margin: 60px 0 0;
height:280px;
}
div.fronttext {
	width:800px;
	padding: 10px;
	background: url(images/front_divider.gif) no-repeat top left;
}
div.navbox {
	float:left;
	margin-right:25px;
	text-align:center;
}
div.navbox img {
	margin:30px 0 18px;
	border: 4px solid #fff;
}
div.navbox  a:link, div.navbox  a:visited {
	height: 250px;
	width:250px;
	border:none;
	display:block;
	color:#000;
	font-weight:bold;
	font-size:1.2em;
	font-family:   verdana, tahoma, verdana, Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	filter:alpha(opacity=70);
	opacity:.7;
	background: url(images/front-bg.gif) no-repeat;
}
div.navbox  a:hover {
	color:#b22412;
	filter:alpha(opacity=100);
	opacity:1;
}
div.credits  {
	position: absolute;
	bottom:10px; /* stick to bottom */	color:#999;
	font-size:.8em;
}
