/* Begin Text Styles */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 1.1em;
	line-height: 130%;
	color: #FF3366;
	font-weight: bold;
	margin-bottom: -.2em;
}

h2
{
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	line-height: 130%;
	margin-right: 20px;
	width: 200px;
}

h3 {
    font-size: 0.9em;
    color: #FFFFFF;
    font-weight: normal;
}

h4
{
	font-size: 0.7em;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
}

h5
{
	font-size: 0.7em;
	line-height: 120%;
	font-weight: normal;
	color: #666666;

}

h6 {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #CC0066;
    margin-bottom: -0.2em;
    font-weight: bold;
}

a.bodyLink:link, .bodyLink:active, .bodyLink:hover, .bodyLink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.6em;
    color: #0099FF;
    font-weight: bold;
}
a.bodyLink:hover
{
    color: #66CCFF;
    text-decoration: none;
}

.logo
{
	color: #FF66CC;
	font-weight: bold;
}

/* Structure*/

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../images/shoutbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #E1007A;
	background-attachment: fixed;
}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topbanner
{
	height: 90px;
	width: 840px;
	overflow: hidden;
	text-align: center;
}

#topsection
{
	height: 100px;
	width: 840px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 140px;
	margin-bottom: 30px;
	margin-left: 180px;
	padding: 10px;
	width: 500px;
	height: 1%; 
}

#freegift
{
	height: 150px;
}



#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -840px;
}
/*
iframe {
	background-color: #CC3366;
	height: 600px;
	width: 485px;
	overflow: hidden;
}
*/
#rightcolumn
{
	float: right;
	width: 140px; /*Width of right column*/
	margin-left: -140px;
	text-align: right;
	height: 600px;
	padding-bottom: 20px;
}

#footer
{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #99CCFF;
	border-top-width: 2px;
	border-top-style: outset;
	border-top-color: #FFFFFF;
	margin-top: 20px;
}

#footer a
{
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 1.6em;
    font-weight: bold;
    padding-right: 8px;
    padding-left: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

.innertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 10px;
}

#copyright
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    font-weight: bold;
    clear: left;
    width: 100%;
    color: #000000;
    text-align: center;
    padding: 10px 0 4px 0;
}

#countdowncontainer{
	width: 830px;
	background-color: #FF66CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #99CCFF;
	border-top-width: 2px;
	border-top-style: outset;
	border-top-color: #FFFFFF;
	padding: 5px;
}

/* End of Structure*/

/* Start Main Navigation*/

.slidedoormenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px; /* thick left border of menu */
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #336699;
}

.slidedoormenu li{
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9ECFF;
}

.slidedoormenu li a
{
	display: block;
	color: #FFFFFF;
	width: auto;
	border-bottom: 2px solid white; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	background-color: #0099CC;
	background-image: url(../images/arrowleft.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active
{
	color: #FFFFFF;
}

.slidedoormenu li a:hover
{
	color: black;
	background-color: #00CCFF;
	background-image: url(../images/arrowleftlight.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 5px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


/* End Main Navigation*/
td
{
    font-family: Verdana;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.2px;
    color: #000000;
    padding: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    background-color: #CCCCCC;
}
