/*  


*/

body {
	background-color: #e4e4e4;
	padding: 0px;
	margin: 0px;	
	font-family: Arial, Georgia, sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
div#mainContainer {
	border: 3px solid #fff;
	width: 933px;
	min-height: 500px;
	height:auto !important;
	height: auto;
	background: url(media/img/mbgc.jpg) repeat-y;
}

#topContainer {
	margin-left: auto;
	margin-right: auto;
	width: 979px;
	height: 20px;
	background: url(media/img/bshad_top.gif) no-repeat bottom left; 
}


#leftContainer {
	margin-left: auto;
	margin-right: auto;
	width: 959px;
	padding-left: 20px;
	background: url(media/img/bshad_left.gif) repeat-y; 
}
#rightContainer {
	padding-right: 20px;
	background: #006699;
 	background: url(media/img/bshad_right.gif) repeat-y top right; 
}

#bottomContainer {
	margin-left: auto;
	margin-right: auto;
	width: 979px;
	height: 20px;
	background: url(media/img/bshad_bottom.gif) repeat-x top left; 
}


div#header {
 	padding: 12px 0px 0px 15px; 
	margin: 0px;
	width: auto;
	height: 88px;
	background: url(media/img/hbg.jpg);
	background-repeat: no-repeat;
}

div#bodyContainer {
	margin: 0px;
	padding: 60px 0 0 0;
	width: 933px;
	min-height: 500px;
	height: auto;
	background: url(media/img/mbg.jpg) no-repeat;
	font-size: 0.78em;
	line-height:120%;
}

div#subleftContainer {
 	background-color: transparent;
	width: 467px;
	min-height: 500px;
	float: left;
	background: url(media/img/vul.gif) no-repeat 435px;
}

div#movie {
	border: 3px #fff solid;
	height: 480px;
	width: 360px;
	margin-left: 40px;
	background: url(media/img/movbg.jpg) no-repeat; /* this picture must match first image of flash movie */
	padding: 0px;
}

div#preview {
	height: 480px;
	width: 360px;
	margin-left: 40px;
	padding: 0px;
}


div#subrightContainer {
	text-align: justify;
	padding-right: 30px;
	color: #fff;
 	background-color: transparent;
	width: auto;
	min-height: 500px;
	height: 500px;
}

div#subrightContainer p {
	padding: 0px;
	font-size: 1em;
	margin: 0px 0px 15px 0px;
}

div#subrightContainer img {
	padding-bottom: 0px;
	margin-bottom: 8px;
}

div#footer {
 	background-color: transparent;
	width: auto;
	height: auto;
	padding: 20px;
	clear: both;
}

div#copyright {
 	background-color: transparent;
	padding: 18px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	float: left;
}

div#standard {
 	background-color: transparent;
	padding: 10px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	float: right;
}

div#imageCaption {
	height: 110px;
	overflow: hidden;
}

div#imageCaption p {
	padding-top: 10px;
}

div#imageCaption img {
	border: 3px solid #fff;
	margin: 5px 15px 5px 0px;
	float: left;
}

div#thumbnail {
	float: left;
	margin: 0px 22px 21px 0px;
	padding: 0px;
}

.thumbNormal {
	border: 3px solid #fff;
}
.thumbSelected {
	border: 3px solid #CC6A2C;
}

/* Menu starts here */
#menu {
	margin-top: 50px;
	padding: 0px;
	float: right;
	width: 720px;
	height: 38px; 
}


ul.IR li {
  position: relative;
  /* overflow: hidden; */
  font-size: 0.8em;

}

.IR em {
  display: block;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}

/* For IE5.x mac only */
* html>body .IR {
  position: static;
  overflow: visible;
  font-size: 0.8em;
}

* html>body .IR em  { position: static; }


.nav { list-style: none; padding: 0; margin: 0;}
.nav li { float: left;}
.nav li, .nav li em { width: 120px; height: 38px;}


.link1 em, .link2 em, .link3 em, .link4 em, .link5 em, .link6 em {
  background: url(media/img/mnumap.jpg) no-repeat;
  cursor: pointer;
}


.link1 em {
  background-position: 0 0;
}
.link1:hover em {
  background-position: 0 -38px;
}
.link2 em {
  background-position: -120px 0;
}
.link2:hover em {
  background-position: -120px -38px;
}
.link3 em {
  background-position: -240px 0;
}
.link3:hover em {
  background-position: -240px -38px;
}
.link4 em {
  background-position: -360px 0;
}
.link4:hover em {
  background-position: -360px -38px;
}
.link5 em {
  background-position: -480px 0;
}
.link5:hover em {
  background-position: -480px -38px;
}
.link6 em {
  background-position: -600px 0;
}
.link6:hover em {
  background-position: -600px -38px;
}



.nav a { display: block; }
/* The Holly Hack */
* html .nav a { height: 1%; }

.nav li ul {
  position: absolute;
  z-index: 10; /* show the
  dropdowns above the images */
  top: 38px; /* position the dropdowns a set distance from the top of the image */
  left: -999em;
  list-style: none;
  border: 1px solid #fff;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
}

.nav li:hover ul { left: auto;}

.nav li li {
  height: auto;
  padding-bottom: 0; /* reset the height
  set on the IR list items */
  font-size: 110%;
  border-bottom: 1px solid #fff;
  width: 120px;
}

.nav li ul a {
  padding: 0.25em 0.25em 0.25em 2.5em;
  color: #472408;
  background: #DEC8AD;
}
.nav li ul a:hover {
  color: #000;
  background: #CC6A2C;
  text-decoration: none;
}

.picFrame {
	border: 3px #fff solid;
}

h1 {
	margin: 0px;
	padding: 0px 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
}


.bunderline {
	clear: both;
}

.logowrap {
	float: left;
	margin: 0px 20px 0px 0px;
	vertical-align: top;
}

.amticoBrand {
	vertical-align: -5px;
	padding: 0 5px 0 5px;
}

/* Links starts here */
#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	width: 100%;
	margin-top: 100px;
	height: 30px;
}

#links ul {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	list-style: none;
	padding: 0;
}

#links li {
	width: 100px;
	height: auto;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#links a {
	color: #fff;
	text-decoration: none;
	text-align: center;
}

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

#links .leftBorder {
	border-left: 1px solid #fff;
}

/* ----------- ORDER FORM ----------- */

.buttonp {
	margin-top: 20px;
	height: 25px;
	width: 190px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#enquiry label {
	width: 190px;
	float: left;
	display: block;
	padding: 2px 2px 2px 0px;
}

#enquiry label.lm {
	width: 190px;
}

#enquiry input.txtboxes {
	width: 180px;
	display: block;
	margin: 2px 5px 2px 2px;
	padding: 2px;
	border: 1px solid #0099CC; 
	float: left;
}

#enquiry textarea {
	width: 180px;
	display: block;
	margin: 2px 5px 2px 2px;
	padding: 2px;
	border: 1px solid #0099CC; 
	float: left;
}

#enquiry select {
	width: 185px;
	display: block;
	margin: 2px 5px 2px 2px;
	border: 1px solid #0099CC; 
	float: left;
}

#enquiry .hidefield {
    display: none;
	margin: 0;
    padding: 0;
	width: 1px;
	background: none;
	border: none;
}