
a    { color: black; font-weight: bold; font-style: normal; text-decoration: underline   }
a:link     { color: black; font-weight: bold; font-style: normal; text-decoration: underline  }
a:visited    { color: black; font-weight: bold; font-style: normal; text-decoration: underline  }
a:hover          { color: #610c14; font-weight: bold; font-style: normal; text-decoration: underline  }
a:active    { color: black; font-weight: bold; font-style: normal; text-decoration: underline  }
h1                     { color: #143544; font-weight: bold; font-size: 20px; margin-top: 0; padding-top: 0 }
h2                { font-weight: bold; font-size: 18px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: italic; }
h3            { color: #610c14; font-weight: bold; font-size: 16px;}
h4         { color: #143544; font-weight: bold; font-size: 14px;}
h5       { color: #143544; font-weight: bold; font-size: 14px;}
body        { color: #000000; font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-image: url(images/bg_body.jpg); margin: 0; padding: 0; border-top: 2px solid black; }
li     { color: #000000; list-style-type: disc; }
p        { }
hr { border-top: 1px solid #4a2167 }
.lowerlinks               { font-size: 10px; text-decoration: none ; clear: both; padding-top: 15px; }
.lowerlinks a:link              { color: black; font-size: 10px; text-decoration: none }
.lowerlinks a:visited            { color: black; font-size: 10px; text-decoration: none }
.lowerlinks a:hover              { color: #610c14; font-size: 10px; text-decoration: none }
.lowerlinks a:active            { color: black; font-size: 10px; text-decoration: none }
.lowerlinks2                { color: #4d0a22; font-size: 12px; text-decoration: none ; clear: both; padding-top: 15px; }
.lowerlinks2 a:link               { color: #4d0a22; font-size: 12px; text-decoration: none }
.lowerlinks2 a:visited             { color: black; font-size: 12px; text-decoration: none }
.lowerlinks2 a:hover               { color: #610c14; font-size: 12px; text-decoration: none }
.lowerlinks2 a:active             { color: #4d0a22; font-size: 12px; text-decoration: none }
.error { color: red; font-weight: bold; font-size: 14px }
.qdetails    { text-align: left; margin-right: 5%; margin-left: 5%  }
.qdetails1    { text-align: left; margin-right: 5%; margin-left: 5%; }
form { margin: 0px; padding: 0px }
#footer { color: white; text-align: right; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#footer a { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#footer a:link { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#footer a:hover { color: #610C14; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }

#contact_form { margin: 10px auto; width: 600px;}
#contact_form input[type=text] {background-color: #d9dada; width: 100%}
#contact_form textarea {
	background-color: #d9dada;
	margin-top: 10px;
	width: 100%;
}
#contact_form select {width: 175px;}
#contact_form label {display: block;}
.storeButton {	text-decoration: none;
	color: #000000;
	background: #ededed;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 46%, #e1e1e1 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 46%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(46%,#EDEDED), color-stop(100%,#e1e1e1));
	border: 1px solid #c0c0c0;
	padding: 6px 12px;
	border-radius: 4px;
}
.storeButton:hover {
	background: #c0c0c0;
	background: -moz-linear-gradient(top, #e1e1e1 0%, #EDEDED 46%, #ffffff 100%);
	background: -o-linear-gradient(top, #e1e1e1 0%, #EDEDED 46%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(46%,#EDEDED), color-stop(100%,#ffffff));
}
.storeButtonHolder {display: inline;}
