body {
	padding:0; 
	margin:0; 
	color:#000000;
	height:100%;
}
body, td {
	font-family:"Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
}
br{
	font-size:10px
}
a{
	color:#1C7DCE; 
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

input.btn{
   cursor:pointer; 
   cursor:hand;
}
onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'"

.header{color:#1C7DCE; font-size:11px; line-height:13px} 
.content td{color:#616161; font-size:11px; line-height:13px} 
.content b{color: #1C7DCE; font-weight: bold;} 
.content strong{color:#1D7ECF} 
.content b a{color:#1C7DCE; text-decoration:underline; font-weight:normal} 
.content b a:hover{text-decoration:none} 
.content a{color:#1C7DCE; text-decoration:underline} 
.content a:hover{text-decoration:none} 
.content ul{margin-left: 3px; padding-left: 3px;}
.content li{background:url(images/2_z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 10px }

.content .block a{color:#616161; text-decoration:none} 
.content .block a:hover{text-decoration:underline}
.content .block li{background:url(images/1_z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 18px }

.content .block1 a{color:#1D7ECF; text-decoration:none} 
.content .block1 a:hover{text-decoration:underline}
.content .block1 b a{color:#F4A100; text-decoration:none; font-weight:normal} 
.content .block1 b a:hover{text-decoration:underline} 

.content .block2 li{background:url(images/3_z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 10px }

.footer{color:#939393; font-size:11px; line-height:13px} 
.footer b a{color:#616161; font-size:11px; text-decoration:none; text-transform:none} 
.footer b a:hover{text-decoration:underline} 
.footer a{color:#616161; font-size:11px; text-decoration:none; font-weight:normal; text-transform:uppercase} 
.footer a:hover{text-decoration:underline} 

/**************     navigation styling below      ************/
.arrowlistmenu{
	width: 224px;	
	padding: 1;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	height: 30px;
	font-weight:bold;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#664808;
	/*background-color: #81A53B; */
	background-image: url(images/RegionHeader.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	margin: 3px 0 3px 0px;
	text-transform: uppercase;
	padding: 5px 0 4px 13px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/Region.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dadada;	
	/*margin-bottom: 2px; *//*bottom spacing between each UL and rest of content*/	
}

.arrowlistmenu ul li{
	/*padding-bottom: 2px; *//*bottom spacing between menu items*/
	background-image:url(images/Category-Top.gif)
	background-repeat:repeat-x;
	background-position:top;
	margin: 0;
	padding: 0;
}

.arrowlistmenu ul li a{
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;	
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #dadada;
	border-bottom: 0px;
}
.arrowlistmenu ul li a img{
	margin-right:4px;
	border: 1px;
	border-color:#000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #252525;
	background-color: #FFFFA1;
	text-decoration: underline;
}

.companyname {
	font-size: 25px;
	font-weight:bold;
	line-height: 29px;
	
}

.description {
	font-family:"Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	margin: 0px, 0px, 0px, 12px;
	color:#000000;
	font-size: 15px;
	line-height:  150%;
}

.offer {
	padding:5px; 
	color:#0033FF;
	font-weight:bold;
	font-size:large;
	text-transform:uppercase;
	line-height: 25px;
}

.offer img {
	border-color:#000000;
	border-width: 1px;
}
.conditions {
	padding:5px; 
	color:#333333;
	font-style:italic;
	font-size:small
}