/*
 * Global Styles
 */
@charset "ISO-8859-1";

@import url("style.active.css.php");

/*
Global styles _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

* {
	margin						: 0;
	padding						: 0;
}

html {
	font-size					: 62.5%;
	overflow-y					: scroll;
}

body {
	background					: #fbfbfb;
	font						: 1.3em "Courier New", Courier, monospace;
	color						: #bbb;
}

a {
	color						: #888;
	text-decoration					: none;
}

a:hover {
	color						: #000;
}

#header {
	padding-left					: 269px;
	margin-bottom					: 6px;
	padding-top					: 6px;
}

#subcategories {
	font-family					: "Courier New", Courier, monospace;
	padding-top					: 5px;
	padding-bottom					: 4px;
}

#subcategories a {
	padding						: 0 18px;
	font-family					: "Courier New", Courier, monospace; 
	text-transform					: uppercase; 
}

#categories a {
	padding						: 0 17px;
	font-family					: "Courier New", Courier, monospace; 
	text-transform					: uppercase; 
}	

#categories {
	padding						: 2px 0;
	border-bottom					: 1px dotted #aaa;
	font-size					: 1.3em;
}

.category-list {
	clear						: left;
	float						: left;
	width						: 100%;
}

.category-list li {
	list-style					: none;
	display						: block;
	float						: left;	
}

#wrapper {
	width						: 1075px;
	margin						: 0 auto; /* Center */
	text-align					: left;
	position					: relative; 
	left						: -201px;
}

#contentwrapper {
	clear						: left;

}

body {
	/* Centers wrapper in IE6 */
	text-align					: center;
	padding-left					: 210px;
}

#thumbwrapper {
	overflow					: hidden;
	padding-top					: 0px;
	padding-bottom					: 7px;
	margin-left					: -1px;
	width						: 100%;
	clear						: left;
}

#header hr {
	border						: none;
	border-bottom					: 1px dotted #aaa;
}

#thumbnails img {
	border						: 1px solid #aaa;
	display						: block;
}

#thumbnails a {
	display						: block;
}

#thumbnails a:hover img {
	border						: 1px solid #666;
}


#thumbnails li {
	margin-left					: -1px;
	margin-right					: 4px;
	float						: left;
	list-style					: none;
}

#descriptionwrapper {
	font-size					: 0.83em;
	width						: 250px;
	margin-right					: 18px;
	float						: left;
	color						: #666;
	margin-top					: -28px;
	display						: inline;
	min-height					: 100px;
}

#descriptionwrapper h2 {
	text-align					: left;
	font-size					: 1.4em;
	line-height					: 21px;
	text-transform					: uppercase; 
}

#description {
	text-align					: justify;
	border						: dotted #aaa;
	border-width					: 1px 0;
	padding						: 5px 0;
	line-height					: 1.3;
}

#imgwrapper img {
	border						: none;
}

#imgwrapper {
	padding-top					: 3px;
	border						: none;
	display						: block;
	float						: left;
	margin-left					: 0;
}

#info-link {
	float						: right;
	font-family					: "Courier New", Courier, monospace;
	font-size					: 1em;
}

#info-link a {
	color						: #ff9b04;
}

#info-link a:hover {
	color						: #000;
}

.clear { clear: both; }


#temp {
display: none;
position: absolute;
top: 0; left: 0;
width: 100%;
height: 3000px;
background: url(des.jpg) no-repeat -104px -64px;
opacity: 0.3;
}
