* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #000;
  font-family: Arial, Tahoma, Veradana, sans-serif;
  color: #FFF;
}

h1, h2 {
	font-size: 0.9em;
	font-family: Tahoma;
	padding: 8px;
}

h3 {
	font-size: 1.1em;
	color: #444;
	font-weight: none;
	font-family: Arial;
	padding-bottom: 10px;
}

a img {
	border: none;
}

em {
	color: #6ACB4D;
	font-weight: bold;
}

#body {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	width: 960px;
	margin-top: 40px;
}

#content-left {
	width: 375px;
	float: left;
}

#content-right {
	width: 585px;
	float: right;
	background-image: url('/Resources/Artwork/clip/bg-main.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#main-text {
	width: 545px;
	background-color: #FFF;
	color: #444;
	font-size: 0.8em;
	background-image: url('/Resources/Artwork/clip/bg-main-text-middle.jpg');
	background-repeat: repeat-y;
}

#main-text table, tr, td {
	color: #444;
	font-size: 1em;
}

#main-text p {
	margin-bottom: 20px;
	text-align: justify;
}

#main-text img {
	/*margin: 10px;*/
	border: solid 1px #000;
}

#main-text p a, #main-text ul li a {
	color: #6ACB4D;
	font-weight: bold;
}

#main-text ul {
	padding-left: 30px;
}

#main-text ul li {
	padding-bottom: 10px;
}

#main-text ul li.inactive {
	color: #A1A1A1;
}

#main-text-top 
{
	height: 59px;
	background-image: url('/Resources/Artwork/clip/bg-main-text-top.jpg');
	background-repeat: no-repeat;
}

#menu {
	width: 255px;
	margin: 50px 0 0 120px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	font-size: 1em;
	line-height: 20px;
	padding-left: 15px;
	background-image: url('/Resources/Artwork/clip/bg-menu.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#menu ul li:hover {
	background-image: url('/Resources/Artwork/clip/bg-menu-active.gif');
}

#menu ul li a {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}

#menu ul li ul li {
	color: #6ACB4D;
	font-size: 0.8em;
	background: none;
	padding-left: 0px;
}

#menu ul li ul li:hover {
	background-image: none;
}

#content-footer 
{
	width: 960px;
	height: 300px;
	background-image: url('/Resources/Artwork/clip/bg-content-footer.jpg');
	background-repeat: no-repeat;
}

#page-copyright 
{
	padding-top: 180px;
	color: #444;
	font-size: 0.7em;
}

#page-copyright a 
{
	color: #777;
}

.menu-info 
{
	color: #6ACB4D;
	font-size: 0.8em;
	text-decoration: none;
}

.main-text-header {
	height: 40px;
	text-align: right;
}

.main-text-padded {
	padding: 0px 59px 0px 59px;
	min-height: 300px;
}

b.b-padded {
	display: block;
	padding: 10px 0 10px 0;
}

span.clearer {
	display: block;
  /*height: 1px;*/
  font-size: 1px;
  overflow: hidden;
  margin-top: -1px;
  clear: both;
}

td.td-bottom {
	vertical-align: bottom;
}

td.td-price {
	text-align: right;
}

img.pic-float-right {
	margin: 0 0 10px 10px;
	float: right;
}
img.pic-float-left {
	margin: 0 10px 10px 0;
	float: left;
}

div.img-gallery-thumb {
    background: url('/Resources/Artwork/clip/bg-shadow.gif') no-repeat bottom right; 
    margin: 10px 5px; 
    padding: 0; 
    position: relative;
}

div.img-gallery-thumb img {
    background-color: #fff; 
    border: 1px solid #a9a9a9; 
    margin: -5px 5px 5px -5px; 
    padding: 4px; 
    position: relative; 
    vertical-align: bottom;
}