@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#4F4F4F;
}

#container {
	margin:0 auto;
	width:950px;
	background-color: #4F4F4F;
}

#banner {
	margin-top:0;
	padding:0;
	width:950px;
	height:74px;
	background-color:#4F4F4F;
	background-image: url(images/banner.jpg);
}

#banner	ul {
	text-align: right;
	padding-top: 5px;
}

#banner	ul li {
 	display:inline;
	min-width: 200px;
}

#banner ul li a {
	margin-right: 20px;
	list-style:none;
	color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}

#banner ul a:hover {
	list-style:none;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#content {
	clear:both;
	display:block;
	margin: 0px 0px 0px 0px;
	width:950px;
	height:480px;
	background-color:#000000;
	background-image:url(images/centerbkgrnd.png);
	background-repeat:no-repeat;
}

#Specials{
	margin-top: 150px;
	border:none;
}

#Specials img {
	border:none;
	width:auto;
	height:auto;
}

#Newsletter {
	border:none;
	width:auto;
	height:auto;
	padding-left: 15px;
}

#Button {
	background: no-repeat  url(images/btnbg.jpg);
	height: 157px;
}	

#Button img {
	border: solid 3px #ccc;
	margin: 15px 5px 0px 0px;
	clear:both;
	width:101px;
	height:106px;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

#Button #first img {
	border: solid 3px #ccc;
	margin: 15px 5px 0px -120px;
	clear:both;
	width:101px;
	height:106px;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}


#Button #first:hover img {
	border-color: #006666;
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}



#Button a:hover img {
	border-color: #006666;
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}


#ButtonTitles {
	margin: 	-30px 0px 0px 10px;
	text-align: center;
	word-spacing: 60px;
	width:950px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
}

#ButtonTitles a#first {
	color: #fff;
	text-decoration:none;
}

#ButtonTitles a {
	color: #fff;
	text-decoration:none;
	float:left;
	display:inline;
	min-width: 115px;
}

#ButtonTitles a:hover, #ButtonTitles a:hover#first  {
	color: #ec008c;
}


#footer {
	width:950px;
	height:150px;
	background-image:url(images/footerbkgnd.jpg);
	background-repeat:no-repeat;
}

#copyright a {
	color: #666666;
	font-size:12px;
	text-decoration:none;
}
#copyright a#privacy{
	text-decoration: underline;
}

#copyright a:hover {
	color: #000000;
}

#copyright p {
	line-height: 12px;
}

#policy {
	background-color:#333333;
	color:#CCCCCC;
	text-align:left;
	font-size:14px;
}

#policy a {
	background-color:#333333;
	color:#CCCCCC;
	text-align:left;
	text-decoration:none;
	font-size:14px;
}

#policy #title{
	color:#666666;
	font-size:14px;
	text-align:center;
}
/* NAVBAR ON TOP PAGE */
div#navbar {  
	font-weight:bold;
	background:#FFFFFF;
}

#navbar a { 		
	text-decoration: none; 			
	padding: 0 1em 0em 1em;
	color:#666666;
}

#navbar a:hover {	
	text-decoration: none; 			
	padding: 0 1em 0em 1em;
	color: #ec008c;
}