/* CSS Document */

/*
CSS - Munro's Travel Group
author - Fifth Ring Integrated Corporate Communications (http://www.fifthring.co.uk)
*/

BODY{ 
      font-family: Tahoma, Verdana, Arial, Helvetica; 
	  font-style: normal;
	  margin: 0 0 0 0}
	  
html, body {
    height: 100%;
}

/* Links */

a:link {
color: #F7631A;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}
a:visited {
color: #F7631A;
background : inherit; 
text-decoration : none; 
}
a:hover {
color: #F7631A;
text-decoration : underline; 
}
a:active {
color: #F7631A;
background : inherit; 
text-decoration : none; 
}

/* POSITIONING */

img.logo {
    margin-top : 20px;
	margin-left : 20px;}
	
img.afc {
    margin-right : 5px;}
	
img.strapline {
    margin-top : 120px;
	margin-left : 0px;}

div#wrap {
	width: 765px;
	position: relative;
	text-align: left;
	height: 565px;
	background-color: #FFFFFF;
	padding:7px;
	top:20px;
}

.footer {
	width: 760px;
	height: 100px;
	clear:both;
}

div#top-left {
	width: 307px;
	height:173px;
	position: absolute;
}

div#top-right {
	left: 320px;
	width:459px;
	height:173px;
	position: absolute;
}

div#mid-left { 
    top:173px;
    width: 307px;
	height:195px;
	position: absolute;
	padding-top:10px;
	padding-left:10px;
	
}

div#mid-right {
    top:173px;
	left: 321px;
	width:459px;
	height:195px;
	position: absolute;
}


div#btm-left { 
    top:389px;
    width: 317px;
	height:859px;
	position: absolute;
}

div#btm-right {
    top:389px;
	left: 320px;
	width:459px;
	height:259px;
	position: absolute;
}

div#container {
    margin: 10px 10px 20px 20px;
}


/* TEXT STYLE */

p {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: 13pt;
}

.maintext {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: 13pt;
}

.embolden {
	font-weight: bold;
}

.searchtext {
	font-weight: normal !important;
	font-size: 11px !important;
	font-style: normal;
	line-height: 11pt;
}

.searchheader {
	font-size: 11px !important;
	color: #F7631A !important;
	font-weight:bold;
}

.logintext {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	font-style: normal;
}

ul{ padding:0px;
 margin:20px 0px 0px 17px;
}

li {
	font-family: Tahoma, Verdana, Arial, Helvetica !important;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: 11pt;
}

/* FORM STYLE */

.form {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #BED8E9;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 10px;
	 }
	 
input.submit{
   color:#000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#F89629');}

/* RSS FEED */

.rss-box {
	 width: 100%;
	 padding: 4px 8px;

}

.rss-title, .rss-title a:link
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;

}


.rss-items {
	list-style:none;
  
}

.rss-item  {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 11px;
  margin-bottom: 4em
}

	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #333;
	}