@charset "utf-8";
/* CSS Document */
/*
* {
	border: 1px solid gray;
}
*/
body {
	font-size:100%;
	font-family: Jacques Francois, Georgia, serif;
	color:#3a3a3a;
	float: left;
}

.body {
	width:550px;
	margin:0 auto;
	display:block;
	/*border: 1px solid gray;*/
	padding: 10px, 10px, 10px, 10px;
}

h1 	{
	color: rgb(102, 0, 0);
	background: white;
	font-family: Romanesco, Georgia, serif;
	font-size: 350%;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 2px;
	text-decoration: none;
}

form {
	width:425px;
	margin:0 auto;
}

label {
	display:block;
	margin-top:18px;
	margin-left: -25px;
	font-size: 90%;
	font-family: 'Scada', Trebuchet MS, sans-serif;	
	text-transform: uppercase;
}

radio {
	letter-spacing:.5px;
	font-size: 90%;
	font-family: Jacques Francois, Georgia, serif;
	float: left;
	display: inline;
 }

p.scada {
	font-family: 'Scada', Trebuchet MS, sans-serif;
	font-size: 80%;
	line-height: 80%;
}

input, textarea {
	width:400px;
	height:27px;
	font-family: Jacques Francois, Georgia, serif;
	font-size: 95%;
	background:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	color:#3a3a3a;
}

input:focus, textarea:focus {
	border:1px solid #660000;
}

textarea {
	height:213px;
	font-family: Jacques Francois, Georgia, serif;
/*	background:url(images/textarea-bg.jpg) right no-repeat #efefef;*/
}

#submit {
	width:150px;
	height:30px;
	font-family: 'scada', Trebuchet MS, sans-serif;
	background-color: #660000;
	color: #FFFFFF;
	text-indent: 0px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid gray;
	margin-top: 20px;
	cursor: pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#submit:hover {
	background-color: #CCCC00;
	color: #660000;
}

#recaptcha_response_field {
	height: 16px;
}

footer a img {
	border:none;
	float:right;
	margin:0px 59px 40px 0px;
}

strong.toptenentry	{
	color: #000000;		
	font-family: 'Scada', Trebuchet MS, sans-serif;
	font-weight: bold;
	font-variant: none;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: .75px;
}


small 	{
		font-family: 'Scada', Trebuchet MS, sans-serif;
		font-size: x-small;
		text-transform: none;
		}

#footer {
    max-width: 100%;
	padding: 30px 0px 5px 0px;
	font-family: 'Scada', Trebuchet MS, sans-serif;
	line-height: 80%;
	/*background: #FFFFFF;*/
    clear: left;
	border: gray solid 0px;
}

#bottomnavigation {
	/*	max-width: 100%; IT'S THE "width: 100%;" CODE BELOW THAT MAKES THE GRAPHIC EMBELLISHMENT ON THE BOX*/
	width: 100%;
	float: left;
	padding: 5px;
	list-style-type: none;
	border: gray solid 1px;
	margin: 10px;
	text-align: center;
} 

#bottomnav {
	/*	max-width: 100%;  IT'S THE "width: 100%;" CODE BELOW THAT MAKES THE GRAPHIC EMBELLISHMENT ON THE BOX*/
	width: 100%;
	/*min-width: 320px;
	max-width: 600px;*/
	float: left;
	padding: 5px;
	list-style-type: none;
	border: gray solid 1px;
	margin: 0;
	text-align: center;
} 

#bottomnav li {
	padding: 5px;
	float: left;
	font-size: 90%;
	font-weight: normal;
	font-family: 'scada', Trebuchet MS, sans-serif;
	letter-spacing: .75px;
	text-align: center;
	display: inline;
}

a:link.bottomnav li {
	color:  #660000;
} 

a:visited.bottomnav li  {
	color:  #660000;
}

a:hover.bottomnav li	{
	color: #CCCC00;
}

a:active.bottomnav li	{
	color:  #660000;
}

a:link.samepagebotnav  li	{
	color:  #3B0B0B;
} 

img.shopindie {
	float: right;
}

a:link, h7 	{
		color:  #990000;
		font-size: 105%;
		background: white;
		font-family: Yanone Kaffeesatz, sans-serif;
		font-weight: bold;
		list-style-type: none;
		text-transform: uppercase;
		text-decoration: none;
}

a:visited h7{
		color: #990000;
		font-size: 105%;
		background: white;
		font-family: Yanone Kaffeesatz, sans-serif;
		font-weight: bold;
		list-style-type: none;
		text-transform: uppercase;
		text-decoration: none;
}	

a:hover h7 {
		color: #CCCC00;
		font-size: 105%;
		background: white;
		font-family: Yanone Kaffeesatz, sans-serif;
		font-weight: bold;
		list-style-type: none;
		text-transform: uppercase;
		text-decoration: none;
}

a:active h7 {
		color: #990000;
		font-size: 105%;
		background: white;
		font-family: Yanone Kaffeesatz, sans-serif;
		font-weight: bold;
		list-style-type: none;
		text-transform: uppercase;
		text-decoration: none;
}

a.textlink {
		color: rgb(102, 0, 0);
		font-size: 90%;
		background: white;
		font-family: Scada, Trebuchet MS, sans-serif;
		font-weight: bold;
		list-style-type: none;
		text-transform: uppercase;
		text-decoration: none;
		border-bottom: 1px black dotted;
}

a:visited.textlink {
		color: rgb(102, 0, 0);
		font-size: 90%;
		background: white;
		font-family: Scada, Trebuchet MS, sans-serif;
		font-weight: bold;
		list-style-type: none;
		text-transform: uppercase;
		text-decoration: none;
		border-bottom: 1px black dotted;
}	

a:hover.textlink {
		color: #CCCC00;
		font-size: 90%;
		background: white;
		font-family: Scada, Trebuchet MS, sans-serif;
		font-weight: bold;
		list-style-type: none;
		text-transform: uppercase;
		text-decoration: none;
		border-bottom: 1px black dotted;
}

a:active.textlink{
		color: #9E0508;
		font-size: 90%;
		background: white;
		font-family: Scada, Trebuchet MS, sans-serif;
		font-weight: bold;
		list-style-type: none;
		text-transform: uppercase;
		text-decoration: none;
		border-bottom: 1px black dotted;
}
