body {
	background:  #000; 
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	
}

	
/* 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: Verdana, Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 
	font-size: 11px;
	line-height: 15px;
	margin: 20px;
	color: #333;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	text-indent: 20px;
	vertical-align: middle;
	width: 266px;
	height: 40px;
	background: url(images/header.gif) no-repeat;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;

	
}	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-size:14px;
	font-weight: bold;
	margin-left: 20px;
	text-align: left;
}

h3{ 
	font-size: 18px;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}




/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
}
li {
	color:#333;
	font-size: 11px;

}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



div#container {
	width:770px;
	margin: 0px auto;
	position: relative;
 }

div#main{	
	
}

div#containerindex {
	width:600px;
	margin: 0px auto;
	position: relative;

 }

	
	

div#top{
	background: url("images/bg.gif");
	width: 770px;
	height: 34px;
}

div#header{
	background: url("images/header.jpg");
	width: 630px;
	height: 125px;
	margin: 0px auto;
	border-bottom: 0px solid #000;

}



div#content {
	width: 630px;
	background: #fff;
	color: #fff;
	float: left;
	margin: 0px;
	border-bottom: 40px solid #111;
 }
 
 div#pagetext{
 width: 450px;
 margin-top: 0px;
 float: left;
 
 }
 
 
 div#right{
	 width: 150px;
 	float: right;
	background: #000;
	color: #fff;
	margin-right: 10px;
	border: 3px solid #ccc;
 }
 
 
  div#right p{
	color: #fff;
	margin: 5px;
 }

div#content ul{
}

div#content li{
	margin-bottom: 10px;
	border-bottom: 2px solid #ff0000;
	width: 25%;
	margin-left: 40px;
}
 
 div#left{
 	background: url(images/leftbg.gif) no-repeat;
	float: left;
	width: 140px;
 }
 
 div#address{
 width: 630px;
 background: #f2f2f2;
 clear: both;
 border-top: 1px solid #ccc;
 margin: 0px;
 }
 
 
 div#left p{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin-left: 5px;

 }

 div#links {
	 width: 770px;
	 background: #000;
	 color: #000;
	 clear: both;
	 text-align: right;
	 margin: 0px auto;

 }


 div#indexlinks{
	 width: 600px;
	 color: #fff;
	 clear: both;
	 margin: 0px auto;
 }
 
div#links p {
	 font-size: 11px;
	 color:#fff;
	 text-align: center;
	}
/*
div#linksindex p {
 font-size: 11px;
 color:#006600;
 text-align: center;
}
*/

 
div#footer {
	 height:25px;
	 width: 600px;
	 color: #000;
	 padding-top: 30px;
	 margin: 0px auto;
}


 
 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	text-align: center;
	margin: 0px auto;
	clear:both;

 }
 
 #coupon{
	 margin: 0px auto;
	 width: 349px;
	 height: 339px;
	 margin: 30px auto;

 }
 

 
 /* ----------------- IMAGE ELEMENTS ----------------- */

#top .imgleft{
float: left;
}

#top .imgright{
float: right;
}


img.left {
	float: left;
	margin:10px;
	border: 2px solid #000;
	
}

img.right {
	float: right;
	margin: 10px;
	border: 2px solid #000;
}

img.nav{
	margin-left: 20px;

}

.left {
 float: left;
 margin: 20px;
}

clear {
	clear: both;
}
 
 /* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */
 
div#navigation{
	background: url(images/navbg.jpg) no-repeat;
	width: 140px;
	height: 437px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li{
	border-bottom: 0px solid #fff;
	font-size: 10px;
	margin: 0px;
	text-indent: 15px;
	
	

}

#navigation li a {
	width: 140px;
	display: block;
	padding: 5px 0px 5px 0px;
	color:#fff;
	text-decoration: none;
	border-left: 0px solid #fff;
	

	
}


#navigation li a:hover{
	background: #333;
	color:#fff;
	
	border-left: 0px solid #ff9900;
}

#navigation .current {
	color: #FFFF00;
} 

div#link a:link, a:visited, a:hover, a:active {color: #ff9900;}

/*-------------------Custom Classes--------------------*/
.caption{
	margin-top: -17px;
	}
	
	.textcenter {
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	color: #000000;
	}
