/* Page background */
*
{
padding:0;
margin:0;
}
html {
height:100%;
}
/* Body settings */
body {
background:
#AFAC9B
url(Background.gif)
repeat-x
0px 0px;
text-align: center;
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 9pt;
color: #ffffff;
line-height: 160%;
}
/* All link settings */
a:link {color: #999999; text-decoration: none; font-weight: bold; }
a:active {color: #999999; text-decoration: none; font-weight: bold; }
a:visited {color: #999999; text-decoration: none; font-weight: bold; }
a:hover {color: #ffffff; text-decoration: none; font-weight: bold; }
/* All images */
img {
border: none;
}
/* Main content area box */
#content {
width: 800px;
margin: 0 auto;
background-color:#000000;
border-left: solid #999999 1px;
border-right: solid #999999 1px;
width:800px;
}
/* Vertical pinstripes around main content area */
#pinstripesides {
border-left: solid #999999 1px;
border-right: solid #999999 1px;
width:800px;
}
/* Horizontal pinstripe at top of main content areas */
#pinstripetop {
border-top: solid #999999 1px;
width:800px;
}
/* Main content area footer for rounded box */
div#footer {
background: url(Roundedbarbottom.gif)
no-repeat;
width: 800px;
margin: 0 auto;
padding: 0px;
height: 17px;
}
/* Main content area footer text, ie copyright info*/
.footertextleft {
margin-left: 50px;
text-align: left;
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 7pt;
font-weight: normal;
color: #999999;
width:49%;
float: left;
}
/* Main content area footer text, ie copyright info*/
.footertextright {
margin-left: 50px;
text-align: left;
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 7pt;
font-weight: normal;
color: #999999;
width:25%;
float: right;
}
/* Main content text */
#contenttext {
text-align: left;
width: 700px;
margin: 0 auto;
padding: 20px;
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 9pt;
color: #ffffff;
}
/* Content text titles */
#titletext {
text-align: center;
width: 700px;
margin: 0 auto;
padding: 20px;
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 9pt;
color: #ffffff;
font-weight: bold;
}
/* Main text links default */
.links a {
color: #999999;
font-weight: bold;
}
/* Main text links visited */
div#links a:visited {
color: #999999;
font-weight: bold;
}
/* Main text links hover */
div#links a:hover {
font-weight: bold;
color: #FFFFFF;
}
/* Main text links active */
div#links a:active {
font-weight: bold;
color: #FFFFFF;
}
/* Lists */
ul {
list-style: none;
margin-left: 0;
padding-left: 0em;
text-indent: 0em;
display: inline;
margin-left:50px;
width: 10em;
padding: 1px;
}
/* Top banner gap fix*/
div#toplogo {
margin-bottom:-6px;
}
#navbar .on {
background: #FF0000;
}
/* Main navigation bar spacing */
#navbar {
margin: 0 auto;
padding: 3px 0;
}
/* Main navigation bar */
div#navbar {
text-align: center;
width: 800px;
height: 20px;
border-top: solid #999999 1px;
border-bottom: solid #999999 1px;
background: #000000;
}
/* Main navigation bar text */
div#navbar ul {
margin: 0px;
padding: 0px;
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 9pt;
color: #999999;
line-height: 20px;
white-space: nowrap;
}
/* Main navigation bar list layout */
div#navbar li {
list-style-type: none;
display: inline;
}
/* Main navigation bar list style */
div#navbar li a {
text-decoration: none;
padding: 7px 20px;
color: #999999;
font-weight: bold;
}
/* Main navigation bar text links */
div#navbar li a:link {
color: #999999;
font-weight: bold;
}
/* Main navigation bar text visited */
div#navbar li a:visited {
color: #999999;
font-weight: bold;
}
/* Main navigation bar text hover */
div#navbar li a:hover {
font-weight: bold;
color: #FFFFFF;
}
/* Input box single line */
input {
font-family: Verdana, Helvetica, Arial, sans-serif;
color : #ffffff;
font-size : small;
background-color : #000000;
border : 1px solid #999999;
}
/* Input box multi line */
textarea {
font-family: Verdana, Helvetica, Arial, sans-serif;
color : #ffffff;
font-size : small;
background-color : #000000;
border : 1px solid #999999;
}
/* Input button */
select {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
color : #ffffff;
font-size : small;
background-color : #999999;
border : 1px solid #999999;
}
/* Input box width control */
.inputbox {
width: 310px;
}
/* Index page old news*/
div#oldnews {
text-align: left;
margin-left:50px;
}
/* Image layout left */
div#imgleft
{
float:left;
margin:20px;
margin-left:0px
}
/* Image layout right */
div#imgright
{
float:right;
margin:20px;
margin-right:0px
}
/* Sales page image container */
.imageContainer {
width: 700px;
height: 150px;
margin-top:15px;
}
/* Sales page image layout */
.imgsales
{
float:left;
margin-right:15px;
}
/* Guest book page message box header text */
div#guestbook {
padding: 55px;
text-align: Center;
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 9pt;
color: #999999;
font-weight: bold;
}
/* Guest book page text comments */
div#guestbookcomments {
width: 300px;
padding: 5px;
text-align: Center;
}
/* Guest book page comment name */
.name {
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #999999;
}
/* Guest book page comment info */
.info {
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #999999;
}
/* Guest book page comment data */
.comment {
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #FFFFFF;
}
/* Guest book page comment number */
.comNumber {
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #999999;
}
/* Guest book page comment reply */
.comReply {
padding: 5px;
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #999999;
}
/* Guest book page comment reply */
.reply {
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #FFFFFF;
}
/* Guest book page comment entries */
div#Entries {
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #999999;
}
/* Links page link container */
.linkContainer {
width: 676px;
margin: 0 auto;
height: 200px;
}
/* Links page link */
.LinkItem {
float: left;
padding: 0px;
margin: 10px;
border-left: solid #999999 1px;
border-right: solid #999999 1px;
border-top: solid #999999 1px;
border-bottom: solid #999999 1px;
}
/* Contact page message box header text */
div#contact {
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 9pt;
color: #999999;
font-weight: bold;
}