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

body {
	background-color: #1e1e1e;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
}

a:link, a:visited { color: #06f; }

a:hover, a:active { color: #fff; }

/* Start Top Menus */
ul#menu {
	width: 100%;
	height: 43px;
	background: #1e1e1e url("images/menuBG.gif") top left repeat-x;
	font-size: 0.8em;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 35px;
	color: #ccc;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
ul#menu li a:hover {
	color: #06f;
}
ul#menu li a.menuCur{
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #fff;
	background-image: url(images/menuCurrentBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 38px;
}
/* End Category Menus */

/* Start Category Menus */
ul.cat {
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 33px;
	font-size: .6em;
	background: url(images/catBG.png) repeat-x top left;
	border: 0px solid #000;
	margin: 0;
	padding: 0;
}

ul.cat li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul.cat li a {
	float: left;
	color: #fff;
	text-decoration: none;
	height: 24px;
	padding: 9px 15px 0;
}

ul.cat li a:hover, .catMenu {
	color: #06f;
	background: url(images/catBG.png) repeat-x top left;
}

ul.cat .catMenu a {
	color: #06f;
	font-weight: 700;
}

ul.cat.blue {
	background-color: #06f;
}

ul.cat.blue li a:hover, .cat.blue li.catMenu {
	background-color: #9cf;
}	
/* End Category Menus */

.main {
	background-color: #1e1e1e;
	padding: 10px;
	text-align: justify;
	font-size: 0.8em;
}

.ruler {
	color: #006;
	height: 2;
}

.copy {
	clear: both;
	height: 22px;
	width: 100%;
	background-image: url(images/catBG.png);
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 0.8em;
}

/* Start Items List */
.item {
	float: left;
	margin: 5px;
	padding: 8px;
	border: 2px solid #06F;
}
/* End Item List */

/* Start Art-Modelling Layout */
.ArtModT {
	font-weight: bold;
	text-align: center;
	background-color: #333;
	width: 200px;
}
/* End Art-Modelling Layout */

/* Start Highslide */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #06f;
}
.highslide:hover img {
	border: 1px solid #9cf;
}

.highslide-wrapper {
	background: #06f;
}
.highslide-image {
    border: 2px solid #1e1e1e;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid #1e1e1e;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #1e1e1e;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #1e1e1e;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #06f;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* End Highslide */