html, body {width: 100%; height: 100%; margin: 0px; padding: 0px;}
body {background-color: #F1F1F1; /*background-image: url(images/body_bg.jpg); background-repeat:repeat-x;*/}
body {font: normal 12px Verdana, Arial, sans-serif; color:#333333;}
body {text-align: center;}
img	{border: 0px;}

.spacer {height: 1px; clear: both; width: 100%;}

#main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#top_box {
	height: 25px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #7D9F41;
	padding-top: 5px;
}

#header {
	height: 106px;
	width: 1024px;
	background-image: url(images/header_blk.jpg);
	background-repeat: no-repeat;
}

#nav {
	height: 37px;
	width: 1024px;
	background-image: url(images/nav_bar.jpg);
	background-repeat: no-repeat;
}

#nav_menu {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-left: 35px;
	text-align: left;
}

#nav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:14pt;
}

.button {
	margin-left: 94px;
}

#media {
	height: 243px;
	width: 1024px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}	

.buttonexample a {
	background-image: url(images/garage1.jpg); 
	display:block;
	width:614px;
	height:243px;
	float: left;
}
.buttonexample a:hover {	
	background-image: url(images/garage1a.jpg);
}

#gradient {
	height: 15px;
	width: 1024px;
	background-image: url(images/grad_bar.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 1024px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}

#left {
	width: 200px;
	float: left;
	margin-left: 10px;
	padding: 10px;
}

.coupon {
	width: 184px;
	background-color: #FAFAD2;
	padding: 8px;
        
}

.coupon_content {
	width: 170px;
	border: 2px dashed #AAA;
	text-align: left;
	padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.coupon_content label {
	display: block;
	width: 45px;
	float: left;
	margin: 0px 4px 6px 4px;
	text-align: right;
}

#center {
	width: 560px;
	float: left;
	text-align: left;
	font-size: 13pt;
	padding: 10px;
	padding-left: 0px;
}

#center h1 {
	margin-top: 0px;
	font-size: 22px;
}

#center h2 {
	margin-top: 0px;
	font-size: 20px;
}

.box {
	width: 200px;
	height: 100px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	margin-top: 10px;
}

#right {
	width: 214px;
	float: left;
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;
}

.prop {
	height: 500px;
    float: right;
    width: 1px;
}

#bottom {
	width: 1024px;
	height: 26px;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
}

.fl {
	float:left;
}

/* begin anna edits */
#landingcenter {
	width: 789px;
	float: left;
	text-align: left;
	font-size: 13pt;
	padding: 0px;
}

#landingcenter img {
	padding: 0;
	margin: 0;
	z-index:90;
	float:left;
}

.dim img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.dim:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: .9;
opacity: .9;
}

.dim2 img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.dim2:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: .8;
opacity: .8;
}

#capture {
	background: url('images/capturebg2.png') no-repeat;
	width: 302px;
	height: 333px;
}

#captureCont {
	margin-left: auto;
	margin-right:auto;
	padding-top:180px;
	text-align: center;
}
.capturefield {
	background-color: #fff;
    border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:0 10px;
	width:250px;
	height: 25px;
	margin: 3px 0;
}

.landactionWRAP {
	background: url('images/captureTY.png') no-repeat;
	width: 302px;
	height: 333px;
}
