/* *** element styles *** */

body {
    background-color: #000000;
    color: #797979;
    font-family: georgia;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
}

p {
   margin: 10px 0;
}


h1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0;
}

a {
    color: #797979;
    text-decoration: none;
    outline: 0 none;
}


a:hover {
	color: #d5b86f;
}

a img {
    border:  none;
}

ul {
    line-height: 1.2;
    margin: 0;
    padding-left: 15px;
}

/* *** id styles *** */

/*
 * main container
 */
#page {
    position: relative;
    text-align: left;
    margin: 20px auto;
    width: 900px;
    overflow: hidden;
}

#cheetah {
    position: absolute;
    top: 420px;
    left: 0;
    width: 900px;
    height: 180px;
    z-index: 20;
}

/*
 * navigation container
 */
#nav {
    position: relative;
    width: 205px;
    float: left;
    margin-left: 40px;
    margin-top: 45px;
}

#nav #date {
    text-align: center;
    height: 50px;
    padding-top: 30px;
    font-size: 11px;
}

/*
 * main menu
 */
#nav #menu {
    margin-top: 25px;
    font-size: 16px;
    float: right;
    width: 150px;
}

#nav #menu ul {
    list-style-type: none;
    padding-left: 0;
}

#nav #menu li {
    margin-bottom: 10px;
}

#nav #menu a {
    text-decoration: none;
    display: block;
    width: 150px;
    height: 12px;
    font-size: 8px;
    color: #cccccc;
    text-indent: -250px;
}

/* home */
#home a {
    background: url(menu/home.gif) top left no-repeat;
}

#home a:hover {
    background: url(menu/home_over.gif) top left no-repeat;
}

#home a.current, #home a.section {
    background: url(menu/home_current.gif) top left no-repeat;
}

/* features */
#features a {
    background: url(menu/features.gif) top left no-repeat;
}

#features a:hover {
    background: url(menu/features_over.gif) top left no-repeat;
}

#features a.current, #features a.section {
    background: url(menu/features_current.gif) top left no-repeat;
}

/* about rogers */
#about a {
    background: url(menu/about.gif) top left no-repeat;
}

#about a:hover {
    background: url(menu/about_over.gif) top left no-repeat;
}

#about a.current, #about a.section {
    background: url(menu/about_current.gif) top left no-repeat;
}

/* about rogers */
#timepieces a {
    background: url(menu/timepieces.gif) top left no-repeat;
}

#timepieces a:hover {
    background: url(menu/timepieces_over.gif) top left no-repeat;
}

#timepieces a.current, #timepieces a.section {
    background: url(menu/timepieces_current.gif) top left no-repeat;
}

#press a {
    background: url(menu/papers.gif) top left no-repeat;
}

#press a:hover {
    background: url(menu/papers_over.gif) top left no-repeat;
}

#press a.current, #press a.section {
    background: url(menu/papers_current.gif) top left no-repeat;
}

#distribution a {
    background: url(menu/distribution.gif) top left no-repeat;
}

#distribution a:hover {
    background: url(menu/distribution_over.gif) top left no-repeat;
}

#distribution a.current, #distribution a.section {
    background: url(menu/distribution_current.gif) top left no-repeat;
}

#news a {
    background: url(menu/news.gif) top left no-repeat;
}

#news a:hover {
    background: url(menu/news_over.gif) top left no-repeat;
}

#news a.current, #news a.section {
    background: url(menu/news_current.gif) top left no-repeat;
}

#contact a {
    background: url(menu/contact.gif) top left no-repeat;
}

#contact a:hover {
    background: url(menu/contact_over.gif) top left no-repeat;
}

#contact a.current, #contact a.section {
    background: url(menu/contact_current.gif) top left no-repeat;
}

/*
 * main content
 */
#content {
    position: relative;
    float: left;
    margin-left: 35px;
    width: 500px;
}

#homePage {
    position: relative;
    width: 500px;
    float: left;
    margin-top: 200px;
}

/*
 * gallery content
 */
#galleryContent {
    position: relative;
    float: left;
    width: 466px;
    height: 305px;
}

#move {
    position: absolute;
    width: 100%;
    z-index: 10;
}

#move a#prev {
    float: left;
    background-color: #333333;
    color: #cccccc;
    margin: 5px;
    padding: 0 5px;
}

#move a#next {
    float: right;
    background-color: #333333;
    color: #cccccc;
    margin: 5px;
    padding: 0 5px;
}

a#galleryLink {
    position: absolute; 
    top: 370px;
    left: 165px;
    margin-left: 0;
    z-index: 10;
}

/*
 * this was in #info before
    background-color: #ffffff;
    filter: alpha(opacity=8);
    -moz-opacity: 0.8;
    opacity: 0.8;
 */

#info {
    position: absolute;
    top: 63px;
    width: 426px;
    height: 265px;
    padding: 20px;
    z-index: 20;
    background-color: #000000;
}

#contact {

}

#contact label {

}
/*
 * optional submenu inside conetent
 */
#submenu {
    position: absolute;
    top: 85px;
}

#submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#submenu li {
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
}

#submenu a {
    text-decoration: none;
}

#submenu a.current, #submenu a:hover {
    color: #8f783c;
}

/*
 * main text
 */
.text {
    margin-top: 150px;
    line-height: 20px;
}

/*
 * home page
 */
.fadePane {
    position: relative;
    float: left;
    padding-right: 15px;
}

.fadePane p {
    margin: 0;
}

.fadePane p.imgHead {
    position: absolute;
    font-size: 12px;
}

.fadePane p.top {
    top: -40px;
}

.fadeImg {
    display: block;
    margin: 0;
}

.fadeImg img {
    float: none;
    margin: 0;
}

#intro {
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    z-index: 50;
    width: 900px;
    height: 600px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}

#contactForm {
    margin-top: 10px;
    width: 100%;
}

#contactForm input, #contactForm textarea {
    width: 90%;
}

#quotes {
    left:242px;
    position:absolute;
    top:404px;
}
