html {
	width : 100%;			
}

body {
	width : 100%;
	text-align : center;
	margin : 0px;
	padding : 0px;
	background-color : #ffffff;
}
	
a img {
	border-style : none;
}	
	
* {
	font-family : arial, helvetica, sans-serif;
}	
	
#divPage {
	width : 601px;
	text-align : center;
	margin-left : 10px;
	margin-left : 9px;
}		
	
#divHeader {
	width : 601px;
	background-image : url(../images/layout/bg_header.gif);
	background-repeat: no-repeat;
	position : relative;
	height : 85px;
	margin-top : 2px;
	margin-bottom : 5px;
	text-align : left;
}
	
#divHeader #aDubitNetwork {
	display : block;
	position : absolute;
	top : 25px;
	left : 516px;
	width : 74px;
	height : 41px;	
	text-align : center;	
	font-size : 11px;
}

#divHeader #aDubitNetwork span {
	display : block;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 74px;
	height : 41px;
	background-image : url(../images/layout/bg_thedubitnetwork.gif);
	background-repeat : no-repeat;
	cursor : hand;
}

#divHeader #aDubitCard {
	display : block;
	position : absolute;
	top : 24px;
	left : 252px;
	width : 97px;
	height : 19px;
	text-align : center;
	font-size : 11px;
}

#divHeader #aDubitCard span {
	display : block;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 97px;
	height : 19px;
	background-image : url(../images/layout/bg_dubitcard.gif);
	background-repeat : no-repeat;
	cursor : hand;
}

#divHeader #ulNav {
	display : block;
	position : absolute;
	top : 67px;
	left : 137px;
	width : 327px;
	height : 18px;
	margin : 0px;
	padding : 0px;	
}

#divHeader #ulNav li {
	display : block;
	position : absolute;
	width : 64px;
	height : 18px;
	text-align : center;
	font-size : 10px;
	font-family : helvetica, arial, sans-serif;	
	text-transform : lowercase;
	margin : 0px;
	padding : 0px;
}

#divHeader #ulNav li a:link,
#divHeader #ulNav li a:visited,
#divHeader #ulNav li a:active {
	text-decoration : none;
	color : #666666;
}

#divHeader #ulNav li a:hover {
	text-decoration : none;
	color : #ff6633;
}

#divHeader #ulNav li span {
	display : block;
	postion : absolute;
	width : 64px;
	height : 18px;
	cursor : hand;	
}

#divHeader #ulNav #liHome {
	left : 2px;
}

#divHeader #ulNav #liAbout span {
	/* background-image : url(../images/layout/bg_navAbout.gif); */
	background-repeat : no-repeat;
}

#divHeader #ulNav #liAbout {
	left : 66px;
}

#divHeader #ulNav #liAbout span {
	/* background-image : url(../images/layout/bg_navAbout.gif); */
	background-repeat : no-repeat;
}

#divHeader #ulNav #liGetYours {
	left : 132px;
}

#divHeader #ulNav #liGetYours span {
	/* background-image : url(../images/layout/bg_navGetYours.gif); */
	background-repeat : no-repeat;
}

#divHeader #ulNav #liPartners {
	left : 198px;
}

#divHeader #ulNav #liPartners span {
	 background-image : url(../images/layout/bg_navPartners.gif); 
	background-repeat : no-repeat;
}

#divHeader #ulNav #liCompetitions {
	left : 264px;
}

#divHeader #ulNav #liCompetitions span {
	/* background-image : url(../images/layout/bg_navCompetitions.gif); */
	background-repeat : no-repeat;
}
		
/* ==== BODY BODY BODY ==== */	
	
#divBody {
	position : relative;
	margin-top : 5px;
	/* height : 50px; */
	margin-bottom : 5px;
	background-image : url(../images/layout/bg_bodyMain.gif);
	background-repeat : repeat-y;
	width : 595px;
	text-align : left;
}	

#divBody #divBodyHeader {	
	width : 595px;
	height : 25px;
	margin-bottom : -15px;
	background-image : url(../images/layout/bg_bodyHeader.gif);
	background-repeat : no-repeat;
	background-position : top center;
}

#divBody #divBodyMain {
	width : 595px;
	/* height : 200px; */
}

#divBody #divBodyFooter {
	width : 595px;
	height : 25px;
	margin-top : -15px;
	background-image : url(../images/layout/bg_bodyFooter.gif);
	background-repeat : no-repeat;
	background-position : bottom center;
}
	
#divBody #divBodyMain #divSideBar {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 110px;
	padding : 20px;
	text-align : center;
}

#divBody #divBodyMain #divSideBar #aGetYours {
	display : block;
	position : relative;
	width : 109px; 
	height : 225px;
	padding-top : 5px;
	margin-bottom : 5px;
}

#divBody #divBodyMain #divSideBar #aGetYours span {
	display : block;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 109px;
	height : 225px;
	cursor : hand;
	background-image : url(../images/layout/side/register_free_ringtone.gif);
	background-repeat : no-repeat;
	background-position : center center;
}

#divBody #divBodyMain #divMainContent {
	position : relative;
	top : 0px;	
	left : 150px;
	width : 430px;
	/* height : 300px; */
	font-size:0.8em;
}

#divBody #divBodyMain #divMainContent h1 {
	display : block;
	position : relative;
	height : 60px;
	padding : 0px;
	margin : 0px;
	margin-bottom : 5px;
	text-transform : uppercase;
	font-size : 25px;
	font-family : impact, arial, helvetica, sans-serif;
	font-weight : normal;
	color : #0A4B64;
}

#divBody #divBodyMain #divMainContent h1 span {
	display : block;
	position : absolute;
	top : -5px;
	left : 0px;
	width : 430px;
	height : 60px;
	background-position : center center;
	background-repeat : no-repeat;
}

#divBody #divBodyMain #divMainContent div.columnLeft {
	float : left;
	margin-top : 0px;
	width : 207px;	
}

#divBody #divBodyMain #divMainContent div.columnRight {
	float : right;	
	margin-top : 0px;
	width : 207px;
}

#divBody #divBodyMain #divMainContent div.columnClose {
	clear : both;
}

#divBody #divBodyMain #divMainContent h2,
#divBody #divBodyMain #divMainContent span.colFooter1,
#divBody #divBodyMain #divMainContent span.H2doubleBotton {
	position : relative;
	display : block;
	height : 14px;
	margin-top : 10px;
	margin-bottom : 5px;
	background-color : #0A4B64;
	color : #ffffff;
	font-size : 11px;
	/* font-family : impact, arial, helvetica, sans-serif; */
	font-weight : normal;
	text-transform : uppercase;
	font-weight : bold;
	padding-left : 2px;
	padding-right : 2px;
}

#divBody #divBodyMain #divMainContent span.colFooter1 {
	height : 43px;
	text-align : center;	
}

#divBody #divBodyMain #divMainContent span.colFooter1 a {
	position : relative;
	display : block;
	width : 203px;
	height : 43px;
	font-size : 11px;
	overflow : hidden;
}

#divBody #divBodyMain #divMainContent span.colFooter1 span {
	display : block;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 207px;
	height : 43px;
	background-image : url(../images/layout/bg_col_footer1.gif);
	cursor : hand;	
}

#divBody #divBodyMain #divMainContent h2.doubleTop,
#divBody #divBodyMain #divMainContent span.H2doubleBotton {
	height : 34px;
	text-align : center;
}

#divBody #divBodyMain #divMainContent h3 {
	font-size : 13px;
	text-transform : uppercase;
	color : #0A4B64;
	margin-top : 5px;
	margin-bottom : 5px;
}

#divBody #divBodyMain #divMainContent h4 {
	font-size : 12px;
}

#divBody #divBodyMain #divMainContent h5 {
	font-size : 11px;
}

#divBody #divBodyMain #divMainContent h3 {
	font-size : 13px;
	text-transform : uppercase;
	color : #0A4B64;
	margin-top : 5px;
	margin-bottom : 5px;
}


#divBody #divBodyMain #divMainContent p {
	font-size : 11px;
	margin-top : 5px;
	margin-bottom : 5px;
	color : #666666;
}



#divBody #divBodyMain #divMainContent li {
	font-size : 12px;
	margin-top : 5px;
	margin-bottom : 5px;
	color : #666666;
}

#divBody #divBodyMain #divMainContent p.leader {
	font-size : 12px;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight : bold;
}

#divBody #divBodyMain #divMainContent p.larger {
	font-size : 11px;
	margin-top : 10px;
	margin-bottom : 10px;
}

#divBody #divBodyMain #divMainContent p.caption {
    color : #999999;
	font-size : 11px;
	margin-top : 2px;
	margin-bottom : 5px;
}

#divBody #divBodyMain #divMainContent p a:link,
#divBody #divBodyMain #divMainContent p a:visited, 
#divBody #divBodyMain #divMainContent p a:active {
	text-decoration : none;
}

#divBody #divBodyMain #divMainContent p a:hover {
	text-decoration : underline;
}

#divBody #divBodyMain #divMainContent div.terms {
	border-width : 1px;
	border-color : #cccccc;
	border-style : solid;
	padding : 5px;
	margin-top : 10px;
	margin-bottom : 5px;
}

#divBody #divBodyMain #divMainContent div.terms p {
	font-size : 10px;
	margin-top : 5px;
	margin-bottom : 5px;
	color : #999999;
}

#divBody #divBodyMain #divMainContent div.terms h2 {
	background-color : transparent;
	font-size : 12px;
	margin-top : 5px;
	margin-bottom : 5px;
	color : #999999;
	text-transform : uppercase;
	padding : 0px;
}

#divBody #divBodyMain #divMainContent div.copyrights {
	font-size : 9px;
	margin-top : 5px;
	margin-bottom : 5px;
	color : #999999;
}

#divBody #divBodyMain #divMainContent ul,
#divBody #divBodyMain #divMainContent ol {
	font-size : 12px;
	margin-top : 5px;
	margin-bottom : 5px;
	color : #666666;
	font-weight : bold;
	margin-left : 0px;
	padding-left : 25px;
}

#divBody #divBodyMain #divMainContent ul {
	padding-left : 20px;
}

#divBody #divBodyMain #divMainContent ul li,
#divBody #divBodyMain #divMainContent ol li {
	margin-left : 0px;
}

div.compQuestion {
	padding : 5px;
	border-width : 1px;
	border-color : #0A4B64;
	border-style : solid;
}

div.compQuestion p.question {
	font-size : 12px;
	margin-top : 10px;
	color : #666666;
	font-weight : bold;
}

#divBody #divBodyMain #divMainContent div.compQuestion ol {
	font-size : 12px;
	margin-top : 10px;
	margin-bottom : 10px;
	color : #666666;
	font-weight : bold;
}

#divBody #divBodyMain #divMainContent div.compQuestion ol li {
	margin-top : 5px;
	margin-bottom : 5px;
}

#divBody #divBodyMain #divMainContent a.bannerOffer {
	display : block;
	position : relative;
	width : 207px;
	height : 59px;
	padding-top : 2px;
	padding-bottom : 2px;
	margin-top : 2px;
	margin-bottom : 2px;
	font-size : 10px;
}

#divBody #divBodyMain #divMainContent a.bannerOffer span {
	display : block;
	position : absolute;
	top : -5px;
	left : 0px;
	width : 207px;
	height : 79px;
	background-position : center center;
	background-repeat : no-repeat;
	cursor : pointer;
}

#divBody #divBodyMain #divMainContent a.bannerPartner {
	display : block;
	position : relative;
	width : 207px;
	height : 112px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-top : 8px;
	margin-bottom : 8px;
	font-size : 10px;
}

#divBody #divBodyMain #divMainContent a.bannerPartner span {
	display : block;
	position : absolute;
	top : -5px;
	left : 0px;
	width : 207px;
	height : 132px;
	background-position : center center;
	background-repeat : no-repeat;
	cursor : pointer;
}

#divBody #divBodyMain #divMainContent span.bannerPartnerOffer {
	display : block;
	position : relative;
	width : 207px;
	height : 112px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-top : 8px;
	margin-bottom : 8px;
	font-size : 10px;
}

#divBody #divBodyMain #divMainContent span.bannerPartnerOffer span {
	display : block;
	position : absolute;
	top : -10px;
	left : 0px;
	width : 207px;
	height : 132px;
	background-position : center center;
	background-repeat : no-repeat;
}

/* FORM STYLES... */

form {
	margin : 0px;
	padding : 0px;
}

/* --- formComp --- */

div.formComp {
	position : relative;
}

div.formComp div.message {
	padding : 2px;
	background-color : #ff0033;
	color : #ffffff;
	font-weight : bold;
}

div.formComp fieldset {
	margin : 10px 0px 10px 0px;
	border-width : 1px;
	border-style : none;
	border-color : #c8f0f5;
	padding : 0px;
	position : relative;
	background-color : #ff6600;
}

div.formComp fieldset legend {
	font-family : impact, arial, helvetica, sans-serif;
	text-transform : uppercase;	
	font-size : 22px;
	font-weight : normal;
	color : #0a4b64;
	margin : 0px 0px 0px -6px;
	padding : 0px;
}

div.formComp fieldset div.text {
	margin : 5px 5px 5px 5px;
}

div.formComp fieldset div.text span.question {
	display : block;
	font-size : 10px;
}

div.formComp fieldset div.text input {
	font-size : 11px;
	width : 100%;
   /*	margin-left : 10px; */
}

div.formComp div.buttons {
	padding : 0px 20px 10px 20px;
}

div.formComp div.buttons input {
	width : 100%;
}


/* --- formReg --- */

div.formReg {
	position : relative;
}

div.formReg fieldset {
	margin : 10px 0px 10px 0px;
	border-width : 1px;
	border-style : none;
	border-color : #c8f0f5;
	padding : 0px;	
	position : relative;
}

div.formReg fieldset legend {
	font-family : impact, arial, helvetica, sans-serif;
	text-transform : uppercase;	
	font-size : 22px;
	font-weight : normal;
	color : #0a4b64;
	margin : 0px 0px 0px -6px;
	padding : 0px;
}

div.formReg fieldset div.checkbox,
div.formReg fieldset div.text,
div.formReg fieldset div.radio,
div.formReg fieldset div.date,
div.formReg fieldset div.select {
	margin : 5px 0px 5px 0px;
	position : relative;
}

div.formReg fieldset div.text span.question,
div.formReg fieldset div.radio span.question,
div.formReg fieldset div.date span.question,
div.formReg fieldset div.select span.question {
	position : absolute;
	display : block;
	font-size : 12px;
}

div.formReg fieldset div.checkbox span.question {
	font-size : 12px;
}

div.formReg fieldset div.select span.question {	
	position : relative;	
}

div.formReg fieldset div.required span.question {
	font-weight : bold;
	font-size : 14px;
}

div.formReg fieldset div.text input,
div.formReg fieldset div.radio span.inputs,
div.formReg fieldset div.date span.inputs {
	display : block;
	position : relative;
	left : 25%;
}

div.formReg fieldset div.readonly input {
	background-color : #eeeeee;
	color : #666666;
	border-width : 1px;
	border-style : solid;
	border-color : #999999;
}

div.formReg fieldset div.select select {
	margin-top : 5px;
	margin-left : 25%;
}

div.formReg fieldset.center div.text input,
div.formReg fieldset.center div.radio span.inputs,
div.formReg fieldset.center div.date span.inputs {
	left : 40%;
}

div.formReg fieldset div.radio span.inputs label {
	font-size : 12px;
}

div.formReg fieldset div.date span.inputs label {
	display : none;
}

div.formReg fieldset div.text input {
	width : 73%;
	font-size  : 14px;
}

div.formReg fieldset.center div.text input {
	width : 58%;
}

div.formReg fieldset div.date span.inputs span.input {
	margin-right : 5px;
}

div.formReg div.buttons {
	text-align : right;
}

div.formReg div.buttons input {
	font-family : impact, arial, helvetica, sans-serif;
	font-size : 22px;
	color : #ffffff;
	font-weight : normal;
	background-color : #0a4b64;
	text-align : right;
	text-transform : uppercase;
	text-align : center;
	padding : 0px 4px 4px 0px;
	width : 64px;
	height : 34px;
	border-width : 0px;
	border-style : none;
	background-image : url(../images/layout/form_reg_button_60.gif);
	cursor : hand; 
}

div.formReg div.message {
	color : #ffffff;
	margin : 20px 0px 10px 0px;
	background-color : #fa0f0a;
	border-width : 0px;
	border-color : black;
	border-style : solid;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	padding : 5px;
}

div.formReg div.message strong {
	text-transform : uppercase;
	color : #0a4b64;
}

#divFooter {
	font-size : 11px;
	color : #999999;
	margin-bottom : 5px;
}

#divBody #divBodyMain #divMainContent div.formReg h2 {
	position : static;
}

/* temp type stuff... */
	
div.hideFromView {
	display : none;
	visibility : hidden;
}

div.debug {
	background-color : #ff99cc;
	font-size : 13px;
	color : #cc0033;
	padding : 5px;
	border-color : #cc0033;
	border-width : 1px;
	border-style : solid;
}

div.debug * {
	font-size : 13px;
	color : #cc0033;
}