#body {
	padding: 20px;
}

#eyecatchercontainer {
	z-index: 0;
	position: relative;
}

#eyecatchercontainer img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#common {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}

#common div {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

#eyecatchercontainer ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}

#eyecatchercontainer ul li {
	display: block;
	float: left;
}

#eyecatchercontainer ul li a {
	background-color: #ffffff;
	padding: 20px 40px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
	margin-left: 4px;
	display: block;
	color: #555555;
	text-transform: uppercase;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	transition: background-color 0.3s, color 0.3s;
	line-height: 18px;
}

#eyecatchercontainer ul li:hover a {
	background-color: #f6f6f6;
	color: #000000;
}

#eyecatchercontainer form {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	width: 180px;
	height: 58px;
	position: relative;
}

#eyecatchercontainer form button {
	background: transparent url(./../../styles/glendale/img/search.png) no-repeat center center;
	display: block;
	width: 32px;
	height: 32px;
	border: none;
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: pointer;
}

#eyecatchercontainer form input {
	padding: 0;
	border: none;
	margin: 0;
	background-color: transparent;
	font: 13px / 18px Tahoma,Helvetica,sans-serif;
	height: 18px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-transform: uppercase;
	color: #555555;
	width: 108px;
	
}

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

#eyecatchercontainer form input::-webkit-input-placeholder 
{
	color:#555555;
	text-transform: uppercase;
}

#eyecatchercontainer form input:-moz-placeholder {
	color:#555555;
    text-transform: uppercase;
}

#eyecatchercontainer form input:-ms-input-placeholder {
	color:#555555;
    text-transform: uppercase;
}



#centercontainer {
	width: 1240px;
	margin: -300px auto 40px auto;
	z-index: 10;
	position: relative;
	background: url(./../../styles/glendale/img/mask.png) no-repeat;
}

#nav {
	z-index: 1000;
	background-color: #ffffff;
	width: 320px;
	border: 1px solid #dddddd;
	float: left;
	margin: 20px;
}

#nav ul {
	z-index: 1000;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

#nav ul ul {
	position: absolute;
	left: -9999px;
	background-color: #ffffff;
	width: 320px;
	border: 1px solid #dddddd;
	top: -1px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
	opacity: 0;
	transition: opacity 0.3s;
}

#nav ul ul ul {
	top: 0;
}

#nav ul li:hover>ul {
	left: 100%;
	opacity: 1;
}

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

#nav ul a {
	display: block;
	color: #555555;
	border-top: 1px solid #dddddd;
	text-decoration: none;
	padding: 20px 40px;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s, padding 0.3s;
}

#nav ul li li>a {
	padding: 10px 40px;
}

#nav ul li:hover>ul>li>a {
	padding: 20px 40px;
}

#nav li:first-child>a {
	border-top: none;
}

#nav li:hover>a {
	background-color: #f6f6f6;
	color: #000000;
}

#nav img {
	display: block;
	border: none;
	border-bottom: 1px solid #dddddd;
}

#contentcontainer {
	z-index: 10;
	width: 840px;
	float: right;
	margin: 121px 21px 20px 16px;
	background: #ffffff;
}

#overlay {
	z-index: 2;
}

#pagecaption {
	margin: 20px 40px;
}

#breadcrumbs {
	color: #555555;
}

#breadcrumbs a {
	color: #555555;
	text-decoration: none;
	font-style: italic;
}

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

#header {
	margin: 20px 40px;
}

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

#content {
	margin: 20px 40px;
	float: left;
}

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

#footer {
	margin: 20px 40px;
}
