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

/* Main style */
html, body {
	background: #FFF;
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: 'Times New Roman', Times, serif;
	text-align: center; 	
	}
#wrapper {
	background: #FFF;
	width: 800px;
	height: 851px;
	margin: 0 auto;
	color: #000;
	padding: 0; 
	text-align: left; 	
	position: relative;
	}
#main {
	background: url('img/Background.jpg') 0 0 repeat;
	margin: 0;
	padding: 30px 160px 30px 160px;
	clear: both;
	}
#main a {
	color: #000000;
	text-decoration: none;
	}
#main a:hover {
	text-decoration: underline;
	}
#text {
	background: #FFF;
	color: #000;
	}
#cart {
	position: absolute;
	left: 15px;
	width: 115px;
	top: 340px;
	background: #FFF;
	border-style: dashed;
	border-color: #000;
	border-width: thin;
	padding: 5px;
	margin: 0
	}
#cart h4 {
	padding: 5px;
	margin: 0;
	}
.line {
	margin-left: 110px;
	margin-right: 110px;
	clear: both;
	}
.warning {
	color: #FF0000;
	font-weight: bold;
	}
.center {
	text-align: center;
	}
form {
	text-align: center;
	}
.submit {
	position: relative;
	left: 80px;
	}
p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	}
img {
	border: none;
	}
a {
	outline: none;
	}
#navbar {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}
#navbar a  { 
	display: block;  
	background: white;
	padding: 0;
	}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navbar li {
	text-indent: -100em;
	float: left;
	}
#how a { width: 234px; height: 80px; overflow: hidden; background: #42c8f4 url('img/how.jpg') 0 0 no-repeat;}
#how a:hover { width: 234px; height: 80px; overflow: hidden; background: #42c8f4 url('img/how.jpg') 0 -80px no-repeat;}
#signup a { width: 152px; height: 80px; overflow: hidden; background: #42c8f4 url('img/signup.jpg') 0 0 no-repeat;}
#signup a:hover { width: 152px; height: 80px; overflow: hidden; background: #42c8f4 url('img/signup.jpg') 0 -80px no-repeat;}
#purchase a { width: 293px; height: 80px; overflow: hidden; background: #42c8f4 url('img/purchase.jpg') 0 0 no-repeat;}
#purchase a:hover { width: 293px; height: 80px; overflow: hidden; background: #42c8f4 url('img/purchase.jpg') 0 -80px no-repeat;}
#nyc a { width: 121px; height: 80px; overflow: hidden; background: #42c8f4 url('img/nyc.jpg') 0 0 no-repeat;}
#nyc a:hover { width: 121px; height: 80px; overflow: hidden; background: #42c8f4 url('img/nyc.jpg') 0 -80px no-repeat;}
