/* --------------------------------
global stuff
-------------------------------- */
body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	font: 11px verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #6B6B6B;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #6B6B6B;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

h1 {
	border-bottom: 4px #222222 solid;
	color: #A6CE39;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h2 {
	border-bottom: 4px #222222 solid;
	color: #C0C0C0;
	font-size: 12px;
	margin-top: 20px;
	padding-left: 20px;
}

h3 {
	color: #A6CE39;
	font: bold 14px arial, verdana, helvetica, sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.fx{
	color: #A6CE39;
	font-weight: bold;
}

.imagery{
	color: #0095D9;
	font-weight: bold;
}

.titles {
	color: #D98D00;
}

a.hidelink {
	color: #C0C0C0;
}

.hidelink:hover {
	color: #C0C0C0;
	cursor: default;
}

.hidelink:visited {
	color: #C0C0C0;
}

/* --------------------------------
site navigation
-------------------------------- */
#nav ul{
	background: url(images/nav.gif) #000000 repeat-x;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#nav li, #nav a {
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 13px 15px;
	text-decoration: none;
}

#nav li a {
	background: transparent url(images/nav.gif) repeat-x;
}

#nav li a:hover, #nav li#current a {
	background: transparent url(images/nav.gif) repeat-x 0 -40px;
}

#nav li {
	padding: 14px 0;
}

#strip {
	background: transparent url(images/nav.gif) repeat-x 0 -40px;
	color: #FFFFFF;
	height: 40px;
	text-align: center;
	width: 100%;
}

#tagline {
	font-weight: bold;
	padding-top: 10px;
}

#logo {
	background-color: #FFFFFF;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

#wrapper {
	height: auto;
	margin: 0 auto;
	width: 700px;
}

#content {
	color: #B3B3B3;
	margin-bottom: 40px;
	margin-top: 40px;
}

/* --------------------------------
article page
-------------------------------- */
#article h2 {
	border-bottom: 4px #222222 solid;
	color: #D98D00;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 0px;
}

#article .posted {
	color: #4D4D4D;
	font-size: 9px;
	font-style: italic;
}

/* --------------------------------
contact form
-------------------------------- */
#contact_form {
	width: 550px;
}

#contact_form .button {
	background-color: #222222;
	border: 0px;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
	width: 60px;
}

#contact_form .button:hover {
	color: #A6CE39;
	cursor: pointer;
}

#contact {
	width: 100%;
}

#contact th {
	padding-top: 8px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

#contact label {
	color: #A6CE39;
	font-weight: normal;
}

  
#contact td {
	padding: 5px;
	padding-right: 0px;
}

#contact input {
	background-color: #222222;
	border: none;
	border-left: 3px solid #0095D9;
	color: #B3B3B3;
	width: 100%;
}

#contact textarea{
	background-color: #222222;
	border: none;
	border-left: 3px solid #0095D9;
	color: #B3B3B3;
	height: 150px;
	width: 100%;
}

#contact span {
	font-size: 9px;
}

form p {
	text-align: right;
}

#contact #result p {
	margin: 4px;
	text-align: left;
}

.spinner {
	display: none;
}

/* --------------------------------
info area news and virues
-------------------------------- */
#info {
	color: #AAAAAA;
	overflow: hidden;
	width: 100%;
}

#info h2 {
	border-bottom: 4px #222222 solid;
	color: #D98D00;
	font-size: 12px;
	margin-bottom: 0px;
	padding-left: 0px;
}

#info ul {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

#info li {
	background-color: #0F0F0F;
	border-bottom: 1px solid #555555;
	text-indent: 15px;
}

#virus li {
	padding-bottom: 5px;
	padding-top: 5px;
}

#news li a {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	width: 100%;
}

#news li a:hover {
	background: url(images/arrow.gif) #252525 no-repeat center right;
	color: #C0C0C0;
}

#virus {
	border: 0px #FF33FF solid;
	float: left;
	width: 48%;
}

#news {
	border: 0px #FF33FF solid;
	float: right;
	width: 48%;
}

a:hover, .silver {
	color: #C0C0C0;
}

.high, #contact span.note {
	color: #FF0000;
}

.green, #contact #result p em {
	color: #A6CE39;
}

/* --------------------------------
footer area
-------------------------------- */
#footer {
	border-top: 1px #555555 dotted;
	color: #4D4D4D;
	font-size: 10px;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 10px;
	width: 100%;
}

#footer_left {
	float: left;
	margin-top: 5px;
	width: 45%;
}

#footer_right {
	float: right;
	margin-top: 5px;
	text-align: right;
	width: 45%;
}

#footer .xhtml:hover {
	color: #0095D9;
}

#footer .css:hover {
	color: #A6CE39;
}

#footer .rss:hover {
	color: #D98D00;
}

/* --------------------------------
affiliates area
-------------------------------- */
#affiliates {
	color: #6B6B6B;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: -6000px;
}

/* --------------------------------
postcodes area
-------------------------------- */
#postcodes {
	border: 0px #FFFFFF solid;
	overflow: hidden;
	width: 100%;
}

#postcodes #left {
	float: left;
	width: 165px;
}

#postcodes #right {
	float: right;
	width: 525px;
}

#postcodes .states:hover{
	color: #D98D00;
}

span.note {
	color: #FF0000;
	font-size: 9px;
}

span.note_text {
	font-size: 9px;
}

fieldset {
	border: 1px #555555 solid;
	margin-bottom: 20px;
	margin-top: 20px;
}

legend {
	color: #A6CE39;
	margin-left: 10px;
}

select {
	margin: 20px;
}

/* --------------------------------
ip address area
-------------------------------- */
#ip {
	border: 0px #FF66FF solid;
	overflow: hidden;
	width: 100%;
}

#ip #left {
	float: left;
	width: 165px;
}

#ip #right {
	float: right;
	width: 525px;
}

#ip table {
	font-size: 11px;
}

#ip th {
	padding: 4px;
	text-align: right;
	vertical-align: top;
	width: 20%;
}

#ip td {
	width: 75%;
}

#ip ul {
	list-style: disc;
}

#ip li {
	padding: 4px;
}

/* --------------------------------
google area
-------------------------------- */
#google {
	background-color: #171717;
	color: #B3B3B3;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

#google .adsense:hover {
	color: #A6CE39;
}

#google_toggle {
	display: inline;
}

