/* ----------------------------------------------------------*/
/* Esendex print styles ------------------------------------*/
/* --------------------------------------------------------*/

html {
	padding:20px;
	font-family: verdana, arial, sans-serif;
	font-size:11pt;
}

h1,h2,h3,h4,h5{
	font-weight: normal;
}

h1
{
	font-family: arial,Sans-Serif;
	font-size: 1.75em;
	color: #61127b;
}

h2
{
	font-size: 1.3em;
	color: #97c311;
	EditMenuName: Heading 2;
}


h3
{
	font-size: 1em;
	color: #97c311;
	EditMenuName: Heading 3;
}


h4
{
	font-size: 1em;
	color: #97c311;
	font-weight: bold;
	EditMenuName: Heading 4;
}


h5
{
	font-size: 1em;
	color: #97c311;
}

hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ececec;
	color:#ececec;
}


a{
	color:#97c311;
}

div.clearTitle h2 a{
	color: #000;
}
#header {
	display: none;
}

#header2 {
	display: none;
}

#iframe1 {
	display: none;
}

#navFooter{
	display: none;
}

#flags{
	display: none;
}

#nav_account {
	display:none;
}

.col_sub {
	display:none;
}

#nav_content {
	display:none;
}

#nav_account {
	display:none;
}

ul.nav_print {
	display: none;
}

.form-end {
	display:none;
}

#footer {
	display:none;
}

img{
	display:none;
}

.nav_service {
	display:none;
}

#home h4.grey {
	display: none;
}



/* table contact departments*/
table.departments {
	width:100%;
	padding:0;
	margin:10px 0;
	border:1px solid #ececec;
	background: #0f0;
}

table.departments .long_col{
	width:65%;
}

table.departments .short_col{
	width:35%;
}

table.departments tr {
	background:#ececec;
	margin:0 0 10px 0;
	padding:5px 0;
}

table.departments .no_bg {
	background:#fff;
}


table.departments .left_col {
	vertical-align: top;
	font-weight: bold;
}

table.departments th{
	padding:5px;
	color:#fff;
	background:#666;
}

table.departments td{
	padding:10px;
	line-height:1.6em;
}

/*table prices*/
table.prices{
	width:99%;
	padding:0;
	margin:10px 0;
	border:1px solid #ececec;
}

table.prices .five_col{
	width:20%;
}

table.prices .three_col{
	width:33%;
}


table.prices tr {
	background:#ececec;
	margin:0 0 10px 0;
	padding:5px 0;
}

table.prices .no_bg {
	background:#fff;
}


table.prices th{
	text-align: center;
	padding:5px;
	color:#fff;
	background:#666;
}


table.prices td{
	text-align: right;
	padding:3px 10px;
	line-height:1.6em;
}


table.prices .first_col{
	text-align: left;
}

/* new tables style */

table tr {
	background:#ececec;
	margin:0 0 10px 0;
	padding:5px 0;
}

table .no_bg {
	background:#fff;
}


table th{
	text-align: center;
	padding:5px;
	color:#fff;
	background:#666;
}


table td{
	text-align: left;
	padding:3px 10px;
	line-height:1.6em;
}
table img{
	display:inline;
}









