
/* General Stuff */
* {
    margin:0px;
    padding:0px;
    border:0px;
}
html { min-height:100%; margin-bottom:1px; } /* Gets rid of page shift in gecko browsers */
html, body { height:auto; }
body {
    background:#fff url(../images/bg.gif) no-repeat;
    font:12px Arial, Helvetica;
    line-height:18px;
    color:#666;
}
table * { border:0px!important; }
.hidden {
    display:none;
    visibility:hidden;
}
div {
    display:block;
    position:relative;
}
p { margin-bottom:15px; }
a {
    color:#c72922;
    text-decoration:none;
}
.link { 
    color:#c72922!important; 
    display:inline!important;
    margin:0px!important;
    padding:0px!important;
    background:none!important;
}
.link:hover { 
    text-decoration:underline!important;
}
a:hover { text-decoration:underline; }

ul, li
{
    list-style:circle url(../images/bullit.gif) outside;
    margin:10px;
}



/* Main Styles */
#header {
    background:url(../images/header.jpg) no-repeat center top;
    height:138px;
    width:100%;
}
#logo{
    width:238px;
    height:138px;
    background:url(../images/logo.gif);
    margin-left:-380px;
    left:50%;
}
#logo a {
    display:block;
    width:238px;
    height:138px;
}
#logoa:hover { text-decoration:none; }

#menu {
    top:-15px;
    left:50%;
    margin-left:-240px;
    width:600px;
    letter-spacing:0px;
}
#menu a {
    color:#89be35;
    font:bold 11px Tahoma, Helvetica;
    margin:0px 8px;
}
#menu a:hover,
#menu .active,
#menu #currentsection {
    color:#507005;
    text-decoration:none;
}
#container {
    margin-left:-379px;
    top:0px;
    left:50%;
    width:758px;
    height:440px;
    clear:both;
}
html>body #container {
    height:auto;
    min-height:440px;
    overflow:hidden;
	top:30px;
}
#footer {
    margin-left:-379px;
    left:50%;
    width:758px;
    height:20px!important;
    text-align:center;
    padding-bottom:10px;
    margin-top:30px;
    font:10px Verdana;
    white-space:nowrap;
    clear:both;
}
html>body #footer {
	top:30px;
	margin-bottom:30px;
}
#footer a {
    color:#7aad29;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}

/* Home Page stuff */

#flash {
    width:inherit;
    height:203px;
	margin-left:-2px;
}
html>body #flash {
	margin-top:0px;
}
#histbox, #teabox, #shopbox, #adsbox {
    width:166px;
    height:257px;
    float:left;
    margin:5px 4px 0px;
    color:#fff;
    text-decoration:none;
    font:9px Verdana;
}
#histbox span, #teabox span, #shopbox span, #adsbox span {
    display:block;
    position:relative;
    top:137px;
    left:12px;
    width:145px;
    cursor:hand;
}
#histbox { background:url(../images/historybox.jpg); }
#teabox { background:url(../images/teafactsbox.jpg); }
#shopbox { background:url(../images/shopbox.jpg); }
#adsbox { background:url(../images/watchadsbox.jpg); width:219px; }

/* Lower Pages */

#container h1 {
    font:32px "Trebuchet MS";
    color:#7aad29;
    letter-spacing:-1px;
    width:inherit;
    clear:both;
    margin-bottom:15px;
}

#maincontent h1 {    
	color:#afd76f;
    font: 24px "Trebuchet MS";
	letter-spacing:-1px;
	margin-left:-1px;
}

h1,
h2,
#maincontent h2,  
#maincontent h3, 
#maincontent h4, 
#maincontent h5, 
#maincontent h6, 
#maincontent h7 {
    color:#afd76f;
    font:bold 14px Arial;
}
#sidemenu {
    width:184px;
    float:left;
}
#maincontent {
	top:4px;
    width:519px;
    left:55px;
    float:left;
}
#sidemenu p
{
	margin-top:4px;
}
#sidemenu ul {
	display:block;
	position:relative;
	left:-10px;
}
#sidemenu li
{
    display:block;
    background:url(../images/submenuback.gif) no-repeat 0px -3px;
    margin:0px;
    font:11px Verdana;
    width:173px;
    list-style-type:none;
    list-style-image:none;
    height:22px;
}
#sidemenu a {
    display:block;
    height:13px;
    margin:0px 0px 0px 2px;
    color:#7aad29;
    padding:0px 0px 1px 10px;
}
#sidemenu a:hover, #sidemenu .active {
    background:#7aad29;
    color:#fff;
    text-decoration:none;
}
#sidemenu #current 
{
    background:#7aad29;
    color:#fff;
    text-decoration:none;
    margin:0px 0px 0px 2px;
    padding:0px 0px 1px 10px;
    display:block;
    height:13px;
}

/* Video Page and Player Page */

#videos {
    width:519px;
    height:421px;
    background:url(../images/videoback.gif);
    top:-12px;
}
#videos a { 
    display:block;
    font:11px arial; 
    color:#7aad29; 
    clear:both;
    margin-left:2px;  
}
#videos .row_a,
#videos .row_b {
    display:block;
    position:relative;
    clear:both;
    width:475px;
    height:auto;
    left:45px;
    top:40px;
}
#videos .row_a { height:70px; }
#videos .row_b { height:45px; }

#videos .col_1,
#videos .col_2,
#videos .col_3,
#videos .col_4 {
    display:block;
    width:93px;
    height:auto;
    float:left;
    margin-right:20px;
}
#media_icon,
#real_icon {
    display:block;
    float:left;
    clear:left;
}
#media_text,
#real_text {
    display:block;
    position:relative;
    top:5px;
    float:left;
    font-weight:bold;
    clear:right;
}
#media_text a,
#real_text a {
    color:#666;
}
#media_text a:hover,
#real_text a:hover {
    color:#666;
    background:none;
    text-decoration:underline;
}
#videoplayer {
    width:519px;
    height:322px;
    background:url(../images/playerback.gif);
    top:-15px;
}
#videoplayer #quote1 {
    position:absolute;
    top:40px;
    left:45px;
}
#videoplayer #quote2 {
    position:absolute;
    top:150px;
    left:260px;
}
#mediaplayer, #realplayer {
    width:auto;
    height:auto;
    background:#000;
    position:absolute;
    padding:0px;
    border:2px #C5C5C5 solid;
    top:95px;
    left:47px;
}
#realplayer  {
    top:105px;
}

/* Contact Page */

#contact {
    width:514px;
    height:600px;
    background:url(../images/contactback.gif) no-repeat;
    top:0px;
}
#contact h1 {
    display:block;
    position:relative;
    width:460px;
    font:30px "Trebuchet MS";
    color:#89be35;
    letter-spacing:1px;
    margin-bottom:10px;
    margin-left:34px;
    top:17px;
}
#contact p {
    position:relative;
    top:18px;
    display:block;
    width:460px;
    left:38px;
    height:auto;
    color:#89BE35;
    font-size:11px;
    line-height:14px;
    margin-bottom:10px;
}
#form { 
    margin-top:50px;
    padding-left:30px;
    height:auto;
}
#form span { 
    display:block; 
    float:left;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
    color:#89BE35;
}
#form .col_1 {
    width:80px;
    clear:left;
    text-align:right;
    margin-right:20px;
}
#form .col_2 {
    width:250px;
    clear:right;
    text-align:left;
}
#form input {
    width:286px;
    height:14px;
    padding:2px;
    margin:0px;
    font:11px arial;
    left:0px!important;
    margin-left:0px!important;
}
#form textarea {
    width:286px;
    height:140px;
    padding:2px;
    margin:0px;
    overflow:hidden;
    font:11px arial;
    left:0px!important;
    margin-left:0px!important;
}
#form .btn {
    display:block;
    width:60px;
    height:27px;
    padding:0px;
    margin:0px;
    background:url(../images/sendbtn.gif);
}

/* Guestbook Stuff */

#gb_read {
    position:absolute;
    top:388px;
    left:-1px;
    z-index:1;
    width:350px;
    height:267px;
    background-image:url(../images/gb_read.gif);
}
#gb_read a {
    display:block;
    width:300px;
    height:200px;
}
#gb_read a:hover { text-decoration:none; }

#gb_saver,
#gb_back {
    position:absolute;
    top:0px;
    left:-1px;
    z-index:1;
    width:216px;
    height:228px;
    background-image:url(../images/gb_back.gif);
}
#gb_saver {
    background-image:url(../images/button_screensaver.gif);
}
#gb_saver a,
#gb_back a {
    display:block;
    width:200px;
    height:200px;
}
#gb_back a:hover { text-decoration:none; background:none; }
#gb_saver a:hover { background:transparent; }

.comments { 
    display:block;
    position:relative;
    width:auto;
    height:auto;
	margin-top:10px;
    margin-bottom:10px;
    border: solid 1px white;
    clear:right;
    overflow:hidden;
}
.comments span { display:block; }
.comments .col_1 {
    width:75px;
    color:#a0de3d;
    font-weight:bold;
    float:left;
}
.comments .col_2 {
    width:440px;
    float:left;
}

/*
#section1 #sidemenu, 
#section2 #sidemenu {
	top:-57px;
}
#section1 #container h1, 
#section2 #container h1 {
	position:relative;
	left:235px;
}
*/

#latest-advert {
	position:relative;
	top:65px;
	left:65px;
	width:387px;
	height:300px;
}
#latest-advert a {
	position:relative;
	top:5px;
	right:-5px;
	width:78px;
	height:30px;
	float:right;
	background:url(../images/play-btn.gif);
	text-decoration:none;
}
#latest-advert a:hover {
	background:url(../images/play-btn-over.gif);
	text-decoration:none;
}
a#oldad-btn {
	position:relative;
	top:20px;
	display:block;
	left:-10px;
	width:222px;
	height:239px;
	background:url(../images/watcholdads-btn.jpg) no-repeat;
	margin-bottom:40px;
}
a:hover#oldad-btn {
	background:url(../images/watcholdads-btn.jpg) no-repeat;
}
#plugin {
	display:block;
	height:280px;
	width:384px;
	border:2px #D2D2D2 solid;
	background:#000;

}
html>body #plugin {
	height:285px;
}