/* CSS Document */

body,
	html {
		margin:0;
		padding:0;
		background:#0099FF;
		color:#000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	body {
		min-width:800px;
		background-color:#0099FF;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		background-image:url(css-images/background.jpg);
		background-repeat:repeat-x;
		font-size: 12px;
	}
	
	a:link, a:visited {
	color:  #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

	a:hover, a:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}
	
		a.credits:link, a.credits:visited {
font-size: 9px;
font-weight: normal;
}

	a.credits:hover, a.credits:active {
	font-size:9px;
	font-weight: normal;
}
	
	#wrap {
		background: transparent;
		margin:0 auto;
	    width: 800px;
		min-height: 700px;
	}

div#header {
margin-top: 50px;
		height:267px; 
		background: transparent;
	}


div#menu {
position: absolute;
top: 5px;
margin: auto;
width: 800px;
height: 46px;
text-align:center;
}

	div#home-main {
	background: transparent;
	width:780px;
	line-height: 22px;
	padding-left: 5px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

	div#footer {
width: 800px;
text-align: center;
line-height: 20px;
background: transparent;
	}

h1 {
font-size: 14px;
line-height: 20px;
}


.specials {
background-image:url(css-images/dealstop.gif);
background-repeat:no-repeat;
padding-top: 40px;
padding-left: 30px;
padding-right: 10px;
width: 200px;
line-height: 14px;
}

.specials p {
margin-bottom: 0px;
}

.specialsbottom {
background-image:url(css-images/dealsbottom.gif);
background-repeat:no-repeat;
padding-top: 40px;
padding-left: 30px;
padding-right: 10px;
width: 200px;
height:55px;
}

.shortform {
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
line-height: 15px;
}

input {
margin-bottom: 4px;
}

.emailsignup {
background-image:url(css-images/yellow.gif);
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
color: #000000;
line-height: 16px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 20px;
padding-top:12px;
width: 220px;
background-repeat: no-repeat;
}

form {
margin: 0px;
}