* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('../images/layout/bg_main.jpg') repeat-x top left #a0baaf;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	color: #999999;
	font-weight: normal;
	padding: 15px 15px 2px;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #777777;
	padding: 8px 15px;
}

p {
	line-height: 1.4em;
	color: #333333;
	padding: 4px 15px 14px;
}

ul, ol {
	padding: 4px 15px 10px;
}

li {
	margin-left: 25px;
}

#wrapper {
	width: 706px;
	margin: 0 auto;
}

#page-wrap {
	margin-top: 10px;
	padding-top: 22px;
	position: relative;
}

#page-wrap #login-area {
	position: absolute;
	right: 15px;
	top: 14px;
}

#page-wrap #login-area a {
	color: #7e7863;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#page-wrap #login-area a:hover {
	text-decoration: underline;
}

#page-wrap-bottom {
	padding-bottom: 12px;
	background: url('../images/layout/bg_shadow_bot.jpg') no-repeat bottom left;
}

#page-wrap-top {
	padding-top: 12px;
	background: url('../images/layout/bg_shadow_top.jpg') no-repeat 3px top;
}

#page-header {
	height: 177px;
	background: url('../images/layout/page_shadow_head.jpg') no-repeat top left;
}

#page-header h1 {
	visibility: hidden;
}

#page-wrap #navigation {
	border-top: 1px solid #6e7376;
	border-bottom: 1px solid #6e7376;
	background: url('../images/layout/bg_nav.jpg') repeat-x top left #cccbcb;
}

#page-wrap #navigation ul {
	background: url('../images/layout/bg_nav.jpg') repeat-x top left #cccbcb;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#page-wrap #navigation li {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
}

#page-wrap #navigation a {
	display: block;
	float: left;
	padding: 6px 15px;
	text-decoration: none;
	color: #52625d;
	font-weight: bold;
	background: url('../images/layout/bg_nav_hover.jpg') repeat-x 0 -60px;
}

#page-wrap #navigation a:hover {
	background-position: 0 0;
	background-color: #829d93;
	color: #475054;
}

#page-content {
	padding-left: 12px;
	padding-right: 12px;
	background: url('../images/layout/page_shadow_grn.jpg') repeat-y top left;
}

#body {
	clear: both;
}

#footer p {
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer p a:hover {
	text-decoration: underline;
}

/* MAIN LOGIN FORM START */

form#main-login-form {
	margin: 0;
	padding: 10px 15px;
}

#main-login-form td {
	padding: 3px 5px;
}

/* MAIN LOGIN FORM END */

#new-registration {
	padding: 10px 15px;
}

#new-registration td {
	padding: 3px 10px 3px 0;
	font-size: 12px;
}

#coupon-list {
	margin: 10px 15px;
	border: 1px solid #aaaaaa;
}

#coupon-list th, #coupon-list td {
	padding: 3px 5px;
}

#coupon-list th {
	background-color: #efefef;
	border-bottom: 1px solid #aaaaaa;
}

#coupon-list .even td {
	background-color: #eeeeff;
}

#coupon-list td.vendor {
	font-weight: bold;
}

#google-map {
	border: 1px solid #000000;
	width: 300px;
	height: 300px;
}

div.generic-holder {
	padding: 15px;
}

div.error-message {
	margin: 15px;
	border: 2px solid #aa0000;
	color: #aa0000;
}

div.error-message h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 0;
}

div.error-message p {
	padding: 5px;
	color: #aa0000;
}

table.form-holder {
	margin: 8px 15px 10px;
}

table.form-holder td {
	vertical-align: top;
}

table.form-holder td.label {
	padding: 3px 10px 3px 0;
}

table.form-holder td.value {
	padding: 3px 0 3px 10px;
}

table.form-holder td.value textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 11px;
}

div.quote-wrapper {
	padding: 10px 15px;
}

div.center-quote {
	width : 80%;
	margin: 0 auto;
	border: 2px solid #cccccc;
	background-color: #efefef;
	padding: 10px;
}

p.quote {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 12px;
	color: #444444;
}

p.signature {
	margin: 0;
	padding: 15px 0 0;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
