body{
	background: url('./img/background.jpg') repeat;
}

#body{
	font-family: Arial;
	font-size: small;
	width: 964px;
	margin-left: auto;
    margin-right: auto;
    border: solid 1px;
    margin-top: -14px;
    background-color: white;
}

#contentTable{
	margin-top: -18px;
	height: 500px;
}

/*Cart Table*/
#cart{
	vertical-align: top;
	margin-top: -5px;
}

#carttd{
	border-right: solid 1px #666666;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}

#carttd a{
	text-decoration: none;
	color: #333333;
}


#carttd1{
	border-right: solid 1px #666666;
	width: 120px;
	text-align: center;
	font-size: 80%;
	vertical-align: middle;
}

#carttd1a{
	border-right: solid 1px #666666;
	width: 120px;
	text-align: center;
	vertical-align: middle;
}
#carttd1 a{
	text-decoration: none;
	color: #333333;
}


/*LEFT MENU */
#leftMenu{
	width: 180px;
	background-color: white;
	border-right:double medium #999999;
}

#menuTable{
	position:absolute;
	top:0px;
	width:180px;
	margin-left:-5px;
}

#menuTable td{
	border-bottom: solid 1px #cccccc;
	background-color: #eaeaea;
	font-size:80%;
	color: #333;
}

#menuTable #menuSubLink a{
	color: #ff9933;
}

#menuTable a{
	color: #333;
	text-decoration: underline;
}

#menuTable a:hover{
	color: black;
	text-decoration: none;
}

#menuTable #menuHeader{
	font-weight: bold;
	font-size:small;
	background-color: #cccccc;
}

#menuTable #menuSubCat{
	font-weight: bold;
	font-size:small;
	background-image: url('./img/tabletop.jpg');
}
/* Main Content */

#tdContent{
	width: 770px;
	vertical-align: top;
}

#tree{
	font-weight: bold;
	color: #999999;
}

/* Item Tables */

#itemTable{
	width: 770px;
	background-color:white;
}

#itemTable th{
	background-image: url('./img/tabletop.jpg');
	background-repeat: repeat-x;
	font-size:small;
}
#itemTable td{
	border-bottom:solid 1px #cccccc;
}


/*Login Table*/

#loginTable{
	width: 400px;
	background-color:white;
}

#loginTable th{
	background-image: url('./img/tabletop.jpg');
	background-repeat: repeat-x;
	font-size:small;
}

#red{
	color:red;
}


#main{
	width: 964px;
}

#content
{
	position: relative;
	background: rgb(225,225,225);
	zoom: 1;
	border: medium solid gray;
	width: 956px;
	margin-left: auto;
    margin-right: auto;
    z-index: 5;
    min-height:500px;
}


#footer
{
	text-align:center;
	font-size: 70%;
	width: 964px;
	height: 95px;
}

/*Headings*/
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: #D96B11;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid;

}

h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;		
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #76b7d7;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h4 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
}

h5 
{
	color: #9ad5f3;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}

h7
{
	background: url(./img/tabletitle.jpg);
}
