/* set the page background color and margins. */
body {
	margin: 0px; 
	background: #ffffff;
	/* background-image: url(images/bg_y.jpg); background-repeat: repeat-y; background-position: top center;  */
	
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	/* inner lines */
	scrollbar-highlight-color: #bdbdbd;
	scrollbar-shadow-color: #bdbdbd;
	/* face, arrow and track */
	scrollbar-face-color: #30445F;
	scrollbar-arrow-color: #a3a3a3;
	scrollbar-track-color: #a3a3a3;
}

/* set the page font formatting. */
body, p {font-family: verdana, sans-serif; font-size: 11px; line-height: 18px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: none; color: #CE4331; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: none; color: #FF1D00; } /* hover over an unvisited link color */
a:active { font-weight: normal; text-decoration: none; color: #FF1D00; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: none; color: #CE4331; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: none; color: #FF1D00; } /* visited link hover color*/

a.agreen:link { font-weight: normal; text-decoration: none; color: #97B504; }
a.agreen:hover { font-weight: normal; text-decoration: none; color: #F2DD8F; }
a.agreen:visited { font-weight: normal; text-decoration: none; color: #97B504; }
a.agreen:visited:hover { font-weight: normal; text-decoration: none; color: #F2DD8F }


h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { font-size:11px; font-weight: bold; color: #CE4331; }
/* h1 spans for graphic headers
h1 { 
	position: relative; width: width: 323px; height: 40px; overflow: hidden;
	font-size: 11px; font-weight: bold; color: #CE4331; }
	h1 span { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
	h1 span.h1comwoodwyn { background-image: url(images/hl-pics_comwoodwyn.jpg); background-repeat: no-repeat; }
		h1 span.h1comwoodwynmod { text-align: center; left: 228px; background-image: url(images/hl-pics_woodwyn-models.jpg); background-repeat: no-repeat; } */

h2 { font-size:11px; font-weight: bold; color: #CE4331; margin-top: 20px; }
h3 { font-size:11px; font-weight: bold;  margin-top: 20px; }
h4 { font-size:18px; font-weight: bold; }
h5 { font-size:18px; font-weight: bold; }
h6 { font-size:18px; font-weight: bold; }
h7 { font-size:18px; font-weight: bold; }

li { font-size: 11px; }
img.imgcomlogo { margin-top: 5px; margin-right: 15px; margin-bottom: 10px; }

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */

div.divcontent { margin: 35px; margin-right: 50px; margin-left: 50px; }

table.tabmain { background-image: url(images/bg_well.gif); background-repeat: repeat-y; background-position: top left; }
table.tabtopform { 
	width: 165px; background-color: #ffffff; padding: 16px; 
	border-color: #C0883C; border-width: 1px; border-style: solid; }
		
td.tdmast { height: 203px; background-image: url(images/bg_mast.jpg); background-repeat: repeat-y; background-position: top center; }
td.tdwell { background-image: url(images/bg_y.jpg); background-repeat: repeat-y; background-position: top center; }
td.tdfooter { height: 370px; width: 96px; background-image: url(images/bg_footer.jpg); background-repeat: no-repeat; background-position: bottom left; }
td.tdpic { width: 231px; padding-top: 18px; }
td.tdbot { height: 67px; background-image: url(images/bg_bot.jpg); background-repeat: no-repeat; background-position: bottom left; }

p.pquote strong { color: #EC008C; }	

p.psubcathd { 
	font-size: 14px; font-weight: bold; color: #2D357E;
	margin: 40px 0 10px 124px; }
p.psnav {
	border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid;
	font-size: 10px; padding: 5px; margin-bottom: -10px; }
p.ptightheight {
	line-height: 15px; margin-bottom: 5px;}
.fmouse { font-size: 9px; color: #666666; line-height: 13px; }
.fprice { color: #95B200; font-weight: bold; font-size: 13px; }

/* only custom styles below this line */

/* form fields */
.formbold { 
	width: 225px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px inset #000000;
}

.formnormal { 
	width: 225px;
	font-size : 11px;
	font-weight: normal;
	font-family: Verdana;	
	border: 1px inset #000000;
}
.formtopform { 
	font-size : 9px;
	width: 132px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #ffffff;	
	border: 1px solid #7F9DB9;
}
