/* Begin CSS Reset */
*, html, body, div, table, tr, td, img, p, input {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border:0px;
	}

body {
	color:#000000;
	font-size:12px;
	font-family:arial, verdana;
	}

img { display:block; }

a {
	color:#e33a2a;
	font-weight:bold;
	background-image:url(../images/link-arrow.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding-right:10px;
	text-decoration:none;
	}

input {outline:none}

a:hover {text-decoration:underline;}

.left {
	float:left;
	}
	
.right {
	float:right;
	}	
	
.clear {
	clear:both;
	overflow:hidden;
	line-height:0px;
	}	
/* End CSS Reset */

/* Begin Input Styles */

input {
	border-top:2px solid #d1d2d3;
	border-left:2px solid #d1d2d3;
	border-right:1px solid #8d8f90;
	border-bottom:1px solid #8d8f90;
	border-style:groove;
	}
	
/* End Input Styles */


#content-container {
	margin:auto;
	width:1024px;
	height:800px;
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	}

#content-container2 {
	margin:auto;
	width:1024px;
	height:800px;
	background-image:url(../images/main-bg2.jpg);
	background-repeat:no-repeat;
	}

#links-container {
	margin-left:100px;
	padding-top:210px;
	width:480px;
	}

#form-container {
	margin-left:170px;
	padding-top:178px;
	width:245px;
	}

.promo-code-label {
	text-align:center;
	font-size:18px;
	color:#e33a2a;
	padding-bottom:4px;
	}

.promo-code {
	width:240px;
	padding:2px;
	font-size:16px;
	height:20px;
	text-align:center;
	}

.submit-button {
	margin:auto;
	width:88px;
	padding-top:10px;
	}

.location-block {
	padding-bottom:10px;
	}

.left-column-links {
	float:left;
	width:260px;
	height:560px;
	}

.submit {
	background-image:url(../images/submit-button.jpg);
	width:88px;
	height:37px;
	border:0px;
	cursor:pointer;
	}

.submit:hover {
	background-position:0 -37px;
	}


