/*****************************/
/*** Core html setup stuff ***/
/*****************************/

/*************** reset *************/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
a, ins, del {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
}
th {
	text-align: left;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

html {
	height: 100%;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	padding:0px 0px 0px 0px;
	height: 100%;
	text-align: center;
}
input.button {
	cursor: pointer;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
}
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;
}

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

.site-wrapper {
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	min-height:600px;
	background:#FFFFFF;
	text-align: left;
}
.header {
	width: 1100px;
	height:330px;
	position:relative;
}
.footer {
	clear:both;
	width: 1100px;
	min-height:15px;
}
.logo {
	float:left;
	min-width:200px;
	margin-top:10px;
	padding-left:50px;
}
.contact {
	float:left;
	padding:80px 0px 20px 30px;
}
.footer-space {
	padding-top:20px;
}
.footer-body {
	background:url(../images/header-stripe.png) repeat-x #a9a4a4;
	padding:10px;
	text-align:center;
	color:#af866e;
}
.clear {
	clear:both;
}
.valign-middle {
	vertical-align:middle;
}
.resizeme{display:none;}
/*****************************************/
/***   Template specific  [ header ]   ***/
/*****************************************/

.header-top {
}
#logo-bt {
	height:99px;
	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;
}
.menu-bar {
	background-color:#898989;
	border-bottom:thin solid #333;
	border-left:thin solid #333;
	border-right:thin solid #333;
	border-radius: 4px;
	height:30px;
	margin-left:660px;
	position:absolute;
	top:-3px;
	left:0px;
	width:375px;
	-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:123px !important;
	width:153px;
}
.menu-bar a:link, .menu-bar a:visited {
	text-decoration: none;
	color:#333;
}
.menu-bar a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
#backslide-image {
}
#yellow-bar {
	background:#333333;
	height:50px;
	position:relative;
	background:url(../images/grey-strip.jpg) repeat-x;
}
.m-menu-item {
	float:left;
	font-weight:bold;
	font-size:14px;
	padding:15px 30px 9px 20px;
	text-align:center;
	min-width:120px;
	background:url(../images/orange-bg.png) no-repeat;
	background-position:15px 9px;
}
#m-menu-item-c {
	background:url(../images/orange-bg2.png) no-repeat;
	color:#FFFFFF;
	float:right;
	font-weight:bold;
	font-size:18px;
	margin:5px 30px 0px 0px;
	padding:7px 5px 7px 2px;
	text-align:center;
	width:180px;
}
#m-menu-item-c a {
	color:#ffffff;
	text-decoration:none;
}
#purple-bar {
	background:#161616;
	height:10px;
	position:relative;
	border-bottom:#444444 solid thin;
	border-top:#454545 solid thin;
}
#grey-bar-2 {
	background:#333333;
	height:5px;
	position:relative;
}
#black-bar {
	background:#151515;
	height:5px;
	position:relative;
}
/*************************************************/
/***   Template specific  [ event messages ]   ***/
/*************************************************/

div#success {
	background:#dff2bf url(../images/icons/success.png) no-repeat;
	background-position:10px 10px;
	/*height:20px;*/
	/*width:90%;*/
	padding:10px 5px 10px 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 10px 35px;
	border:thin #ea5d63 solid;
}
div#warning {
	background:#fdf2af url(../images/icons/warning.png) no-repeat;
	background-position:10px 10px;
	/*height:20px;
	width:90%;*/
	padding:10px 5px 10px 35px;
	border:thin #fbdd1f solid;
}
/*************************************************/
/***   Template specific  [ search box     ]   ***/
/*************************************************/

.tab1 {
	background:#8c6d41;
	padding:5px;
	width:100px;
	display:block;
	float:left;
	cursor:pointer;
	margin-left:20px;
	text-align:center;
	color:#fff;
}
.tab2 {
	background:#dea02a;
	padding:5px;
	width:100px;
	display:block;
	float:left;
	cursor:pointer;
	text-align:center;
	color:#fff;
}
.search-box-selected {
	clear:both;
	background:#8c6d41;
	padding:3px;
	border:1px solid #8c6d41;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
}
#search-box {
	float:left;
	margin: 90px 0px 0px 80px;
	padding:1px;
	position:relative;
	float:left;
	height:30px;
}
#search-box #searchhidden{
	float:left;
}
#search-box #searchinput {
	float:left;
	overflow:hidden;
	margin-right:6px;
}
#search-box input[type=text] {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:260px;
	display: block;
	padding:4px 3px 3px 4px;
}
#search-box #searchcategory {
	float:left;
	overflow:hidden;
	margin-right:6px;
}
#search-box #searchbutton {
	float:left;
	margin-top:2px;
	margin-right:2px;
}
/*************************************************/
/***   Template specific  [ content        ]   ***/
/*************************************************/

#content {
	position:relative;
	margin-top:10px;
}
#content-panel {
	float:left;
	padding:5px;
	width:780px;
}
#columns {
	float:right
}
#left-panel {
	background:url("../images/green-bg.png") no-repeat;
	float:left;
	padding:5px;
	text-align:center;
	width:240px;
}
#right-panel {
	float:right;
	padding:5px 5px 5px 25px;
	width:255px;
}
#top-arrow {
	padding:10px;
	background:#CCC;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.8;
	filter:alpha(opacity=80)
}
#top-arrow a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.orange-btn {
	padding:5px 9px;
	font-weight:bold;
	border:1px solid #fbcf47;
	color:#FFFFFF;
	background:#fbcf47;
	background-image:-moz-linear-gradient(top, #fbcf47, #f79d04);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fbcf47), to(#f79d04));
 filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fbcf47, endColorStr=#f79d04);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	overflow:visible;
}
#newsletter_email {
	padding:5px;
	margin-bottom:5px;
	width:250px;
}
#content textarea, #content input[type=text] {
	border: 1px solid #ccc;
}
#content input[type=submit] {
	padding:5px 9px;
	font-weight:bold;
	border:1px solid #fbcf47;
	color:#FFFFFF;
	background:#fbcf47;
	background-image:-moz-linear-gradient(top, #fbcf47, #f79d04);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fbcf47), to(#f79d04));
 filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fbcf47, endColorStr=#f79d04);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	overflow:visible;
}
.right-menu {
	list-style:none;
}
.right-menu li {
	margin:7px 0px 7px 0px;
}
.category h2{
	font-size:100%;
	font-weight:normal;
	display:inline;
}
.category p{
	display:inline;
}
.category .row{
	margin-bottom:17px;
}
.h2-normal{
	font-weight:normal; font-size:100%; display:inline; color:#000
}
/*************************************************/
/***   Template specific  [ box grid       ]   ***/
/*************************************************/
.boxwrap {
	width:170px;
	float:left;
	overflow:hidden;
	padding:10px;
	margin:1px;
	position:relative;
}
.boximage {
	width:152px;
	height:38px;
}
.boxtitle {
	font-size:15px;
	line-height:17px;
	padding-top:5px;
	padding-bottom:3px;
	width:152px;
}
.boxtitle a{
	color:#603e00;
	text-decoration:none;
}
.boxtitle a:hover{
	text-decoration:none;
}
.boxcontent {
	height:125px;
	overflow:hidden;
}
.boxcontent li {
	background:url(../images/square-arrow.png) center left no-repeat;
	background-position:0px 5px;
	padding-left: 10px;
	list-style: none;
}
.boxcontent h2{
	font-size:100%;
}
.boxcontent li h3{
	font-size:100%;
	font-weight:normal;
}

.boxcontent ul a {
	color:#59652d;
	text-decoration:none;
}
.boxbrowse {
	height:20px;
	padding-left:15px;
	padding-right:15px;
	display:none;
	position:absolute;
	margin-top:-60px;
	background:url(../images/round-grey-bg.png) no-repeat;
}
.boxbrowse a, .boxbrowse a:hover{
	/*color:#603e00;*/
	color:#FFFFFF;
	text-decoration:none;
}
.gridnextline{
	clear:both; 
	height:10px;
}
.grid {
	width:780px;
	float:left;
}
.boximagecontent {
	float:left;
}
.boximagecount {
	float:right;
	margin-top:-20px;
	padding-right:4px;
}
/*************************************************/
/***   Template specific  [ link styling   ]   ***/
/*************************************************/
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.visit-link {
	background:#3b272a;
	padding:5px;
	font-size:12px;
}
.visit-link a:link, .visit-link a:visited {
	color:#FFFFFF;
}
.breadcrumbs {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	overflow:hidden;
}
.breadcrumbs h1{
	font-size:100%;
	display:inline;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color:#333;
	text-decoration:none;
}
.greylinks a:link, .greylinks a:visited {
	color:#333;
	text-decoration:none;
}

/*************************************************/
/***   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  [ popup window   ]   ***/
/*************************************************/
#fade {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block {
	display: none;
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-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;
}
/*************************************************/
/***   Template specific  [ calendar       ]   ***/
/*************************************************/
#calmain table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}
#calmain td, #calmain th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/cells.png);
	color: #444;
	position: relative;
	padding:0;
}
#calmain th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
#calmain td:hover, #calmain th:hover {
	background-position: 0px -81px;
	color: #222;
}
#calmain td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#calmain td.date_has_event:hover {
	background-position: 162px -81px;
}
#calmain td.padding {
	background: url(../images/calpad.jpg);
}
#calmain td#today {
	background-position: 81px 0px;
	color: white;
}
#calmain td#today:hover {
	background-position: 81px -81px;
}
#calmain .events {
	position: relative;
}
#calmain .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
	margin-top:-10px;
	min-height:45px;
}
#calmain .events li {
	padding-bottom: 5px;
}
#calmain .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#calmain .events li span.title {
	font-weight: bold;
	color: #222;
}
#calmain .events li span.date {
	/*font-weight: bold;*/
	color: #222;
}
#calmain th a {
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	color: #000;
	outline-width:0;
}
#calmain {
}
/*************************************************/
/***   Template specific  [ cute profile   ]   ***/
/*************************************************/
div.cute_profiles_sprite {
	right:0;
	top:175px;
	margin:0px;
	padding:0px;
	border:none;
	position:fixed;
	clear:both;
}
div.cute_profiles_sprite a {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("../images/cute_profiles_sprite32.png");
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:32px;
	margin-bottom:4px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:0;
	width:32px;
}
div.cute_profiles_sprite a.cute_profiles_twitter {
	background-position:-32px 0;
}
div.cute_profiles_sprite a.cute_profiles_twitter:hover {
	background-position:-32px -32px;
}
div.cute_profiles_sprite a.cute_profiles_facebook {
	background-position:-64px 0;
}
div.cute_profiles_sprite a.cute_profiles_facebook:hover {
	background-position:-64px -32px;
}
/*div.cute_profiles_sprite a.cute_profiles_stumble {
	background-position:-96px 0;
}
div.cute_profiles_sprite a.cute_profiles_stumble:hover {
	background-position:-96px -32px;
}
div.cute_profiles_sprite a.cute_profiles_google {
	background-position:-160px 0;
}
div.cute_profiles_sprite a.cute_profiles_google:hover {
	background-position:-160px -32px;
}
div.cute_profiles_sprite a.cute_profiles_youtube {
	background-position:-256px 0;
}
div.cute_profiles_sprite a.cute_profiles_youtube:hover {
	background-position:-256px -32px;
}
div.cute_profiles_sprite a.cute_profiles_rss {
	background-position:-320px 0;
}
div.cute_profiles_sprite a.cute_profiles_rss:hover {
	background-position:-320px -32px;
}
div.cute_profiles_sprite a.cute_profiles_skype {
	background-position:-352px 0;
}
div.cute_profiles_sprite a.cute_profiles_skype:hover {
	background-position:-352px -32px;
}*/
.userpanel {
	position:fixed;
	right:2px;
	top:20px;
}
/*************************************************/
/***   Template specific  [ mini coupon code]  ***/
/*************************************************/

.mini-coupon {
	width:356px;
	height:327px;
	background:url(../images/mini-coupon.png);
	text-align:left;
	color:#333333;
}
.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;
}
/*************************************************/
/***   Template specific  [ print coupon code] ***/
/*************************************************/
.print-coupon {
	width:468px;
	height:515px;
	text-align:left;
	position:relative
}
.print-coupon-logo {
	position:absolute;
	top:3px;
	margin-left:65px;
}
.print-coupon-info {
	padding:10px 10px 10px 25px;
	font-size:12px;
	position:absolute;
	top:55px;
	width: 430px;
	height: 73px;
	overflow:hidden;
}
.print-coupon-company {
	padding:10px 40px 10px 40px;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:154px;
	width: 388px;
	height: 23px;
	overflow:hidden;
}
.print-coupon-address {
	padding:10px 35px 10px 40px;
	font-size:12px;
	position:absolute;
	top:198px;
	width: 390px;
	height: 56px;
	overflow:hidden;
}
.print-coupon-products {
	padding:10px 40px 10px 40px;
	font-size:16px;
	position:absolute;
	top:267px;
	font-weight:bold;
	width: 390px;
	height: 154px;
	overflow:hidden;
}
.print-coupon-bottom {
	padding:1px 40px 10px 40px;
	font-size:12px;
	position:absolute;
	top:446px;
	font-weight:bold;
	width: 384px;
}
.print-coupon-code {
	float:left;
	width:150px;
}
.print-coupon-print {
	float:right;
	width:100px;
	text-align:right
}
/*************************************************/
/***   Template specific  [ register N login ] ***/
/*************************************************/

.tablespace10 td {
	padding:10px;
}
.tablespace10 em {
	font-size:10px;
	font-style:normal;
	color:#F30;
}
.tablespace10 hr {
	color:#eeeeee;
}
/*************************************************/
/***   Template specific  [ Add Business form] ***/
/*************************************************/
.addbusiness .row-wrap {
	clear:both;
	margin-top:10px;
	padding:15px;
	font-size: 14px;
	text-decoration:none;
	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;
	overflow:hidden;
}
.addbusiness .row-wrap em {
	font-size:10px;
	font-style:normal;
	color:#F30;
	float:left;
}
.addbusiness .left {
	width:200px;
	float:left;
}
.addbusiness .right {
	width:500px;
	float:right;
}
.addbusiness .right input[type=text] {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:15px;
	/*font-weight:bold;*/
	color:#666;
	width:490px;
	height:20px;
	padding-left:3px;
}
.addbusiness select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding:6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ccc;
	margin-left:10px;
}
/*************************************************/
/***   Template specific  [ Contact form]      ***/
/*************************************************/
.contactForm #header {
	background:url(../images/contact-page-bg.png) no-repeat;
	width:717px;
	height:57px;
	color:#cc0000;
	font-size:20px;
	font-weight:bold;
}
.contactForm #header p {
	padding-top:20px;
	margin-left:40px;
}
.contactForm #body {
	border-left:#c8cac9 thin solid;
	border-right:#c8cac9 thin solid;
	border-bottom:#c8cac9 thin solid;
	padding:0px;
	margin:0px;
	width:715px;
}
.contactForm input[type=text] {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	width:380px;
	padding:3px;
	font-size:15px;
	color:#666;
	
}
.contactForm textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:15px;
	color:#666;
}
.contactForm .row-wrap {
	clear:both;
	margin-bottom:10px;
	padding:15px;
	font-size: 14px;
	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  [ input box overide] ***/
/*************************************************/
.ui-state-default{
	display: block;
	position:relative;
	height:19px;
	padding:0;
	margin:0;
}

/*************************************************/
/***   Template specific  [ Select Menu]      ***/
/*************************************************/

.ui-selectmenu {
	display: block;
	position:relative;
	height:2em;
	text-decoration: none;
	overflow:hidden;
}
.ui-selectmenu-icon {
	position:absolute;
	right:6px;
	margin-top:-8px;
	top: 50%;
}
.ui-selectmenu-menu {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	top: 0;
	visibility: hidden;
	overflow: auto;
}
.ui-selectmenu-open {
	visibility: visible;
}
.ui-selectmenu-menu-popup {
	margin-top: -1px;
}
.ui-selectmenu-menu-dropdown {
}
.ui-selectmenu-menu li {
	padding:0;
	margin:0;
	display: block;
	border-top: 1px dotted transparent;
	border-bottom: 1px dotted transparent;
	border-right-width: 0 !important;
	border-left-width: 0 !important;
	font-weight: normal !important;
}
.ui-selectmenu-menu li a, .ui-selectmenu-status {
	line-height: 1.4em;
	display:block;
	padding:.3em 1em;
	outline:none;
	text-decoration:none;
}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status {
	padding-left: 20px;
	position: relative;
	margin-left: 5px;
}
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
	position: absolute;
	top: 1em;
	margin-top: -8px;
	left: 0;
}
.ui-selectmenu-status {
	line-height: 1.4em;
}
.ui-selectmenu-open li.ui-selectmenu-item-focus a {
}
.ui-selectmenu-open li.ui-selectmenu-item-selected {
}
.ui-selectmenu-menu li span, .ui-selectmenu-status span {
	display:block;
	margin-bottom: .2em;
}
.ui-selectmenu-menu li .ui-selectmenu-item-header {
	font-weight: bold;
}
.ui-selectmenu-menu li .ui-selectmenu-item-content {
}
.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity: .8;
}
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
	font-size: 1em;
}
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	line-height: 1.4em;
	display:block;
	padding:.6em .5em 0;
	font-weight: bold;
}
.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin: 0;
	padding: 0;
}


/****************************************************/
/***   Template specific  [ lising of items]      ***/
/****************************************************/

.list-row{
	width:740px;
	overflow:hidden;
	padding:10px;
}
.list-row .img-col{
	float:left;
	width:200px;
	overflow:hidden;
	text-align:center;
}
.list-row .desc-row{
	float:left;
	width:530px;
	overflow:hidden;
}
.list-row .desc-row .title{
	font-weight:bold;
}
.list-row .desc-row h2{
	font-size:100%;
	font-weight:bold;
}
.list-row .desc-row .address{
	font-size:12px;
	padding:10px 0px 10px 0px;
}

.list-row .desc-row .phone{
	font-size:12px;
	padding:0px 0px 10px 0px;
}

.list-row .more{
	padding-top:10px;
	width:700px;
	overflow:hidden;
	float:left;
	overflow:hidden;
}

.list-row .more .website{
	background:url(../images/rd_website.png) no-repeat;
	width:85px;
	height:27px;
	float:right;
}

.list-row .more .moreinfo{
	background:url(../images/rd_more_info.png) no-repeat;
	width:88px;
	height:27px;
	float:right;
}

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

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

/*************************************************/
/***   Template specific  [ Parallax       ]   ***/
/*************************************************/
#parallax-stage {
	top: 0px;
	left: 0px;
	z-index: 0;
}
.parallax-stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 338px;
	overflow: hidden;
}
#parallax-bg {
	background: #fbb82c url(../images/city_bg.jpg) 0 0 no-repeat;
}
#parallax-clouds {
	background: transparent url(../images/cloud.png) 305px 42px repeat-x;
}

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