body {
	margin: 0;
	padding: 0;
	background: #333333;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
	line-height: 18px;
	margin-bottom: 10px;
	text-align: left;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #3D3D3D;
}

ul {
	line-height: 18px;

}

ol {

}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	border: 1px solid #dddddd;
}

img {
	border: none;
}

.drop-shadow {
	float: left;
	position: relative;
	margin: 10px 3px 0 10px !important;
	margin: 10px 3px 0 5px; 
	background: transparent url(images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow img {
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow p {
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

.drop-shadow a { border-bottom-width: 0; }



/***************/
/* HEADER      */
/***************/

#header {
      width: 900px;
      margin: 0 auto;
      height: 72px;
      letter-spacing: -1px;
      font-family: Georgia, "Times New Roman", Times, serif; 
      background: url(images/img01.jpg) repeat-x left top 
}


#headerbg {
      clear: both;
      margin: 0 auto;
      width: 900px;
      height: 209px;
      background: url(images/img05.jpg) no-repeat left top;
      margin: 0 auto;
}

h1.text1 {
      font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman", Times, serif;
      margin: 0;
      padding: 85px 0 0 0;
      font-size: 24px;
      line-height: 24px;
      color: #FFFFFF;
      text-align: center;
      font-weight: bold;
}

h3.text-l {
      float: left;
      position: relative;
      margin: 45px 0 0 20px;
      font-weight: bold;
      color: #ffcc00;
      width: 40%;
      display: block;
}

h3.text-r {
      float: right;
      position: relative;
      font-weight: bold;
      color: #ffcc00;
      margin: 45px 20px 0 0;
      width: 40%;
      display: block;
      text-align: right;
}

h3.text-r a {

      font-weight: bold;
      color: #ffcc00;
      text-align: right;
      text-decoration: none;
}

h3.text-r a:hover{
      font-weight: bold;
      text-decoration: none;
      color: #ffffff;
}

/***************/
/* LOGO        */
/***************/

#logo {
	float: left;
	margin-top: 45px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
}

#logo h1 {
	/* background: url(images/merc_logo.jpg) no-repeat left 50%;*/
	padding: 0 0 0 6px;
	text-align: center;
	font-size: 1.8em;
	color: #000000;
	font-family: arial, verdana, tahoma;
}

#logo h1 a {
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/***************/
/* Menu        */
/***************/

#menu {
	float: right;
	margin-top: 21px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
	color: #c10909;
}

#menu .current_page_item a {
	background: url(images/img03.jpg) no-repeat center top;
}











/***************/
/* PAGE        */
/***************/

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F4F4F4;
}

#left{
	float: left;
	width: 590px;
	padding: 0px 20px 0px 20px;
	font-size: 12px;
}

#right {
	float: right;
	width: 230px;
	padding: 0px 20px 20px 20px;
	font-size: 12px;
}

.right-element {
	float: right;
	margin: 10px 0 20px 0;
	display:block;
	width:220px;
	background: url(images/menu2-wraptop.gif) left top no-repeat #333333;
	padding-top: 20px;
	text-align: center;
	border-bottom: 8px solid #c10909;
}

.right-element img {
	margin: 5px 0 5px 0;
}

.right-element h1 {
	margin: 10px 0 15px 0;
	color: #ffffff;
}

.right-element h1 a {
	color: #ffffff;
	text-decoration: none;
}

.right-element h1 a:hover {
	color: #ff0000;
}

/******************/
/* FOR MOT IFRAME */
/******************/

#left-mot {
	float: left;
	width: 96%;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
}

/******************/
/* FOR MOT LINK */
/******************/
#book-mot {
	display: block;
	border-top: 3px double #666666;
	border-bottom: 3px double #666666;
	width: 100%;
	margin: auto;
}


/***************/
/* TESTIMONIAL */
/***************/

.testimonial {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	text-align: right;
}


/***************/
/* SIDEBAR     */
/***************/

#sidebar {
	clear: both;
	width: 900px;
	background: #666666;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}


#sidebar P {
	text-align: center;
}

#sidebar h6 {
	text-align: center;
	font-size: 14px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}

/***************/
/* Footer      */
/***************/

#footer {
	width: 902px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img06.gif) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}


/***************/
/* Enquiries   */
/***************/
#enquiry fieldset {
	border: 3px double #d4d4d4; 
	width: 99%; 
	margin: auto;
	margin-bottom: 10px;
}

#enquiry legend {
	margin-bottom: 10px; 
	margin-left: 10px; 
	padding: 0 10px 0 10px; 
	color: #333333;
}

#enquiry dl { width: 100%;} 

#enquiry dt, #enquiry dd { 
	padding:  2px 0 2px 0; 
	float: left; 
}

#enquiry dt { 
	width: 35%;        
	padding-right: 0; 
	text-align: right; 
}

#enquiry dd { 
	text-align: left;  
	width:  56%;  
	font-weight: bold;
}

#enquiry dd SELECT { 
	text-align: left;  
	width:  190px;  
	font-weight: bold;
	margin: 1px 0 1px 0;
	#margin: 1px 0 1px 40px;
}

/***************/
/* Menu2       */
/***************/

#menu2wrap {
	float: right;
	margin: 10px 0 0 0;
	display:block;
	width:220px;
	height: auto;
	background: url(images/menu2-wraptop.gif) left top no-repeat;
}

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

#menu2 ul {
	padding: 0;
	display:block;
	background: #333333;
	border-bottom: 8px solid #c10909;
	margin: 20px 0 0 0;
}


#menu2 li {
	border-bottom: 1px dotted #999;  
	list-style-type: none;
	padding: 6px 0 6px 0;
}


#menu2 li a {
	background: url(images/menu2-arrow.jpg) 6px center no-repeat;
	color: #FFFFFF; 
	font-size:1.2em;
	text-decoration:none;
	padding-left: 30px;

}

#menu2 li:hover a {
	background: url(images/menu2-arrow-hover.jpg) 6px center no-repeat;
	color: #cccccc; 
	padding-left: 30px;
}

#menu2 a {

}

#menu2 a:hover {
	color: #cccccc; 
	background: url(images/menu2-arrow-hover.jpg) 6px center no-repeat;
}

#menu2 .current_page_item a {
}


.focusTxt {
color: #c10909;
font-size: 13px;
font-weight: bold;
}