body {
	margin-top: 10px;
	background: #FFF;
	font-size: 12px;
	font-family: "Century Gothic", Arial, Verdana;
}
a {
	text-decoration: none;
	color: #777777;
}
#container, #sidebar, #main {
	height: 600px;
	background: #FFFFFF;
}
#container {
	position: relative;
}
#main {
}
#sidebar {
}
#main-inner {
	color: #FFFFFF;
	height: 560px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#main-inner-contact, #main-inner-about {
	position: absolute;
	float: right;
	top: 20px;
	color: #FFFFFF;
	width: 425px;
	height: 360px;
	display: none;
	padding: 100px;
	font-size: 20px;
	font-weight: bold;
	z-index: 999999;
	background-color: #333333;
	background-image: url(../../ast/media/v/popupbg.jpg);
}
#logo {
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#thumbnails {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 225px;
	background: #EFEFEF;
}
#pane {
	height: 225px;
	margin-left: 5px;
}
#wrapper {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
#wrapper td {
	vertical-align: middle;
	text-align: center;
}
.menu {
	color: #777777;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
}
.menu-category {
	color: #777777;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
}
.menu-hover {
	background: #EFEFEF;
}
.menu-selected {
	background: #DFDFDF;
}
.menu-category-selected {
	background: #DFDFDF;
}
.thumbnail {
	display: inline-block;
	margin-top: 1px;
	width: 80px;
	height: 50px;
	background: #000000;
}
.rounded-tl {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px;
	height: 12px;
	background-image: url(../../com/img/tl.png);
	z-index: 9999;
}
.rounded-tr {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 12px;
	height: 12px;
	background-image: url(../../com/img/tr.png);
	z-index: 9999;
}
.rounded-bl {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 12px;
	height: 12px;
	background-image: url(../../com/img/bl.png);
	z-index: 9999;
}
.rounded-br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 12px;
	height: 12px;
	background-image: url(../../com/img/br.png);
	z-index: 9999;
}
#logoheader a {
	color: #000;
}
#logoheader h1 {
	margin-left: 16px;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-top: 19px;
	padding: 0px;
	line-height: 21px;
	color: #000;
}
#logoheader h2 {
	margin-left: 16px;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 15px;
	letter-spacing: 8.3px;
	color: #CFCEBA;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#logoheader .firsletter {
	font-size: 28px;
}
.popupheader {
	color: #CFCEBA;
}
.popupbg {
	background-color: #FF0;
	height: 500px;
	width: 500px;
}

