/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/*html 5*/
header, nav, footer, article, aside, hgroup {
	display:block;
}

body {
	padding:0;
	margin:0;
	text-align:center;
	color:#111;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#edf6d5;
	font-size:16px;
}

h1 {
	padding:0 0 20px 0;
	margin:0;
	font-size:24px;
	color:#46166b;
}

h2 {
	padding:0 0 20px 0;
	margin:0;
	font-size:18px;
	color:#46166b;
}

h3 {
	padding:0 0 20px 0;
	margin:0;
	font-size:16px;
	color:#46166b;
}

p {
	font-size:14px;
	padding:0 0 20px 0;
	margin:0;
	line-height:1.5em;
}

a:link, a:visited {
	color:#a4d767;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.black {
	color:#111;
}

div.breaker {
	clear:both;
	padding:0;
	margin:0;
	height:0;
	width:100%;
	overflow:hidden;
	line-height:0;
}

div.breakerLine {
	clear:both;
	padding:0;
	margin:0 0 60px 0;
	height:0px;
	width:100%;
	overflow:hidden;
	line-height:0;
	border-bottom:1px solid #ccc;
}

table tr td {
	padding:0 20px 20px 0;
	font-size:14px;
}

ul {
	margin:0 0 30px 30px;
	padding:0;
}

ul li {
	list-style: disc outside none;
	display: list-item;
	padding:0 0 10px 0;
}

/********************************contact form style ***************************/

.contactForm p {
	width:400px;
}

.contactForm label{
	font-size:12px !important;
	font-weight:bold;
	display: inline;
	color: #111;
	line-height: 1.4em;
	margin-bottom:0;
	padding-bottom:0;
	padding-right:10px;
}

.contactForm label.error {
	color:red;
	font-weight:normal;
	font-style:italic;
	font-size:80%;
}

.contactForm input {
	float:right;
	width: 200px;
	padding: 6px;
	color: #111;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
}



.contactForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}

.contactForm #send {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ebebeb;
	color: #111;
	border: 0;
	cursor: pointer;
	display:block;
	width:100px;
	height:24px;
	overflow:hidden;
	margin:10px 0 0 0;
	padding-top:5px;
	border:1px solid #ccc;
}
.contactForm #send:hover {
	background-color:#e1e1e1;
}

.contactForm select {
	float:right;
	width: 214px;
	color: #111;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #cecece;
	padding:4px;
}

.contactForm #signupCheckbox {
	width:15px;
	margin-right:200px;
}

.contactForm textarea{
	float:right;
	width: 200px;
	height: 80px;
	padding: 6px;
	color: #111;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}

.contactForm span.error {
	color: #e77776;
	font-size:12px !important;
	font-style:italic;
	width:70px;
}
/********************************** end of contact form style *****************************************/

/*********************************Breadcrumb*******************************/
ul.B_crumbBox {
	width:100%;
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 20px 0;
	color:#ccc;
}

ul.B_crumbBox li {
	list-style:none;
	display:inline;
	font-size:12px !important;
	color:#ccc;
	padding:0;
	margin:0;
}

ul.B_crumbBox li a:link, ul.B_crumbBox li a:visited {
	font-size:12px !important;
	color:#ccc;
	padding:0;
	margin:0;
	text-decoration:none;
}

ul.B_crumbBox li a:hover {
	color:#2ed300;
}
/****************************end of Breadcrumbs **********************/

/*****************************sideNav************************************/
ul#sideNav {
	list-style:none;
	padding:0;
	margin:0 0 40px 0;
	font-size:14px;
}

ul#sideNav li {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}

ul#sideNav li a:link, ul#sideNav li a:visited {
	padding:0 0 10px 0;
	display:block;
	width:215px;
	margin:0;
	color:#7d7d7d;
}

ul#sideNav li a:hover {
	color:#a4d767;
	text-decoration:none;
}

ul#sideNav li.active a {
	color:#46166b;
	text-decoration:none;
}

ul#sideNav li.active a:link, ul#sideNav li.active a:visited {
	color:#46166b;
	text-decoration:none;
}

ul#sideNav li ul.subNav {
	list-style:none;
	position:absolute;
	top:0;
	left:150px;
	display:block;
	visibility:hidden;
	border:1px solid #46166b;
	background:url(../images2013/dropDownBg.png) repeat;
	padding:5px 0;
	height:0;
	width:235px;
}


ul#sideNav li ul.subNav li a:link, ul#sideNav li ul.subNav li a:visited {
	padding:5px 20px;
}

ul#sideNav li.active ul.subNav {
	position:relative;
	border:none;
	top:0;
	left:0;
	height:inherit;
	list-style:none;
	padding:0;
	margin:0 0 0 20px;
	font-size:14px;
	display:block;
	background:none;
	visibility:visible;
}

ul#sideNav li.active ul.subNav li a:link, ul#sideNav li.active ul.subNav li a:visited {
	padding:0 0 10px 0;
	display:block;
	width:195px;
	margin:0;
	color:#7d7d7d;
}

ul#sideNav li.active ul.subNav li a:hover {
	color:#a4d767;
}

ul#sideNav li.active ul.subNav li.active a {
	color:#46166b;
}

/*******************************top Nav************************************/
nav#topNav {
	width:100%;
	padding:0;
	margin:0 0 20px 0;
	text-align:center;
}

ul#topNav {
	position:relative;
	list-style:none;
	color:#7d7d7d;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

ul#topNav li {
	position:relative;
	display:inline-block;
	list-style:none;
	padding:0 0 10px 0;
	margn:0;
}

ul#topNav li a:link, ul#topNav li a:visited {
	color:#7d7d7d;
	font-weight:normal;
	font-size:14px !important;
	margin:0;
	padding:0 10px;
}

ul#topNav li a:hover {
	text-decoration:none;
	color:#a4d767;
}

ul#topNav li.active a {
	color:#46166b;
}

/****************************end of topNav*****************************/
/******************************************** subNav *************************************/
ul#topNav li ul.subNav {
	position:absolute;
	z-index:99;
	top:37px;
	left:0px;
	list-style:none;
	padding:0;
	margin:0;
	visibility:hidden;
	height:0;
}

ul#topNav li ul.subNav li {
	position:relative;
	z-index:1000;
	padding:0;
	margin:0;
}

ul#topNav li ul.subNav li a:link, ul#topNav li ul.subNav li a:visited {
	display:block;
	z-index:994;
	color:#111;
	width:150px;
	background-color:#fec24d;
	border-bottom:1px solid #ebebd3;
	border-left:1px solid #ebebd3;
	border-right:1px solid #ebebd3;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important;
	padding:15px 20px 13px 20px;
	margin:0 0 0 0;
}

ul#topNav li ul.subNav li a:hover {
	text-decoration:none;
	background-color:#db9b34;
}
/***************************************** end of sub nav*********************************/

/*****************************botNav************************************/
ul.botNav {
	list-style:none;
	padding:0;
	margin:0 0 40px 0;
	font-size:14px;
	width:150px;
}

ul.botNav li {
	list-style:none;
	padding:0 0 5px 0;
	margin:0;
	color:#fff;
}

ul.botNav li a:link, ul.botNav li a:visited {
	padding:0;
	margin:0;
	color:#fff;
}

ul.botNav li a:hover {
	color:#fff;
	text-decoration:underline;
}

/*****************************end of botNav************************************/

div.wrapper {
	width:913px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

div.pageTopHolder {
	width:913px;
	height:16px;
	margin:20px 0 0 0;
	padding:0;
	line-height:0;
	overflow:hidden;
	background:url(../images2013/shadowTopCorner.png) no-repeat right;
}

div.pageTop {
	width:900px;
	height:16px;
	margin:0;
	padding:0;
	line-height:0;
	overflow:hidden;
	background-color:#fff;
}

div.mainPageHolder {
	width:913px;
	margin:0;
	padding:0;
	background:url(../images2013/shadow.png) repeat-y right;
}

div.mainPage {
	width:900px;
	margin:0;
	padding:20px 0 0 0;
	background:#fff url(../images2013/whiteCoffeeBg.gif) no-repeat bottom left;
}

div.shadowBottom {
	width:913px;
	height:9px;
	margin:0 0 10px 0;
	padding:0;
	line-height:0;
	overflow:hidden;
	background:url(../images2013/shadowBottom.png) no-repeat;
}

div.mainPageContentHolder {
	width:830px;
	margin:0 auto;
	padding:0;
}

div#sidebar {
	width:215px;
	float:left;
}

div#sidebar p {
	padding:0 0 40px 0;
	line-height:1.5em;
}

div#sidebar p.sidebarTitle {
	color:#46166b;
	font-weight:bold;
	padding:0 0 5px 0;
}

div#mainColumn {
	width:575px;
	float:right;
	padding:0;
	margin:0;
}

/***********************************slideshow********************************/
div#slideshow {
	border-bottom:1px solid #ccc;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}

div#slideHolder {
	width:575px;
	height:330px;
	overflow:hidden;
	padding:0;
	margin:0 0 5px 0;
}

/* pager */
div#slideshowPageHolder {
	width:50%;
	float:right;
}

.cycle-pager { 
	position:relative;
}
.cycle-pager span { 
	width: 28px; 
	height: 20px; 
	margin-right:15px;
	overflow:hidden;
    display: inline-block; 
	cursor: pointer; 
	background:url(../images2013/bean.gif) no-repeat bottom;
}
.cycle-pager span.cycle-pager-active { 
	background-position:top;
}
.cycle-pager > * { 
	cursor: pointer;
}

/***********************************end of slideshow********************************/

div.threeBox {
	width:165px;
	padding:0;
	margin:0 30px 10px 0;
	float:left;
	background-color:#46166b;
	cursor:pointer;
}

div.threeBox.last {
	margin-right:0;
}

div.threeBox p {
	color:#fff;
	font-weight:bold;
	font-size:14px !important;
	padding:5px;
}

div.threeColumn {
	width:165px;
	padding:0;
	margin:0 30px 0 0;
	float:left;
}

div.threeColumn h3 {
	color:#46166b;
	font-size:14px;
	padding:0 0 10px 0;
}

div.threeColumn h3 a {
	color:#46166b;
}

div.threeColumn h3 a:hover {
	color:#a4d767;
	text-decoration:none;
}

div.threeColumn.last {
	margin-right:0;
}

div.threeColumn p {
	font-size:12px !important;
}

div.twoColumn {
	width:270px;
	padding:0;
	margin:0 30px 0 0;
	float:left;
}

div.twoColumn h3 {
	color:#46166b;
	font-size:14px;
	padding:0 0 10px 0;
}

div.twoColumn h3 a {
	color:#46166b;
}

div.twoColumn h3 a:hover {
	color:#a4d767;
	text-decoration:none;
}

div.twoColumn.last {
	margin-right:0;
}

div.twoColumn p {
	font-size:12px !important;
}

footer {
	width:100%;
	background-color:#231f20;
	padding:0;
	margin:0;
	background:#231f20 url(../images2013/footerBg.jpg) no-repeat bottom right;	
}

footer div.wrapper {
	
	padding:30px 0 150px 0;
}
footer div.footerColumn.first {
	float:left;
	width:200px;
	margin:0 40px 0 40px;
	padding:0;
}

footer div.footerColumn {
	float:left;
	width:200px;
	margin:0;
	padding:0;
}

footer p {
	color:#fff;
}

footer p.title {
	padding:0 0 5px 0;
}

div#listingTitleHolder {
	width:100%;
	text-align:center;
	border-bottom:1px solid #ccc;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

div#listingTitleHolder h1 {
	font-size:42px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#46166b;
	padding:20px 0;
}

div#listingTitleHolder h2 {
	font-size:24px;
	font-weight:normal;
	color:#7d7d7d;
}

div.listingImageHolder {
	border:1px solid #7d7d7d;
	margin:0 0 5px 0;
	padding:4px;
}

a.button {
	display:inline-block;
	padding:10px 20px;
	font-size:18px !important;
	color:#fff;
	background-color:#46166b;
	cursor:pointer;
}

a.button:hover {
	background-color:#a4d767;
	text-decoration:none;
}
	