@charset "utf-8";
/* Images no borders */
img {
	border:none;
}

/* Pages Background */
body {
	background:url(../images/mainbg.jpg);
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

/* Link colors */
a:link {
	color: #FF0000;
	font-size:inherit;
	}
a:visited {
	color: #990000;
	font-size:inherit;
	}
a:hover {
	color: #FF0000;
	background-color: #000000;
	text-decoration: none;
	font-size:inherit;
	}
a:active {
	font-size:inherit;
	color: #FF0000;
	}

/* Small font for copyright at botom of page */
.copyr {
	font-size: small;
	text-align:center;
	clear:both;
}

/* About text */
.about {
font-size:small;
}

/* Date style for news and updates */
.date {
	color:#FF6600;
	font-size:medium;
	font-weight:bold;
	margin-left:5px;
	text-decoration: underline;
	}

/* Price list items */
.prclst {
	font-size: medium;
	color: #FF0000;
	font-weight: bold;
}

/* Prices for price list */
.price {
	font-size: medium;
	color: #FFFF00;
	font-style: italic;
}

/* Margin spacing for all texts */
p {
margin: 0 5px 0 5px;
}

/* Prices for price list */
.shoppingprice {
	font-size: large;
	color: #FFFF00;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

/* Large font for titles exc- "Matts Z28" */
.titles {
	color:#FF0000;
	font-size: larger;
	font-weight: bolder;
}
/* Shopping Item Titles */
.shoppingtitles {
	color:#FF0000;
	font-size:inherit;
	font-weight: bolder;
}
/* UL Menu Image */
li.menu {
list-style-image:url(../shopping/images/list_image.jpg);
font-size:large;
font-weight:bold;
margin-bottom:10px;
}

/* Main layer */
#layer-wrapper{
width:780px;
    margin:0 auto 0 auto;
    padding:5px;
}

#header{
    height:auto;
	width:auto;
    margin:0 0 0 0;
	border:4px solid #555555;
	background-color:#2b2b2b;
}
#sidebar{
    float:right;
    width:250px;
    background-color:#2b2b2b;
    height:auto;
    margin:0 0 10px 0;
	border:4px solid #555555;
}
#bottomsidebar{
    float:right;
    width:250px;
    background-color:#2b2b2b;
    height:auto;
    margin:0 0 10px 0;
	border:4px solid #555555;
}
#contents{
    float:left;
    width:500px;
    background-color:#2b2b2b;
    height:auto;
    margin:0 0 10px 0;
	border:4px solid #555555;
}
#newsframe{
	float:left;
	width:500px;
	background-color:#2b2b2b;
	height:1060px;
	border:4px solid #555555;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#footer{
	height:540px;
	width:auto;
	clear:both;
	background-color:#2b2b2b;
	border:4px solid #555555;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#footershopping{
	height:250px;
	width:auto;
    clear:both;
	background-color:#2b2b2b;
	border:4px solid #555555;
	margin:5px 0 5px 0;
}
#footerleft{
	height:auto;
	width:auto;
	float:left;
	background-color:#2b2b2b;
	border:none;
	margin:5px 5px 5px 5px;
}
#footerright{
	height:auto;
	width:auto;
	float:right;
	background-color:#2b2b2b;
	border:none;
	margin:5px 5px 5px 5px;
}
/* Shopping tables start */
td.itemtable{
	border: thin groove #FF0000;
	font-size: small;
	padding:5px;
	height:auto;
}
/* Shopping tables end */

/* Tables for Gallery Section */
.galintables{
text-align:center;
font-size:medium;
border:solid;
border-color:#555555;
background-color:#1B1B1B;
}

/* News Table Stuff Start */
iframe.events{
	overflow-y:scroll;
	display:block;
	border:solid #555555;
	width:210px;
	height:250px;
}
	
iframe.news{
	height:350px;
	width:450px;
	overflow-y:scroll;
	display:block;
	border:solid #555555;
}

	
	
