﻿@charset "utf-8";
/* kju.at (c) 2007 */

body {
	width:100%;
	padding:0;
	margin:0;
	background:#CCC url(/images/bg_body.jpg) no-repeat center top fixed;
}
body, tr, th, td {
	color:#676767;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:127%;
}
a {
	color:#0079F2;
	text-decoration:underline;
}
#content #primary a {
	color:#0079F2;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-width:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0;
}
h2 {
	padding-bottom:5px;
	border-bottom:1px solid #525252;
	margin-bottom:5px;
	font-size:17px;
	color:#000;
	/*
	color:#62BD19;
	*/
	text-transform:uppercase;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:12px;	
	color:#62BD19;
	font-weight:normal;
}
ul {
	list-style-type:square;
	padding:0 0 0 20px;
	margin:0;
}

#wrapper {
	width:778px;
	padding:38px 0 5px;
	margin:0 auto 20px;
	background:url(/images/bg_content_bottom.gif) no-repeat center bottom;
}
#wrapper_outer {
	position:relative;
	left:0;
	top:0;
	overflow:hidden;
}
* html #wrapper_outer {	
	width:100%;
}

#logo {
	position:absolute;
	left:50%;
	top:60px;
	padding-left:4px;
	margin-left:140px;
	background:url(/images/bg_logo_left.gif) no-repeat left top;
}
#logo h1 a {
	display:block;
	width:1600px;
	height:78px;
	overflow:hidden;
	background:black url(/images/img_logo.gif) no-repeat 10px center;
	border:1px solid #A1A5A9;
	border-left-style:none;
	font-size:1px;
	text-indent:-9999px;
}

#header {
	margin:0;
	padding:0;
	height:261px;
	overflow:hidden;
}

#content {
	padding:1px 0;
	background-color:white;
	border:1px solid #A1A5A9;
	border-top-style:none;
	border-bottom-style:none;
}

#content h2, #content h3, #content h4, #content h5, #content h6, #content p {
	margin-bottom:10px;
}

#primary {
	float:left;
	width:555px;
	margin:10px 0;
}
#secondary {
	float:right;
	width:210px;
	margin:10px 0;
}

#footer {
	clear:both;
	margin:2em 0 0 0 !important;
	font-size:10px;
	color:#CCC;
	text-align:right;
}
#footer img {
	margin-right:21px;
}

/* BORDERS
-------------------------------------------------------------- */
.border_dotted_bottom {
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(/images/border_dotted.gif) repeat-x left bottom;
}
h2.border_dotted_bottom {
	padding-bottom:5px;
	margin-bottom:10px !important;
}
.border_dotted_top {
	padding-top:10px;
	margin-top:10px;
	background:url(/images/border_dotted.gif) repeat-x left top;
}
.border_bottom {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #CCC;
}

/* COLUMNS
-------------------------------------------------------------- */
.twocolumns .column {
	float:left;
	width:265px;
}
.twocolumns .border_right {
	width:245px;
	padding-right:10px;
	border-right:1px solid #CCC;
	margin-right:10px;
}

/* TABLES
-------------------------------------------------------------- */
table.rowlines {
	border-collapse:collapse;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
table.rowlines th {
	padding:2px 3px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	font-weight:normal;
}
table.rowlines td {
	padding:2px 3px;
	text-align:center;
}
table.rowlines td.subtext {
	text-align:left;
}

/* ROUNDED BOXES
-------------------------------------------------------------- */
.rb_top, .rb_top div, .rb_bottom, .rb_bottom div {
	font-size:1px;
	line-height:1px;
	height:5px;
}
.rb_top div, .rb_bottom div {
	margin-right:10px;	
}
.rb_content {
	/*
	border:1px solid white;
	*/
	padding:0 5px;
}

/* fullwidth */
#content #primary .rb_bleeding {
	margin-bottom:10px;
}
#content #primary .rb_bleeding .rb_top {
	background:transparent url(../images/bg_roundedbox/bg_rb_fullwidth_top.gif) no-repeat top right;	
}
#content #primary .rb_bleeding .rb_content {
	padding:5px 10px;
	border-right:1px solid #CCC;
}
#content #primary .rb_bleeding .rb_bottom {
	background:transparent url(../images/bg_roundedbox/bg_rb_fullwidth_bottom.gif) no-repeat top right;	
}

/* white */
.rb_white .rb_top {
	background:transparent url(../images/bg_roundedbox/bg_topright_white.gif) no-repeat top right;
}
.rb_white .rb_top div {
	background:transparent url(../images/bg_roundedbox/bg_topleft_white.gif) no-repeat top left;
}
.rb_white .rb_content {
	padding:5px 10px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.rb_white .rb_bottom {
	background:transparent url(../images/bg_roundedbox/bg_bottomright_white.gif) no-repeat top right;
}
.rb_white .rb_bottom div {
	background:transparent url(../images/bg_roundedbox/bg_bottomleft_white.gif) no-repeat top left;
}
/* CONTENT MODULES
-------------------------------------------------------------- */
.img_txt_module_left img, .img_txt_module_left .img {
	float:left;
	border:none;
}
.img_txt_module_left .txt {
	display:block;
	margin-left:210px;
}
.img_txt_module_right img, .img_txt_module_right .img {
	float:right;
	border:none;
}
.img_txt_module_right .txt {
	display:block;
	margin-right:210px;
}

/* BTN MODULE
-------------------------------------------------------------- */
.btn_module:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .btn_module {height: 1%;}
*+html .btn_module {height: 1%;}
/* End hide from IE-mac */

.btn_module .left {
	float:left;
}
.btn_module .right {
	float:right;
}


/* PACKAGES
-------------------------------------------------------------- */
.package {
	position:relative;
	left:0;
	top:0;
	background:#FFF url(/images/bg_gradient.png) repeat-x left top;
}
.package input {
	/*
	position:absolute;
	right:20px;
	top:50%;
	padding:3px 5px;
	background-color:#62BD19;
	margin-top:-14px;
	color:#FFF;
	font-weight:bold;
	*/
	margin:10px 0 0;
}
.package select {
	width:514px;
}
#content .package h3 {	
	margin-bottom:0;
}
.package p {	
	margin-right:180px;
}
.package fieldset {	
	width:514px;
	background-color:transparent;
	margin:0;
}

/* SERVICE CLASSES
-------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix_left:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_left {height: 1%;}
*+html .clearfix_left {height: 1%;}
/* End hide from IE-mac */

.clearfix_right:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_right {height: 1%;}
*+html .clearfix_right {height: 1%;}
/* End hide from IE-mac */

.msg_confirm {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:2px solid #C5C5C5;
	margin-bottom:10px;
	background:url(/images/icons/ico_confirm.gif) no-repeat 5px 5px;
	font-weight:bold;
}
* html .msg_confirm {
	height:32px;
}
.msg_alert {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:2px solid #DD0021;
	margin-bottom:10px;
	background:url(/images/icons/ico_warning.gif) no-repeat 5px 5px;
	overflow:visible;
	font-weight:bold;
}
* html .msg_alert {
	height:32px;
}

.subtext {
	font-size:smaller;
}
