﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	background: silver;
	font-family: Arial, Helvetica, sans-serif;
	background: url(bg.jpg) repeat-x;
	color:#333;
}
#container
{
	width: 800px;
	margin: 7px auto;
	background: white;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}
/*-----------------------------HEADER */
#header
{
	width: 800px;
	margin: 0px auto;
	height: 165px;
}
.businessName
{
	width: 500px;
	padding: 3px 0px;
	font-size: 20px;
	font-weight: bold;
}
#businessHeadline
{
	width: 500px;
	padding-top: 5px;
	color: Gray;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;	
}
#businessInfo
{
	float: left;
}
#addressPhoneContainer
{
	width: 480px;	
}
#addressPhoneContainer #address
{
	width: 230px;
	padding: 0px 10px;
	float: left;
}
#addressPhoneContainer #numbers
{
	width: 195px;
	padding: 0px 10px;
	float: right;
}
#address, #numbers
{
	font-size: 14px;
}
#logo
{
	width: 265px;
	height: 150px;
	background: url(logo-bg.png) bottom left no-repeat;
	float: right;
	margin: 0 15px 0 0;
	text-align: center;
}
#logo img
{
	border: none;
	padding: 6px 0 0 0;
	max-height: 130px;
	max-width: 250px;
	margin: 0px auto;
}

.paymentMethod
{
	padding: 2px 2px;	
}

/*------------------------------ACTION BAR */
#actionBar
{
	width: 100%;
	height: 27px;
	background: url(nav-bg.jpg) top left repeat-x;
	border-bottom: 1px solid #ccc;
}
#actionBar ul
{
	margin: 0px;
	padding: 0px;
}
#actionBar li
{
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 13px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	background: url(nav-button-bg.jpg) top left repeat-x;
	list-style: none;
	border-bottom: solid 1px #ededed;
	line-height: 25px;
	border-right: solid 1px #e4e4e4;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
#actionBar li:hover
{
	text-decoration: underline;
}
#actionBar li.right
{
	float: right;
	background: none;
}
#actionBar li img
{
	height: 14px;
	padding-right: 7px;
}
#actionBar a
{
	color: #333;
	font-size: 12px;
	border: none;
	text-decoration: none;
}
/*------------------------------CONTENT ACTION BAR */
#contentActionBar
{
	width: 100%;
	height: 27px;
	background: url(nav-bg.jpg) top left repeat-x;
}
#contentActionBar ul
{
	margin: 0px;
	padding: 0px;
}
#contentActionBar li
{
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 13px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	background: url(nav-button-bg.jpg) top left repeat-x;
	list-style: none;
	border-bottom: solid 1px #ededed;
	line-height: 25px;
	border-right: solid 1px #e4e4e4;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.contentPanel
{
	padding: 10px;
	font-size: small;
}
.contentPanel h2
{
	font-size: larger;
	padding: 15px 0px 5px 0px;
}
.contentPanel .leftColumn
{
	float: left;
	width: 57%;
	border-right: 1px solid #EDEDED;
}
.contentPanel .rightColumn
{
	float: right;
	width: 42%;
}

.rightColumn fieldset
{
	width: 310px;
}

/*------------------------CONTACT US TAB */
#contact-us
{
	width: 410px;
	margin: 50px auto;
	padding: 30px 0 0 90px;
	background: #f8f8f8;
	border: 4px solid #e1e1e1;
}
#contact-form
{
	padding: 15px 0;
}
#contact-form label
{
	width: 90px;
	float: left;
	text-align: right;
	color: #2a2a2a;
	font-weight: bold;
	line-height: 28px;
	padding-right: 3px;
	margin-top: 10px;
}
.contact-input
{
	width: 235px;
	height: 28px;
	background: #fff;
	border: 1px solid #9d9d9d;
	float: left;
	margin-top: 10px;
	font-size: 18px;
}
#message-input
{
	width: 235px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #9d9d9d;
	float: left;
	height: 100px;
}
#form-submit
{
	background: #e3e3e3;
	border: 1px solid #9d9d9d;
	padding: 4px 8px;
	width: 70px;
	margin: 10px 0 0 260px;
}
#email
{
	font-size: 14px;
	color: #003399;
}


/*-------------------------------COUPON TAB STYLES------------------------------*/
.coupon
{
	width: 318px;
	float: left;
	margin: 20px;
	background: url(coupon-top.jpg) top left no-repeat;
	padding-top: 26px;
}
.coupon div
{
	background: url(coupon-bottom.jpg) bottom left no-repeat;
	padding-bottom: 27px;
}
.coupon div div
{
	background: url(coupon-bg.jpg) top left repeat-y;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
.coupon-title
{
	color: #a42830 !important;
	font-size: 25px;
	padding: 5px 0;
}

/*-------------------------------SEND TO PHONE STYLES-----------------------------*/
#phone-header
{
	padding-bottom: 20px;
}
.number
{
	float: left;
	width: 30px;
	padding: 0 0 0 80px;
}
.phone-box
{
	width: 180px;
	background: #fafafa;
	border: 3px solid #eeeeee;
	float: left;
	padding: 10px;
}
#phone-form
{
	font-size: 14px;
}
#phone-form label
{
	font-size: 10px;
	color: #444;
	margin-top: 10px;
}
#phone-input
{
	border: 1px solid #b6b6b6;
	height: 20px;
	width: 150px;
}
#carrier
{
	width: 150px;
}
#phone-submit
{
	width: 104px;
	height: 36px;
	background: url(send-info.jpg) top left no-repeat;
	border: none;
	margin: 6px 50px;
}
#step-two
{
	background: url(cell.jpg) bottom center no-repeat;
	padding-bottom: 130px;
}

/*-----------------------------FOOTER */
#footer
{
	padding: 20px 0px 10px 0px;
	text-align: center;
	font-size: small;
}

/*-----------------------------GENERAL STYLES */
.clear
{
	clear: both;
	width: 100%;
}
a img
{
	border: none;
}
fieldset
{
	margin: 0px 10px 10px 0px;
	padding:8px;
	max-width:430px;
	overflow:hidden;
	border: 1px solid #EDEDED;
}
fieldset table,tr,td
{
	padding:0px;
}
fieldset legend
{
	margin-left: 10px;
	font-size:medium;
	font-weight:bold;
	color: #333;
}
fieldset object, fieldset embed
{
	max-width:425px;
}
p.footerText
{
	margin:0px auto;
	text-align:center;
	font-size:small;
}
.map
{
	overflow: hidden;
	width: 100%;
	height: 300px;	
}
.map div
{
	padding: 0px;	
}