body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #FFFFFF;
   color: #000000;
}
body,textarea {
   font-family:Tahoma, Arial, Helvetica, sans-serif;
   font-size:0.67em;
}


/*MAIN STYLES*/


a {
   color: #0031be;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#b50200;
	 margin:1.5em 0 0.3em 0;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:1.2em;
   background-color:#FFFFFF;
	 background-image:url(../img/th.gif);
	 background-repeat:repeat-x;
	 color:#FFFFFF;
	 border:0;
	 padding:0.3em 0.5em;
	 margin-bottom:0;
	 position:relative;
	 top:-3px;
}
h3 {
   font-size:1.2em;
	 border-top:1px solid #DDDDDD;
	 padding:0.4em 0.2em 0.4em 0;
	 color:#000000;
}
h3 a {
   color:#000000;
	 text-decoration:none;
	 display:block;
}
h3 a:hover {
   color:#b50200;
	 text-decoration:underline;
}
h3 a.expandablemenu {
   padding:0 0 0 15px;
	 background-image:url(../img/menu_expander.gif);
	 background-repeat:no-repeat;
	 background-position:center left;
}
h3.iconheader {
   padding:10px 0 10px 40px;
	 background-position:center left;
	 background-repeat:no-repeat;
}
#iconheaderclosing { background-image:url(../img/icon_closing_small_red.gif); }
#iconheaderhottest { background-image:url(../img/icon_hottest_small_red.gif); }
#iconheaderbestodds { background-image:url(../img/icon_bestodds_small_red.gif); }
#iconheadernewest { background-image:url(../img/icon_newest_small_red.gif); }

h4 {
   font-size:1em;
}
h2.image {
   background-repeat:no-repeat;
	 width:165px;
	 height:45px;
	 clear:both;
	 margin:0;
	 border:0;
	 padding:0;
	 background-color:#FFFFFF;
	 top:0;
}
h2.image span {
   display:none;
}
h2.image a {
   display:block;
	 width:165px;
	 height:45px;
}

dl dt {
   font-weight:bold;
}

#headerimage1 {
   background-image:url(../img/header_browse_prizes1.gif);
}
#headerimage2 {
   background-image:url(../img/header_browse_games1.gif);
}
#headerimage3 {
   background-image:url(../img/header_charities1.gif);
}
#headerimage4 {
   background-image:url(../img/header_winners1.gif);
}
#headerimage5 {
   background-image:url(../img/header_poll1.gif);
}
#headerimage6 {
   background-image:url(../img/header_chat1.gif);
}
#headerimage7 {
   background-image:url(../img/header_news1.gif);
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
margin:0;
padding:1.5em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:70px;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}


/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons li a {
   display:block;
   border-bottom: 1px solid #EEEEEE;
   color:#0031be;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#222222;
}
.menubuttons li.active a {
   color:#222222;
   font-weight:bold;
}
#headernav li a {
   display:block;
   position:absolute;
	 top:0px;
	 background-repeat:no-repeat;
	 height:27px;
}
#headernav li a span {
   display:none;
}
#headernav1 {
   left:1px;
	 width:54px;
   background-image:url(../img/home_button1.gif);
}
#headernav1:hover {
   background-image:url(../img/home_button2.gif);
}
#headernav2 {
   left:57px;
	 width:91px;
   background-image:url(../img/my_button1.gif);
}
#headernav2:hover {
   background-image:url(../img/my_button2.gif);
}
#headernav3 {
   left:204px;
	 width:97px;
   background-image:url(../img/community_button1.gif);
}
#headernav3:hover {
   background-image:url(../img/community_button2.gif);
}
#headernav4 {
   left:303px;
	 width:100px;
   background-image:url(../img/help_button1.gif);
}
#headernav4:hover {
   background-image:url(../img/help_button2.gif);
}

ul.inline li {
   float:left;
   padding:0.2em 1em;
   border-left:1px solid #DDDDDD;
}


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
}
#header,#content,#footer {
   width:785px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
	 position:relative;
   width:930px;
	 background-image:url(../img/bg2.gif);
	 background-repeat:repeat-y;
	 padding-left:20px;
}
#header {
   position: relative;
   float:left;
   height: 164px;
   clear:left;
   background-image:url(../img/header1.jpg);
   background-repeat:no-repeat;
}
#popupheader
{
width:100%;
height:100px;
background-image:url(../img/popup_header.gif);
background-repeat:no-repeat;
}
#clear {
   position: relative;
   clear: both;
   height: 1px;
}
#footer {
   position: relative;
   clear: both;
   height: 100px;
	 background-color:#DDDDDD;
	 border-top:1px solid #999999;
	 width:100%;
	 float:left;
	 text-align:center;
}
#footerinner {
   width:909px;
	 margin:0px auto;
	 text-align:left;
	 padding-top:0.5em;
}
#footer ul {
   list-style:none;
	 margin:0;
	 padding:0.5em 1em 0.5em 0;
}
#footer li {
   display:inline;
	 margin-right:15px;
}
#content {
   float:left;
   padding: 0px;
   min-height:300px;
	 padding-top:2em;
	 position:relative;
}
* html #content {
   height:300px;
}
#accessibility {
   position:absolute;
   top:17px;
	 right:73px;
   text-align:right;
	 font-size:0.85em;
}
#accessibility a {
   color:#FFFFFF;
}
#headernav {
   position:absolute;
   top:131px;
   left:138px;
	 height:25px;
}
#headerquote {
	 position:absolute;
	 top:11px;
	 left:98px;
	 width:261px;
	 height:81px;
	 font-size:1.1em;
	 display:none;
	 background-image:url(../img/speech_bubble.jpg);
	 background-repeat:no-repeat;
}
#headerquoteinner {
   position:relative;
	 top:20px;
	 left:66px;
	 width:160px;
	 height:50px;
	 text-align:center;
}
#logolink a {
   width:148px;
	 height:130px;
	 position:absolute;
	 top:0px;
	 left:0px;
}
#logolink2 a {
   width:203px;
	 height:50px;
	 position:absolute;
	 top:80px;
	 left:148px;
}
#logolink a span,#logolink2 a span {
   display:none;
}
#searchbox {
   position:absolute;
	 left:400px;
	 top:101px;
	 width:313px;
}
#searchbox .textbox1 {
   border:1px solid #dfaa31;
	 width:200px;
}
#searchbox fieldset {
   border:0;
	 padding:0;
}
#mainsearchbutton {
   position:absolute;
	 right:0px;
	 top:0px;
	 margin:0;
}
#loginstatus {
   position:absolute;
	 right:74px;
	 top:34px;
	 width:600px;
	 color:#dfaa31;
}
#loginstatus p {
   position:absolute;
   right:60px;
}
#loginstatus img {
   position:absolute;
   right:0px;
	 border:1px solid #FFFFFF;
}
#loginstatus a {
   color:#FFFFFF;
}
.leftthin,.rightthin {
   width:165px;
}
.leftwide,.rightwide {
   width:610px;
}
.leftmid,.rightmid {
   width:440px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.rightthin {
   position:relative;
	 right:-21px;
}
.leftmid {
   position:relative;
	 left:10px;
}
.rightmid {
   position:relative;
	 right:10px;
}
.padder {
	 float:left;
	 width:100%;
   padding-bottom:3em;
}
.rightthin ul.simple,.leftthin ul.simple,.iconlist {
   list-style:none;
	 margin:0;
	 padding:0 0 0 8px;
	 color:#000000;
}
.rightthin ul.simple li,.leftthin ul.simple li {
   padding:0.3em 0;
}
.rightthin ul.simple li a:hover,.leftthin ul.simple li a:hover {
   color:#000000;
}
li.iconbullet {
   float:left;
	 clear:left;
	 display:block;
	 padding:13px 0 13px 40px;
	 width:100%;
	 background-repeat:no-repeat;
	 background-position:center left;
}
#iconbullet1 { background-image:url(../img/icon_favourites_small.gif); }
#iconbullet2 { background-image:url(../img/icon_tellafriend_small.gif); }

.leftthin h3,.rightthin h3 {
   padding-left:8px;
   width:132px;
	 border:0;
	 margin:0.6em 0 0.1em 0;
	 color:#666666;
	 font-size:1em;
}
.leftthin h3 a,.rightthin h3 a {
   color:#000000;
}
.hiddennav {
   display:none;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #000000;
   color:#000000;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#b50200;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#000000;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:107px;
	 height:24px;
}
.imagebutton a {
	 display:block;
	 width:107px;
	 height:24px;
}
.imagebutton span {
   display:none;
}
.imagebuttonspace {
   position:relative;
	 right:40px;
	 margin-bottom:1em;
}
*html .imagebuttonspace {
   right:35px;
}

#imagebutton1 {
   background-image:url(../img/register_now1.gif);
}
#imagebutton2 {
   background-image:url(../img/submit1.gif);
}
#imagebutton3 {
   background-image:url(../img/send1.gif);
	 position:absolute;
	 top:130px;
	 left:20px;
}
#imagebutton4 {
   background-image:url(../img/login1.gif);
	 position:absolute;
	 top:103px;
	 left:16px;
}
#imagebutton5 {
   background-image:url(../img/register_now1.gif);
	 position:absolute;
	 top:135px;
	 left:16px;
}

textarea {
   font-size:1em;
   width:100%;
   height:200px;
	 color:#000000;
	 border:1px solid #000000;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}
.compact fieldset {
   padding:0;
	 border:0;
}
.compact legend {
   display:none;
}
.compact label {
   font-size:0.8em;
   padding:0;
}

/*TABLES*/

table {
   width:100%;
   font-size:1em;
   text-align:left;
   border-collapse:collapse;
   clear:both;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#DDDDDD;
	 text-align:left;
	 border-top:1px solid #BBBBBB;
}
table tr,table td,table th {
   border-bottom:1px solid #EEEEEE;
   padding:0.4em 0.2em;
}
table th,table th a {
   background-image:url(../img/th.gif);
	 background-repeat:repeat-x;
   color:#FFFFFF;
}
table th.plain {
   background-image:url(../img/g2.gif);
	 background-position:bottom left;
	 background-repeat:repeat-x;
	 border:1px solid #DDDDDD;
	 border-top:0;
	 color:#555555;
	 background-color:transparent;
}


/*EXTRAS*/

.biglist ul {
   font-size:1.2em;
}
.bannerad {
   width:780px;
	 height:90px;
	 background-image:url(../img/banner_bg.gif);
	 background-repeat:no-repeat;
	 margin-bottom:10px;
}
.bannerad img {
   position:relative;
	 left:26px;
}
.skyscraperad {
   width:120px;
	 background-image:url(../img/skyscraper_bg.gif);
	 background-repeat:no-repeat;
	 float:right;
   position:relative;
	 left:20px;
}
* html .skyscraperad {
   position:relative;
	 left:40px;
}
.skyscraperad a img {
   position:relative;
	 top:26px;
}
.skyscraperfooter {
   position:relative;
	 top:26px;
   height:26px;
	 width:120px;
	 background-image:url(../img/skyscraper_bg.gif);
	 background-repeat:no-repeat;
}
#rssfeed a {
   width:165px;
	 height:29px;
	 display:block;
	 clear:both;
	 background-image:url(../img/rss_feed1.gif);
	 background-repeat:no-repeat;
}
#rssfeed a span {
   display:none;
}

fieldset#survey {
   border:0;
	 padding:0 0 0 8px;
}

.colpanel {
   width:165px;
	 height:173px;
	 float:left;
	 clear:both;
	 position:relative;
	 background-repeat:no-repeat;
}
.colpanel label {
   display:none;
}
#colpanel1 {
   background-image:url(../img/login_form_bg.gif);
}
#colpanel2 {
   background-image:url(../img/tell_gwingo_bg.gif);
}
#level1,#level2,#level3 {
   position:absolute;
	 top:40px;
	 left:7px;
	 width:135px;
	 height:19px;
}
#level2 {
   top:79px;
}
#level3 {
   top:44px;
   height:78px;
	 width:133px;
}
#level1 input,#level2 input {
   border:0;
	 width:135px;
	 height:19px;
}
#level3 textarea {
   border:0;
	 width:133px;
	 height:78px;
	 font-size:0.9em;
}

.columnbox {
   float:left;
	 border:1px solid #888888;
	 border-top:0;
	 position:relative;
	 width:147px;
	 padding-bottom:7px;
	 margin-bottom:10px;
}
.colpadder {
   padding-left:5px;
}
.stretchbox {
   float:left;
	 border:1px solid #888888;
	 position:relative;
	 width:608px;
}
.midstretchbox {
   float:left;
	 border:1px solid #888888;
	 position:relative;
	 width:438px;
}
.midstretchpadder { padding:5px; }
.stepstowin {
   width:440px;
	 height:154px;
	 clear:both;
	 float:left;
	 margin-top:14px;
	 background-image:url(../img/steps2win1.jpg);
}
#stepstowin2 {
	 background-image:url(../img/steps2win2.jpg);
	 width:610px;
}
.stepstowin a {
   display:block;
   width:440px;
	 height:154px;
}
#stepstowin2 a {
   display:block;
   width:610px;
}
.stepstowin a span {
   display:none;
}

.smallicon {
   width:30px;
	 height:30px;
	 background-repeat:no-repeat;
	 float:left;
}
#smallicon1 { background-image:url(../img/icon_profile_small.gif); }
#smallicon2 { background-image:url(../img/icon_prefs_small.gif); }
#smallicon3 { background-image:url(../img/icon_details_small.gif); }
#smallicon4 { background-image:url(../img/icon_password_small.gif); }
#smallicon5 { background-image:url(../img/icon_message_small.gif); }
#smallicon6 { background-image:url(../img/community_charities.gif); }
#smallicon7 { background-image:url(../img/community_forum.gif); }
#smallicon8 { background-image:url(../img/community_news.gif); }
#smallicon9 { background-image:url(../img/community_feedback.gif); }



.leftadsense {
   padding:9px;
	 float:left;
	 clear:left;
}
.centraladsense {
   padding:9px 52px;
	 float:left;
	 clear:left;
}

