a:link {text-decoration: underline; color: #660000}
a:visited {text-decoration: underline; clip:  rect(   ); color: #663300}
a:active {text-decoration: underline; color: #993333}
a:hover {color: #CC3333; text-decoration: none}

h1 {
	font-family: "Trebuchet MS";
	font-size: 22pt;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 11px;
	color: #999999;
	margin-top: 0px;
	letter-spacing: 0.7pt;
	line-height: 25pt;
}

ul {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	line-height: 15pt;
	color: #663333;
	text-align: left;
	display: block;
	letter-spacing: 1px;
	font-weight: bold;


}

body {
	background-color: #990000;
	background-position: 25px 25px;
	font-family: "Trebuchet MS";
	padding: 12px;
	border: 0px none;
	background-image: url(images/woodtxtr.jpg);
}

a {  color: #663333}

hr {  color: #663300; background-repeat: repeat-x; font-size: 15px}

p {
	margin-top: 1px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	line-height: 14pt;
	letter-spacing: 0.1em;
	word-spacing: 0em;
	margin-right: 0px;
	margin-left: 0px;
}

option {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

select {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
	color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.2pt;
	text-align: left;
	word-spacing: 0.2pt;
}

input {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
	color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.2pt;
	text-align: left;
	word-spacing: 0.2pt;
}

textarea {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
	color: #990000;
	letter-spacing: 0.2pt;
	word-spacing: 0.2pt;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	text-align: left;
	vertical-align: middle;
}

font {
	font-family: "Trebuchet MS";
}

table {
	border: 0px none;


}

h2 {
	font-family: "Trebuchet MS";
	font-size: 19pt;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 11px;
	color: #999999;
	margin-top: 0px;
	letter-spacing: 0.7pt;
	line-height: 25pt;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 17pt;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 11px;
	color: #999999;
	margin-top: 0px;
	letter-spacing: 0.7pt;
	line-height: 23pt;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 15pt;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 11px;
	color: #999999;
	margin-top: 0px;
	letter-spacing: 0.7pt;
	line-height: 21pt;
}

h5 {
	font-family: "Trebuchet MS";
	font-size: 13pt;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 11px;
	color: #999999;
	margin-top: 0px;
	letter-spacing: 0.7pt;
	line-height: 19pt;
}

h6 {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 5px;
	color: #999999;
	margin-top: 5px;
	letter-spacing: 0.7pt;
	line-height: 13pt;

}

ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0px;
	padding: 0px;

}

.tdlocations {
	font-size: 10pt;
	line-height: 15pt;
	text-align: left;
	vertical-align: text-top;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

tr {
	vertical-align: top;
}



/**************************
The header
**************************/

#header h1 {
    margin: 0px;
    }

/**************************
The horizontal navigation
**************************/
#horizontalnav ul {
	padding: 0;
	list-style-type: none;
	margin-left: 10px;
    }
#horizontalnav ul li {
	display: inline;
	list-style-type: none;
	font-size: 11pt;
	line-height: 14pt;
    }
#horizontalnav ul li a {
    text-decoration: none;
    margin: 0 10px; /* That's the distance between the items. */
    padding: 1px;
    float: left;
    }
#horizontalnav ul li a:hover {
    text-decoration: underline;
    }

/**************************
The category-menu
**************************/
#categories {
    margin: 0px;
    padding: 0px;
    }
#categories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
#categories li {
	margin: 2px 0;
	font-size: 10pt;
	line-height: 12pt;


    }
#categories a {
    display: block;
    padding: 3px 4px;
    width: 100%;
    border-left: 10px solid;
    text-decoration: none;
    }
#categories a:hover {
    text-decoration: none;
    }
#categories ul ul li {
    margin: 5px 0 5px 4px;
    }
#categories ul ul a {
    display: block;
    padding: 3px 4px;
    width: 100%;
    border-left: 10px solid;
    text-decoration: none;
    }
#categories ul ul a:hover {
    text-decoration: none;
    }
a.active {
    border: 1px solid;
    }
#search {
    margin-top: 10px;
    }

#useronline {
    text-align: center;
    }
 
/**************************
The content
**************************/
#content{
    font-size: 11pt;
    }
#content h3 {
    font-size: 11pt;
    }
#content p {
    }
div#news {
    float: left;
    width: 55%;
    }
div.block {
    border-bottom: 1px dashed;
    }
span.date {
    padding: 1px;
    margin: 1px;
    display: block;
    }
div#topten {
    margin-bottom: 10px;
    float: left;
    width: 35%;
    margin-left: 5%;
    }
table.topten, table.fivenewest, table.openquestions {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 4px;

    }
table.topten, table.fivenewest, table.openquestions th {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 4px;
    text-align: left;
    vertical-align: top;
    }
table.topten th, table.fivenewest th, table.openquestions th {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 4px;
    }
table.topten th {
    text-align: center;
    }
div#fivenewest {
    clear: both;
    }
p#copyrightnote {
    margin-top: 10px;
    }
#content ul {
    list-style-type: none;
    }
#content ul li {
    border-left: 5px solid;
    margin: 3px auto;
    padding-left: 10px;
    }

#content ol {
    padding-left: 20px;
    display: block;
    }

/**************************
The forms
**************************/
div.row {
    clear: both;
    margin: 0px;
    padding: 2px;
    }
div.row span.label {
    }
.inputfield, .inputarea, select {
    border: 1px solid;
    }
.submit {
	border: 2px solid;
	margin: 0px;
	padding: 0px;

    }

/**************************
Template: contact.tpl
**************************/
#version {
    padding: 30px 0px 2px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
    line-height: 12pt;
    }
#copyright {
    padding: 2px 0px 2px 0px;
    text-align: center;
    font-size: 9pt;
    line-height: 11pt;
    }

.pickerHdg {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #663333;
	vertical-align: top;
	text-align: center;
	letter-spacing: 1px;



}
.modelsizes {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #663333;
	text-align: left;
	vertical-align: middle;
	height: 14px;
	width: 40px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;

}
.checker {
	vertical-align: bottom;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;


}
.modelpics {
	text-align: center;
	vertical-align: bottom;
}
.promo {
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
