/* CSS defaults */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
td a:link {
	color: #990000;
	text-decoration: underline;
}
td a:visited {
	color: #CC0000;
	text-decoration: underline;
}
td a:hover {
	color: #330000;
	text-decoration: underline;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0px;
	margin-bottom: 6px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 15px;
}

/* LAYOUTS */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 15px 0px;
	background: #85B842 url(../images/bg_body.jpg) top center no-repeat;
}

table.bodyblock {
	width: 780px;
}

table.header {
	width: 780px;
	height: 120px;
	background: url(../images/bg_header.gif) top center no-repeat;
}

table.main {
	width: 780px;
}

table.footer {
	width: 780px;
	height: 46px;
	background: url(../images/bg_footer.gif) bottom center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
table.footer td {
	color: #006600;
}
table.footer td a:link, table.footer td a:visited {
	color: #006600;
	text-decoration: underline;
}
table.footer td a:hover {
	color: #003300;
	text-decoration: underline;
}

td.divider {
	height: 6px;
	background: url(../images/spacer.gif);
}

/* HEADER */

td.title1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #006600;
	letter-spacing: 0.1em;
	line-height: 0.8em;
	text-shadow: 3px 3px 5px red;
}
td.title2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	letter-spacing: 0.7em;
	padding-right: 2px;
}
td.title3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 1.1em;
}

/* MENU */

table.menubox1 {
	width: 165px;
	padding: 5px 5px 5px 10px;
	background: #006600 url(../images/bg_menu.jpg) top left repeat-y;
	text-align: center;
}
table.menubox2 {
	width: 165px;
	margin-top: 7px;
	padding: 5px 10px 5px 5px;
	background: #006600 url(../images/bg_menub.jpg) top left repeat-y;
	text-align: center;
}
table.menubox2 th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 5px 4px 10px;
	text-align: left;
	color: #333333;
	background: #ECEC00;
}
table.menu {
	width: 150px;
}
table.menu td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 5px 4px 5px;
	text-align: left;
	color: #FFFFFF;
}
table.menu td a:link, table.menu td a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
table.menu td a:hover {
	color: #FFCC00;
	text-decoration: none;
}
table.menu td.line {
	border-bottom: 1px dashed #FFFFFF;
}

/* SECTIONS */

table.section1 {
	border: 5px solid #FFFFFF;
}

table.section2 {
	background: #FFFFFF;
	border-top: 5px solid #F2F2F2;
	border-left: 5px solid #F2F2F2;
	border-right: 5px solid #F2F2F2;
}
table.section2b {
	border: 1px solid #999999;
}

table.section3 {
	height: 200px;
	background: url(../images/bg_articles.gif) top center no-repeat;
}
table.section3b {
	width: 300px;
	padding: 0px 30px 0px 30px;
}
table.section3b th {
	padding: 2px 2px 2px 6px;
	background: #ECEC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	color: #990000;
}
table.section3b td {
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	color: #333333;
}

.secttitle {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #990000;	
}

.pagetitle {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #990000;	
}

.textsect1 {
	padding: 5px 10px 5px 10px;
}

/* ARTICLES SECTION */

table.articles1 {
	background: #BBD312;
}
table.articles1 td {
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	color: #333333;
}
table.articles1 td a:link, table.articles1 td a:visited {
	color: #333333;
	text-decoration: underline;
}
table.articles1 td a:hover {
	color: #990000;
	text-decoration: underline;
	background: #CCFF33;
}
table.articles1 th {
	padding: 2px 2px 2px 6px;
	background: #ECEC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	color: #CC0000;
}

/* MISCELLANEOUS */

.padding5 {
	padding: 5px 5px 0px 5px;
}

.padding510 {
	padding: 5px 10px 0px 10px;
}

table.contact {
	background: #F2F2F2;
}
table.contact th {
	padding: 4px;
	background: #006600;
	font-size: 14px;
	color: #FFFFFF;
}
table.contact td {
	padding: 2px 2px 2px 8px;
	color: #003300;
}

.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

.highlight {
	color: #CC0000;
}

/* MODEL HOUSE DESCRIPTION */

table.model {
	border-collapse: collapse;
}
table.model th {
	padding: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #990000;	
	background: #F0F0F0;
}
table.model td {
	border: 1px solid #F0F0F0;
	padding: 2px 2px 2px 4px;
}
table.model td p {
	padding: 5px 5px 2px 3px;
	text-align: justify;
}

table.modelphotos {
	background: #F0F0F0;
}
table.modelphotos th {
	padding: 2px 2px 2px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	color: #CC0000;
}
table.modelphotos td {
	padding-bottom: 4px;
}

/* Captions */

table.captionright {
	margin: 10px 0px 10px 10px;
	background: #006600;
}
table.captionright td {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;	
}

