/*General style sheet for most pages in shawshot main dir
*/
body {font-size:7pt;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-weight: normal;
		 color: #767676;
		 background-color: #hhhhhh;
		 }
  
div.navbar {
	position: absolute;
	left: 200px;
	top: 10px;
	font-variant: caps;
}

div.navbar a:link {color: grey;}
div.navbar a:visited {color: #999999;}
div.navbar a:hover {color: #000066;}
div.navbar a:active {color: red;}

div.content {
	position: absolute;
	top: 70px;
	margin-left: 50px;
	width: 547px;
	left: 65px;
	height: 39px;
}
div.content a:link, 
div.content a:visited {color: #000099;}
div.content a:hover {color: #FF9900;}

orderform {
  Position: absolute;
	left: 285px;
	top: 100px;
	margin-left: 50px;
	width: 550px;
}
div.eventsform {
	position: absolute;
  top: 150px;
	left: 235px;
}
div.footnote {
	position: absolute;
	bottom: 30px;
	left: 26px;
	margin-left: 100px;
	width: 550px;

}
div.orderbuttons {
	position: absolute;
	bottom: 0px;
	left: 26px;
	margin-left: 100px;
	width: 550px;

}
div.left {
	float: left;
	width: 40%;
	padding-bottom: 2px;
}
div.right {
	float: right;
	width: 55%;
}
div.spacer {clear: both;}
img{}
img.grey{	float:center;
			 height:400px;
			 width:300px;
			 }
img.greyleft{float:center;
			 height:400px;
			 width:260px;
			 }
img.logo {
	position: absolute;
	left: 3px;
	top: 8px;
	width: 200px;
	height: 132px;
/*width="225" height="94"*/
}
img.trot{	float:left;
			 height:150px;
			 width:225px;
			 }
			 
p.center{ text-align:center;}			 	 
h1   {font-weight: light;
		 font-size: 30pt;
		 text-align:center;
     }
h2   {font-weight: bold;
		 font-size: 20pt;
		 line-height: 20pt;
		 text-align: center;
     }
h3   {font-weight: bold;
		 font-size: 15pt;
		 line-height: 15pt;
		 text-align: center;
		 }
h4   {font-weight: bold;
		 font-size: 13pt;
		 line-height: 13pt;
		 text-align: center;
		 }
h5   {font-weight: bold;
		 font-size: 10pt;
		 line-height: 10pt;
		 text-align: center;
		 }
h6   {font-weight: normal;
		 font-size:8pt;
		 }
table.order{font-size:8pt;}
th {
		font-size: 9px;
		font-weight: light;
	 }
td {
		font-size: 9px;
		font-weight: light;
	 }
 
form 		{font-size: 10pt;}
form.order {font-size:8pt;}
form.events {font-size:8pt;
/*	position: absolute;
	left: 40px;
	top: 100px;
	margin-left: 300px;*/}

input, textarea, select, option {
		 font-size: 7pt;
     }

a 	 		{text-decoration: none;}
a:link		{color: #767676;}
a:visited 	{color: #767676;}
a:active 	{color: #6666ff;}
a:hover		{color: #5C5ADF;
		 
