@charset "UTF-8";
/* CSS Document */
*	{margin:0;
	padding:0;
	border:0;}
body	{
		background-color:#ccc;
		background-image:url(images/body.png);
		background-repeat:repeat-x;
		
		font-family: Helvetica, Geneva, sans-serif;
		font-size:12px;
		}

p		{color:#666;
		padding: 5px 20px;
		line-height:30px;
		}

h1		{color:#f93;
		}
			
h2		{font-size:24px;
		color:#f93;
		padding: 10px 0 0 20px;
		line-height:26px;
		text-shadow: #ccc 1px 1px 0px;
		}
		
h3		{color:#f93;
		font-size:14px;
		padding: 5px 20px;
		line-height:22px;
		text-shadow: #ccc 0px 1px 0px;
		}
		
h4		{font-size:14px;
		font-style:bold;
		color:#666;
		padding:0 20px;
		}


a:link		{color:#f93;
			text-decoration:none;
			text-shadow:#ccc 0px 1px 1px;		
			}
		
a:visited	{color:#666;
			text-decoration:none;	
			}

a:hover		{color:#f93;
			text-decoration:none;
			}
			
a:active 	{color:#f93;
			text-decoration:none;
			}
			
#content	{width:1000px;
			margin:auto;
			margin-top:10px;
			border:1px solid #999;
			background-color:#fff;
			background-image:url(images/lobbak.jpg);
			background-position:right bottom;
			background-repeat:no-repeat;
			}
			
#lobbox		{width:1000px;
			background-image:url(images/ranch.png);
			background-position:bottom;
			background-repeat:repeat-x;
			}

#branding		{width:1000px;
				height:100px;
				background-color:#fff;
				background-image:url(images/brand.jpg)	
				}

#nav			{width:1001px;
				height:30px;
				background-color:#666;
				background-image:url(images/nav.png);		
				}

div#nav ul 		{margin:0 30px 0 0;
				}
			
div#nav ul li 	{margin:0 0 0 30px;	
				display:block;
				float:right;
				text-decoration:none;
				list-style:none;
				}
						
#blutop		{background-color:#cc9;
			height:13px;
		background-image:url(images/blutop.png);
			}


		
ul li {	text-decoration:none;
	list-style:square;}
			

		
#creds	{width:210px;
		margin: 0px 0 20px 0;
		float:left;
	
		}
		
ul.creds	{padding: 5px 20px;
		color:#666;
		line-height:22px;
		}
		
p.creds	{line-height:22px;
		text-indent:0;
		padding:0 40px 0 20px;}		
		
#hist1	{width:390px;
		margin:0px 0 0px 0;
		float:left;

		}
				
#hist2	{width:394px;
		margin:0px 0 10px 0;
		float:right;
		}
		
ul.hist		{color:#666666;
			padding: 5px 20px;
			line-height:20px;
			}
			
#print		{width:120px;
			margin:auto;
			}
			
h3.print 	{text-align:center;
				padding:0;
				margin:0;
				}
				
#vidnav	{width:120px;
		padding:0 0 15px 0;
		float:left;
		}
		
div#vidnav ul 	{padding:0 0 0 15px;
				}
			
div#vidnav ul li {
	color:#666;
	margin:7px 15px 0 0;
	display:block;
	float:left;
	text-decoration:none;
	list-style:none;
	
}
div#vidnav ul li a {
	color:#999;
	text-decoration:underline;
	border:1px solid #999;
	display:block;
	}

div#vidnav ul li a:visited	{color:#999;
							}

div#vidnav ul li a:hover 	{color:#f93;
							}
	
div#vidnav ul li a:active 	{color:#f93;
							}
	
				
#vidnav img {
			width:110px;
			height:73px;
			}
			
#video	{width:600px;
		min-height:557px;
		margin:7px 15px 0 0; 
		float:right;
		}
		
#video p	{line-height: 18px;
			padding:0px 0 10px 0px;
			}
			
#video h3	{line-height:18px;
			padding:10px 0 0 0;
			}

		
#image	{width:600px;
		height:557px;
		margin:7px 15px 0px 0;
		float:right;
		}
#image img {width:600;
			height:auto;
			border:1px solid #999;
			}

#reel	{width:800px;
		margin:50px 100px 80px 100px;
		}




#contact 	{width:600px;
			margin:50px 0 50px 200px;
			}
			

#contact-area 
	{width:600px;
	height:400px;
		margin:50px 0 50px 200px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #999;
	color:#666;
		background-image:url(images/input.png);
	background-repeat:repeat-x;
}

#contact-area textarea {
	height: 90px;
	background-image:url(images/message.png);
	background-repeat:repeat-x;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #f93;
}

#contact-area input.submit-button {
	width: 75px;
	height:30px;
	float: right;
	background-color:#f93;
	color:#fff;
	text-shadow:#666 1px 1px 1px;
	background-image:url(images/send.png);
	
}

h2.con	{padding:0 0 0 115px;
		}
		
p.con	{padding:0 0 10px 115px;
		line-height:20px;
		}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 14px;
	color:#666;
}


#info	{width:380px;
		margin:10px 0 20px 0px;
		float:left;
		}
		
#blubot		{background-color:#cc9;
			height:12px;
			width:1000px;
			background-image:url(images/blubot.png);
			clear:both;
			margin:auto;
			}
		
#bottom		{margin:auto;
			width:1000px;
			height:30px;
			background-image:url(images/bot.png);
			background-color:#666;		
			clear:both;
			}
div#bottom p {padding-top:0px;
			color:#fff;
			text-align:center;
			text-shadow:#333 0 1px 1px;
			}

div#bottom a {
	border:none;
	color:#fff;
	text-decoration:underline;
	text-shadow:#333 0 1px 1px;
	}
div#bottom a:hover {
	color:#f93}
	
