html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	background: #fff;
}

a { 
	color: #064d94; 
	font-weight: normal;
	text-decoration: none; 
}

a:hover { 
	color: #db5809; 
	font-weight: normal;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	border-bottom: 2px solid #121212;
	clear: both;
	color: #121212;
	font: 35px "Segoe Print Bold", sans-serif;
	margin: 5px 0 0 0px;
	padding: 0;
	padding-bottom: 5px;
	text-indent: 20px;
	background: #fff ;	
	height: 70px;
}

h1:before {
	background: transparent url("../images/top-right.png") scroll no-repeat top right;
	margin-bottom: -20px;
	margin-left: -20px;
	height: 30px;
	display: block;
	border: none;
	content: url("../images/top-left.png");
	line-height: 0.1;
	font-size: 1px;
}

#h1_logo {
	float: right;
	color: #e1e1e1;
	font: 30px Gulim, Trebuchet, Verdana, sans-serif;
	padding-right: 0.5em;
	padding-top: 1em;
}

h2 { 
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

hr {
	color: #064d94;
	background-color: #19324b;
	height: 1px;
}

p {
	padding-bottom: 2px;
	font-size: 15px;
	line-height: 20px;
}

ul, ol { 
	padding: 5px 5px 5px 22px; 
}

li {
	padding-bottom: 2px;
	font-size: 13px;
	line-height: 18px;
	list-style: inside circle url(bullet.gif);
}

code {
	font-size: 13px;
	font-family: 'Lucida Console';
	background-color: #fff;
	color: #000;
	
}

img {
	border: none;
}

table {
	align: left;
	text-align: left;
	margin: auto auto auto auto;
}

table th {
	color: #000;
}

table tr#odd {
	color: #121212;
}

table tr#even {
	color: #555;
}

#header {
	color: #555;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

#header_bg {
	width:100%;
	height: 190px;
	//height: 160px;
	background: #fff;
	padding: 0 0 0 0;
}

#header_pic {
	background:url(../images/yummy.gif) no-repeat center top;
	height: 160px;
}

#toolbarlink {
	background-color: #064d94;
	color: #e1e1e1;
	padding: 1em;
	text-align: center;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#toolbarlink a { 
	color: #1e1e1e; 
	text-decoration: none; 
}

#toolbarlink a:hover { 
	color: #db5809; 
	text-decoration: none; 
}

#nav_bg {
	width:100%;
	height: 35px;
	background:url(../images/menu_bg.gif) repeat-x;
	padding: 0 0 0 0;
}

#nav_menu {
	margin: 0.5em auto 0 auto;
	padding: 0 0 0 1em;
	padding-top: 0;
	cursor: default;
	width: 900px;
}

#content, .xyzxyzxyz {
	color: #555;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	margin-left: 1em;
	margin-right: 1em;
}

#content a , .xyzxyzxyz  a{
	color: #064d94;
}

#content a:hover, .xyzxyzxyz  a:hover{
	color: #db5809;
}

#content h1 a { 
	color: #064d94; 
}

#content li {
	padding-bottom: 1px;
	font-size: 14px;
	line-height: 18px;
}

#content #bookmark {
	float: right;
	border: 1px dotted #064d94;
	background: #e1e1e1;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

#content #bookmark a img {
	opacity: 0.8;
	alpha.opacity: 80;
}

#content p , .xyzxyzxyz p{
	font-size: 14px;
}

#stats #content p {
	font-size: 18px;
}

#download {
	font-size: 75%;
	float: left;
	width: 40%;
}

#download a#format {
	font-weight: bold;
}

#small {
	font-size: 75%;
	float: right;
	text-align: right;
}

#floatright {
	float: right;
}

#ipdatatableheader {
	border:none;
	width:800px;
	align: left;
	text-align: left;
	margin: auto auto auto -2em;
}

#ipdatatable {
	border:none;
	width:800px;
	height: 410px;
	overflow:auto;
}

#banner_ad {
	height: 60px;
}

#text_ad {
	height: 15px;
	width: 800px;
	margin: 1em auto 0 auto;
}

#footer {
	margin: 2em auto 0 auto;
	padding-top: 0.5em;
	padding-bottom: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	text-align: center;
	color: #121212;
	background: #ffffff;
	cursor: default;
	border-top: solid 5px #064d94;
	height: 18px;
	width: 100%;
}

#footer a {
	color: #064d94;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #121212;
}

#paypal_on_right {
	float: right;
}

#paypal_on_left {
	float: left;
	vertical-align: bottom;
}

#paypal_on_right input, #paypal_on_left input {
	border: none;
	background: #fff;
}

#explain.password, #explain.premiere, #explain.custom {
	font-size: 70%;
	float: right;
	width: 45%;
	text-align: right;
	padding-right: 2em;
}

#explain.custom {
	width: 42%;
}

#doitnow a {
	display: block;
	text-decoration: none;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: #fff solid 3px;
	padding: 0 0 0 0;
}

#doitnow.donate {
	float: right;
	width: 45%;
}
#doitnow.donate a {
	width: 240px;
	background: url("../images/buttons/donate_up.jpg") no-repeat center top;
	height: 80px;
}

#doitnow.donate a:hover {
	background: url("../images/buttons/donate_down.jpg") no-repeat center top;
}

#doitnow.subscribe {
	float: right;
	width: 65%;
}


#doitnow.subscribe a {
	width: 250px;
	background: url("../images/buttons/subscribe_up.jpg") no-repeat center top;
	height: 50px;
}

#doitnow.subscribe a:hover {
	background: url("../images/buttons/subscribe_down.jpg") no-repeat center top;
}

.highlight {
	font-weight: bold;
}

#sixtypercent {
	font-size: 60%;
	text-indent: 19em;
}

.warning {
	color: #ff0000;
}

.contactwarning {
	background-color: #ff0000;
	border: 4px solid #ffff00;
	color: #e1e1e1;
	style: block;
	width: 896px;
	text-align: center;
	display: block;
	height: 30px;
	font-size: 25px;
	font-weight: bold;
}

#contactform p {
	margin-left: 11em;
}

#contactform p .submit {
	margin-left: 14em;
}

#contactform p .captcha {
	margin-left: 14em;
}

#naughtycounter {
	float: right;
	width: 30%;
	text-align: left;
	font-size: 450%;
	color: #ff0000;
}

table td.mapinfo {
	color: #000000;
	background: #e1e1e1;
	height: 40px;
}

#mapinfo {
	padding: 0 0 0 30px;
	margin: 0 0 0 30px;
}

/* ************************************************************************** */
/* here is the Stokely hack for fixing cross browser issues */
/* I sourced it from: "http://www.stormdetector.com/hacks/safarihack.html" */
/* so I cannot claim any of the credit, but I will say it works better than */
/* all the other crap out there on offer. This variant actually filters through */
/* through just about every browser there is, so you can amend settings for each! */

.form-text {
	font-size: 20px;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size: 20px;
}
/*end*/

/*\*/
html*.form-text {
	[font-size: 20px;
	font-size: 15px;
	]font-size: 20px;
}/*end*/

.dummyend[id]{clear:both;}

/*\*/
* html .form-text {
	font-size: 20px;
}
/*end*/

/* Stokely hack ends here */
/* ************************************************************************** */


.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

input, select, textarea {
	color: #333333;
	border: 2px solid #064d94;
	background-color: #e1e1e1;
}

.nofrills, #nofrills {
	border: none;
	background-color: #ffffff;
}

input:disabled, select:disabled, textarea:disabled {
	border: 2px solid #e1e1e1;
	background-color: transparent;
}

#co {
	font-family: "Segoe Print Bold", sans-serif;
	color: #121212;
}

a #co {
	color: #064d94;
}

a:hover #co {
	color: #121212;
}

a.form-submit, a.form-submit:visited, #content a.form-submit, #content a.form-submit:visited {
	background: #064d94 url(../images/buttons/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	height: 20px;
	padding-top: 10px;
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
	background-color: #064d94; 
}

#content a.form-submit:hover, a.form-submit:hover {
	background-color: #121212; 
	color: #fff; 
}

a.form-submit:active {
	top: 1px; 
}
