html { height: 100%; }

body { 
	font-family: Arial, Sans-Serif; 
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	height: 100%; height: 100%;
        background: #E7E3E7;
}

a {
	color: #B51842;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#outer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 35px;
	padding-left: 30px;
	width: 930px;
	background:transparent url(../images/bg-body.jpg) repeat-y scroll center center;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
	overflow-x: hidden;
	overflow-y: hidden;
        border-bottom: 2px solid;
        border-bottom-color: #C6CACD;
}

#inner {
	width: 928px;
	min-height: 350px;
	margin: 0px auto 10px auto;
	padding: 0 0 0 0;
	border: 1px solid #ccc;
	border-top: none;
	background: #ffffff;
	clear: left;
}

#top {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 94px;
	background-image: url(../images/professional-pensions-header-bg.jpg);
}

#top_tag_line {
	padding: 0; 
	background: #980204;
	height: 15px;
	display: none;
}


#bottom {
	padding: 0; 
	height: 74px;
}

#bottom_tag_line {
	padding: 0; 
	background: #cccccc;
	height: 1px;
	display: none;
}


#logo {
	width: 494px;;
	height: 94px;
	background-image: url(../images/professional-pensions-logo.jpg);
	margin: 0 0 0 0;
}

#area_select_holder  {
	width: 460px;
	margin: 0 auto 0 auto;
	padding: 10px;
	border: none;
}

#area_select_holder label {
	width: 324px;
	display: block;
	float: left;
}

#area_select_holder input.text {
	width: 150px;
	display: block;
	float: left;
}

#area_select_holder #area {
	width: 154px;
	display: block;
	float: left;
	background-image: url('../images/bg_input.gif');
	border: 1px solid #ccc;
}

#rate_table_holder {
	width: 460px;
	margin: 0 auto 0 auto;
}


#area_select_holder input.submit,
#form_step_three input.submit,
#form_step_three_inv input.submit,
#form_step_one_trial input.submit,
#form_step_one_edit input.submit,
#form_step_two #rate_table_holder input.submit
{
	float: right;
	margin: 10px 5px 0px 0;
}

h2 {
	text-align: center;
	color: #000000;
	font-size: 1.9em;
}


div.rate_table_row .rate_id_radio {
	width: 40px;
	height: 20px;
	float: left;
	border-top: 1px solid #ccc;
	padding-top:5px;
}

div.rate_table_row .rate_id_description {
	width: 355px;
	height: 20px;
	float: left;
	text-align: left;
	border-top: 1px solid #ccc;
	padding-top:5px;
}

div.rate_table_row .rate_id_goods {
	width: 80px;
	height: 20px;
	float: left;
	text-align: left;
	border-top: 1px solid #ccc;
	padding-top:5px;
}

div.rate_table_row .rate_id_currency {
	width: 130px;
	height: 20px;
	float: left;
	text-align: left;
	border-top: 1px solid #ccc;
	padding-top:5px;
}

div.rate_table_header .rate_id_radio {
	width: 40px;
	height: 20px;
	float: left;
	font-weight: bold;
	color: #636363;
	margin-bottom: 5px;
	text-align: left;
}

div.rate_table_header .rate_id_description {
	width: 355px;
	height: 20px;
	float: left;
	font-weight: bold;
	color: #636363;
	text-align: left;
}

div.rate_table_header .rate_id_goods {
	width: 80px;
	height: 20px;
	float: left;
	font-weight: bold;
	color: #636363;
	text-align: left;
}

div.rate_table_header .rate_id_currency {
	width: 130px;
	height: 20px;
	float: left;
	font-weight: bold;
	color: #0069AD;
	text-align: left;
}

.clear { 
	clear: both;
	margin: 0;
	padding: 0;
}



#block_address,
#block_del_address { 
	margin: 0 auto 0 auto;
}

#block_address label,
#block_del_address label
{
	width: 155px;
	display: block;
	float: left;
}

#block_address select,
#block_del_address select {
	width: 200px;
	float: left;
	background-image: url('../images/bg_input.gif');
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
}

#block_address input,
#block_del_address input {
	width: 198px;
	float: left;
}

.LV_validation_message { 
	color: #C00000;
	float: left;
	display: block;
	width: 100px;
	margin-left: 10px;
	font-weight: bold;
}

#pay_inv_holder {
	margin-top: 20px;
}

#info_billing_address {
	margin: 20px 0 20px 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #C00000;
}

#pay_cc_holder,
#pay_inv_holder,
#rate_table_holder,
#area_select_holder,
#address_outer,
#conf_page_container
 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	min-height:100%;
	padding:10px 10px 20px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#pay_cc_holder label {
	width: 160px;
	float: left;
}


#pay_cc_holder input.text {
	width: 180px;
	float: left;
}

#pay_cc_holder select {
	width: 50px;
	float: left;
}

#area_select_holder .LV_validation_message { 
	color: red;
	float: left;
	display: block;
	width: 350px;
	margin-left: 0;
}

input.submit {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border:medium none;
	cursor:pointer;
	display:block;
	height:23px;
	margin-bottom:20px;
	width:90px;
        background-color: #89C2ED;
        color: #ffffff;
        font-weight: bold;
}


input.text {
	background-image: url('../images/bg_input.gif');
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
}

#email_address_advice {
	margin: 10px 0 10px 0;
}

#email_address_advice strong {
	color: #C00000;
}

h3 {
	color: #000000;
}

#tabs {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #ccc;
	background: black;
}

#tabs div.normal {
	float: left;
	display: block;
	height: 25px;
	border-right: none
	padding-top: 3px;
	padding-right: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: white;
	font-weight: bold;
	background-color: transparent;
	font-size: 1.0em;
	cursor: pointer;
}

#tabs div.active {
	float: left;
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -5px;
	margin-left: none;
	color: white;
	font-weight: bold;
	font-size: 1.0em;
	cursor: pointer;
	background-color: #96a497;
	background-image: url(/images/main_menu_active_right.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}

.h2_note {
	display: block;
	font-size: 0.5em;
	color: red;
}

.mand { color: #C00000; }



#credit_cards {
	background-image: url('../images/cards.png');
	width: 173px;
	height: 24px;
	float: left;
	margin: 0px 6px 10px 0px;
}

#ssl_logo {
	background-image: url('../images/ssl_logo.gif');
	width: 150px;
	height: 28px;
	float: right;
	margin: 10px 6px 10px 10px;
}

#dpa_container {
	font-size: 0.9em;
}

.dpa_one_col  {
	width: 120px;
}

.dpa_one_col span.dpa_label {
	width: 90px;
	float: left;
}

.dpa_one_col input.dpa_box {
	float: left;
}

#tag_line_image {
	background-image: url('../images/post_mag_tag.png');
	width: 90px; 
	height: 14px;
	margin-left: 2px;
}

#footer_img_one {
	background-image: url('../images/black_and_white_footer_logo.jpg');
	width: 163px; 
	height: 74px;
	float: left;
}

.footer_content {
	float: right;
	width: 430px;
}

.footer_content_text {
	text-align: right;
	margin-right: 20px;
	font-size: 1.0em;
	line-height: 17px;
	color: #333333;
}

#footerNav {
    float: left;
    font-size: 1em;
    padding: 0;
} 
#footerNav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerNav a {
    border-right: 1px solid #CCCCCC;
    color: #3083AD;
    padding: 0 8px;
} 
#footerNav h3 {
    color: #000;
    font-size: 1em;
    margin: 0 4px 0 0;
} 
#footerNav div {
    border-top: 1px solid #e4e4e4;
    clear: both;
    float: left;
    padding: 0.5em 0 0.75em 6px;
    width: 924px;
} 

#footerNav li {
    margin: 3px 0;
    white-space: nowrap;
    list-style: none;
    float: left;
    padding-top: 0px;
} 
#footerNav .footerTitle {
    border-top: 0px solid #69c;
    float: left;
    clear: none;
    width: 148px;
    padding: 0;
    margin: 0 10px 0 0;
    color: #000;
} 
#footerNav .footerLinks {
    border-top: 0 solid #6699CC;
    clear: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 766px;
} 
#footerNav .firstLi a {
    border-left: 0;
} 
#footerNav .lastLi a {
    border-right: 0;
}
#footerNav h3 {
    margin: 2px 0;
    padding: 0;
    float: left;
}



a.conf_page_link {
	color: #08246B;
	font-weight: bold;
}

#naform { width: 580px; }
#naform label.short { width: 200px; display: inline-block; margin-bottom: 3px; }
#naform label.long { width: 400px; }
#naform label.inline { display: inline; }
#naform div.note-before { margin: 5px 0px 5px 0px; }
#naform input, #naform select { width: 230px; display: inline-block; border: 0px solid #cccccc; margin-bottom: 3px; height: 20px; color: #000; }
#naform input.dpa_box { width: 15px;margin-top: 3px; padding: 5px; }
#naform input.floatright { float: right; margin-right: 126px; }
#naform input.text { background: url(../images/bg_input.gif) }
#naform input.checkbox { width: 15px; border: 0; }
#naform input.submit {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 90px;
    height: 23px;
    border: none;
    cursor: pointer;
    background-color: #89C2ED;
    color: #ffffff;
    font-weight: bold;
}
#naform fieldset { border: none; margin-left: 10px; }
#naform fieldset legend { font-weight: bold; font-size: 1.2em; margin-left: -10px; color: black; }
#naform fieldset label.error { display: inline-block; color: red; width: 100px; margin-left: 3px; }
#naform fieldset input.error { border-color: #FCCB9F; }
#dpa-outer { font-size: 0.9em; }

.subForm, .generic-holder { 
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#ededed;
	border:1px solid #DCDCDC;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	padding:10px 10px 20px;
	width:580px;
	
}

#dpa-outer input , input#accept_terms { width: 15px; border: none;}

#naform fieldset label.error[for=accept_terms][class=error] { color: #c00000; display: block; margin-top: 10px; width: 100%; padding-left: 0px; margin-left: -1px;} 
