﻿/* ---------- global ---------- */

body {
	background-color:#999999;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	line-height:100%;
}

html {
	font-size:100%;
	height:100%;
}

html,body,p,div,h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	border:0px;

}

a 
{
    color:#6699cc;
}

hr 
{
    background-color:#ffffff;
	color:#999999;
	height:1px;
	clear:both;
	width:100%;
}

p {
	font-family:Arial,Verdana;
	font-size:11px;
	color:#000000;
	line-height:150%;
	margin:5px 0px 0px 10px;
}

label {
	font-family:Arial,Verdana;
	font-size:11px;
	color:#000000;
} 

li 
{
    font-family:Arial,Verdana;
	font-size:11px;
	color:#000000;
	padding:0px 0px 10px 0px;
}

ul, ol
{
	margin:10px 0px 10px 10px;
}

h1 {
	font-family:Arial;
	font-size:18px;
	color:#6699cc;
	line-height:125%;
	border-bottom:1px solid #999999;
}

h2, h2 a {
	background-color:#ffffff;
	font-family:Arial,Verdana;
	font-size:14px;
	color:#999999;
	line-height:125%;
	margin:10px 0px 0px 0px;
}

h3 {
	font-family:Arial;
	font-size:18px;
	color:#6699cc;
	line-height:125%;
	border-bottom:1px solid #999999;
	margin:10px 0px 0px 0px;
}

h4 {
	font-family:Arial,Verdana;
	font-size:12px;
	color:#666666;
	line-height:150%;
}

h5 {
	font-family:Arial;
	font-size:18px;
	color:#6699cc;
	line-height:125%;
	border-bottom:1px solid #999999;
	margin:15px 0px 0px 0px;
}

h6 {
	font-family:Arial;
	font-size:16px;
	color:#999999;
	line-height:125%;
	margin:10px 0px 0px 0px;
}

img 
{
    margin:10px;
    border:none;
}

li img
{
	margin:0px;
}

a img
{
    border:none;
}

/* ---------- structure ---------- */


#pageContainer
{
	height:100%;
	width:730px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	position:relative;
	background-color:#ffffff;
}

#pageContent
{
	width:730px;
	background:url(../images/bggrad.gif);
	background-repeat:repeat-y;
	min-height:100%;
	position:absolute;
	float:left;
}

#topbar
{
    width:730px;
    height:42px;
    background-image:url(../images/topbar.gif);
    float:left;
    clear:both;
}

#bottombar
{
    width:730px;
    height:42px;
    background-image:url(../images/bottbar.gif);
    float:left;
    clear:both;
}

#banner
{
    width:707px;
    height:175px;
    float:left;
    clear:both;
    padding:0px 0px 0px 17px;
    margin:0px 0px 20px 0px;
}

#navbar
{
    width:638px;
    height:26px;
    position:absolute;
    top:162px;
    left:48px;
}

#pageLinks
{
	width:500px;
	padding:10px 0px 5px 0px;
	margin:8px 0px 0px 0px;
	background-color:#eeeeee;
	display:block;
}

.pageLinksCol
{
	width:230px;
	float:left;
	margin:0px 10px 0px 10px;
}

#pageLinks ul
{
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style-type:square;
}

#pageLinks li
{
	margin:0px 0px 10px 0px;
}

#pageLinks li a
{
	font-family:Arial;
    font-size:11px;
    color:#666666;
}

#pageLinks li a:hover
{
	color:#000000;
}

#homeButton
{
    width:85px;
    height:26px;
    background-image:url(../images/button_home.gif);
    float:left;
    cursor:pointer;
}

#factsButton
{
    width:78px;
    height:26px;
    background-image:url(../images/button_facts.gif);
    float:left;
    cursor:pointer;
}

#galleryButton
{
    width:86px;
    height:26px;
    background-image:url(../images/button_gallery.gif);
    float:left;
    cursor:pointer;
}

#guideButton
{
    width:131px;
    height:26px;
    background-image:url(../images/button_guide.gif);
    float:left;
    cursor:pointer;
}

#guideButton_Selected
{
    width:131px;
    height:26px;
    background-image:url(../images/button_selected_guide.gif);
    float:left;
    cursor:pointer;
}

#faqButton
{
    width:81px;
    height:26px;
    background-image:url(../images/button_faqs.gif);
    float:left;
    cursor:pointer;
}

#forumButton
{
    width:90px;
    height:26px;
    background-image:url(../images/button_forum.gif);
    float:left;
    cursor:pointer;
}

#linksButton
{
    width:84px;
    height:26px;
    background-image:url(../images/button_links.gif);
    float:left;
    cursor:pointer;
}

#contactButton
{
    width:113px;
    height:26px;
    background-image:url(../images/button_contact.gif);
    float:left;
    clear:right;
    cursor:pointer;
}

#homeButton_Selected
{
    width:85px;
    height:26px;
    background-image:url(../images/button_selected_home.gif);
    float:left;
    cursor:pointer;
}

#factsButton_Selected
{
    width:78px;
    height:26px;
    background-image:url(../images/button_selected_facts.gif);
    float:left;
    cursor:pointer;
}

#galleryButton_Selected
{
    width:86px;
    height:26px;
    background-image:url(../images/button_selected_gallery.gif);
    float:left;
    cursor:pointer;
}

#faqButton_Selected
{
    width:81px;
    height:26px;
    background-image:url(../images/button_selected_faqs.gif);
    float:left;
    cursor:pointer;
}

#forumButton_Selected
{
    width:90px;
    height:26px;
    background-image:url(../images/button_selected_forum.gif);
    float:left;
    cursor:pointer;
}

#linksButton_Selected
{
    width:84px;
    height:26px;
    background-image:url(../images/button_selected_links.gif);
    float:left;
    cursor:pointer;
}

#contactButton_Selected
{
    width:113px;
    height:26px;
    background-image:url(../images/button_selected_contact.gif);
    float:left;
    clear:right;
    cursor:pointer;
}

#leftNav
{
    width:150px;
    padding:0px 0px 0px 35px;
    float:left;
}

.level1
{
    width:140px;
    height:20px;
    border-top:1px black dotted;
    padding-top:2px;
    cursor:pointer;
}

.level1 a
{
    font-family:Arial;
    font-size:11px;
    color:#6699cc;
    text-decoration:none;
}

.level1 a:hover
{
    color:#000000;
}

.level2
{
    width:140px;
    padding:0px 0px 5px 10px;
    cursor:pointer;
}

.level2 a
{
    background-color:#ffffff;
	font-family:Arial;
    font-size:11px;
    color:#999999;
    text-decoration:none;
}

.level2 a:hover
{
    color:#000000;
}

#mainContent
{
    width:500px;
    height:100%;
    margin:0px 0px 0px 15px;
    float:left;
    clear:right;
}

.galleryImage
{
    float:left;
    margin:20px;
    border:1px solid black;
    cursor:pointer;
}

.gallery
{
    float:left;
    clear:both;
    padding:10px 0px 30px 0px;
}

.galleryRow
{
	float:left;
	clear:both;
	height:120px;
	width:500px;
}

#footer
{
    width:730px;
    height:40px;
    margin:30px 10px 30px 10px;
    text-align:center;
    float:left;
    clear:both;
    font-family:Arial;
    font-size:11px;
    color:#6699cc;
    text-decoration:none;
}

#footer a
{
    font-family:Arial;
    font-size:11px;
    color:#6699cc;
    text-decoration:none;
}

#footer a:hover
{
    color:#000000;
}

#footer p
{
	color:#999999;
}

.quote
{
	font-family:Arial;
	font-size:11px;
	color:#999999;
	margin:20px 0px 0px 0px;
}

.quoteSource
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#6699cc;
	margin:10px 0px 0px 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#adSpace1 {
	width:500px;
	height:140px;
	background-color:#ffffff;
	margin:0px 0px 10px 0px;
}

#adSpace1 img {
	border:none;
	margin:0;
}

#adSpace2 {
	width:140px;
	height:140px;
	margin:0px 0px 10px 0px;
}

#adSpace2 img {
	border:none;
	margin:0;
}

#adSpace3a {
	width:140px;
	height:140px;
	background-color:#ffffff;
	margin:10px 0px 0px 0px;
}

#adSpace3a img {
	border:none;
	margin:0;
}

#adSpace4a {
	width:140px;
	height:70px;
	background-color:#ffffff;
	margin:10px 0px 0px 0px;
}

#adSpace4a img {
	border:none;
	margin:0;
}

#adSpace5a {
	width:500px;
	height:140px;
	background-color:#ffffff;
	margin:0px 0px 10px 0px;
}

#adSpace5a img {
	border:none;
	margin:0;
}

#didYouKnow {
	background-color:#eeeeee;
	padding:10px;
}

#firstTitle {
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#6699cc;
	line-height:125%;
	border-bottom:1px solid #999999;
	margin:0px 0px 0px 0px;
}

.adSpace6 {
	margin:15px 0px 0px 0px;
}

.adSpace6 p {
	margin:0px 0px 0px 0px;
}


.adSpace6 img {
	border:none;
	margin:0px;
}

.bgTable td {
	font-family:Arial,Verdana;
	font-size:11px;
	color:#000000;
}

.retailer {
	width:150px;
	float:left;
	margin:0px 20px 0px 0px;
}
#competitionWrapper {
	width:100%;
}
#competitionHeader {
	height:27px;
	background-color:#6699CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	padding:15px 0px 0px 20px;
}
#competitionDetails {
	background-color:#ffffff;
	border:1px solid #6699cc;
	padding:10px;
	margin:0px 0px 20px 0px;
	text-align:center;
}