/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/bg2.jpg) repeat-x #fff;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;		
}


*html body{
 	font-size: x-small /* for IE5/Win*/
	f\ont-size: small;/*for  all other older verions of IE */

	}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}

/* Redefines the p tag: text set universally in body tag */
p { 	
	color: #666;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 10px 10px 0px;
	line-height: 1.8em;

}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	text-transform: uppercase;
	color: #524e4e;
	font-weight: normal;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;

}

h6{
	text-align: center;
	font-size: 100%;
	margin: 20px;
	padding-top: 5px;
	width: 600px;
	height: 15px;
	color: #009999;
	
}


#pagetext li {
	font-size: 120%;
	list-style:url(images/arrow.gif);
	color: #666;
	margin: 0px 0px 0px 40px;
	line-height: 1.6em;	
		
}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #333;
	text-decoration: underline;
	
}
a:visited {
	color: #333;
	text-decoration: underline;	
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;	
}

.list{
	line-height: 1.5;
	margin-left: 40px;
	color: #333
}

.textbox{
 width: 310px;
 border-left: 1px solid #efefef;
 float: left;
 padding-left: 10px;
}

.textbox2{
 width: 560px;
 border-left: 1px solid #efefef;
 float: left;
 padding-left: 10px;
}

.textbox1{
 width: 760px;
 float: left;
 padding-left: 10px;
}

.textbox img{
	padding: 5px;
	border: 1px solid #ccc;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 980px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}


div#indexcontainer{
	width: 960px;
	height: 500px;
	background: #009999;
	margin: 0px auto;
	
}


div#container { 
	width:980px; 
	margin: 0px auto;
	position: relative;

	}
	
#coupon{
	height: 349px;
	width: 269px;
	display: inline;
}	


#indexright{
	width: 269px;
	float: right;
	display:inline;
}

#indexflash{
	float: left;
}
	
/*=====================Flash================================*/	




div#header { 
	background: url(images/head1.jpg);
	width: 980px;
	height: 68px;
	margin:0px auto;
	position: relative;
 }
 
div#flash{
	margin-left: 1px;
}

div#top{
	width: 980px;
	height:178px;
	margin: 0px auto;
	background: url(images/flash4.jpg);
}


div#leftcolumn{
	width: 285px;
	margin-top: 20px;
	float: left;
	display: inline;
	
}

div#leftcolumn1{
	width: 100px;
	margin-top: 20px;
	float: left;
	display: inline;
	
}
div#leftcolumn img{

}


div#pagetext {
	width: 670px;
	background: url(images/pagetextbg.gif) repeat-x #fff;
	float: left;
	padding-left: 15px;
	position:relative;	
	display: inline;
	margin-top: 20px;
	border-left: 3px solid #9d0000;
}

div#pagetext1 {
	width: 720px;
	background: url(images/pagetextbg.gif) repeat-x #fff;
	float: left;
	padding-left: 15px;
	position:relative;	
	display: inline;
	margin-top: 20px;
	border-left: 3px solid #9d0000;
}


div#left a:link{
	color: #ffff00;		
}

div#left a:visited{
	color: #ffff00;		
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:left;
	
}



address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#333;
	font-size: 110%;
	margin: 10px 0px 12px 10px;	
	padding: 3px;
}


address span{
	
	font-size: 90%;
}

div#footer {
	width: 980px;
	height: 25px;
	background: #9d0000;
	position: relative;
	margin: 0px auto;
	border-top: 1px solid #ccae7e;
}

	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
}


.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 2px;

}


 #copyright {
 	width: 980px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9d0000;
	font-size:9px;
	margin: 0px auto;
	margin-top: 10px;
 }
 
 #copyright img{
 	margin-top: -20px;
	margin-bottom: 20px;
	float: right;
 }
 
 #copyright a{
 	color: #9d0000;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	
	/* ---------------------- nav ---------------------- */
  #navcontainer {
	width:980px;
	height: 27px;
	background: url(images/nav3.jpg);
	position: relative;
      }
	  
	#mainnav{
	margin-left: 0px;
		
	}	
	
	#mainnav ul{
	position: absolute;
	left: 315px;
	top: 4px;
	height: 25px;
	width: 805px;
	
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 120%;
		float: left;
		color: #fff;
		font-weight: bold;
		padding: 5px 15px 2px 15px;
		text-decoration: none;
		background: none;
		border-right: 1px solid #c00;
		border-left: 1px solid #990000;
		/*
		border-bottom: 3px solid #c69d6f;
		*/
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		color: #fff;
		border-bottom: 3px solid #fff;
		background: #b41b1b;
		}
		
		#mainnav ul li .current{
		background: none;
		color: #fff;
		border-bottom: 3px solid #fff;
		}

	
	

/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 796px;
	height: 24px;
	left: 50px;
	top: 1px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #ff0;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #ff0;
		width: auto;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}


.bullets{
	width: 310px;
	float: left;
	margin: 10px 0px 10px 0px;
	position: relative;
	display: inline;
}


.column1{
	width: 310px;
	height: 80px;
	float: left;
	margin: 10px 0px 10px 10px;
	background: #efefef;
	position: relative;
	display: inline;
	border: 1px solid #ccc;
}

/*=====================Netopia================================*/
iframe{

}

/*========================ADMIN LOGIN======================*/

div#ownerlogin{
float: right;
margin: 0px 50px 10px 0px;
}

div#ownerlogin a{
	color: #9d0000;
}

.border{
	border: 1px solid #ccc;
	padding: 2px;
}


#audio{
	position: absolute;
	left: 770px;
	top: 12px;
}

.bold{
	color: #fff;
	background: #9d0000;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
