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

body {
	background: url(images/body.jpg) #fff 0px 215px repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2a2a2a;
}

a {
	color: #ba1b1b;
	text-decoration: none;
	font-weight: 700;
}

h4 {
	color: #ba1b1b;
	font-family: Georgia;
		font-size: 16px;
		float:left;
		font-weight: normal;
	text-transform: uppercase;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#header {
	height: 156px;
	background: url(images/hdr.jpg) #000 center no-repeat;
}

#headerWrapper {
	background-color: #000;
	border-bottom: solid 10px #7e2721;
}

#newsletter {
	height: 20px;
	width: 162px;
	float: right;
	margin-right: 120px;
	margin-top: 8px;
}

#tellafriend {
	height: 20px;
	width: 162px;
	float: left;
	margin-left: 120px;
	margin-top: 8px;
}

#nav {
	height: 32px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	width: 375px;
	/* background: url(images/nav_bg.jpg) repeat-x; */
}

#nav ul {
	display: inline;
	list-style: none;
	list-style-image: none;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#nav ul li {
	float: left;
	overflow: hidden;
	height: 32px;
	width: 75px;
	padding: 0;
}

/*
#nav a {
	height: 31px;
}
*/

#nav a.hover {
	display: block;
}

#content {
	/* border: 1px #666 solid; */
	margin: 30px auto 20px auto;
	padding: 0px;
	width: 900px;
	text-align: left;
	height:100%;
}

.packageWrapper {
	width: 680px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.imageWrapper {
	width:650px;
	margin:0px auto 0px auto;
}

.package {
	width: 210px;
	height: 365px;
	float: left;
	border: 4px #d7d7d7 solid;
	text-align: left;
	color: #fff;
	margin: 0px 0px 50px 5px;
	padding: 5px 2px 0px 0px;
	background: #000;
	text-align: center;
	position: relative;
}
.package ul {
	text-align: left;
	margin:0px;
	padding:0px;
}
.package ul li {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	text-indent: 0px;

}

#packageLeft {
	width: 265px;
	height: 340px;
	float: left;
	border: 5px #d7d7d7 solid;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
	padding: 8px;
	background: #000;
}

#packageRight {
	width: 265px;
	height: 340px;
	float: left;
	border: 5px #d7d7d7 solid;
	text-align: left;
	color: #fff;
	margin: 0px 0px 30px 10px;
	padding: 8px;
	background: #000;
}

#packageRight ul li, #packageLeft ul li {
	margin-bottom: 10px;
}

#packageRight ul li a, #packageLeft ul li a {
	text-decoration: underline;
	font-weight: 100;
}

#packageRight h2, #packageLeft h2 {
	font-size: 16px;
	padding: 0;
	margin-bottom: 10px;
}

#notes {
	width: 900px;
	border: 1px #333 solid;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 8px;
	background: #fff;
}

#notes ul li {
	font-size: 11px;
	margin-bottom: 8px;
}

#store {
	/* border: 1px red solid; */
	background: #fff;
	margin-top: 0;
}

#footer {
	height: 38px;
	background: url(images/ftr.jpg) no-repeat #000;
	border-bottom: 5px #1a1a1a solid;
	border-top: 0;
}

label {
	float: left;
	width: 110px;
	margin-top: 3px;
	margin-right: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

label.pixel {
	float: left;
	width: 112px;
	margin-top: 3px;
	margin-right: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

input {
	border: 2px solid #ba1b1b;
	background-color: #FFF;
	width: 90px;
	font-size: 21px;
}

select {
	border: 2px solid #ba1b1b;
	background-color: #FFF;
	width: 200px;
	font-size: 16px;
}

optgroup {
	margin-top: 10px;
}

.phoneHeader {
	font-weight: 700;
}

.price {
	position: absolute; 
	bottom: 7px;
	right: 9px;
}

.center {
	margin: 0px auto 0px auto;
}

.clear {
	clear:both;
	text-align: center;
}

.hidden { display:none; }
