body, html {padding: 0px; margin: 0px; height: 100%}

#content {
	position: relative;
	min-height: 100%;
}


* html #content
{
	height: 100%;
}

body {
	font-family: verdana, arial;
	background-image: url('./images/exports/fade.jpg') ;
	background-repeat:repeat-x;
	background-color: #E0EBF8;
}

.header {
	clear: none;
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 900px;
	padding: 0px;
	z-index: 1;
}

#navWrapper {
	width: 900px;
	height:67px;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url('./images/exports/nav_cloud.png'); 
	padding-top: 5px;

}

ul.nav {
	margnin-top 0px;
	margin-bottom: 0px;
	padding-left:0;
}

ul.nav li a {
	margin-left: 22px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	
}


ul.nav li {
	display: inline;
	list-style-type: none;
	background: url("./images/small_paw.png") no-repeat top left;
}

ul.nav li:first-child {
	background: none;
	margin-left: 0px;
}

ul.nav li:first-child a {
	margin-left: 0px;
}


a:link, a:visited { 
	color: #000; 
}

ul.nav li a:hover {
	color: #FF7D40;
}

#innerContent
{
margin-top: 0px;
margin-right:auto;
margin-left:auto;
width: 900px;
padding:  10px;
background-color: #FFF;
color: #000;
border: 2px solid #D2E2E2;

/* For Chroms, Safari, Firefox */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

#contentwrapper {
padding-bottom: 120px;
}

#footer {
	width: 100%;
	background: url("./images/exports/grass-small.jpg") repeat-x top;
	height: 120px;
	position: relative;
	margin-top: -120px;
	
} 

#footer p  {
	margin: 0;
	height: 20px;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	position:absolute;
	bottom:0px;
	width: 100%
	
}

#footer p a {
	color: #ffffff;
}

/* And for chrome/safari */

@media screen and (-webkit-min-device-pixel-ratio:0)
{
 #footer
 {
  /*margin-top: -220px;*/ /* Dont really understand why its silly */
 }
}

#downRightCorner { 
	display: block;
	position: fixed;
	right: 0;
	bottom: 0px;
	overflow: hidden;
	width: 300px;
	height: 300px;
	margin: 0 0 0 0;
	padding: 0;
	z-index: -1;
	border: none;
	float: none;
}



img.floatLeft { 
    float: left; 
    margin: 10px; 
    margin-left: 0;
}

img.floatRight { 
    float: right; 
    margin: 10px; 
    margin-right: 0;
}

img.topLeft {
        /*float:left;
	display: inline;*/
	position:absolute;
	left:0px;
	top:0px;
	z-index: -1;	
}

a.lightbox {
	text-decoration: none;
	/*display: inline;*/
	float: left;
	width: 133px;
	border: solid black 1px;
	padding: 0;
	margin: 2px;
	text-align: center;
}

img.thumbnail {
	display: inline;
	margin-right:0;
	margin-left:0;
	border: none;
}

.indent {
	padding-left: 150px;
}

table.prices {
	border: 1px solid black;
	border-collapse: collapse;
}
table.prices th {
	border: 1px solid black;
}
table.prices td {
	border: 1px solid black;
}

.clr {
	clear: both;
}