@charset "utf-8";

/****************************/
/********** GLOBAL **********/
/****************************/

html, body {
	width: 100%;
	margin: 0px;
}

body {
	background: url(../images/global/body_bkg.gif) no-repeat bottom center #252525;
}

body, p, td, .normal, h2 div, .product_footer div span {
	font: 8pt/13pt Arial, Helvetica, sans-serif;
	color: #363636;
	font-weight: normal;
}

p, .buffer {
	margin: 0px 0px 8px 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 8px;
}

input, textarea {
	font-size: 8pt;
	color: #363636;
}

a img {
	/* remove image borders on links */
	border: none;
}

a {
	color: #00afdc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form, table {
}

/****************************/
/********* STRUCTURE ********/
/****************************/

#global_wrapper {
	position: relative;
	min-height: 100%;
	text-align: center;

}

#arrow_wrapper {
	width: 100%;
	background: url(../images/global/bkg_arrow.png) no-repeat top center;
}

* html #global_wrapper {
	height: 100%;
}

#content_wrapper {
	width: 800px;
	background: url(../images/global/body_bkg_arrow.gif) no-repeat top right #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content_padding {
	padding: 25px 22px 0px 22px;
}

#content_full {
	width: 100%;
	height: auto;
	min-height: 44px;
	overflow: visible;
}

#content_left {
	width: 365px;
	float: left;
	margin-right: 25px;
}

#content_right {
	width: 365px;
	float: left;
}

#footer {
	position: relative;
	text-align: center;
	height: 163px;
	margin-top: -163px;
}

#footer_inner {
	width: 750px;
	height: 163px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/global/footer_bkg.gif) no-repeat bottom center #FFFFFF;
	text-align: left;
	padding: 0px 25px 0px 25px;
}

/* affiliate logos */
#affiliates {
	margin-top: 20px;
	margin-right: 151px;
	float: right;
}

#affiliates img {
	border: 1px solid #000000;
}

/* copyright */
#copyright {
	margin-top: 50px;
	float: right;
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-align: right;
	background: #252525;
	border: 1px solid #FFFFFF;
	padding: 3px;
}

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


/*******************************/
/********** HEADINGS ***********/
/*******************************/

h1 {
	margin: 0px 0px 22px 0px;
	font: 20pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #252525;
}

h2 {
	margin: 0px 0px 8px 0px;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #06b5e3;
	padding-bottom: 2px;
	border-bottom: 1px solid #06b5e3;
}

h3 {
	margin: 0px 0px 6px 0px;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

	h3.section, h4.section {
		padding-bottom: 3px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	h3.colour_block {
		padding: 8px;
		font-zie: 10pt;
		color: #FFFFFF;
		border: none;
		background-color: #06b5e3;
	}

h4 {
	margin: 0px 0px 3px 0px;
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  #252525;
}

/*******************************/
/*********** TABLES ************/
/*******************************/

.table_border {
	border: 1px solid #afafaf;
	width: 99%;
	margin-bottom: 8px;
	padding: 1px;
}

/* global formatting */
table.data {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: transparent;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.data th, table.data td {
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	border-style: 1px solid white;
	font-size: 9pt;
}

/* header rows */
table.data tr th {
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	background-color: #dfeff7;
	margin: 0px;
	text-align: left;
}

table.data tr th.center_h {
	text-align: center;
}

table.data tr.oddrow td, tr.oddrow td {
	background-color: #f4f4f4;
}

table.data tr.evenrow td, tr.evenrow td {
	background-color: #eaeaea;
}

table.data tr.inactive td, tr.inactive td {
	color: #999999;
}

/****************************/
/******* MISCELLANEOUS ******/
/****************************/

.clear {
	clear: both;
}

.section_start {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.align_c {
	text-align: center;
}

.intro {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.h_block {
	height: 25px;
	background: url(../images/global/gradient_bar.gif) repeat-x top left #252525;
	padding: 0px 5px 0px 5px;
	line-height: 25px;
	color: #CCCCCC;
}

.no_b_pad {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.form_box {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.form_box h3 {
	margin-bottom: 3px;
}

.form_box textarea {
	width: 340px;
	height: 130px;
}

img.porta {
	float: left;
	margin-right: 6px;
}

/* important linkss */

a.important {
	display: block;
	background-color: #fffcd7;
	border: 1px solid #ffd235;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	color: #dd5a5a;
	text-decoration: none;
}

a.important:hover {
	text-decoration: none;
	color: #fffcd7;
	background-color: #dd5a5a;
/*	border: 1px solid #dd5a5a;*/
}

/****************************/
/********* POP MENU *********/
/****************************/

#popitmenu {
	position: absolute;
	border: 1px solid #000000;
	background-color: #252525;
	z-index: 100;
	visibility: hidden;
}

#popit_title {
	background-color: #00c9ff;
	color: #252525;
	padding-left: 6px;
	font-weight: bold;
	font-size: 9pt;
}

#popitmenu a {
	text-decoration: none;
	padding-left: 6px;
	color: #FFFFFF;
	width: 114px;
	display: block;
	border-top: 1px solid #000000;
}

#popitmenu a:hover {
	background-color: #c0d731;
	color: #252525;
}