@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

h2 {
	padding: 8px 0;
	font-size: 33px;
	font-weight: bold;
}

h3 {
	padding: 8px 0;
	font-size: 30px;
	font-weight: bold;
}

h4 {
	padding: 8px 0;
	font-size: 18px;
	font-weight: bold;
}

h5 {
	padding: 8px 0;
	font-size: 18px;
	font-weight: bold;
	color: #377ba8;
}

p {
	padding: 8px 0;
	font-size: 13px;
}

p big {
	font-size: 17px;
	font-weight: bold;
	color: #377ba8;
}

p small {
	font-size: 10px;
}

a {
	color: #377ba8;
	text-decoration: none;
}

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

ul {
	margin: 0;
	padding: 5px 0;
	list-style-position: outside;
	list-style-type: disc;
}

ul li {
	margin: 0;
	padding: 3px 0;
}

table {
	margin: 8px 0;
	padding: 0;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}

table caption {
	margin: 0;
	padding: 8px 0 20px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

table thead tr th {
	padding: 8px 5px;
	font-weight: bold;
	font-size: 22px;
}

table tbody tr th {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
}

table tbody tr th span {
	font-weight: normal;
}

table tr td {
	padding: 5px;
}

table tfoot tr td {
	border-top: 1px dashed #e0e0e0;
}

fieldset {
	margin: 20px 0;
	padding: 30px 20px 20px 20px;
	background-color: #f8f8f8;
	border: none;
}

fieldset legend {
	margin-left: -20px;
	padding: 8px 20px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	border: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #316a8e;
	color: #ffffff;
	text-shadow: 0 1px 2px #282828;
}

ul.form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.form li {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	clear: both;
}

ul.form li label {
	margin: 0;
	padding: 0;
	width: 400px;
	font-weight: normal;
	float: left;
	color: #333333;
}

ul.form li.info {
	padding: 0 0 3px 400px;
	font-size: 11px;
}

ul.form li.error {
	padding: 0 0 10px 400px;
	color: #990000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

input[type=text] {
	margin: 0;
	padding: 3px 5px;
	width: 400px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 2px solid #666666;
	outline: none;
	background-color: #f8f8f8;
	color: #666666;
}

input[type=text]:focus {
	border: 2px solid #316a8e;
	background-color: #ffffff;
	color: #333333;
}

textarea {
	margin: 0;
	padding: 3px 5px;
	width: 400px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 2px solid #666666;
	outline: none;
	background-color: #f8f8f8;
	color: #666666;
}

textarea:focus {
	border: 2px solid #316a8e;
	background-color: #ffffff;
	color: #333333;
}

input[type=password] {
	margin: 0;
	padding: 3px 5px;
	width: 400px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 2px solid #666666;
	outline: none;
	background-color: #f8f8f8;
	color: #666666;
}

input[type=password]:focus {
	border: 2px solid #316a8e;
	background-color: #ffffff;
	color: #333333;
}

select {
	margin: 0;
	padding: 3px 5px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 2px solid #666666;
	outline: none;
	background-color: #f8f8f8;
	color: #666666;
}

select:focus {
	border: 2px solid #316a8e;
	background-color: #ffffff;
	color: #333333;
}

select option {
	margin: 0;
	padding: 3px 5px;
	background-color: #ffffff;
	color: #333333;
}

input[type=submit] {
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
	color: #333333;
}

input[type=button] {
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
	color: #333333;
}

html {
	overflow: auto;
	background-color: #332e2c;
}

body {
	background-color: #332e2c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

div.header_inner {
	margin: 0 auto;
	width: 880px;
	height: 87px;
	overflow: hidden;
}

div.header_inner h1 {
	display: block;
	margin: 8px 0 0 0;
	padding: 0;
	width: 229px;
	height: 71px;
	background-image: url('images/header_logo.png');
	background-position: top;
	background-repeat: no-repeat;
}

div.header_inner h1:hover {
	background-position: bottom;
}

div.header_inner h1 span {
	display: none;
}

div.menu_outer {
	margin: -37px 0 0 0;
	overflow: hidden;
}

div.menu_inner {
	margin: 0 auto;
	width: 880px;
}

div.menu_inner ul {
	margin: 0;
	padding: 0;
	width: 651px;
	height: 37px;
	float: right;
	list-style-type: none;
}

div.menu_inner ul li {
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
	width: auto;
	height: 37px;
	float: right;
	font-size: 15px;
	text-shadow: 0 1px 2px #333333;
	overflow: hidden;
}

div.menu_inner ul li a {
	padding: 7px 10px 0 10px;
	display: block;
	height: 37px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url('images/menu.png');
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

div.menu_inner ul li a:hover {
	background-position: 0 -37px;
}

body.home div.menu_inner ul li.home a {
	background-position: 0 -74px;
}

body.features div.menu_inner ul li.features a {
	background-position: 0 -74px;
}

body.packages div.menu_inner ul li.packages a {
	background-position: 0 -74px;
}

body.data div.menu_inner ul li.data a {
	background-position: 0 -74px;
}

body.free_trial div.menu_inner ul li.free_trial a {
	background-position: 0 -74px;
}

body.contact div.menu_inner ul li.contact a {
	background-position: 0 -74px;
}

body.login div.menu_inner ul li.login a {
	background-position: 0 -74px;
}

div.splash_outer {
	background-color: #1e3849;
	background-image: url('images/splash_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

div.splash_inner {
	margin: 0 auto;
	padding: 20px 0;
	width: 880px;
	color: #ffffff;
}

div.splash_inner a {
	color: #48a9f9;
}

div.splash_inner a:hover {
	color: #b3c532;
}

div.splash_inner table caption {
	margin: 0;
	padding: 8px 0;
	font-size: 22px;
	font-weight: bold;
}

div.content_outer {
	background-color: #ffffff;
	background-image: url('images/content_bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

div.page_title_outer {
	background-color: #1f3849;
	background-image: url('images/splash_bg_sub.gif');
	background-position: top;
	background-repeat: repeat-x;
}

div.page_title_inner {
	margin: 0 auto;
	width: 880px;
	height: 93px;
}

div.page_title {
	width: 746px;
	float: left;
}

div.page_title h2 {
	margin: 0;
	padding: 26px 0 0 0;
	color: #ffffff;
	text-shadow: 0 1px 2px #333333;
}

div.content {
	margin: 0 auto;
	padding: 20px 0;
	width: 880px;
}

div.content p {
	line-height: 22px;
}

div.content table tr {
	background-color: #f8f8f8;
}

div.content table tr:hover {
	background-color: #ffffff;
}

div.content table tfoot tr, div.content table tfoot tr:hover {
	background-color: transparent;
}

div.footer_outer {
	background-image: url('images/footer_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
}

div.footer_inner {
	margin: 0 auto;
	padding: 20px 0;
	width: 880px;
	color: #81776d;
}

div.footer_inner h4 {
	color: #ffffff;
}

div.footer_inner a {
	color: #a99f94;
}

div.footer_inner a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.footer_inner p span, div.footer_inner p span a {
	color: #48a9f9;
}

div.footer_inner p span a:hover {
	color: #b3c532;
}

div.footer_inner p small a {
	color: #666666;
}

div.footer_inner div.columns {
	padding: 0 0 40px 0;
}

div.footer_inner div.columns div.column_1, div.footer_inner div.columns div.column_2, div.footer_inner div.columns div.column_3 {
	margin: 0 20px 0 0;
	width: 280px;
	float: left;
}

div.footer_inner div.columns div.column_2 p span, div.footer_inner div.columns div.column_2 p span a {
	color: #ffffff;
}

div.footer_inner div.columns div.column_3 {
	margin: 0;
}

div.footer_inner ul {
	padding: 20px 0;
	width: 662px;
	float: left;
	list-style-type: none;
}

div.footer_inner ul li {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	display: block;
	width: auto;
	float: left;
	border-right: 1px solid #666666;
}

div.footer_inner ul li:nth-last-child(1) {
	border-right: none;
}

div.footer_inner ul li a {
	color: #ffffff;
}

div.footer_inner ul li a:hover {
	color: #48a9f9;
	text-decoration: none;
}

div.footer_inner p.logo {
	display: block;
	width: auto;
	height: 48px;
	float: right;
}

div.footer_inner p.logo a {
	display: block;
	height: 48px;
	background-position: top center;
	background-repeat: no-repeat;
}

div.footer_inner p.logo a:hover {
	background-position: bottom center;
}

div.footer_inner p.logo a span {
	display: none;
}

div.footer_inner p.email2market_logo a {
	width: 67px;
	background-image: url('images/footer_logo.png');
}

div.footer_inner p.ingenium_ids_logo a {
	width: 151px;
	background-image: url('images/footer_ingenium_ids_logo.png');
}

#map_canvas {
	overflow: visible;
}

div.clear_float {
	clear: both;
}

/* --- map --- */

div#map_canvas {
	margin: 0 0 20px 0;
	width: 278px;
	height: 300px;
	float: right;
	border: 1px solid #282828;
}

/* --- map --- */

/* --- buttons --- */

div.button {
	display: block;
	margin: 10px 20px 10px 0;
	float: left;
}

div.button a {
	display: block;
	margin: 0;
	padding: 0;
	height: 41px;
	background-position: left top;
	background-repeat: no-repeat;
}

div.button a:hover {
	background-position: left bottom;
}

div.button a span {
	display: none;
}

div.sign_up_today_button {
	margin: 26px 0 0 0;
	float: right;
}

div.sign_up_today_button a {
	width: 134px;
	background-image: url('images/sign_up_today_button.png');
}

div.package_wizard_button a {
	width: 146px;
	background-image: url('images/package_wizard_button.png');
}

div.package_prices_button a {
	width: 139px;
	background-image: url('images/package_prices_button.png');
}

div.javascript_button {
	display: block;
	margin: 10px 20px 10px 0;
	float: left;
	height: 41px;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.javascript_button:hover {
	background-position: bottom left;
}

div.javascript_button p {
	display: none;
}

div.view_on_map_button {
	width: 128px;
	background-image: url('images/view_on_map_button.png');
}

/* --- buttons --- */

/* --- page specifics --- */

body.home_index div.splash_inner {
	padding: 20px 399px 20px 0;
	width: 481px;
	background-image: url('images/splash.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

body.home_index ul.feature_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.home_index ul.feature_list li {
	display: block;
	margin: 0 20px 0 0;
	padding: 20px 0 0 75px;
	width: 205px;
	height: 60px;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #377ba8;
}

body.home_index ul.feature_list li.secure {
	background-image: url('images/email2market_iconpadlock.gif');
}

body.home_index ul.feature_list li.easy_to_use {
	background-image: url('images/email2market_iconreports.jpg');
}

body.home_index ul.feature_list li.email_optimisation {
	margin: 0;
	background-image: url('images/email2market_iconclipboard.gif');
}

body.home_index ul.feature_list li.spam_rating {
	background-image: url('images/email2market_iconshield.jpg');
}

body.home_index ul.feature_list li.packages {
	background-image: url('images/email2market_iconpaperplane.gif');
}

body.home_index ul.feature_list li.database_management {
	margin: 0;
	background-image: url('images/email2market_contacts.jpg');
}

body.features_index ul.feature_list {
	list-style-type: none;
}

body.features_index ul.feature_list li {
	padding: 15px 15px 15px 75px;
	border-bottom: 1px dashed #cccccc;
	line-height: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

body.features_index ul.feature_list li:nth-last-child(1) {
	border-bottom: none;
}

body.features_index ul.feature_list li span {
	font-size: 20px;
	color: #377ba8;
}

body.features_index ul.feature_list li a {
	padding: 2px 0 2px 29px;
	background-image: url('images/button_next_off.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

body.features_index ul.feature_list li a:hover {
	background-image: url('images/button_next_on.gif');
}

body.features_index ul.feature_list li.secure {
	background-image: url('images/email2market_iconpadlock.gif');
}

body.features_index ul.feature_list li.easy_to_use {
	background-image: url('images/email2market_iconreports.jpg');
}

body.features_index ul.feature_list li.email_optimisation {
	background-image: url('images/email2market_iconclipboard.gif');
}

body.features_index ul.feature_list li.spam_rating {
	background-image: url('images/email2market_iconshield.jpg');
}

body.features_index ul.feature_list li.packages {
	background-image: url('images/email2market_iconpaperplane.gif');
}

body.features_index ul.feature_list li.database_management {
	background-image: url('images/email2market_contacts.jpg');
}

body.features div.content div.column_1 {
	margin: 0;
	padding: 0 10px 0 0;
	width: 180px;
	float: left;
}

body.features div.content div.column_2 {
	margin: 0;
	padding: 0 0 0 10px;
	width: 680px;
	float: right;
}

body.features div.content div.column_1 ul.small_features_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.features div.content div.column_1 ul.small_features_list li {
	margin: 0;
	padding: 5px 0;
}

body.features div.content div.column_1 ul.small_features_list li a {
	display: block;
	margin: 0;
	padding: 2px 0 2px 29px;
	background-image: url('images/button_next_off.gif');
	background-position: center left;
	background-repeat: no-repeat;
}

body.features div.content div.column_1 ul.small_features_list li a:hover {
	background-image: url('images/button_next_on.gif');
}

body.packages_index div.splash_outer {
	background-image: none;
}

body.packages_index table tr {
	background-color: transparent;
}

body.packages_index table tr:hover {
	background-color: transparent;
}

body.packages_index table thead tr td {
	margin: 0;
	padding: 8px 5px;
	width: 150px;
}

body.packages_index table thead tr th {
	margin: 0;
	padding: 8px 5px;
	width: 230px;
	background-image: url('images/packages_table_header.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #39b54a;
	color: #ffffff;
	text-shadow: 0 1px 5px #666666;
}

body.packages_index table tbody tr th {
	margin: 0;
	padding: 5px;
	width: 150px;
}

body.packages_index table tbody tr td {
	margin: 0;
	padding: 5px;
	color: #ffffff;
	width: 230px;
}

body.packages_index table tbody tr.user_type td {
	background-position: bottom;
	background-repeat: repeat-x;
}

body.packages_index table tr.low_user_type td {
	background-image: url('images/packages_table_purple.jpg');
	background-color: #92278f;
}

body.packages_index table tr.mid_user_type td {
	background-image: url('images/packages_table_blue.jpg');
	background-color: #27aae1;
}

body.packages_index table tr.high_user_type td {
	background-image: url('images/packages_table_gray.jpg');
	background-color: #6181a7;
}

body.packages_prices div.splash_outer {
	background-image: none;
}

body.packages_prices table.prices td, body.packages_prices table.prices th {
	padding-right: 5px;
	padding-left: 5px;
	width: 210px;
}

body.packages_prices table.prices th.header {
	background-image: url('images/packages_prices_table_header.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #39b54a;
	color: #ffffff;
	text-shadow: 0 1px 5px #666666;
}

body.packages_prices table.prices th.low_user {
	background-image: url('images/packages_prices_table_low.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #92278f;
	color: #ffffff;
}

body.packages_prices table.prices th.mid_user {
	background-image: url('images/packages_prices_table_mid.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #27aae1;
	color: #ffffff;
}

body.packages_prices table.prices th.high_user {
	background-image: url('images/packages_prices_table_high.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #6181a7;
	color: #ffffff;
}

body.package_wizard div.left_column {
	margin: 0;
	padding: 0;
	width: 270px;
	float: left;
	overflow: hidden;
}

body.package_wizard div.left_column div.question {
	margin: 10px 0;
	padding: 10px;
	color: #ffffff;
	background-color: #44597c;
	background-image: url('images/package_wizard_option.jpg');
	background-position: top;
	background-repeat: repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

body.package_wizard div.left_column div.question select {
	margin: 0 0 8px 0;
	padding: 0;
	width: 250px;
	border: none;
	-webkit-box-shadow: 10px 10px 5px #000000;
}

body.package_wizard div.right_column {
	margin: 0;
	padding: 0;
	width: 590px;
	float: right;
}

body.package_wizard div.right_column div.package_result {
	margin: 10px 0;
	padding: 0;
	color: #ffffff;
	background-color: #44597c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

body.package_wizard div.right_column div.package_result p {
	margin: 0;
	padding: 10px;
}

body.package_wizard div.right_column div.package_result div.package_type {
	margin: 0;
	padding: 10px 70px 10px 10px;
	background-position: right top;
	background-repeat: repeat-y;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

body.package_wizard div.right_column div.package_result div.business {
	background-image: url('images/package_wizard_package_result_business.jpg');
}

body.package_wizard div.right_column div.package_result div.professional {
	background-image: url('images/package_wizard_package_result_professional.jpg');
}

body.package_wizard div.right_column div.package_result div.enterprise {
	background-image: url('images/package_wizard_package_result_enterprise.jpg');
}

body.package_wizard div.right_column div.package_result table tbody tr {
	background-color: transparent;
}

body.package_wizard div.right_column div.package_result table tbody tr th {
	text-align: left;
	min-width: 400px;
}

/* --- page specifics --- */

/* --- Safari Only --- */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	div.menu_inner ul li a {
		padding: 9px 10px 0 10px;
	}
	
}

/* --- Safari Only --- */

/* --- Firefox Only --- */
/*
@-moz-document url-prefix() {
	
}
*/
/* --- Firefox Only --- */

