@import "base.css";

/* General */
body { background-color:#dfdbc0 }

/* Forms */
/* input[type=text], input[type=password], input[type=file], textarea, select { border-color:#798293 } */

/* Content */
div#pageContainer { width:1000px; margin:30px auto; text-align:left }

/* Sections */
div#aboutSection, div#missionSection, div#warrantySection, div#forsaleSection, div#gallerySection, div#startedSection, div#contactSection { display:block; width:360px; height:540px; float:left }
div#aboutSection { background-image:url(../images/section/about.jpg) }
div#missionSection { background-image:url(../images/section/mission.jpg) }
div#warrantySection { background-image:url(../images/section/warranty.jpg) }
div#forsaleSection { background-image:url(../images/section/forsale.jpg) }
div#gallerySection { background-image:url(../images/section/gallery.jpg) }
div#startedSection { background-image:url(../images/section/started.jpg) }
div#contactSection { background-image:url(../images/section/contact.jpg) }

div#aboutSectionTitle, div#missionSectionTitle, div#warrantySectionTitle, div#forsaleSectionTitle, div#gallerySectionTitle, div#startedSectionTitle, div#contactSectionTitle { display:block; width:490px; height:100px }
div#aboutSectionTitle { background-image:url(../images/section/aboutTitle.jpg) }
div#missionSectionTitle { background-image:url(../images/section/missionTitle.jpg) }
div#warrantySectionTitle { background-image:url(../images/section/warrantyTitle.jpg) }
div#forsaleSectionTitle { background-image:url(../images/section/forsaleTitle.jpg) }
div#gallerySectionTitle { background-image:url(../images/section/galleryTitle.jpg) }
div#startedSectionTitle { background-image:url(../images/section/startedTitle.jpg) }
div#contactSectionTitle { background-image:url(../images/section/contactTitle.jpg) }

/* Content */
div#contentContainer { width:1000px; background:White url(../images/contentbackground.gif) repeat-y scroll top left }
div#content { float:left; width:490px }
div#contentText { padding:25px; font:13px Tahoma, Arial, Helvetica, sans-serif; color:#3a2d0e; line-height:24px }

/* Panel */
div#panel { float:left; width:150px }
div#panelContents { padding:10px; margin-top:10px; text-align:center; font:italic bold 13px Arial, Helvetica, sans-serif; color:#3a2d0e }

/* Headings */
h1, h2 { color:#89743a }

/* Links */
a { color:#3a2d0e; text-decoration:underline }
a:visited { color:#89743a }
a:hover { color:#ba7c3d }

/* Logo Table */
table.logoTable { width:auto }
table.logoTable tr { vertical-align:middle }
table.logoTable tr td { text-align:center; line-height:normal; padding-right:60px }
table.logoTable tr td img { border:0 }
table.logoTable tr td a, table.logoTable tr td a:visited { font-size:11px; text-decoration:none; color:#3a2d0e }
table.logoTable tr td a:hover { text-decoration:underline }
