/* ------------Global<<<-----------*/

html {
	height: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #555555;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height: 100%;
	}
	

#wrapper {	
	display: block;
	position:relative;
	width: 780px;
	height: 100%;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	}
	
#top{
	width: 780px;
	height: 150px;
	background-color:#000000;
	background-image:url(../images/top.jpg)
	}
	
	
/* ---------- Navigation-----------*/

#menu{
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 18px;
	background-color:#000000;
	z-index:5;
	}

#menu ul {
	padding-left: 20px;
	margin: 0px;
	list-style: none;
	}

#menu ul li {
	display: block;
	position: relative;
	float:left;
	}
	
#menu ul li a {
	padding: 3px 20px 0px 0px;
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	z-index: 100;
	text-transform:uppercase;
	font-weight:bold;
	}
	
#menu ul li ul { 
	position: absolute;
	left: 0px;
	top: 18px;
	display: none;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	background-color: #000000;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}

#menu ul li ul li a {
	width: 120px;
	display: block;
	padding: 5px 0px 1px 5px;
	margin: 0px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-weight: normal;
	z-index: 100;
	border-bottom: 1px solid #666666;
	}

#menu ul li ul li a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
	width: 120px;
	}

#menu li:hover ul, #menu li.over ul {
	display: block;
	}

/* Fix IE. \*/
* html #menu ul li {float: left; }
* html #menu ul li a { height: 1%; float: left; }
* html #menu ul li ul li {float: none; }
/* End */



/* ---------- Content-----------*/


#content {
	padding: 0px 20px 0px 20px;
	clear: both;
	float: left;
	width:740px; 
	background-color: #FFFFFF;
	}
	
#contenttop {
	clear: both;
	margin: 25px 0px 10px 0px;
	width:470px;
	height: 30px;
	}

#contentmain {
	clear: both;
	margin: 5px 0px 10px 0px;
	width:470px;
	float: left;
	}
	
#contentside {
	margin: 15px 0px 10px 510px;
	padding: 10px 0px 10px 0px;
	width:225px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}

#footer {
	clear: both;
	padding: 20px 0px 5px 0px;
	width:720px;
	}
	
#picture {
	margin: 0px 0px 30px 0px;
	width:470px;
	height: 250px;
	display: block;
	border: 1px solid #000000;
	}
	
#gallerypicture {
	margin: 0px 0px 0px 0px;
	width:470px;
	height: 250px;
	display: block;
	border: 1px solid #000000;
	z-index: 1;
	}
	
	
#gallerypicture.fist {
	background-image: url(../images/content/fist.jpg)
	}
	
#gallerypicture.buffalo {
	background-image: url(../images/content/buffalo.jpg)
	}
		
		
/* -------------Thumbs---------------*/

#thumbs {
	margin: 0px;
	padding: 0px;
	width:470px;
	z-index: 5;
	background-color: #000000;
	border: 1px solid #000000;
	height: 200px;
	}

#thumbs ul {
	margin: 0px;
	padding-left: 8px;
	list-style-type: none;
	}

#thumbs li {
	float: left;
	display: block;
	margin: 8px 0px 8px 0px ;
	padding: 4px;
	}
	
#thumbs li a {
	float: left;
	display:block; 
	padding: 0px;
	margin: 0px;
	width: 35px; 
	height:35px;
	border: 1px solid #666666;
	overflow: hidden;
	}
	
#thumbs img{
	border: 0px;
	}
	
#thumbs li a:hover {border: 1px solid #FFFFFF;}

/* -------------Text---------------*/

a {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
	}
	
a:visited {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
	}
	
a:hover {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
	}
	

h1 {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold; 
	font-size: 18px; 
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform:uppercase;
	}

h2 {
	display: block;
	font-weight: bold; 
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 3px 0px 3px 0px;
	text-transform:uppercase;
	border-bottom: 1px solid #666666;
	width:470px;
	margin-top: 15px;
	}
	
h2.gallery {
	display: block;
	font-weight: bold; 
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 3px 0px 0px 0px;
	text-transform:uppercase;
	border-bottom: 1px solid #666666;
	width:458px;
	margin-top: 15px;
	padding-left: 12px;
	}
	

h3 {
	display: inline;
	font-weight: bold; 
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 3px 0px 0px 0px;
	text-transform:uppercase;
	}

	
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #999999; 
	font-weight: normal;
	}

.bodycopy {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
.bodycopy a {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
	}
	
.bodycopy a:visited {
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
	}
	
.bodycopy a:hover {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
	}
	
#caption.bodycopy {
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.thumbcopy {
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 11px;
	}
	
.thumbcopy a{
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	z-index: 100;
	}
	
.thumbcopy a:hover{
	color: #CCCCCC;
	}
	
.sidecopy {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
.sidecopy a {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
	text-decoration: underline;
	}
	
.sidecopy a:visited {
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
	text-decoration: underline;
	}
	
.sidecopy a:hover {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
	text-decoration: underline;
	}
	
	
p {
	margin: 0px 0px 7px 0px;
	line-height: 14px;	
	}
	

p.sidecopy  {
	margin: 0px 0px 7px 0px;
	line-height: 12px;	
	}
	
	
p#caption {
	margin: 0px 9px 0px 9px;
	}
	
.quote {
	color: #333333;
	margin: 20px 0px 30px 0px;
	padding: 0px 20px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/* -------------Form---------------*/
	
#contactform {
	display:block;
	margin: 20px 0px 0px 0px;
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	}

 
input {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 15px;
	margin-top: 2px;
	border: 1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	}

select {
	display: block;
	width: 350px;
	margin-bottom: 15px;
	margin-top: 2px;
	float: left;
	border: 1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: normal;
	}

textarea {
	display: block;
	width: 350px;
	margin-bottom: 10px;
	margin-top: 2px;
	float: left;
	border: 1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: normal;
	}

br.form {
	clear: left;
}
		
.button {	
	width: 65px;
	height: 20px;
	border: 1px dashed #000000;
	float: left;
	border: 1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	cursor:pointer;}
	
.button:hover {
	background-color: #CCCCCC;
	}
	
.formsubhead {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.hidden {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	float:left;
	visibility: hidden;	
	}
	
/* ---------- SelectBox-----------*/
select.gallery {
	width: 223px;
	border: 1px solid #666666;
	margin-bottom: 10px;
	}
	
/* -------------Trailers---------------*/
