/**
 * global
 */
* {
	margin: 0px;
	padding: 0px;
}

p, table, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
}

option {
	padding-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #07569B;
	font-weight: normal;
}

a {
	color: #07569B;
}

a:hover {
	color: #07569B;
	text-decoration: none;
}

h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a img {
	border: 0px;
}

p.note {
	font-size: 9px;
	margin: 0px 0px 30px 0px;
	padding-left: 5px;
}

ul {
	list-style-image: url(../images/disc.gif);
	list-style-position: inside;
	margin: 5px 0px 5px 5px;
}

td {
	vertical-align: top;
}

ul li ul li {
	margin-left: 20px;
}

/**
 * form elements
 */
input.text {
	width: 144px;
	height: 19px;
	border: 1px solid #B8BFD8;
	padding-left: 1px;
	padding-top: 1px;
	vertical-align: bottom;
}

input.submit {
	background-image: url(../images/layout/submit.png);
	background-repeat: no-repeat;
	width: 96px;
	height: 22px;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: bottom;
}

/**
 * body
 */
body {
	margin: 48px auto;
	width: 906px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #7A7A7A;
}

/**
 * header
 */
div#header {
	background-image: url(../images/layout/header_back.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 83px;
}

div#header div {
	color: #D3D3D4;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
}

div#header div a {
	color: #D3D3D4;
	text-decoration: none;
}

div#header h1 {
	float: left;
	margin: 0px 0px 0px 73px;
}

div#header h1 a {
	text-decoration: none;
}

/**
 * menu
 */
div#menu {
	background-image: url(../images/layout/main_back.gif);
	background-position: center;
	background-repeat: repeat-y;
	line-height: 22px;
	height: 31px;
	padding: 10px 15px 8px 59px;
	color: #07569B;
}

div#menu ul {
	margin-left: 5px;
	list-style: none;
	clear: left;
}

div#menu ul li {
	float: left;
	margin-right: 17px;
}

div#menu a {
	color: #07569B;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div#menu form {
	float: right;
	width: 310px;
	text-align: right;
	clear: none;
}

div#menu img {
	margin-top: 6px;
}

/**
 * content
 */
div#content {
	background-image: url(../images/layout/main_back.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding: 5px 15px 20px 59px;
}

/**
 * column left
 */
div.column_left {
	float: left;
	width: 523px;
}

div.column_left p, div.column_left li {
	line-height: 18px;
}

/**
 * column right
 */
div.column_right {
	float: right;
	width: 300px;
}

div.column_right table {
	border: 1px solid #DBE4ED;
	background-image: url(../images/layout/box_small_back.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 284px;
	padding: 15px 5px 5px 15px;
	margin-top: 0px;
}

div.column_right td {
	padding: 4px;
}

div.column_right input.submit {
	text-transform: none;
}

/**
 * subcolumn left
 */
div.subcolumn_left {
	float: left;
	width: 220px;
	background-image: url(../images/layout/subcolumn_left_back.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 189px;
	padding: 0px 5px 0px 0px;
}

/**
 * subcolumn right
 */
div.subcolumn_right {
	float: right;
	width: 288px;
	height: 189px;
	padding-right: 5px;
}

div.subcolumn_right ul {
	list-style-image: url(../images/disc.gif);
	list-style-position: inside;
	
}

div.subcolumn_right h3 {
	margin-bottom: 0px;
}

div.subcolumn_right li {
	line-height: 20px;

}

div.subcolumn_right *, div.subcolumn_left * {
	padding-left: 5px;
}

div.subcolumn_right * *, div.subcolumn_left * * {
	padding-left: 0px;
}

/**
 * box large
 */
div.box_large {
	border: 1px solid #DBE4ED;
	background-image: url(../images/layout/box_back.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 521px;
}

div.box_large h2 {
	padding-left: 6px;
	font-size: 30px;
}

div.box_large table {
	border-top: 1px solid #FFF;
	width: 100%;
	margin: 0px;
}

div.box_large td {
	padding: 8px;
	border-bottom: 1px solid #FFF;
}

div.box_large td.border_left {
	border-left: 1px solid #FFF;
}

div.box_large td.no_border_bottom {
	padding-left: 9px;
	border-bottom: 0px solid #FFF;
}

/**
 * providers
 */
div.providers img {
	text-align: center;
}

div.provider_img {
	width: 100px;
	float: left;
	margin-bottom: 10px;
}

div.providers p {
	clear: both;
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

div.providers p a {
	color: #07569B;
	text-decoration: none;
}

/**
 * footer
 */
div#footer {
	background-image: url(../images/layout/footer_back.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
	font-size: 9px;
	padding-left: 59px;
	padding-right: 15px;
}

div#footer span.left {
	float: left;
}

div#footer span.left img {
	vertical-align: top;
}

div#footer span.right {
	float: right;
}

div#footer a {
	color: #7A7A7A;
	text-decoration: none;
}

div#footer span.right a {
	margin: 0px 5px;
}

/**
 * clear
 */
div.clear {
	clear: both;
}

/**
 * providers table
 */

table.providers {
	margin-left: -45px;
	color: #07569B;
}

table.providers tr, table.providers td {
	height: 50px;
	vertical-align: middle;
}

td.star {
	background-image: url(../images/layout/star.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

td.logo {
	text-align: center;
}

td.cost {
	text-align: left;
}

div.descr {
	clear: left;
	font-size: 10px;
	height: 15px;
	margin-top: 2px;
	line-height: 15px;
	overflow: hidden;
	width: 214px;
}

td.subscription a {
	color: #07569B;
	text-decoration: none;
}

table.providers tr.providers {
	background-image: url(../images/layout/table_head.gif);
	height: 30px;
	line-height: 12px;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
}

table.providers tr.providers td {
	height: 30px;
	background: none;
}

table.providers tr.spacer2 td, table.providers tr.spacer2 {
	height: 10px;
}

td.border2 {
	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;
}

td.border_left2 {
	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;
	border-left: 2px solid #F00;
}

td.border_right2 {
	padding-right: 2px;
	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;
	border-right: 2px solid #F00;
}

td.right2 {
	padding-right: 2px;
	border-right: 2px solid #FFF;
}

td.left2 {
	border-left: 2px solid #FFF;
}

a.order {
	background-image: url(../images/layout/submit.png);
	background-repeat: no-repeat;
	width: 96px;
	line-height: 22px;
	height: 22px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	float: right;
}
