
body {
	font-family: arial, san-serif;
	font-size: 100%;
	color: #adadad;
	background-color: #151515;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: #91918b;
}

#menu-top {
	background: transparent no-repeat right top;
	border: 2px solid #adadad;
	border-bottom: none;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
	border: 1px solid #adadad;
	border-bottom: none;
}

#menu-top a {
	float: left;
	background: #364554;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	line-height: 1.5em;
}

#menu-top a span {
	background: #364554;
	padding: 5px 15px 4px 6px;
	color: #adadad;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { color: #ffffff; text-decoration: underline; }
 #menu-top a:hover span { color: #ffffff }

#wrapper-header {
	background: #151515;
}

#header {
	background: #eee url('images/banner_mountains.gif') no-repeat center top;
}

#header h1 {
	margin: 0 50px;
	padding: 0;
	height: 40px;
	line-height: 3em;
	color: #123456;
	font-size: 120%;
}

#wrapper-content {
	background: #123456;
}

* html #wrapper-content { height: 1%; }

#content {
	background: #3f3f3f;
	padding: 5px 245px 5px 40px;
	text-align: center;
	border: 2px solid #adadad;
}

#content img { border: 5px solid #ababab; border-style: outset; }

#content a:link, #content a:visited { color: #dedede; font-style: italic; font-size: 90%; text-decoration: underline;}
#content a:hover { color: #adadad; text-decoration: underline; font-style: none; }

#wrapper-menu-page {
	float: right;
	width: 185px;
	margin: 15px 15px 3em 2em;
	background: #91918b;
	text-align: left;
	line-height: 140%;
	border: 2px solid #adadad;
	font-family: arial, sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px;}

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 5px;
	padding: 0;
	list-style: none;
	font-size: 80%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 5px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #123456; }
#menu-page a:hover { color: #ffffff; text-decoration: underline;}

img { border: 0 }

#img
{
margin: 5px;
height: auto;
width: auto;
float: none;
background: #3f3f3f;
}

#img img           
{
display: inline;
margin: 5px;
border: 2px solid #3f3f3f;
}

#img a:hover img {border: 2px solid white;}


#gallery
{
margin: 5px;
height: auto;
width: auto;
float: none;
background: #3f3f3f;
}

#gallery img           
{
display: inline;
margin: 5px;
border: 2px solid black;
}

#gallery table           
{
display: inline;
margin: 5px;
border: none;
}

#gallery caption
{
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 5px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.10em;
}

#gallery a:hover caption { color: #d9d9d9; text-decoration: strong;}
#gallery a:link, #gallery a:visited { color: #123456; }
#gallery a:hover { color: #ffffff; text-decoration: underline;}           


#gallery a:hover img {border: 2px solid white;}


#order-menu input[type="image"] {
  	border: 1px solid white;
		margin: auto;
		display: block;
}

#order-menu input[type="image"]:hover { border: 1px solid gray; }




#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #151515;
	border: none;
	clear: both;
	font-size: 80%;
}

h2 { font-size: 105%; color: #cec8b7; text-transform: uppercase; font-style: italic;}
h3 { font-size: 85%; }
h4 { font-size: 70%; }

a:link, a:visited { color: #adadad; text-decoration: none; }
a:hover{ color: #ffffff; text-decoration: none; text-decoration: underline;}
