body {
	margin: 0;
	padding: 0;
	background: #ffffff url(img/background1.jpg) repeat-x left 96px;
	font-family: Verdana, serif;
}

h1, h2, h4 {
	font-family: Verdana, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	font-size: 13px;
	line-height: 18px;
}

.left {
	float: left;
	padding-right: 14px;
}

.apple {
	padding-bottom: 35px;
}

.right { float: right; }
.clear { clear: both; }

abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}

/* @HEADER */
#header {
	background: #333333;
	width: 100%;
	padding: 0;
	height: 98px;
}

#header img, #footer img {
	border: 0;
}

#top {
	background: url(img/header.jpg) no-repeat center;
	width: 730px;
	margin: 0 auto 0 auto;
	height: 97px;
	font-family: Verdana, serif;
	font-size: 17px;
}

#top img {
	margin-top: 20px;
}

#top .hi {
	position: absolute;
	top: 40px;
	right: 9%;
	padding-right: 28px;
}


#top a, #top a:visited {
	color: #fff;
	text-decoration: none;
}

#top a:hover {
	text-decoration: underline;
}

/* @MENU */
#navcontainer { 
	margin-left: 6px;
	text-align: center;
	margin-top: 0;
	padding-top: 8px;
	height: 45px;
	/* background: url(img/header.jpg) no-repeat center top; */
}

#navlist {
	margin: 0;
	padding: 0;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	font-family: Verdana, serif;
	font-size: 1.2em;
	/* background: url(img/dot.gif) no-repeat left center; */
	padding-left: 18px;
	padding-right: 5px;
}

li.home {
	background: none !important;
}

#navlist li a {
	color: #8d8159;
	text-decoration: none;
}

#navlist li a:hover {
	color: #fff;
}

#active {
	color: #fff !important;
}

/* @CONTENT */
#frontimage {
	width: 800px;
	height: 30px; /* 423 */
	margin: 0 auto 0 auto;
	/* background: url(img/art/1-small.jpg) no-repeat right top; */
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	color: #333333;
}

#container .home {
	position: relative;
	margin-top: 0px; /* was originally -80 */
	margin-left: 25px;
}

#container .rest {
	position: relative;
	margin-top: 35px;
	margin-left: 14px;
}

.rest h1 {
	color: #333;
}


h1 {
	color: #666;
	line-height: 32px;
	margin-bottom: -6px;
}

h2 {
	margin: 0 0 -9px 0;
	padding: 0;
	color: #624725;
	font-size: 22px;
}

span {
	color: #000;
}

#container ul li {
	list-style-display: square ;
	font-size: 13px;
	line-height: 19px;
}

.home ul li {
}

html > body .home ul li {
}

#container ul {
}

#container a {
	padding: 2px 3px 2px 3px;
}

#container a:hover {
	padding: 2px 3px 2px 3px;
	background: #333;
	text-decoration: none;
	color: #fff;
}

/* @VIDEOS */
.video {
	padding: 12px 20px 12px 8px;
	background: url(img/videoback.jpg) no-repeat left top;
	height: 248px;
	border-top: 1px solid #e7f3ff;
}

.video h2 {
	color: #485375;
	font-size: 25px;
}

.video img {
	padding: 4px;
	background: #fff;
	margin-right: 12px;
}

div.video .download a {
	font-size: 20px;
	float: left;
	margin-right: 44px;
	padding: 9px !important;
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	text-decoration: none;
	color: #a2a2a2;
}

div.video .download a:hover {
	background: #4a83bd !important;
	border-right: 1px solid #37618c;
	border-bottom: 1px solid #37618c;
}


/* @Footer */
#footer {
	width: 100%;
	background: #e7e7e7;
	position: relative;
	bottom: 0;
	text-align: center;
	margin-top: 32px;
}

#footer p {
	padding: 18px 18px 10px 28px;
}

#footer strong {
	color: #000;
}

#footer img {
	float: right;
	margin-top: 10px;
	padding-left: 30px;
}


#footer p a {
	padding: 2px 3px 2px 3px;
}

#footer p a:hover {
	background: #957e52;
	color: #fff;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}
