﻿div#container
{
   width: 1000px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align:center;
}
h1{
	font-size:28px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-weight:600;
	margin-top:0px;
	margin-bottom:0px;
}

ul li{
	margin: 0px 0px 0px 0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px;
	line-height:20px;	
}

h2{
	font-size:19px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-weight:600;
	margin-top:0px;
	margin-bottom:0px;
}

.menu{
	font-family:"Comic Sans MS", Verdana;
	font-size:16px;	
}

.script{
	font-family:"Brush Script MT";
	font-size:22px;
	color:#00CC00;
}

.dropmenu {
	background-color:#FDD;
	font-family:"Times New Roman", Times, serif;
	border: 2px #AAA solid;
	font-weight:bold;
	padding:0px 0px 0px 0px;	
}

.xyz {
	position:relative;
	width:100%;
	height:100%;
	text-align:center;	
}

table{	
	margin-left:auto; 
	margin-right:auto; 
	width:1000px;
}

td.vendors{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:210px;
	font-weight:bolder;
	line-height:19px;
	border:1px #009933 solid;
	text-align:left;
}

.buttonOff{
 	background-color:#DDF;
 	font-family:"Comic Sans MS", Verdana;
 	font-size:16px;
 	width:25%;
	border: 2px #090 solid;
	font-weight:bold;
	padding:0px 0px 0px 0px; 	
}

.buttonOn{
	background-color:#FDD;
	font-family:"Comic Sans MS", Verdana;
	font-size:16px;
	width:25%;
	border: 2px #AAA solid;
	font-weight:bold;
	padding:0px 0px 0px 0px;		
}


.menuLinkOn{
	margin:0px 0px 8px 40px;
	text-align:left;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}

.menuLinkOff{
	margin:0px 0px 8px 40px;
	text-align:left;
	color:green;
	text-decoration:none;
	cursor:default;
}

.imgLink{
	text-decoration:none;	
}

.address{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align:center;
}

body{
   text-align: center;
   margin: 0;
   background-image:url('images/mainbackground.jpg');
}

a img{
	border:0
}

a:link{
   color:#060;
   text-decoration:none;
}

a:visited{
   color:#060;
   text-decoration:none;
}

a:active{
   color:#FF0000;
   text-decoration:none;
}

a:hover{
   color:#0000FF;
   text-decoration:none;
}


