/* CSS Document */
a:link{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EF009D;
}
a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EF009D;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a:active{
	color: #FFFFFF;
	text-decoration: none;
}

/*global*/
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	background-color: #240000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

/*global type*/

h1, h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EF009D;	
}
h1{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 4px;
}
h2{
	font-size: 16px;
	line-height: 16px;
}
p{margin-bottom: 14px;}

ul.downloads li{ list-style: none; margin: 0.3em 0;}
ul.downloads li a{ padding: 0.1em 0; }

/*container*/
#container{
	position: absolute;
	width: 100%;
	text-align: center;
}

/*content*/
#content{
	position: relative;
	width: 688px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#006699;
}

#content ol {
list-style-position: inside;
margin-bottom: 10px;
}

/*navigation*/
#navigation_bottom{
	position: absolute;
	width: 688px;
	height: 56px;
	top:0px;
}
#navigation{
	position: absolute;
	width: 688px;
	height: 56px;
	top:0px;
}
#navigation ul{
	position: absolute;
	list-style-type: none;
	top: 8px;
}
#navigation li{
	padding-top: 5px;
	padding-left: 18px;
	padding-right: 8px;
	margin-right: 1px;
	width: 86px;/*112px in total*/
	height: 38px;/*43px in total*/
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:	12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background-repeat: no-repeat;
}
#navigation li a:link{
	color: #FF01A7;
	text-decoration: none;
	background-color: #FFFFFF;
}
#navigation li a:visited{
	color: #FF01A7;
	text-decoration: none;
	background-color: #FFFFFF;
}
#navigation li a:hover{
	color: #240000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#navigation li a:active{
	color: #FF01A7;
	text-decoration: none;
	background-color: #FFFFFF;
}
.inactive{
	background-image: url(../images/bg_nav_inactive.gif);
}
.selected{
	color: #FFFFFF;
	background-image: url(../images/bg_nav_selected.gif);
}

/*content items*/
#content_banner{
	position: absolute;
	width: 688px;
	height: 256px;
	top: 64px;
}
#content_banner_html{
	width: 688px;
	height: 256px;
}
#content_feed{
	position: absolute;
	width: 440px;
	height: auto;
	top: 336px;
}
.content_feed_item{
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom:8px;
	background-image: url(../images/dotted_line_long.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.spacer{
	height: 24px;
	background-color: #FFFFFF;
}
#content_feed p{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 16px;
}
#content_sec{
	position: absolute;
	width: 216px;
	height: auto;
	background-color:#FFFFFF;
	top: 336px;
	left: 472px;
	padding-top: 8px;
}
#content_sponsor_banner{
	background-color:#aaaaaa;
	height: 128px;
	margin-left: 8px;
	margin-right: 8px;
}
.dotted_line_small{
	height:16px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(../images/dotted_line_small.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.content_sec_item{
	padding-top:10px;
	padding-bottom:8px;
	background-image: url(../images/dotted_line_small.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-right: 4px;
	padding-left: 4px;
}
.content_sec_item p, .content_sec_item h1, .content_sec_item h2{
	padding-right: 4px;
	padding-left: 4px;
}
.content_sec_item p img{
	float: right;
}

/*FREE BADGE */
#free_badge_holder{
	position: absolute;
	top:0px;
	left: 672px;
	width: 104px;
	height: 80px;
}

/*FOOTER*/
#footer{
	font-size: 8px;
	line-height: 10px; 
	color: #FFFFFF;
	margin-top: 16px;
	margin-bottom: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EF009D;
}

/*VOTE*/
.radiobuttons label {
	display: block;
	float: left;
	width: 184px;
	clear: right;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #FFFFFF;
	background-color: #00a8ff;
}
label{
	display: block;
	float: left;
	width: 200px;
	clear: right;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #FFFFFF;
	background-color: #00a8ff;
}
#vote input.radio {
	display: block;
	float: left;
	clear: left;
	margin-right: 4px
}
#vote input.text {
	width: 200px;
	margin-bottom: 4px;
}
#vote input.submit {
	margin-bottom: 16px;
}
#vote ul.error li {
	color: #ED0A6E;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	margin-left: 4px;
	margin-right: 4px;
}
#vote small{
	line-height: 10px;
}
form{
	margin-left: 4px;
}
.form_line{
	height:16px;
	background-image: url(../images/dotted_line_small.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}