﻿body {
	margin: 0;
	padding: 0;
	background: #000 url('../images_TSG/page_bg.gif') repeat;
	background-attachment: fixed;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: .8em;
}
a {
	color:#00C;
	text-decoration:none;
}
a:visited {
	color: #36F;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}

#wrapper {
	width: 1020px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	/*background-color: #FFF;*/
	color: #000;
}
/* ************************ HEADER ************************ */
#header {
	width: 1010px;
	margin: 0;
	padding: 5px;
	background: #000 url('../images_TSG/r_header.gif') top left no-repeat;
	color: #FFF;
}
span.tsg {
	font-family: Broadway;
	font-size: 2em;
	}
#header a {
	color:#FFF;
	text-decoration: none;
	}
#header a:visited {
	color:#FFF;
	text-decoration: none;
	}
#header a:hover {
	color: #F90;
	text-decoration: none;
}
#header a.green, #header a:visited.green {
	color: #0F0;
	text-decoration: none;
}
#header a:hover.green {
	color:#F90;
	text-decoration: underline;
}
#header a.yellow, #header a:visited.yellow {
	color: #FF0;
	text-decoration: none;
}
#header a:hover.yellow {
	color: #F90;
	text-decoration: underline;
}
#header a.gold, #header a:visited.gold {
	color: #F90;
	text-decoration: none;
}
#header a:hover.gold {
	color: #FFF;
	text-decoration: underline;
}

/* ************************ MAIN CONTAINER ************************ */
#container {
	width: 1020px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF url('../images_TSG/container_bg_3.gif') repeat;
	color: #333;
	border: 1px solid #F90;
	border-left-width: 0;
	border-right-width: 0;
	clear: both;
}
/* ************************ SUB CONTAINERS ************************ */
#left {
	width: 189px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
#left #SearchBox {
	width: 183px;
	margin: 0;
	padding: 2px;
	border: 1px solid #F90;
	border-top-width: 0;
	background-color: #000;
	color: #FFF;
}
#left #SearchBox a {
	color:#FFF;
	text-decoration: none;
	}
#left #SearchBox a:visited {
	color:#FFF;
	text-decoration: none;
	}
#left #SearchBox a:hover {
	color: #F90;
	text-decoration: underline;
}
#left #SearchBox form {
	margin: 0;
	padding: 0;
}
/* ************************ NAVIGATION ************************ */
	#left_menu{		
		width:189px;	/* Width of main menu */
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: #000;
		/*font-weight: bold;*/

	}
	#left_menu	li{	/* Main menu li */
		list-style-type:none;	/* No bullets */
		margin:0;	/* No margin - needed for Opera */
		padding: 0;
	}
	#left_menu ul{	
		margin:0;	/* No ul air */
		padding:0;	/* No ul air */
	}
	#left_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
		margin-left: 5px; /* ADDED */
	}
	#left_menu	li a, #left_menu li a:visited{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#FFF;	/* Black text color */
		
		/* height:20px;	20 pixel height */
		line-height:18px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:1px solid #F90;	/* Black border */
		border-top-width: 0;
		background-color:#000;	/* Light blue background color */
		margin:0px;	/* A little bit of air */
		padding:2px;	/* Air between border and text inside */
		display:block;
	}
	#left_menu	li a:hover,#left_menu .activeMainMenuItem{
		color:#F90;
		background-color:#000;
	}
	.left_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #F90;
		background-image: url('../images_TSG/menu_bg.png');
		background-repeat: repeat;
		text-align:left;
	}
	.left_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.left_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:2px 5px;	/* The "white" space you see on mouse over */
		border-bottom: 1px solid #f90;
	}
	.left_subMenu ul li a{	/* Sub menu items */
		margin-left: 10px;
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		height:16px;	 /*16  pixels height */
		line-height: 16px;	/* 16 pixels height */
		padding:2px;	/* 1px of "air" inside */
		display:block;	/* Display as block - you shouldn't change this */
	}
	.left_subMenu ul li a:visited{
		color:#333;
		/*background-image: url('../images_TSG/menu_bg.png');
		background-repeat: repeat;*/
	}

	.left_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#00F;
		/*background-image: url('../images_TSG/menu_bg.png');
		background-repeat: repeat;*/
		text-decoration: underline;
	}
			/* END LEFT MENUU CSS */
#center {
	width: 482px;
	margin: 2px;
	padding: 0 2px;
	float: left;
}
#topnav {
	margin: 0 5px;
	padding: 1px 5px;
	color: #FFF;
	background-color: #000;
	border: thin solid #F90;
	text-align: center;
	}
#topnav p {
	margin: 5px auto;
}
#topnav a {
	color:#FFF;
	text-decoration: none;
	border-bottom:none;
}
#topnav a.current, #topnav a.current:visited {
	color: #F90;
}
#topnav a:visited {
	color:#FFF;
	text-decoration: none;
	border-bottom:none;
}
#topnav a:hover, #topnav a.current:hover {
	color: #F90;
	text-decoration: underline;
	border-bottom:none;
}
#center h2 {
	font-size: 1.25em;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #F90;
}
#center h3 {
	font-size: 1.1em;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #F90;
}
#center h4 {
	font-size: 1em;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #F90;
}
#center p {
	margin-left: 5px;
	margin-right: 5px;
}
p.normal {
	background-color: #FFF;
	padding: 5px;
}
p.listing {
	border: 1px solid #000;
	background-color: #FC9;
	padding: 5px;
}
p.ad {
	background-color: #F90;
	border: 2px double;
	border-color: #FF0 #C30 #C30 #FC0;
	padding: 5px;
	font-weight: bold;
}
li.listing {
	border: 1px solid #000;
	background-color: #FC9;
	padding: 2px;
	width: 90%;
}
li.ad {
	background-color: #F90;
	border: 2px double;
	border-color: #FF0 #C30 #C30 #FC0;
	padding: 2px;
	font-weight: bold;
	width: 90%;
}
p.notice {
  color: #000;
  border: thin solid #F30;
  background-color: #FFC;
  padding: 2px 5px;
}
#right {
	width: 336px;
	margin: 2px 1px 2px 0;
	padding: 0;
	float: right;
}
#right .holder {
	width: 336px;
	text-align: center;
	margin: 2px 0 2px 0;
	padding: 0;
	clear: both;
}
#messages {
	width: 320px;
	margin: 0 auto 4px auto;
	padding: 2px;
	background-color: #FFFFE1;
	border: 1px solid #000;
	line-height: 20px;
}
.midHolderLeft {
	width: 166px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
.midHolderRight {
	width: 166px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}
/* ************************ FOOTER ************************ */
#footer {
	width: 1010px;
	margin: 0;
	padding: 5px;
	background-color: #FFF;
	text-align: center;
	clear: both;
}
#footer p.top {
	margin-right: 10px;
	text-align: right;
}
#footer p {
	margin-left: 10px;
	margin-right: 10px;
	width: 1000px;
}
p.update {
	text-align: left;
	font-size: 12px;
	font-style: italic;
}
.productnav{
	font-size: .9em;
	text-align: center;
	border-top: 1px solid #000;
	padding: 2px;
}
input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	border: 2px solid #F90;
}
.category {
	display: none;
	visibility: hidden;
}
hr {
	color: #039;
}
.sponsor {
	margin-left: 5px;
	font-size: 10px;
	color: #333;
	line-height: 14px;
}
.bold {
	font-weight: bold;
}
img {
	border: 0;
}
img.icon {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	height: 15px;
	width: auto;
}
/*Make sure your page contains a valid doctype at the top*/
#simplegallery1, #simplegallery2{ 
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
/*border: 2px solid $900;*/
}

#simplegallery1 .gallerydesctext, #simplegallery2 .gallerydesctext{ /*CSS for description DIV of Example 1 (if defined)*/
text-align: left;
padding: 2px 5px;
}

