a, a:active, a:visited {
	font-weight: normal; 
	color:#80502a;
	text-decoration: none; 

}
a:hover {
	text-decoration: underline; 
	color:#333333; 
}

body {
	margin: 0;
	padding-top: 0;
	background-color: #000;
	text-align: center;
 }
 .std {
	font: normal 11px/18px  verdana, microsoft sans-serif, sans-serif;
	color: #50575c;
}

hr {
	height: 1px;
	width: 100%;
	background: #4d4d4d;
	border: 0;
	color: #4d4d4d;
}

h1 {
	font: 300 27px/28px gotham, arial, verdana, microsoft sans-serif, sans-serif;
	color: #642f12;
	margin: 0px;
}

h2 {
	font: 300 16px/28px gotham, arial, verdana, microsoft sans-serif, sans-serif;
	color: #642f12;
	margin: 0px;
}

#mc {
	width:781px;
	margin: auto;
}
#pagetile {
	background: url(images/bg.gif) repeat-y 0px 0px;
	float:left;
}

#HeaderContainer{
	width:781px;
	height:100px;
	background: url(images/h_logo.gif) no-repeat 0px 0px;
	text-align:center;
}

#header {
	width:477px;
	height:250px;
	text-align:left;
}

ul {
	margin: 0px;
	padding:0px;
}

/* Start Main Menu */
#menuContainer {
	width: 231px;
	height:170px;
}
#mainnavlinks, #mainnavlinks ul {
	width: 231px;
}
#mainnavlinks ul li {
	list-style: none;
	float: left;
	display: inline;
	margin-right: 0px;
}

#mainnavlinks ul li a {
	display: block;
	height: 25px;
	margin: 0px;
	padding: 0px;
}

/* End Side Menu */

/* Start SubMenu */
.submenu, .submenu:active, .submenu:visited {
	font: normal 10px arial, verdana, microsoft sans-serif, sans-serif;
	color: #9b9288;
	display: block;
	padding: 6px;
	width: 170px;
	text-decoration: none;
	background-color: #37312b;
	border: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;
}
.submenu:hover {
	color: #37312b;
	display: block;
	background-color: #887969;
	border: 1px solid #000000;
	text-decoration: none;
}
.subOne {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	left: auto;
	margin-left:20px;
	top: 200px;	
}

/* End SubMenu */

menu {
	display: none;
}

#menustart, #menustart a, #menustart a:hover {
	width: 15px;
	background: url(images/m_start.gif) no-repeat 0px 0px;
}
#menuend, #menuend a, #menuend a:hover {
	width: 14px;
	background: url(images/m_end.gif) no-repeat 0px 0px;
}
#home, #home a, #home a:hover {
	width: 231px;
	background: url(images/m_home.gif) no-repeat 0px 0px;
}
#home a:hover  {
	background: url(images/m_home.gif) no-repeat 0px -25px;
}

#custom, #custom a {
	width: 231px;
	background: url(images/m_custom.gif) no-repeat 0px 0px;
}	
#custom a:hover {
	background: url(images/m_custom.gif) no-repeat 0px -25px;
}
#contact, #contact a {
	width: 231px;
	background: url(images/m_contact.gif) no-repeat 0px 0px;
}	
#contact a:hover {
	background: url(images/m_contact.gif) no-repeat 0px -25px;
}
#exotic, #exotic a {
	width: 231px;
	background: url(images/m_exotic.gif) no-repeat 0px 0px;
}	
#exotic a:hover {
	background: url(images/m_exotic.gif) no-repeat 0px -25px;
}

/* ............................................................................................................................*/

#content {
	width: 781px;
	float:left;
	background: url(images/h_bg.gif) no-repeat 0px 0px;
}

#leftcol {
	width: 231px;
	float:left;
	text-align:left;
}
#leftcol p {
	font: normal 10px/16px  verdana, microsoft sans-serif, sans-serif;
	color: #9b9288;
	padding-left: 25px;
	padding-right:25px;
}
#leftcol a {
	font: normal 10px/16px  verdana, microsoft sans-serif, sans-serif;
	color: #9b9288;
}

#rightcol {
	width: 550px;
	text-align:left;
	float:right;
	background: url(images/text_bg.gif) no-repeat 0px 0px;
	padding-bottom:10px;
}

/* ............................................................................................................................*/

#rightcol p {
	font: normal 10px/16px  verdana, microsoft sans-serif, sans-serif;
	color: #333333;
	padding-left: 15px;
	padding-right:85px;
}
#rightcol ul  {
	margin-left: 20px;
	padding: 0px;
}
#rightcol ul li {
	font: normal 11px/18px  verdana, microsoft sans-serif, sans-serif;
	color: #7b7c7a;
	list-style-image: url("images/a_bullet.gif");
	margin-left: 25px;
	padding: 0px;
	list-style-type:disc;
}

.picLeft {
	float: left;
    margin-top: 3px;
	margin-right:5px;
	margin-bottom: 10px;
	border: 0px solid #2b5eae;
}

.picright {
  float: right;
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 0px solid #2b5eae;
}

.pic {
  margin: 2px;
  border: 0px solid #2b5eae;
  vertical-align: top; 
}


/* Footer */

#copyright  {
	font: normal 9px/11px arial, verdana;
	color: #666666;
	width: 781px;
	text-align: center;
	background: url(images/footer.gif) no-repeat 0px 0px;
	float: left;
	background-color:#000;
	text-decoration:none;
	padding-top: 50px;
}
 #copyright a {
	color: #cc863d;
	text-decoration:none;
	}
 #copyright a:hover {
	color: #333333;
	text-decoration:underline;
}



