/* Colors: (Purple color:#6f49ac; ) | (Link Green color:#5aae12; ) | (Non Link Green color:#a3d963; ) | (Orange color:#eb8428;) */
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align: center;
	color:#666666;
	background:#9a80c5;
	margin-top:10px;
}
* {
	margin:0;
	padding:0;
}
a img {
	border:0;
}
a:link, a:visited, a:active {
	color:#6f49ac;
}
a:hover {
	color:#5aae12;
}
a {
  outline: none;
}

/* Layout */
#container { 
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background:#FFFFFF url(../img/w-pixel.gif) repeat;
}
#header { 
	background:url(../img/headfoot.png) top left no-repeat;
	height:160px;
}
#headerTarget { 
	background: #fff;
	padding:0px 20px;
	height:1%;
}
.homeShow, .aboutShow, .pressShow {
	width:940px;
	height:240px;
	overflow:hidden;
	float:left;
}
#sidebar1 {
	float: left;
	width: 280px;
	margin-bottom:20px;
	margin-left:20px;
}
#sidebar1Home {
	float: right;
	width: 280px;
	margin-bottom:20px;
	margin-right:20px;
	margin-top:20px;
	overflow:hidden;
}
* html #sidebar1 { 
	margin-left:10px;
}
.adblock {
	margin-top:20px;
}
.adblock h3 {
	margin-bottom:6px;
	font-weight:bold;
}
.adblock p {
	margin-bottom:6px;
}
#sidebarPad {
	padding:15px;
}
#contentContainer {
	background:#FFFFFF;
	height:1%;
}
#mainContent { 
	float: right;
	width:630px;
	margin-right:20px;
}
#mainContentHome { 
	float: left;
	width:630px;
	margin-left:20px;
	margin-top:20px;
	padding-bottom:20px;
}
* html #mainContent { 
	margin-right:10px;
}
#mainContentFull {
	width:942px;
	margin-left:19px;
	padding-top:10px;
	padding-bottom:20px;
}
#footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../img/headfoot.png) bottom left no-repeat;
} 
#footer p {
	border-top:#6f49ac 1px dotted;
	padding:5px 0px 10px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	float:left;
	margin:20px 0px 0px 20px;
}
/* Layout */

/* Home */
.homeTeam, .homePrivate, .homeClasses {
	float:left;
	width:290px;
	height:100px;
	overflow:hidden;
	padding:5px 10px 10px 10px;
	color:#333333;
}
.homeTeam h2, .homePrivate h2, .homeClasses h2 {
	font-size:12px;
	font-weight:bold;
}
.homeTeam {
	margin-left:5px;
	background:url(../img/homeServiceBoxes.png) 0 0 no-repeat;
}
.homePrivate {
	margin-left:2px;
	background:url(../img/homeServiceBoxes.png) 0 -117px no-repeat;
}
.homeClasses {
	margin-left:2px;
	background:url(../img/homeServiceBoxes.png) 0 -234px no-repeat;
}
.homeBoxeLeft, .homeBoxRight {
	float:left;
	margin-top:10px;
	width:280px;
}
.homeBoxRight {
	margin-left:20px;
}
.innerBoxes {
	height:235px;
	background:url(../img/homefeaturedBg.png) 0 0 no-repeat;
}
.homeBoxeLeft h3, .homeBoxRight h3 {
	font-weight:bold;
	padding-bottom:6px;
}
/* Remove */
.boxOne, .boxTwo {
	width:280px;
	height:235px;
	background:url(../img/homefeaturedBg.png) 0 0 no-repeat;
}
.boxTwo {
	margin-left:20px;
}
/* Remove */
.homeBoxRight img {
	float:right;
	margin-left:10px;
}
.innerBoxes > div {
	padding:10px;
}
.innerBoxes h3 {
	font-weight:normal;
}
.mainService {
	margin-top:50px;
}
.mainService img {
	float:right;
	margin-left:6px;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	color:#6f49ac;
	font-weight:normal;
}
#mainContent h1, #mainContentHome h1 {
	font-size:16px;
	font-weight:bold;
}
#mainContentHome p, #mainContentFull p {
	margin-bottom:12px;
}
#mainContent h2 {
	font-size:16px;
	font-weight:bold;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	line-height:normal;
}
#mainContent h3 {
	font-size:14px;
	font-weight:bold;
}
#mainContent p {
	margin-bottom:12px;
}
#mainContent ul {
	margin-left:20px;
	list-style:disc;
	margin-bottom:12px;
}
#mainContent .star-rating {
	margin-left:0px;
	margin-bottom:0px;
}
#footer a {
	text-decoration:none;
}
/* Typography */

/* Main Menu */
.mainNav {
	float:left;
	clear:both;
	width:950px;
	height:40px;
	text-transform:uppercase;
	margin:20px 0px 0px 20px;
}
.mainNav ul a.team {
	background-position:0 0;
}
.teamPg .mainNav ul a.team {
	background-position:0 -40px;
}
.mainNav ul a.private {
	background-position:-315px 0;
}
.privatePg .mainNav ul a.private {
	background-position:-315px -40px;
}
.mainNav ul a.classes {
	background-position:-630px 0;
}
.classesPg .mainNav ul a.classes {
	background-position:-630px -40px;
}
.mainNav ul {
	list-style:none;
}
.mainNav li {
	float:left;
}
.mainNav h1 {
	font-size:15px;
	font-weight:bold;
}
.mainNav a {
	text-decoration:none;
	width:315px;
	display:block;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	background:url(../img/mainNav.png) top left no-repeat;
}
.mainTopMenu {
	float:right;
	margin:15px 20px 0px 0px;
	font-size:12px;
	line-height:18px;
	width:400px;
}
.mainTopMenu ul {
	list-style:none;
}
.mainTopMenu li {
	float:right;
	border-left:1px solid #5aae12;
}
.mainTopMenu ul li.last {
	border-left:none;
}
.mainTopMenu ul li.active a {
	color:#5aae12;
}
.mainTopMenu a {
	display:block;
	padding:0px 5px;
	text-decoration:none;
}
/* Large Tab Formats */
.teamTabLg, .privateTabLg, .classesTabLg {
	width:940px;
	height:280px;
	clear:both;
}
.teamTabLg h1, .privateTabLg h1, .classesTabLg h1 {
	font-size:16px;
	font-weight:bold;
}
.partiesBannerOne, .partiesBannerTwo, .partiesBannerThree {
	width:300px;
	height:240px;
	overflow:hidden;
	float:left;
	margin-top:10px;
}
.partiesBannerOne {
	margin-left:10px;
}
.partiesBannerTwo {
	width:280px;
	margin-left:20px;
}
.partiesBannerThree {
	width:320px;
}
.partiesBannerType {
	height:220px;
	overflow:hidden;
}
.partiesBannerVid {
	height:20px;
}
.classBanner {
	float:left;
	width:640px;
	height:240px;
	overflow:hidden;
	margin-top:10px;
	margin-left:10px;
}
.classInnerTab {
	width:260px;
	height:240px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}
.classInnerTab h1 {
	color:#5aae12;
}
/* Team Building */
.teamTabLg .innerTab h1 {
	color:#ed8e3b;
	margin-bottom:6px;
}
.innerTab {
	width:300px;
	height:220px;
	overflow:hidden;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	float:left;
}
.innerVidTab {
	float:left;
	width:300px;
	margin-left:10px;
	margin-right:20px;
	height:20px;
	clear:left;
}
.bannerTab {
	width:600px;
	float:right;
	height:250px;
	margin:8px 10px 0 0;
	overflow:hidden;
}
.eventStyle {
	margin-bottom:10px;
}
.eventImg {
	float:left;
	width:120px;
}
.eventType {
	float:right;
	width:500px;
}
.eventTypeTpl {
	width:210px;
	float:left;
	text-align:center;
	padding-bottom:20px;
}
.teamTabLg {
	background:url(../img/teamLgTabBg.png) top left no-repeat;
}
.privateTabLg {
	background:url(../img/privateLgTabBg.png) top left no-repeat;
}
.classesTabLg {
	background:url(../img/classesLgTabBg.png) top left no-repeat;
}
ul#teamCityTabs, ul#cookingCityTabs, ul#classesCityTabs {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
ul#teamCityTabs li, ul#cookingCityTabs li, ul#classesCityTabs li {
	float:left;
	width:150px;
}
ul#teamCityTabs img, ul#cookingCityTabs img, ul#classesCityTabs img {
	margin:5px 0 0 -5px;
}
ul#teamCityTabs a, ul#cookingCityTabs a, ul#classesCityTabs a {
	display:block;
	height:56px;
	background:url(../img/cityTabBg.png) no-repeat;
	background-position:-300px 0;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	padding-left:10px;
}
ul#teamCityTabs a {
	background-position:-150px 0;
}
ul#cookingCityTabs a {
	background-position:-300px -57px;
}
ul#classesCityTabs a {
	background-position:-300px -114px;
}
ul#teamCityTabs a.current {
	background-position:0 0;
	color:#FFFFFF;
}
ul#cookingCityTabs a.current {
	background-position:0 -57px;
	color:#FFFFFF;
}
ul#classesCityTabs a.current {
	background-position:0 -114px;
	color:#FFFFFF;
}

.citypanesTop, .citypanesBot {
	float:left;
	width:630px;
	height:10px;
}
.citypanesTop {
	background:url(../img/citypanes.png) top left no-repeat;
}
.citypanesBot {
	background:url(../img/citypanes.png) bottom left no-repeat;
}
.citypanesTopFull {
	float:left;
	width:940px;
	height:8px;
	background:url(../img/cityPaneTopFull.gif) top left no-repeat;
}
#citypanes {
	float:left;
	width:593px;
	padding:10px 20px 0px 15px;
	border-left:1px solid #eb8428;
	border-right:1px solid #eb8428;
}
.privatePg #citypanes {
	float:left;
	width:593px;
	padding:10px 20px 0px 15px;
	border-left:1px solid #8468ad;
	border-right:1px solid #8468ad;
}
.privatePg .citypanesTop {
	background:url(../img/citypanesPrivate.png) top left no-repeat;
}
.privatePg .citypanesBot {
	background:url(../img/citypanesPrivate.png) bottom left no-repeat;
}
#citypanesFull {
	float:left;
	width:903px;
	border-bottom:1px solid #a3d963;
	padding:10px 20px 10px 15px;
	border-left:1px solid #a3d963;
	border-right:1px solid #a3d963;
}
/* Left Nav */
#mainMenu #active {
	color:#6f49ac;
}
#mainMenu ul li ul li {
}
.leftNavTeam, .leftNavParties, .leftNavRecipes, .leftNavAbout, .leftNavVideo, .leftNavPress, .leftNavShop, .leftNavClasses  {
	width:280px;
	height:26px;
}
.leftNavTeam a, .leftNavParties a, .leftNavRecipes a, .leftNavAbout a, .leftNavVideo a, .leftNavPress a, .leftNavShop a, .leftNavClasses a {
	display:block;
	text-indent:-280px;
	height:26px;
	text-decoration:none;
	overflow:hidden;
}
.leftNavTeam {
	background:url(../img/leftNavTitles.gif) 0 0 no-repeat;
}
.leftNavParties {
	background:url(../img/leftNavTitles.gif) 0 -26px no-repeat;
}
.leftNavRecipes {
	background:url(../img/leftNavTitles.gif) 0 -52px no-repeat;
}
.leftNavAbout {
	background:url(../img/leftNavTitles.gif) 0 -182px no-repeat;
}
.leftNavVideo {
	background:url(../img/leftNavTitles.gif) 0 -78px no-repeat;
}
.leftNavPress {
	background:url(../img/leftNavTitles.gif) 0 -104px no-repeat;
}
.leftNavShop {
	background:url(../img/leftNavTitles.gif) 0 -130px no-repeat;
}
.leftNavClasses {
	background:url(../img/leftNavTitles.gif) 0 -208px no-repeat;
}
.leftNav {
	width:280px;
	background:url(../img/leftNavBg.png) left bottom no-repeat;
}
.leftNavVid {
	width:280px;
	margin-top:20px;
}
.leftNavVid > div {
	padding:10px;
	float:left;
	clear:both;
	width:260px;
}
.leftNavVid > div img {
	float:left;
	margin-right:10px;
}
.leftNavVid > div h3 {
	font-size:12px;
}
.leftNav ul {
	list-style:none;
	padding-bottom:10px;
}
.leftNav li {
	line-height:28px;
	border-top:1px solid #d4cae2;
	padding-left:10px;
}
.leftNav li.first {
	border-top:none;
}
.leftNav a {
	color:#666666;
}
.leftNav li.active a {
	color:#6f49ac;
}
.leftNav a.active {
	color:#6f49ac;
	text-decoration:none;
}
.proposal {
	text-align:center;
	margin:20px 0px;
}
/* Forms */
#ajaxSearch_form {
	margin:0;
	padding:0;
}
#ajaxSearch_form input[type="text"], #signUp_box input[type="text"], #gDir input[type="text"] {
	float:left;
}
#gDir {
	border-top:1px solid #CCCCCC;
}
.imgButton {
	margin-left:5px;
}
.contactButton {
	margin:10px 0 20px 160px;
}
#current-search-results {
	margin-bottom:12px;
}
.newsletterForm input[type="text"] {
	width:180px;
	padding:2px 5px;
	border:1px solid #a3d963;	
}
.newsletterForm .button {
	background:#f1edf5;
	text-transform:uppercase;
	border:1px solid #6f49ac;
	font-size:9px;
	height:22px;
	width:80px;
	color:#5aae12;
	font-weight:bold;
}
.button {
	background:#fff;
	text-transform:uppercase;
	border:1px solid #6f49ac;
	font-size:9px;
	height:22px;
	color:#5aae12;
	font-weight:bold;
}
#PlanEvent .button {
	margin-left:110px;
	margin-bottom:10px;
}
/* Events */
.event {
	width:260px;
	height:200px;
	margin-right:20px;
	border-bottom:1px dotted #6f49ac;
	float:left;
	margin-bottom:10px;
}
.eventCal {
	float:right;
}
.calendar {
	text-align:center;
	background:url(../img/calBg.png) bottom left no-repeat;
	padding:0px 5px;
	width:156px;
}
.calendar .calendar-prev a, .calendar .calendar-next a {
	color:#FFFFFF;
}
.calendar .days {
	color:#a3d963;
}
.calendar .calendar-month {
	background:url(../img/calMonthBg.png) top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
}
.calendar td {
	padding:1px 2px;
}
.cal_link {
	background:url(../img/calLink.png) center center no-repeat;
}
/* Recipes */
.recipePg #contentContainer, .videoPg #contentContainer, .shopPg #contentContainer, .aboutPg #contentContainer, .contactPg #contentContainer, .pressPg #contentContainer {
	padding-top:20px;
}
.recipeFeatured {
	height:232px;
	width:620px;
	background:url(../img/recipeMonth.png) top left no-repeat;
	margin-bottom:20px;
}
.recipeFeatured img {
	margin-left:20px;
	margin-top:50px;
	float:left;
}
.recipeR {
	width:480px;
	float:right;
	margin-top:50px;
}
.recipeCat {
	border-bottom:1px #a3d963 dotted;
	padding-bottom:10px;
	margin-bottom:10px;
	height:60px;
}
.recipeCat .img {
	float:left;
	margin-right:20px;
	width:55px;
}
.recipeCat .recipeTitle {
	float:left;
	width:400px;
	margin-right:20px;
}
.recipeCat .comments {
	float:left;
	width:100px;
}
.recipePageImg {
	margin:0 20px 20px 20px;
	border:1px solid #a3d963;
}
/* venue options */
#map {
	float:left;
	width: 620px;
	height: 520px;
	clear:both;
	margin-bottom:20px;
}
.venues {
	float:left;
	width:260px;
	height:280px;
	margin-right:20px;
	margin-bottom:20px;
	padding:10px;
	border:1px dotted #5aae12;
}
/* Recipes */
.recipeBoxes div {
	float:left;
	width:170px;
	height:190px;
	margin-right:30px;
	margin-bottom:20px;
	text-align:center;
}
.ajaxSearch_highlight {
	background:#CCCCCC;
}
.recipeBoxes div img {
	padding-top:40px;
}
.app {
	background:url(../img/recipeBoxBg.png) top left no-repeat;
}
.soup {
	background:url(../img/recipeBoxBg.png) -180px 0 no-repeat;
}
.side {
	background:url(../img/recipeBoxBg.png) -360px 0 no-repeat;
}
.main {
	background:url(../img/recipeBoxBg.png) 0 -198px no-repeat;
}
.drink {
	background:url(../img/recipeBoxBg.png) -180px -198px no-repeat;
}
.dessert {
	background:url(../img/recipeBoxBg.png) -360px -198px no-repeat;
}
.bread {
	background:url(../img/recipeBoxBg.png) 0 -396px no-repeat;
}
.ethnic {
	background:url(../img/recipeBoxBg.png) -180px -396px no-repeat;
}
.holiday {
	background:url(../img/recipeBoxBg.png) -360px -396px no-repeat;
}
#mainContent .app h3, #mainContent .soup h3, #mainContent .side h3, #mainContent .main h3, #mainContent .drink h3, #mainContent .dessert h3, #mainContent .bread h3, #mainContent .ethnic h3, #mainContent .holiday h3 {
	font-size:14px;
	font-weight:normal;
	padding-top:4px;
}
.greenLine {
	margin:10px 0 30px 0;
	padding:10px 0;
	border-top:1px solid #a3d963;
	border-bottom:1px solid #a3d963;
	clear:both;
}
/* About */
.staff {
	float:left;
	width:120px;
	text-align:center;
	margin-right:20px;
	margin-bottom:20px;
	display:block;
}
#mainContent .staff h3 {
	font-size:12px;
	font-weight:normal;
}
/* Video */
div.overlay {
	padding:40px;	
	width:576px;  
	display:none;
	background-image:url(../img/whitevidbg.png);
}

div.overlay div.close {
	background:url(../img/closevid.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div.overlay a {
	height:450px;
	display:block;
}
.videoPop a {
	font-weight:bold;
}
.innerVidTab h3, .partiesBannerVid h3, .classInnerTab h3 {
	font-size:14px;
}
.teamPg .videoPop a {
	color:#ED8E3B;
}
.classesPg .videoPop a {
	color:#5AAE12;
}
#headerTarget h1 {
	margin-top:10px;
}
.classesPg #headerTarget h1 {
	margin-top:20px;
}
/* News */
.news {
	width:180px;
	height:210px;
	background:url(../img/newsBg.jpg) top left no-repeat;
	text-align:center;
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px 10px;
}
.news img {
	margin-top:10px;
}
#mainContent .news h3 {
	margin-top:20px;
	font-size:12px;
}
.news p {
}
.featuredVideo {
	padding:10px;
	background:#CCCCCC;
	margin-bottom:10px;
	width:600px;
	height:304px;
	background:url(../img/featuredVidBg.png) top left no-repeat;
}
.vidTitle {
	width:180px;
	float:right;
	margin-top:40px;
}
.vidHolder {
	width:400px;
	float:left;
}
.video {
	padding:10px;
	width:160px;
	height:160px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #a3d963;
	text-align:center;
}
.vidObject {
	margin-bottom:20px;
	display:block;
}
#mainContent .video h3 {
	font-size:12px;
}
.topShare {
	height:40px;
}
.topShare #twet {
	float:right;
	margin-top:-30px;
	margin-right:20px;
}
.clientlogos {
	margin-right:10px;
}
/* Form Error */
fieldset {
	margin:20px 0px;
	padding:20px;
	border: 1px solid #5aae12;
	background:#f8f8f8;
}
legend {
	font-weight:bold;
	padding:0px 20px;
}
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	line-height:15px;
	background-color:#f1edf5;
	border:1px solid #6f49ac;
	font-size:11px;
	color:#333;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

#errors {
	background-color:#f1edf5;
	color:#6f49ac;
	padding:10px;
	margin:5px auto;
	display:none;
}
#errors h3 {
	margin:-5px 0;
	color:#5aae12;
}
#PlanEvent label {
	width:140px;
	font-size:11px;
	margin-right:10px;
	float:left;
	clear:left;
	line-height:normal;
}
#PlanEvent input[type="text"], #PlanEvent input[type="date"], #PlanEvent input[type="email"], #PlanEvent input[type="number"], input[type="text"], input[type="email"], input[type="password"] {
	border:1px solid #a3d963;
	padding:1px 2px;
	width:140px;
	height:18px;
	margin-bottom:12px;
}
#PlanEvent textarea {
	border:1px solid #a3d963;
	padding:1px 2px;
	width:200px;
	height:60px;
	margin-bottom:12px;
}
#PlanEvent select {
	border:1px solid #a3d963;
	width:154px;
	margin-bottom:12px;
}
#PlanEvent h3 {
	margin-bottom:10px;
	margin-top:10px;
}
#PlanEvent .fieldset {
	border:1px solid #a3d963;
	margin-top:10px;
	padding:0px 4px 6px 4px;
	background:#f1edf5;
}
#PlanEvent .column {
	width:450px;
	float:left;
	margin-left:10px;
}
#PlanEvent .columnOdd {
	width:440px;
	float:left;
	margin-left:10px;
}
#PlanEvent .columnOdd label {
	float:none;
	width:100%;
	font-size:11px;
	line-height:14px;
	margin-bottom:6px;
}
#PlanEvent .columnOdd select {
	border:1px solid #a3d963;
}

/* title */
.teamTpl {
	margin-bottom:16px;
	padding-bottom:8px;
	border-bottom:1px solid #CCCCCC;
}
.imgRight {
	margin:0 0 2px 10px;
}
.imgLeft {
	margin:0 10px 2px 0;
}
.title {
	margin-top:10px;
	padding-bottom:6px;
	margin-bottom:12px;
	border-bottom:1px solid #CCCCCC;
}
.pagetitle {
	padding-bottom:6px;
	margin-bottom:12px;
	border-bottom:1px solid #a3d963;
}
.venuetitle {
	padding-bottom:6px;
	margin-bottom:12px;
	border-bottom:1px solid #a3d963;
	width:905px;
}
.tenyears {
	font-weight:bold;
	font-size:14px;
	color:#5aae12;
	margin-top:10px;
	text-align:center;
}
/* Shop */
.prodImg {
	float:left;
	margin:0 20px 20px 0;
	width:120px;
	height:150px;
	overflow:hidden;
	text-align:center;
	font-size:11px;
	line-height:14px;
	background:url(../img/prodBg.jpg) bottom left no-repeat;
}
.prodFeatured {
	float:left;
	height:280px;
	width:208px;
	margin:0 0 20px 20px;
	padding:0 16px;
	text-align:center;
	background:url(../img/featuredProdBG.png) top left no-repeat;
}
.prodFeatured .img {
	height:160px;
	margin-top:55px;
	margin-bottom:5px;
}
.prodImgLg {
	float:left;
	margin-right:20px;
}
.shopcolumnLeft {
float: left; width: 280px; margin-left: 20px;
}
.shopcolumnRight {
float: right; margin-right: 16px;
}
.botLine {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
	padding-bottom:5px;
}
/* Search */
.AS_ajax_result {
	margin-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
}
.small {
	font-size:10px;
}

/* root element for tabs  */
ul#miniTabs {  
	height:30px;
	border-bottom:1px solid #eb8428;	 	
	float:right;
	width:400px;
	margin:0 !important; 
	padding:0;
}

/* single tab */
ul#miniTabs li {  
	float:left;	 
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul#miniTabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #eb8428;	
	border-bottom:0px;
	height:18px;
	background-color:#fff;
	margin-right:2px;
	position:relative;
	top:1px;	
}

ul#miniTabs a:hover {
	background-color:#fff;
	color:#6f49ac;
	font-weight:bold;
}
	
/* selected tab */
ul#miniTabs a.current {
	background-color:#f1edf5;
	border-bottom:2px solid #f1edf5;	
	cursor:default;
	font-weight:bold;
}
	
/* tab pane */
#miniPanes {
	float:right;
	width:400px;
}

#miniPanes > div {
	display:none;
	border:1px solid #eb8428;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#f1edf5;	
}
/* Contact */
.address {
	float:left;
	margin-right:20px;
	width:280px;
}
.commentButton {
	margin-bottom:20px;
}
.commentsBox {
	float:left;
	width:300px;
}
.commentsFb {
	float:right;
	width:300px;
}
/* upload form */
.photoUpload form .label {
	font-weight:bold;
}

/* Editor */
.boldPurple {
	font-size:12px;
	font-weight:bold;
	color:#6f49ac;
}
.boldGreen {
	font-size:12px;
	font-weight:bold;
	color:#5aae12;
}
#gcForm {
	clear:both;
}
#gcForm .fieldset {
	border:1px solid #a3d963;
	margin-top:10px;
	padding:10px;
	background:#f1edf5;
}
#gcForm .row {
	float:left;
	width:300px;
}
#gcForm .phnum {
	width:30px;
}
#gcForm .phnumlong {
	width:40px;
}
#gcForm h3 {
	margin-top:6px;
}
#gcForm textarea {
	border:1px solid #a3d963;
	padding:1px 2px;
	width:200px;
	height:60px;
	margin-bottom:12px;
}
#gcForm select {
	border:1px solid #a3d963;
	width:154px;
	margin-bottom:12px;
}
.none {display:none !important;}

.orangeButton {
	border:2px solid #ED8E3B;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#6F49AC;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	background:#f8f6fb url(../img/buttonBgGradient.png) center repeat-x;
	width:120px;
	text-align:center;
	float:right;
	margin-left:6px;
	padding:2px 4px;
	font-family: "Trebuchet MS", sans-serif;
}
.orangeButtonLarge {
	border:2px solid #ED8E3B;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#6F49AC;
	font-size:18px;
	text-transform:uppercase;
	background:#f8f6fb url(../img/buttonBgGradient.png) repeat-x;
	width:280px;
	text-align:center;
	padding:8px 36px;
	font-family: "Trebuchet MS", sans-serif;
}
.col-66 {
	width:66%;
}
.col-50 {
	width:50%;
}
.col-33 {
	width:33%;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.sitemap {
	margin-bottom:16px;
}
.sitemap h3 {
	font-weight:bold;
	padding-right:10px;
}
.sitemap ul {
	margin-right:20px;
	border-top:1px solid #a3d963;
}
.sitemap ul li {
	margin-left:20px;
}
.formPad {
	padding:5px;
}

/* Google Plus One */
.hYYaO {width: 238px;}
.XilBEe {margin: 10px;}
