/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html {
  height: 100%;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	padding:0px 0px 0px 0px;
	height: 100%;
	
	text-align: center;

}



/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
a:link, a:visited {
	text-decoration: none;
	/*font-weight: normal;*/
}

a:hover {
	text-decoration: none;
	/*font-weight: normal;*/
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

	
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	text-align: left;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	text-align: left;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	text-align: left;
}

table{
	font-size:14px;
}
/*
input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #FFFFFF;
	border: none;
	margin: 2px 0;
	padding: 2px 3px;
	box-shadow: 0 2px 7px #999999;
	-moz-box-shadow: 0 2px 7px #999999;
	-webkit-box-shadow: 0 2px 7px #999999;
	font-size: 14px;
}

.submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #515756;
	color:#f0f1ef;
	cursor: pointer;
	border: none;
	margin: 2px 0;
	padding: 2px 3px;
	box-shadow: 0 2px 7px #999999;
	-moz-box-shadow: 0 2px 7px #999999;
	-webkit-box-shadow: 0 2px 7px #999999;
	font-size: 14px;
}
*/

/*****************************************/
/***   Template specific positions   ***/
/*****************************************/

.site-wrapper{
	width: 1000px;
	/*margin : 0 auto;*/
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	min-height:600px;
	/*background:#FFFFFF;*/
	text-align: left;
	overflow:hidden;

}

.header{
	width: 1000px;
	height:150px;
}
.footer{
	clear:both;
	width: 1000px;
	min-height:15px;
	
}
.logo{
	float:left; 
	min-width:200px;
	margin-top:10px;
	padding-left:50px;
}
.contact{
	float:left;
	padding:70px 0px 20px 30px;
	/*background:#9F0;*/
}
.content{
	overflow:hidden;
	padding-bottom:10px;
	clear:left;
}
/*.left-panel{
	width:280px;
	float:left; 
	font-size:14px;
}*/
.right-panel{
	width:1000px; 
	float:left; 
	font-size:14px;
	overflow:hidden;
	margin-bottom:10px;
}

.footer-body{
	/*background:#CCC;*/
	background:url(../images/header-stripe.png) repeat-x #a9a4a4;
	color:#AF866E;
	padding:10px;
	text-align:center;
}

.resizeme{display:none;}

/******************************popup send link************************************************/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

/***********************************header special*******************************************/
.header-top{
	position:relative;	
}

.header-top .home-icon{
	width:31px; height:31px; float:left; margin:20px;
}

.header-top .business-icon{
	width:250px; height:41px; float:right; margin:15px;
}

#logo-bt {
	height:60px;
	background:url(../images/header-stripe.png) repeat-x #a9a4a4;
}
#grey-bar {
	background-color:#898989;
	border-bottom:thin #333 solid;
	border-top:thin #333 solid;
	height:10px;
	/*position:relative;*/
}
/*#header-wrap {
	background:#0FC;
	height:330px;
	position:relative;
}*/

.menu-bar {
	background-color:#898989;
	border-bottom:thin solid #333;
	border-left:thin solid #333;
	border-right:thin solid #333;
	border-radius: 4px;
	/*float:right; */
	height:30px;
	margin-left:580px;
	/*margin-top:-332px; */
	position:absolute;
	top:70px;
	left:0px;
	width:140px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/*#menu-item-a {
	float:left;
	font-weight:bold;
	padding:9px;
	text-align:center;
	width:60px;
}*/
#menu-item-b {
	float:left;
	font-weight:bold;
	padding:9px;
	text-align:center;
	width:120px;
}

.menu-bar a:link, .menu-bar a:visited {
	/*font-weight:bold;*/
	color:#333;
}

.menu-bar a:hover {
	/*font-weight:bold;*/
	color:#FFFFFF;
}
/******************************************************************************/
/******************************************************************************/

/*** event messages **/
div#success{
	background:#dff2bf url(../images/icons/success.png) no-repeat ;
	background-position:10px 10px;
	height:20px;
	width:90%;
	padding:10px 5px 5px 35px ;
	border:thin #99c169 solid;
}

div#failure{
	background:#ffbaba url(../images/icons/failure.png) no-repeat ;
	background-position:10px 10px;
	height:20px;
	width:90%;
	padding:10px 5px 5px 35px ;
	border:thin #ea5d63 solid;
}

/****************** mini coupon code ***************/
/***************************************************/

.mini-coupon{
	width:356px; height:327px; background:url(../images/mini-coupon.png); text-align:left;
	color:#333333;
	position:relative;
}

.mini-coupon-company{
	padding:15px 10px 10px 25px; font-weight:bold; font-size:16px;
	position:absolute; top:1px;
	width: 322px;
	height: 32px;
	overflow:hidden;
}

.mini-coupon-location{
	padding:1px 10px 10px 25px; font-size:16px;
	position:absolute; top:55px;
	width: 322px;
	height: 35px;
	overflow:hidden;
}

.mini-coupon-products{
	padding:10px 30px 10px 30px; font-size:16px; font-weight:bold;
	position:absolute; top:100px;
	width: 297px;
	height: 121px;
	overflow:hidden;
}

.mini-coupon-wrap{
	text-align:center; width:356px; height:327px; float:left;margin:5px;
	border:1px #CCC solid;
	position:relative;
	
}

/*********************** horizontal menu 1 ******************************/
#hor-menu-1 ul{
	list-style:none;
	padding:3px;
	background:url(../images/minisite-menu-bg.png) repeat;
	overflow:hidden;
	margin:20px 20px 0px 20px;
	border:#cccccc 1px solid;
}
#hor-menu-1 li{
	float:left;
	display:block;
	padding:7px;
	border-right:#cccccc 1px solid;
}
#hor-menu-1 a:link, #hor-menu-1 a:visited {
	color:#333;
}
#hor-menu-1 a:hover {
	text-decoration: underline;
	color:#000;
}

#hor-menu-1 .share-icons{
display:none;	
}

/*********************** horizontal menu 2 ******************************/
#hor-menu-2 ul{
	list-style:none;
	padding:3px;
	background:#f4f3f3;
	font-size:10px;
	overflow:hidden;
	margin:10px 17px 5px 60px;
	border:#cccccc 1px solid;
}
#hor-menu-2 li{
	float:left;
	display:block;
	padding:3px 5px 3px 5px;
	background:#FFF;
	border-right:#cccccc 1px solid;
}
#hor-menu-2 a:link, #hor-menu-2 a:visited {
	color:#333;
}
#hor-menu-2 a:hover {
	text-decoration: underline;
	color:#000;
}

#hor-menu-2 .share-icons{
	padding:5px 0px 0px 5px;
	width:55px;
	height:20px;
}

/*************************************************************************************/


.spacer{
	clear:both;
	height:5px;
	}
	
	
/***********************************contact form ********************************/

.contactForm #body{
	border-top:#c8cac9 thin solid;
	padding:0px;
	margin:0px;
	width:715px;
	font-size:12px;
}

.contactForm input[type=text]{
	width:380px;
	padding:3px;
}

.contactForm .row-wrap{
	clear:both;
	margin-bottom:10px;
	padding:15px;
	font-size: 12px;
	white-space:nowrap;
	vertical-align:middle;
	overflow:hidden;
}

.contactForm .row-wrap em{
	font-size:10px;
	font-style:normal;
	color:#F30;
	float:left;
}

.contactForm .left{
	width:160px;
	margin-left:20px;
	float:left;
	
}
.contactForm .right{
	width:480px;
	float:right;
}

/*************************************************/
/***   Template specific  [ pagination     ]   ***/
/*************************************************/

#pagination a, #pagination strong {
	font-size: 13px;
	text-decoration:none;
	padding:5px 9px;
	border:1px solid #ccc;
	color:#000;
	background:#f6f6f6;
	background-image:-moz-linear-gradient(top, #ffffff, #efefef);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
 filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#efefef);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	overflow:visible;
}
#pagination a:hover {
	font-weight:normal;
	border-color:#999;
	background:#f3f3f3;
	background-image:-moz-linear-gradient(top, #ffffff, #ebebeb);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
 filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#ebebeb);
	outline:0;
	-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999
}
#pagination strong {
	font-weight:normal;
	border-color:#999;
	background:#ddd;
	background-image:-moz-linear-gradient(top, #cccccc, #ffffff);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#cccccc, endColorStr=#ffffff)
}
/*************************************************/
/***   Template specific  [ product grid   ]   ***/
/*************************************************/
.product-wrap {
	width:170px;
	float:left;
	overflow:hidden;
	padding:10px;
	margin:1px;
	position:relative;
	text-align:center;
	border:1px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.product-title {
	font-size:13px;
	line-height:15px;
	padding-top:5px;
	padding-bottom:3px;
}
.product-title a{
	color:#603e00;
	text-decoration:none;
}
.product-title a:hover{
	text-decoration:none;
}
/*.product-content {
	height:125px;
	overflow:hidden;
}	*/

.spacer-h30{
	clear:both; 
	height:30px;
}

.gridnextline{
	clear:both; 
	height:10px;
}

/****************************************************/
/***   Template specific  [ company details page] ***/
/****************************************************/

.product-details{
	background:#FFF;
	overflow:hidden;
	width:900px;
	position:relative;
	padding:30px;
}
.product-corner{
	background:url(../images/border_corner.png) no-repeat;
	width:134px;
	height:130px;
	position:relative;
	float:left;
}
.product-logo{
	position:absolute;
	width:150px;
	height:100px;
	left:60px;
	top:60px;
}
.product-website{
	float:right;
	display:block;	
}
.product-info{
	position:relative;
	float:right;
	width:560px;
	margin-top:30px;
}
.product-info .heading{
	font-size:20px;
	color:#27241e;
}
.product-info .heading h1{
	font-size:100%;
	font-weight:normal;
	color:#333;
}
.product-info .title{
	font-size:14px;
	border-bottom:#aeaeae 1px solid;
	margin-top:30px;
	margin-bottom:8px;
	color:#737373;
	line-height:20px;
}
.product-info .content1{
	font-size:12px;
	/*color:#27241e;*/
}
.product-info .content1 h2{
	font-size:100%;
	display:inline;
}
.product-info .minishare{
	clear:right;
	float:right;
	margin-top:35px;
	overflow:hidden;
}