@charset "utf-8";

label.error {
                /* remove the next line when you have trouble in IE6 with labels in list */
                font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: red;
                font-style: italic
}

div.error { display: none; }
input {   border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	background-color: #EEF2EE;
}

body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-color: #330000;
	background-image: url(images/bck-gradient.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FF0000;
}



img {
	border: none;
	outline: none;
}

.imgborderright{
	border: 2px solid #FFF;
	padding: 0;
	margin: 10px 25px 10px 10px;
	float: right;
}

.imgborderleft{
	border: 2px solid #FFF;
	padding: 0;
	margin: 10px 10px 10px 25px;
	float: left;
}

#v_mnu_01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .82em;
	font-weight: bold;
	text-decoration: none;
}

#v_mnu_01 {
	width: 90px;
	margin: 10px;
	border: 1px 1px 0 1px;
}

#v_mnu_01 li a {
	text-decoration: none;
	border-top-width: 1px 1px 0 1px;
}

#v_mnu_01 li a:link, #v_mnu_01 li a:visited {
	color: #333300;
	display: block;
	padding: 0 0 22px 10px;
}

#v_mnu_01 li a:hover {
	color: #EA0000;
	padding: 0 0 22px 10px;
}
	
.thrColFixHdr #container { 
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/container-bck.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-image: url(images/logo-header.jpg);
	height: 119px;
	background-repeat: no-repeat;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 112px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E5D5C2; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(images/sidebar-1.jpg);
	background-repeat:no-repeat;
	min-height: 406px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 171px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(images/sidebar-2.gif);
	background-color: #F9F1E6;
	background-repeat: repeat-x;
}

.thrColFixHdr #sidebar2 h3, .thrColFixHdr #sidebar2 p{
	padding: 0 10px;
}

.thrColFixHdr #sidebar2 h3{
	font-weight: bold;
	color: #A35F27;
	font-size: .9em;
}

.thrColFixHdr #sidebar2 h4, .thrColFixHdr #sidebar2 p{
	text-indent: -9999px;
	font-size: 1px;
}

.thrColFixHdr #header h1, .thrColFixHdr #header h2, #header h3{
	text-indent: -9999px;
	font-size: 1px;
}


.thrColFixHdr #sidebar2 img {
	padding: 10px;
}

.thrColFixHdr #mainContent { 
	margin: 0 171px 0 112px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
} 

.thrColFixHdr #mainContent a:link {
	color: #FF0000;
}
.thrColFixHdr #mainContent a:visited {
	color: #FF0000;
}
.thrColFixHdr #mainContent a:hover {
	color: #990000;
}
.thrColFixHdr #mainContent a:active {
	color: #FF0000;
}
.thrColFixHdr #mainContent h1, .thrColFixHdr #mainContent h2, .thrColFixHdr #mainContent p{ 
	padding: 0 25px;
} 

.thrColFixHdr #mainContent h1 {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	padding-bottom: 10px;
}

.thrColFixHdr #mainContent h2 {
	font-weight: bold;
	color: #A35F27;
	font-size: 1em;
	line-height: 1.12em;
	padding-bottom: 10px;
}

.thrColFixHdr #mainContent p {
	color: #000;
	font-size: .83em;
	line-height: 1.29em;
	padding-bottom: 10px;
}

.thrColFixHdr #mainContent ul {
	color: #000;
	font-size: .83em;
	line-height: 1.29em;
	padding-bottom: 10px;
}

.thrColFixHdr #mainContent ul li {
	list-style-type: none;
	padding-bottom: 35px;
}

.thrColFixHdr #footer { 
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
} 

.thrColFixHdr #footer ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	list-style-type: none;
	text-align:center;
}

.thrColFixHdr #footer ul li {
	padding: 8px;
	font-size: .69em;
	display: inline;
}

.thrColFixHdr #footer p {
	padding-bottom: 10px;
	font-size: .69em;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

form {
	margin: 0;
	padding: 0;
}

#name, #phone, #email, #time, #questions {
	width: 100%;
}

.submit {
	background-color:#F00;
	color: #FFF;
	float: right;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 25px 0 0;
	background-color:#EFEADE;
	color: #85604E;
	border: 2px solid #af8977;
}

label, legend {
	font-weight: bold;
}

fieldset {
	margin: 25px;
	padding: 4px;
	border: 2px solid #af8977;
}

.testimonials {
	list-style: none;
	margin: 10px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .68em;
	font-style: bold;
	color:#300;
	letter-spacing: -.03em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #630;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #630;
}

.testimonials li {
	padding: 7px;
}

.customername {
	text-align: right;
	color: #630;
	padding-top: 15px;
	font-style: italic;

}
