*
{
	margin: 0;
	padding: 0;
}
body
{
	background: silver;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/featured_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: 130px;
}
.businessName
{
	width: 800px;
	padding: 3px 0px 0px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fdba45;
}
#businessHeadline
{
	width: 500px;
	padding-top: 5px;
	color: Gray;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;	
}
#businessInfo
{
	float: left;
	color:#FFFFFF;
}
#addressPhoneContainer
{
	width: 580px;	
}
#addressPhoneContainer #address
{
	width: 230px;
	padding: 0px 10px;
	float: left;
}
#addressPhoneContainer #numbers
{
	padding: 0px 10px;
	float: right;
}
#address, #numbers
{
	font-size: 14px;
}
#numbers {
width: 300px;
}
#numbers a:link {
color:#a0dcf8;
text-decoration:none;
}
#numbers a:visited {
color:#a0dcf8;
text-decoration:none;
}
#numbers a:hover {
color:#73cbf1;
text-decoration:none;
}
#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(../images/featured-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(../images/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(../images/featured-nav-bg.jpg) top left repeat-x;
}
#contentActionBar ul
{
	margin: 0px;
	padding: 0px;
}
#contentActionBar li
{
	position: relative;
	float: left;
	padding: 0px 13px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	background: url(../images/nav-button-bg.jpg) top left repeat-x;
	list-style: none;
	border-bottom: solid 1px #ededed;
	line-height: 26px;
	border-right: solid 1px #e4e4e4;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
#contentActionBar li:hover {
	color: #ffffff;
	background: url(../images/nav-button-bg2.jpg) top left repeat-x;
}

.contentPanel
{
	padding: 10px;
	font-size: small;
}
.contentPanel h2
{
	font-size: larger;
	padding: 15px 0px 5px 0px;
}
.contentPanel .leftColumn
{
	float: left;
	width: 50%;
	border-right: 1px solid #EDEDED;
}
.contentPanel .rightColumn
{
	float: right;
	width: 49%;
}

.rightColumn fieldset
{
	width: 370px;
}

/*------------------------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;	
}

/***************************************************/
/**************** STAR RATING **********************/
/***************************************************/      
.star-rating { 
	background:transparent url(../images/star_rating.gif) repeat-x scroll left top; 
	height:16px; 
	list-style-image:none; 
	list-style-position:outside; 
	list-style-type:none; 
	margin:0px; 
	padding:0px; 
	position:relative; 
	width:80px;
	text-align:left;
}
.star-rating li { float:left; margin:0px; padding:0px; clear: none; }
.star-rating li a { display: block; height: 16px; line-height: 16px; overflow: hidden; padding: 0px; position: absolute; text-decoration: none; text-indent: -9000px; width: 16px; z-index: 20; }
.star-rating li a:hover { background: transparent url(../images/star_rating.gif) repeat scroll left center; border: medium none; left: auto; z-index: 2; }
.star-rating a.one-star { left:0px; }
.star-rating a.one-star:hover { width:16px; }
.star-rating a.two-stars { left:16px; }
.star-rating a.two-stars:hover { width:32px; }
.star-rating a.three-stars { left:32px; }
.star-rating a.three-stars:hover { width:48px; }
.star-rating a.four-stars { left:48px; }
.star-rating a.four-stars:hover { width:64px; }
.star-rating a.five-stars { left:64px; }
.star-rating a.five-stars:hover { width:80px; }
.star-rating ul { padding: 0px; }
.star-rating li.current-rating { background:transparent url(../images/star_rating.gif) repeat scroll left bottom; display: block; height: 16px; position: absolute; text-indent: -9000px; z-index: 1; padding: 0px; padding-left: 0px; }

.errbar {color: red;text-align:left}

td.navbar2 {background-color: white; padding: 1px;}/*title area: New	Browsing page 1 of 2	|<  <<  < Prev  (1-40)  Next >  >>  >|*/
.navbar2 {color: #7084b7;}/*(1-40) area*/
.navheader {border: 1px Solid #004080; background-color: #EEE; width: 100%; padding: 5px; color: #7084b7}/*column title area*/
.navbar3 {color: #7084b7; font-weight: normal; font-size: 9px; margin: 0px}/*title sub area: Browsing page 1 of 2*/
.navbardis {color: #9999AA;font-size: 9px;}/*title sub area: |<  <<  < Prev  (1-40)  Next >  >>  >| */
.colheader {color: #004080; text-decoration: none}/*column title sub area: column title*/
.alt0 {background-color:  white}/*list data: even line*/
.alt1 {background-color: #F3F3F3}/*list data: odd line*/
