@charset "utf-8";
/* CSS Document */

body
{
	background-color:#7D0612;
	margin: 0;
	padding: 0;
}

#site
{
	margin:auto;
	width:960px;
	outline-color:#000000;
	outline:thin;
	border:#000000;
}

#logo
{
	width:480px;
	height:144px;
	float:left;
}


#header
{
	width:480px;
	height:96px;
	background-image:url(images/header.gif);
	float:left;
	
}

#topmenu
{
   background:#00FF00;
   width:480px;
   height:48px;
   float:left;
}

#HomeBtn
{
  float:left;
  background-image:url(images/btnHome.gif);
  width:71px;
  height:48px;
}

#HomeBtn:hover
{
	 background-image:url(images/btnHomeH.gif);
}

#BlogBtn
{
  float:left;
  background-image:url(images/btnBlog.gif);
  width:61px;
  height:48px;
}


#BlogBtn:hover
{
	 background-image:url(images/btnBlogH.gif);
}

#StoreBtn
{
  float:left;
  background-image:url(images/btnStore.gif);
  width:131px;
  height:48px;
}

#StoreBtn:hover
{
	 background-image:url(images/btnStoreH.gif);
}

#ShopBtn
{
  float:left;
  background-image:url(images/btnShop.gif);
  width:126px;
  height:48px;
}

#ShopBtn:hover
{
	 background-image:url(images/btnShopH.gif);
}

#ContactBtn
{
  float:left;
  background-image:url(images/btnContact.gif);
  width:91px;
  height:48px;
}

#ContactBtn:hover
{
	 background-image:url(images/btnContactH.gif);
}

#divider
{
	width:960px;
	height:11px;
	background-image:url(images/horizontal-separator.gif);
	margin: 0;
	padding: 0;
	float:left;
	clear:both;
}

#Content
{
	clear:both;
	float:left;
	width:960px;
	overflow: hidden;
	background-image: url(images/background-content.gif);
	background-repeat: repeat-y;
}

#Contentleft {
	width:215px;
	float:left;
	margin-left:9px;
	background-color:#000000;
}


#Contentright {
	padding-left:0px;
	width:498px;
	float:left;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}

#Contentsideright
{
	width:223px;
	float:left;
	background-color:#999999;
	padding-left:1px;
	border: 1px solid #000000;
	height:auto;
	margin:auto;
}

#Contentsideright h5
{
	margin:auto;
	margin-top:0px;
	font-size:14px;
}

#Contentsideright a
{
	margin:auto;
	font-size:14px;
	padding-left: 5px;
}

#Footer
{
	width:960px;
	height:25px;
	background-image:url(images/footer.gif);
	float:left;
}

#login
{
  margin-top:37px;
}

#login input, select, textarea
{
color: #CCCCCC;
background: #000066;
border: 1px solid #993300;
margin-right:5px;
}

#signup input, select, textarea
{
color: #CCCCCC;
background: #000066;
border: 1px solid #993300;
margin-right:5px;
margin-top:1px;
}

#signup h2
{
	color:#FFFFFF;
	font-size:14px;
}

#helpfullinks
{
	width:147px;
}

#Footer p
{
	color:#FFFFFF;
	font-size:12px;

}

#Footer a
{
	color:#FFFFFF;
	font-size:12px;

}



