/* CSS Document */

/* page layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #dad3c7;
	background-color: #2a2825;
	}
	
#bgLeft {
	background: url(../imgs/side_left.gif) repeat-y top right;
	}

#bgRight {
	background: url(../imgs/side_right.gif) repeat-y top left;
	}

/* main text rules */
.Red {
	color: #C70000;
	font-weight: bold;
	text-decoration: none;
}

/* standard link */
a:link {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #f2ede6;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color:#ffefd5;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #ffefd5;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:active {
	color:#ffefd5;
	text-decoration: none;
	font-weight: bold;
	}

.border {
	border-width: 1px;
	border-color: #D3D2BB;
	border-style: solid;
	padding: 1px;
}

.input {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #D3D2BB;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3E3E0A;
}

.txtfield {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #D3D2BB;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3E3E0A;
	width:320px;
}

.txtarea {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #D3D2BB;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3E3E0A;
	width:320px;
	height:120px;
}

.button {
	background-color: #FFF4F4;
	border-width: 1px;
	border-color: #D3D2BB;
	border-style: solid;
	font-size: 11px;
	color: #AF0000;
	font-weight: bold;
}

#login fieldset {
	border: 1px solid #dad3c7;
	padding: 20px;
}

#login legend {
	font-weight: bold;
	color: #C70000;
	background: #ffffff;
	border: 1px solid #dad3c7;
	padding: 4px 8px;
}

#quoteform, #contactform {
	margin: 0;
}