@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	background-image: url(../img/page-background.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: inline;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid  #dadadd;
	border-top: none;
	position: relative;
	background-image: url(../img/header-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#slam-menu {
	width: 470px;
	float: right;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
}

#slam-menu a:link { font-size: 18px; font-weight: bold; text-decoration: none; color: #000000; margin-right: 20px; }
#slam-menu a:visited { font-size: 18px; font-weight: bold; text-decoration: none; color: #000000; margin-right: 20px; }
#slam-menu a:hover { font-size: 18px; font-weight: bold; text-decoration: none; color: #00aeef; margin-right: 20px; }
#slam-menu a:active { font-size: 18px; font-weight: bold; text-decoration: none; color: #000000; margin-right: 20px; }

img.logo {
	float: left;
	margin-left: 20px;
	margin-top: 27px;
	display: inline;
}

#hang {
	width: 20px;
	height: 113px;
	position: absolute;
	top: -0px;
	left: -20px;
	background-image: url(../img/logo-box-hang.png) !important;
	background-image: url(../img/logo-box-hang.gif);
}

#content {
	width: 930px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px;
	clear: both;
}

#slideshow {
	height: 370px;
	width: 680px;
	float: left;
	margin-bottom: 10px;
}

#page-content {
	width: 680px;
	min-height: 500px;
	float: left;
	margin-bottom: 10px;
}


div.news {
	width: 680px;
	float: left;
	margin-bottom: 10px;
	margin-top: 4px;
	background-image: url(../img/news-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	border: 1px solid #dadadd;
}

div.news-chunk {
	position: absolute;
	background-color: #000000;
	top: -4px;
	height: 4px;
	left: 0px;
	width: 652px;
}

div.news-header {
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

img.small-logo {
	float: right;
	margin-right: 40px;
	display: inline;
}

div.news-date {
	padding-left: 10px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	color: #000000;
}

div.news-post {
	padding-left: 10px;
	font-size: 14px;
	color: #000000;
}

div.sidebar {
	height: 178px;
	width: 238px;
	border: 1px solid  #dadadd;
	float: right;
	margin-bottom: 10px;
}

div.sidebar2 {
	width: 238px;
	border: 1px solid  #dadadd;
	float: right;
	margin-bottom: 10px;
	background-image: url(../img/gallery-background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
}

div.gallery-name {
	width: auto;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
}

div.gallery-title {
	width: auto;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 70px;
	margin-top: 10px;
}

div.gallery-chunk {
	position: absolute;
	background-color: #000000;
	bottom: -4px;
	height: 4px;
	right: 0px;
	width: 187px;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

#footer {
	clear: both;
	height: 63px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../img/footer-background.jpg);
}

#footer-menu {
	float: left;
	margin-top: 42px;
	display: inline;
	width: auto;
}

#footer-menu a:link { text-decoration: none; color: #ffffff; margin-right: 10px; margin-left: 10px; }
#footer-menu a:visited { text-decoration: none; color: #ffffff; margin-right: 10px; margin-left: 10px; }
#footer-menu a:hover { text-decoration: none; color: #FFFF00; margin-right: 10px; margin-left: 10px; }
#footer-menu a:active { text-decoration: none; color: #ffffff; margin-right: 10px; margin-left: 10px; }

#footnote {
	float: right;
	margin-right: 5px;
	margin-top: 42px;
	display: inline;
	width: auto;
}

img.astronomic-studio-logo {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
	display: inline;
}

#header-cart {
	float: right;
	border: 1px solid  #dadadd;
	margin-right: 5px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

A.headerNavigation { 
  color: #000000; 
}