body
{
background-color: black;
text-align: center;
margin: 0 0 0 0;
min-width: 950px;
}

#container
{
position: relative;
text-align: left;
width: 950px;
margin: 15px auto 0 auto;
background-color: black;
color: #333;
border: 1px solid #444;
line-height: 130%;
}

.container:after  {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
.container 	{	display: inline-block;}

/* Hides from IE-mac \*/
* html .container {height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

/*##################################################*/

#header
{
	background: white url(images/header.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	height: 125px;
	color: white;
	/*border: 1px solid red;*/
}

#header span.pagetitle
{
	visibility: hidden;
}

/*##################################################*/

#topnav
{
	margin: 0;
	border: 0;
	padding: 0;
	color: white;	
	font-family: "Verdana", "Georgia","Utopia","Palatino","Palatino Linotype","serif";
	font-size: 14px;
	font-weight: bold;
	overflow: auto;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
}

#topnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #333;*/
	/*border-bottom: 1px solid #333;*/
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

#topnav ul li
{
	float: left;
	margin-right: 35px;
	/*width: 115px;*/
}

#topnav ul li.active
{
	color: yellow;
}

#topnav ul li a
{
	text-decoration: none;
	color: white;
}

#topnav ul li a.lolight
{
	color: #333;
}


#topnav ul li a:hover
{
	text-decoration: underline;
	color: yellow;
}


/*##################################################*/

#splash
{
	text-align: left;
	padding-top: 80px;
	padding-bottom: 80px;
}

#splash img
{
	border: 0;
}

#splash a
{
	text-decoration: none;
	color: white;
}

#splash a:hover
{
	text-decoration: underline;
	color: yellow;
}

#content
{
	/*height: 400px;*/
	margin: 0;
	border: 0;
	padding: 0;
	color: white;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	/*border: 1px solid orange;*/
	/*background: black url(images/interface/back.jpg) top left no-repeat;*/
	background-color: black;
}

#content a
{
	text-decoration: none;
	color: white;
	font-size: 17px;
}

#content a:hover
{
	text-decoration: underline;
	color: yellow;
}

#content img.fright
{
	float: right;
}

#content p
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: verdana, arial;
	font-size: 18px;
	color: white;
}

#content p.big
{
	font-size: 24px;
	color: orange;
	color: #98d9eb;
	font-style: italic;
	font-weight: bold;
}

#content p.small
{
	font-size: 17px;
	color: orange;
	color: #98d9eb;
}

#content p.price
{
	font-size: 15px;
}

#content h1
{
	font-family: verdana, arial;
	font-size: 21px;
	color: Yellow;
	color: #905caf;
	margin: 0;
	padding: 20px 0 0 0;
	border: 0;
}

#content h1 span.highlight
{
	color: orange;
}

#content h2
{
	font-family: verdana, arial;
	font-size: 17px;
	color: orange;
	color: #98d9eb;
	margin: 0;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}

#content h3
{
	font-family: verdana, arial;
	font-size: 14px;
	color: white;
	margin: 0;
	padding: 10px 0 10px 0;
	margin: 10px 0 15px 0;
}

#content span.links,
#content span.links a
{
	font-family: verdana, arial;
	font-size: 13px;
	color: white;
	text-decoration: none;
}

#content span.links a:hover
{
	text-decoration: underline;
}

span.sold
{
	color: red;
	font-weight: bold;
}

#content div.gallerytile
{
	float: left;
	/*width: 150px;*/
	margin-left: 0px;
	margin-right: 23px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content div.gallerytile a
{
	color: white;
	text-decoration: none;
	font-family: verdana, arial;
}

#content div.gallerytile a:hover
{
	color: yellow;
	font-weight: bold;
}

#content div.galleryitem
{
	float: left;
	width: 250px;
	height: 250px;
	padding: 10px 0;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #333;
	/*background-color: #eee;*/
	display: block;
}

#content div.galleryitem a
{
	text-decoration: none;	
	color: white;
}

#content div.stockitem
{
	margin-bottom: 20px;
}

#content div.stockitem a
{
	color: white;
	text-decoration: none;
}

#content div.stockitem a:hover
{
	text-decoration: underline;
}


#content div.stockitem div.itemimage
{
	width: 500px;
	float: left;
	text-align: center;
	margin-right: 20px;
}

#content div.stockitem div.itemdetails
{
	border: 1px solid #444;
	overflow: auto;
	padding: 15px 10px 15px 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 520px;
}

#content div.stockitem div.itemdetails p
{
	font-size: 12px;
}

#content div.stockitem div.itemdetails p span.sold
{
	color: red;
	font-weight: bold;
}


#content div.admintile
{
	border: 1px solid white;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	overflow: auto;
}

#content div.admintile div.admintileImage
{
	width: 250px;
	float: left;
}

#content div.admintileDetails
{
	margin-left: 300px;
}


/*##################################################*/

#footer
{
	width: 950px;
	margin: 0 auto 10px auto;
	text-align: left;
	/*clear: both;*/
	padding: 0;
	color: #aaa;
	font-family: verdana, arial;
	font-size: 12px;
	padding-top: 5px;
}
