html, body {
	margin: 0;
	padding: 0;
	background: #fff700 url(./../../styles/hampton/img/shine.png) center top repeat-x;
}

#navcontainer {
	background: #525c53 url(./../../styles/hampton/img/fade.png) center bottom;
	height: 140px;
	border-bottom: 1px solid rgba(255,255,255,1);
}

#nav {
	margin: 0 auto;
	width: 1062px;
	position: relative;
}

#nav img {
	display: block;
	position: absolute;
	border: none;
	top: 0;
	left: 0;
}

#nav>ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 0;
	top:0;	
}

#nav>ul>li {
	display: block;
	margin: 0 0 0 10px;
	float: left;
	position: relative;
}

#nav>ul>li>a {
	display: block;
	padding: 12px;
	color: #ffffff;
	text-decoration: none;
	z-index: 1001;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

#nav>ul>li:hover>a {
	background-color: #ffffff;
	color: #444444;
	border-color: #dddddd;
}

#nav li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 280px;
	background-color: #ffffff;
	right: 9999px;
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.2s;
	border: 1px solid #dddddd;
	
}

#nav ul li:hover>ul {
	right: 0;
	opacity: 1;
	margin-top: -1px;
}

#nav ul ul li:hover>ul {
	left: -278px;
	top:0 ;
	opacity: 1;
}

#nav>ul>li>ul>li {
	display: block;
	position: relative;
}

#nav ul ul a {
	padding: 4px 18px;
	color: #444444;
	text-decoration: none;
	display: block;
	transition: padding 0.2s;
}

#nav ul li:hover>ul>li>a {
	padding: 12px 18px;
}

#nav ul ul li a:hover {
	background-color: #f3f3f3;
	color: #000000;
}

#outercontainer {
	width: 1040px;
	margin: -60px auto 20px auto;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.3);
	padding: 10px;
}

#innercontainer {
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#eyecatcher {
	padding: 4px;
	border: 1px solid #dddddd;
	position: relative;
}

#eyecatcherstage {
	height: 330px;
	width: 990px;
	overflow: hidden;
	position: relative;
}

#eyecatchercontainer img {
	display: block;
	position: absolute;
	width: 990px;
	height: 330px;
	top: 0;
}

#eyecatchercontainer {
	position: absolute;
	transition: left 0.5s;
}

#eyecatcherprev, #eyecatchernext
{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	background: url(./../../styles/hampton/img/scroll.png) no-repeat 0 0;
} 

#eyecatcherprev {
	background-position: 0 0;
	left: -20px;
}

#eyecatcherprev:hover {
	background-position: 0 -40px;
}

#eyecatchernext {
	background-position: -40px 0;
	right: -20px;
}

#eyecatchernext:hover {
	background-position: -40px -40px;
}

#headercontainer {
	margin: 20px 0 20px 0;
	border: 1px solid #dddddd;
	padding: 4px;
}

#footercontainer {
	margin: 20px 0 0 0;
	border: 1px solid #dddddd;
	padding: 4px;
}


#header, #footer {
	background-color: #f3f3f3;
	padding: 10px 20px;
}

#sidebarleft {
	float: left;
	margin-right: 40px;
	min-height: 1px;
}

#sidebarright {
	float: left;
	margin-left: 40px;
	min-height: 1px;
}

#content {
	float: left;
}

#eyecatcher form {
	background: url(./../../styles/hampton/img/searchform.png) no-repeat;
	width: 188px;
	height: 36px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#eyecatcher form button {
	background: transparent url(./../../styles/hampton/img/searchbutton.png) no-repeat center center;
	display: block;
	width: 36px;
	height: 36px;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#eyecatcher form input {
	padding: 0;
	border: none;
	margin: 0;
	background-color: transparent;
	font: 13px / 18px Tahoma,Helvetica,sans-serif;
	height: 18px;
	position: absolute;
	top: 9px;
	left: 14px;
	color: #444444;
	width: 128px;
	
}

#eyecatcher form input:focus{
    outline: 0;
}

#eyecatcher form input::-webkit-input-placeholder 
{
	color:#888888;
}

#eyecatcher form input:-moz-placeholder {
	color:#888888;
}

#eyecatcher form input:-ms-input-placeholder {
	color:#888888;
}

#common {
	color: #888888;
	text-align: center;
	padding-top: 8px;
}

#common a {
	color: #444444;
	text-decoration: none;
}

#common a:hover {
	color: #000000;
}

#breadcrumbs {
	color: #444444;
	margin-bottom: 10px;
}

#breadcrumbs a {
	color: #444444;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000000;
}