/* Default Styles - Don't remove or edit
============================================================================================== */
* {
	margin: 0; padding: 0;
}

body {
	background: #fff url(../images/design/window_bg.jpg) repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}


/* Sitewide
============================================================================================== */
#header {
	width: 900px; height: 200px;
	background: url(../images/design/header.jpg) no-repeat;
}

#footer {
	width: 900px; height: 100px;
	background: url(../images/design/footer.jpg) repeat-x;
}

#logo a {
	display: block;
	margin: 10px 0 30px 0;
	width: 900px; height: 24px;
	background: url(../images/common/styleeyes-logo.jpg) right no-repeat;
}

#logo a:hover {
	background: url(../images/common/styleeyes-rollover.jpg) right no-repeat;
}


/* Sitewide Navigation (This is just the navigation holder - background can be changed here)
============================================================================================== */
#navigation {
	width: 900px; height: 50px;
	background: url(../images/design/mainmenu_bg.jpg) repeat-x;
}


/* Sitewide Content (Leave the width and padding/margin. Background can be changed)
============================================================================================== */
#content {
	width: 900px;
	padding: 0 0 30px 0;
	background: url(../images/design/content_bg.jpg) repeat-x; 
	background-color: #ffffff;
}


/* Home (Layout styles for elements on the home page)
============================================================================================== */
#welcome {
	float: left;
	padding: 12px 30px 22px 30px;
	width: 840px; 
}

#slideshow {
	float: right;
	overflow: hidden;
	position: relative;
	width: 900px; height: 360px;
	margin-bottom: 20px;
}

#loading {
	width: 900px;
	height: 460px;
	float: right;
	overflow: hidden;
	margin:0; padding:0;
	text-align: center;
}

#loading img.loading {
	margin: 180px 0 0 0;
}

#news-ticker {
	position: absolute;
	top: 165px; left: 25px;
}


/* Gallery (Layout styles for elements on the gallery page)
============================================================================================== */
#gallery {
	width: 840px;
	padding: 30px;
}

.gallery {
	float: left;
	overflow: hidden;
	background: #e7e7e7;
	width: 180px; height: 177px;
	padding: 10px 10px 0 10px; margin: 0 12px 12px 0;
}


/* Article (Layout styles for the standard content pages) 
============================================================================================== */
#information {
	float: left;
	width: 475px;
	padding: 20px 0 30px 30px;
}

#picture {
	float: right;
	width: 360px;
	overflow: hidden;
}

#picture img {
	border: none;
}


/* Contact (Layout styles for the contact pages) 
============================================================================================== */
#form {
	float: right;
	width: 500px;
	padding: 20px 0 0 0; margin: 0 30px 20px 0; 
}

#contact {
	float: left;
	width: 335px;
	padding: 20px 0 30px 30px;
}


/* Miscellaneous 
============================================================================================== */
.end {
	margin: 0 0 15px 0;
}

.clr {
	clear: both;
	width: 1px; height: 1px;
}

#map {
	clear: both;
	margin: 0 0 0 30px;
	width: 840px; height: 360px;
}
