/* globals */

* {
	padding: 0;
	margin: 0;
	outline: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
}

body, html {
	height: 100%;
}

body {
	background-color: #b1d306;
}

td {
	vertical-align: middle;
}

p {
	line-height: 18px;
}

div#inner_container p {
	margin-bottom: 25px;
}

/* divs */

div#site {
	width: 970px;
	height: 100%;
	margin: 0 auto;
	background-color: #231f20;
}

div#header {
	height: 130px;
	background-image: url('../images/bg_header.jpg');
	background-repeat: no-repeat;
}

div#login_l1 {
	height: 20px;
	line-height: 20px;
	float: right;
	margin: 15px 30px 0px 0px;
	color: #ffffff;
	display: inline;
}

div#login_l2 {
	text-align: right;
	padding-right: 25px;
	width: 500px;
	clear: both;
	float: right;
	padding-top: 5px;
	color: #b1d306;
}

div#homepage_steps {
	height: 180px;
}

div#step1, div#step2, div#step3 {
	height: 180px;
	float: left;
	color: #fff20d;
}

div#step1 {
	background-image: url('../images/icon_step1.gif');
	width: 139px;
	padding-left: 76px;
}

div#step2 {
	background-image: url('../images/icon_step2.gif');
	width: 132px;
	padding-left: 70px;
}

div#step3 {
	background-image: url('../images/icon_step3.gif');
	width: 132px;
	padding-left: 72px;
}

div#gallery {
	float: right;
	width: 321px;
}	

div#content_container {
	padding: 35px 10px 10px 10px;
	background-color: #444040;
}

div#inner_container {
	border: 1px solid #231f20;
	background-color: #ffffff;
	background-image: url('../images/bg_innercontainer.gif');
	background-repeat: repeat-x;
	color: #444040;
}

div#left_col, div#full_col {
	float: left;
	width: 610px;
	padding: 17px 0px 60px 17px;
}

div#full_col {
	width: 900px;
}

div#right_col {
	float: right;
	width: 290px;
	background-image: url('../images/icon_orangeman.gif');
	background-position: 220px 5px;
	padding-top: 17px;
	display: inline;
}

div#right_col_inner {
	float: right;
	width: 204px;
	background-image: url('../images/bg_dots.gif');
	background-repeat: repeat-y;
	padding: 12px 75px 0px 11px;
	margin-top: 7px;
}

div#footer {
	color: #b3b3b3;
	padding: 26px;
	background-color: #231f20;
}

div#footer div {
	float: left;
	font-size: 11px;
	padding-top: 1px;
}

div.error_message {
	margin: 4px 0px 5px 4px;;
	font-size: 10px;
	color: red;
}

/* tables */

di#login_l1 table {
	float: right;
}

td {
	height: 20px;
}

td.padded {
	padding: 1px 10px 0px 0px;
}

table.body_table {
	border: 1px solid #959595;
}

table.body_table th {
	background-image: url('../images/bg_th.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 8px 10px 8px 10px;
}

table.body_table td {
	padding: 10px;
}

table.body_table tr.grey td {
	background-color: #f5f5f5;
}

div#full_col table.contact th {
	background-color: #332d2d;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding: 0px 11px 0px 0px;
	background-image: url('../images/th_bg.gif');
	background-repeat: repeat-x;
	vertical-align: top;
	width: 110px;
}

div#full_col table.contact td {
	background-color: #f1f1f1;
}

div#full_col table.contact {
	border-top: 3px solid #ffffff;
	border-bottom: 20px solid #ffffff;
}

table.data_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #959595;
}

table.data_table th {
	background-image: url('../images/bg_th.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: left;
	padding-left: 16px;
	height: 29px;
	line-height: 29px;
	border-right: 1px solid #959595;
	font-size: 12px;
}

table.data_table tr.grey td {
	background-color: #f0f0f0;
}

table.data_table td {
	font-size: 10px;
	padding-left: 16px;
	color: #3c3838;
	border-right: 1px solid #959595;
	height: 29px;
	line-height: 29px;
	vertical-align: top;
}

table.data_table td.total_row {
	border-top: 1px solid #959595;
	background-color: #959595;
}		

table.data_table td a {
	color: #ffa300;
}

/* lists */

ul#main_nav {
	float: left;
	list-style: none;
	padding-top: 30px;
}

ul#main_nav li {
	float: left;
}

ul.body {
	list-style: url('../images/bullet.gif');
	margin-left: 40px;
}

ul.body li {
	padding: 0px 0px 4px 2px;
}

ul#footer_links {
	margin-left: 30px;
	float: left;
}

ul#footer_links li {
	float: left;
	list-style: none;
	padding: 0px 13px 0px 13px;
	border-right: 1px solid #b1d306;
}

ul#footer_links li#last {
	border-right: none;
}

/* links */

div#login_l2 a, div#login_12 a:visited {
	color: #b1d306;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

div#login_12 a:hover {
	text-decoration: underline;
}

ul#main_nav li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}

ul#main_nav li a:hover, ul#main_nav li a.active {
	background-position: 0px -30px;
}

a#home {
	width: 60px;
	background-image: url('../images/button_home.gif');
}

a#overview {
	width: 82px;
	background-image: url('../images/button_overview.gif');
}

a#examples {
	width: 85px;
	background-image: url('../images/button_examples.gif');
}

a#disclaimer {
	width: 96px;
	background-image: url('../images/button_disclaimer.gif');
}

a#contact {
	width: 97px;
	background-image: url('../images/button_contact.gif');
}

ul#footer_links li a{
	font-size: 11px;
	color: #b1d306;
	text-decoration: none;
}

table.body_table a {
	color: #ffa300;
	text-decoration: underline;
}

a.orange {
	text-decoration: none;
	color: #fe9e16;
}

/* headings */

div#left_col h1, div#full_col h1 {
	text-indent: -9999px;
	width: 220px;
	height: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}

h1#welcome {
	background-image: url('../images/heading_welcome.gif');	
}

h1#overview {
	background-image: url('../images/heading_overview.gif');	
}

h1#examples {
	background-image: url('../images/heading_examples.gif');	
}

h1#disclaimer {
	background-image: url('../images/heading_disclaimer.gif');	
}

h1#contact {
	background-image: url('../images/heading_contactus.gif');	
}

h1#admin_login {
	background-image: url('../images/heading_adminlogin.gif');	
}

h1#unsubscribe {
	background-image: url('../images/header_unsubscribe.gif');	
}

h1#subscribe {
	background-image: url('../images/header_subscribe.gif');	
}

h1#signup, h1#viewpres {
	background-image: url('../images/heading_signuptoday.gif');
	text-indent: -9999px;
	width: 220px;
	height: 20px;
	margin-left: 11px;
}

h1#viewpres {
	background-image: url('../images/heading_viewpres.gif');
}
h2.steps {
	text-indent: -9999px;
	width: 140px;
	height: 70px;
}

h2#step_1 {
	background-image: url('../images/heading_selecttargetgroup.gif');
}

h2#step_2 {
	background-image: url('../images/heading_composeyourmessage.gif');
}

h2#step_3 {
	background-image: url('../images/heading_scheduleyourdeliver.gif');
}

/* images */

img#logo {
	float: left;
	padding-left: 60px;
}

img.padding_top {
	padding-top: 7px;
}

img.body_image {
	float: right;
	padding: 0px 0px 30px 20px;
}

img.call_centre {
	float: right;
	padding: 0px 20px 0px 20px;
}

a img {
	border: none;
}

/* form elements */

input.text {
	border: 1px solid #b1d306;
	padding: 2px;
	font-size: 11px;
	margin: 0px 11px 0px 4px;
	width: 116px;
}

input#long {
	width: 250px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding: 2px;
}

input.input, textarea, select {
	width: 260px;
	background-color: #ffffff;
	border: 1px solid #aaa9a9;
	font-size: 11px;
	padding: 2px;
	margin: 4px;
}

select {
	width: 267px;
}	

option {
	font-size: 11px;
}	

textarea {
	margin: 4px;
	width: 410px;
	height: 238px;
}	

textarea.customer {
	width: 560px;
	height: 90px;
}

/* generic classes */

.float_right {
	float: right;
}

.clear {
	clear: both;
}