html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body{
	background-color: #00407A;
	background-image: url('media/back.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

h1 {
	font-size: 18px;
	font-family: verdana, arial, sans-serif;
	color: #00407A;
	margin: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	color: #0580CD;
	margin: 0px;
}

a:link, a:visited {
	color: #0580CD;
}

a:hover {
	color: #FF5E00;
}

div, td {
	font-family: verdana;
	font-size: 12px;
	line-height: 160%;
}

/* Container DIVS - basic page structure */

#topnav {
	width: 750px;
	text-align:right;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}

#topnav a:link, #topnav a:visited, #topnav a:hover {
	color: #fff;
}

#subnav {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#subnav a:link, #subnav a:visited {
	color: #FF5E00;
	font-weight: bold;
}

#subnav a:hover {
	color: #0580CD;
	font-weight: bold;
}

#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#subnav li {
	margin-bottom: 2px;
}
	

#content {
	width: 750px;
	background-color: #fff;
	background-image: url('media/mainback.gif');
}

#header {
	width: 750px;
	background-image: url('media/headerback.gif');
	height: 65px;
}

#divide {
	width: 740px;
	background-image: url('media/divide.gif');
	background-repeat: repeat-x;
	height: 8px;
	text-align: left;
}

#navigation {
	width: 740px;
	background-image: url('media/navback.jpg');
	height: 41px;
}

#main {
	width: 740px;
	background-image: url('media/contenttop.gif');
	background-repeat: no-repeat;
	background-position: top-left;
	border-bottom: 5px solid #989898;
}

#contentblock {
	width: 660px;
	text-align: left;
}

#contentleft {
	margin-top: 25px;
	width:455px;
	float:left;
}

#contentright {
	margin-top: 25px;	
	width: 190px;
	float: right;
}

#gallery {
	width: 660px;
	height: 57px;
	background-image: url('media/galleryback.gif');
	margin-top: 20px;
}

#contentbottom {
	width: 740px;
	background-image: url('media/contentbottom.gif');
	background-repeat: no-repeat;
	background-position: top-left;
	background-color: #7F7F7F;
	padding-top:30px;
	padding-bottom: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
	line-height: 160%;
}

#contentbottom a:link, #contentbottom a:visited, #contentbottom a:hover {
	color: #fff;
}

#newsletter {
	width: 330px;
	font-family: Verdana, Arial, Sans-serif;
	font-size:11px;
	color: #fff;
	float:right;
	margin-top: 15px;
	text-align:left;
}

#specialswrapper {
	position: relative;
	top: 20px;
	width: 660px;
}

#specialsleft {
	float: left;
	width: 330px;
}

#specialsright {
	float: right;
	width: 330px;
}

/* Container DIVS - basic page structure */

#logo {
	position: absolute;
	z-index: 1;
	background-image: url('media/logo.gif');
	height: 94px;
	width: 242px;

}

.nopad {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

/* Special attributes - Gallery Tabs */

ul#navlist {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 29px;
	border-bottom: 1px solid #ccc;
}

ul#navlist li {
	float: left;
	height: 26px;
	background-color: #9DC205;
	margin: 2px;
	border: 1px solid #79A702;
}

ul#navlist li#active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

li#active a { 
	color: #666; 
}

#navlist a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

#navlist a:hover { 
	background: #fff; 
	color: #666;
}

/* Special attributes - Gallery Images */

div#galleryimages {
	width: 300px;
}

ul#galleryimages {
	list-style-type:none;
	margin-left: 20px;
	margin-right: 20px;
}

ul#galleryimages li {
	float: left;
	padding: 2px;
}


.bigtext {
	font-size:18px;
}

.specials {
	font-size: 11px;
	line-height: 160%;
}

table.prices {
	border-width: 0px 0px 0px 0px;
	border-spacing: 3px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.prices td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}