﻿* 
{

}

image 
{
	border:0px;
}

body
{
	font-family: 'Century Gothic', 'Arial';
	font-size: 16px;
	margin:0px;
	padding:0px;
	background-color:Gray;
}

a:link {
    text-decoration: underline;
    color:White;
}

a:visited {
    text-decoration: underline;
    color:White;
}

a:active {
    text-decoration: underline;
    color:White;
}

#page
{
	background-image: none;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	border-left: solid 5px black;
	border-right: solid 5px black;
	width: 1000px;
	background-color: black;
	text-align: center;
}
#header
{ 
	width:100%;
	background-color:Black;
	color:White;
}
#footer
{ 
	width:100%;
	background-color:Black;
	color:Gray;
	
}
#menu
{
	width:100%;
	
	background-color:Black;
}
#mainbody 
{
	width:100%;
	margin:0px 0px;
	background-color: Transparent;
	background-image: url(/app_themes/images/mainbodybkgrnd.jpg);

	
}
#leftMenu 
{
	margin-left: 10px;
	padding-left:20px;
	padding-top:15px;
	width:195px;
	float:left;
	text-align:left;
	font-size:30px;
	background-color:Transparent;
	margin-top: 10px;
}
#maincontent
{
	margin-top: 10px;
	padding-left: 10px;
	margin-right: 10px;
	width:728px;
	float:right;
	background-color:Transparent;
}
ul#leftNav {
	padding: 0;
	margin: 10px 0 0 0px;
	list-style-type: none;
	width: 175px;
}

	#leftNav li a, #leftNav li ul li a {
		display: block;
		text-decoration: none;
		color:Gray;
	}
	
	/* forces the height of the li items so there's no huge gap */
	* html #leftNav li { height: 1.7em; }
		
	#leftNav li a.image-menu-link {
		height: 26px;
		width: 155px;
		padding-left: 10px;
	}
	
	#leftNav a:hover 
	{
		color: #61bbf7;
		background: url('../App_Themes/images/menuHighlight.jpg') no-repeat top left;
	}
	
#cartContainer
{
	width:600px;
	margin:15px 25px 15px 0px;
	text-align:center;
	font-size:.8em;
}

#cartContainer h1
{
	color:White;
	font-size:1.4em;
}