body {
color:#333;
}


html, body {
/*text-align: center;*/ 
/* IE6*/
}



@font-face {
	font-family: 'Museo500';
	src: url('museo500-regular-webfont.eot');
	src: local('☺'), url('museo500-regular-webfont.woff') format('woff'), url('museo500-regular-webfont.ttf') format('truetype'), url('museo500-regular-webfont.svg#webfontXTvTYmVW') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @group hosting table */


#feature-table { width: 500px; margin: 0; border-collapse: collapse;}

#feature-table th { height: 120px; padding-bottom: 14px !important; vertical-align: bottom; text-align: center;}
#header-basic { background: url(/images/plan-silver.jpg) no-repeat; }
#header-plus { background: url(/images/plan-gold.jpg) no-repeat; }
#header-premium { background: url(/images/header-99.png) no-repeat; }
#header-pro { background: url(/images/header-150.png) no-repeat; }


#feature-table td,
#feature-table th { width: 250px; padding: 8px 5px; text-align: center; border-left: 1px solid white; border-right: 1px solid white; }

#feature-table .final-row td { padding: 24px 5px; }

.basic   { background-color: #d5e4bc; background-color: hsla(85,  30%, 80%, 1); }
.plus    { background-color: #c1dcb7; background-color: hsla(110, 30%, 80%, 1); }
.premium { background-color: #bad6c8; background-color: hsla(150, 30%, 80%, 1); }
.pro     { background-color: #bbd3dc; background-color: hsla(190, 30%, 80%, 1); }

.odd .table-col-1 { background-color: #edf3e2; background-color: hsla(85,  30%, 94%, 1); }
.odd .table-col-2 { background-color: #edf3e2; background-color: hsla(110, 30%, 94%, 1); }
.odd .table-col-3 { background-color: #edf3e2; background-color: hsla(150, 30%, 94%, 1); }
.odd .table-col-4 { background-color: #e2ecf0; background-color: hsla(190, 30%, 94%, 1); }

.leftOfFeatured  { background-image: url(/images/shadow-left.png);  background-repeat: repeat-y; background-position: right center; }
.rightOfFeatured { background-image: url(/images/shadow-right.png); background-repeat: repeat-y; background-position: left  center; }


/* From http://css-tricks.com/examples/ButtonMaker/ */
/*.button {
   border-top: 1px solid #a695b3;
   background: #64548f;
   background: -webkit-gradient(linear, left top, left bottom, from(#836c94), to(#64548f));
   background: -moz-linear-gradient(top, #836c94, #64548f);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
.button:hover {
   border-top-color: #755a99;
   background: #755a99;
   color: #ffffff;
}
.button:active {
   border-top-color: #4f3463;
   background: #4f3463;
   position: relative;
   top: 1px;
}*/

/* @end */

/* @group forms */

form {text-align:left;}

.form-container label {
        float: left;
        text-align: right;
        margin-right: 15px;
        width: 100px;
        font-size: 12px;
        font-weight: bold;
        color: #555;
}

.form-container label.Address2 {
	font-weight: normal;
}

form div {
	margin: 0;
	padding: 0;
	/*display: none;*/
}

.form-container div.row {
	padding: 5px 0;
	display: block;
}

div.form-container {
	padding: 20px;
	background: #eff2e1;
border: 1px solid #dfe4c8;
}


.email-login {
	font-size: 12px;
padding: 10px;
	background: #eff2e1;
border: 1px solid #dfe4c8;	
}

.email-login p {
	margin: 0 0 10px 0;
}

.email-login h4 {
	margin-top: 0;
}

/* @end */

.page-break { display:none; }


div {
	/*border: 1px solid #000;*/
}

.clear-float {
	float: left;
	display: inline;
}

body#content {
	background: none;
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
min-height:400px;
height: auto !important;
height: 400px;
}

hr {
	margin: 20px 0;
}

/*a.button {
	float: right;
	padding: 5px 20px 2px 20px;
	text-decoration: none;
	line-height: 1;
	color: #FFF;
	background: #598500 url(../images/bg-header-right.jpg) no-repeat;
}

a.button:hover {
	background:#eaf8a8 ;
}*/

.hide {
	display: none;
}

h4.side-border {
	margin:30px 0 20px 0;
	padding-bottom:0px;
	border-bottom:1px solid #CCC;
	clear: left;
}


/* @group proposals */


table#budget {
	margin-bottom: 80px;
	line-height: 1.2;
}

table#budget .bold {
	color: #000;
}

table#budget th  {
	background: #EEEEEE;
	padding: 5px 5px;
	text-align: left;
}

table#budget td  {
	padding: 5px 5px;
	text-align: left;
}



div.screencast {
	width: 170px;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.screencast p {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
line-height: 1.2em;
color: #5b5b5b;
}

p.next {
	text-align: right;
	background: #fff;
}

p.next span {
	font-size: 20px;
}

p.lead {
	font-size: 16px;
}

body#proposals #sidebar a {
	text-decoration: none;
}

body#proposals #sidebar li {
	line-height: 1.3;
	padding-bottom: 10px;
}

body#proposals #sidebar .pad {
	padding: 0 0 0 10px;
}

body#proposals h3 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
}

body#proposals .article h4 {
	font-size: 18px;
	margin-top: 0;
	line-height: 1.4;
	color: #5b5b5b;
	margin-bottom: 10px;
	margin-top: 20px;
	letter-spacing: 1px;
}

body#proposals h4.space {
	margin-top: 30px;
}

body#proposals h4 span{
	color: #5b5b5b;
	font-weight: normal;
	letter-spacing: 1px;
}

#paging  {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
	text-align: left;
}

#paging  span{
	float: right;
}

/* @end */

/* @group text */

h1, h2, h3, h4 {
	/*font-family:"Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;*/
	/*letter-spacing: -0.5px;*/
}

.article-landing h2 {
font-size: 14px;
font-size: 16px;
letter-spacing: 0;
color: #598500;	
}

div.entry h3 {
	font-size: 24px;
	color: #355b04;
	background:#eaf8a8 ;
	padding: 0 10px;
	margin-bottom: 20px;
	line-height: 1;
}


em {
	font-weight: bold;
	color: #5b5b5b;
}


h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #355b04;
	/*color:#00785F;*/
}

h2 {
	color: #458b69;	
	line-height: 1.3em;
	margin-bottom: 20px;
}

h2 a {
	text-decoration: none;
	color: #669900;	
}


h3 {
	color: #669900;
	/*color: #0D7791;
	color:#00785F;*/
	color: #458b69;
	}
	
	
	h1, h2, h3, #content h4 {
	font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'Museo500', sans-serif;
			/*font-size-adjust: 0.51;*/
}
	
	
	
h3.divider {
	clear: left;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}

h4 {
	color: #0D7791;
	color:#669900;
	margin-top: 15px;
margin-bottom: 0;
}

h4.sub-border {
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}



p.lead {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	color: #458b69;
	margin-bottom: 20px;
}

a {
	color: #458b69;
	font-weight: bold;
}

a:hover {
	color: #333;
}

.bold {
	font-weight: bold;
	color: #458b69;
}

strong {
	color: #333;
}

a.more-link {
	color: #458b69;
	font-weight: bold;
}

a:hover.more-link {
	background: #e6ff17;
}

a.top {
	font-weight: normal;
	margin: 0;
}



/* @end */

/* @group page title */

div#page-top {
	width: 100%;
	background:#eff2e1;
	/*background: url(/gum3../images/bg-page-top.jpg)  repeat-x;*/
	background:#dfe4c8;
	background: #D8ED7B url(../images/bg-page-top.jpg)  repeat-x bottom left;
}

.article-landing {
    /*background: url(/gum3../images/grad-green.jpg)  repeat-x;*/
	padding: 20px 20px 10px 20px;
	margin-bottom: 5px;
}

.article-landing img {
	float: right;
	margin: 0 0px 0 20px ;
}



/* @end */





.affiliate {
	background: #eff2e1;
	padding: 10px;
	line-height: 1.2;
	float: left;
	margin-bottom: 20px;
	width: 200px;
	font-size: 12px;
}

.affiliate p {
	margin: 0;
	color: #555;
}

.affiliate img {
	float: left;
	margin-right: 5px;
}

.lime {
	
	background-color: #e6f3ce;
	background-color: #eaf8a8;
}

.light-green {
	background: #eff2e1;

}

div.payment {
	background: #eff2e1;
	padding: 10px;
	line-height: 1.2;
	border: 1px solid #dfe4c8;
	margin-bottom: 20px;
}

div.payment h3 {
	margin: 0;
}

div.payment img, div.payment input {
	float: right;
}

#feedback {
	background: url(../images/grad-green.jpg)  repeat-x;
	padding: 10px;
}



/* @group testimonials */

#t-wrapper {
	position: relative;
}

#next span, #prev span {
	display: none;
}

#next {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 208px;
	z-index: 100;
	background: url(../images/next.jpg)  no-repeat;
}

#prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 208px;
	z-index: 100;
	background: url(../images/prev.jpg)  no-repeat;
}


.testimonials {	
margin-left: 80px;
margin-right: 80px;
 background: url(../images/quote.jpg)  no-repeat top right;
}



/* @end */

/* @group sidebar */

/* @group sidebar box */

.box {
	margin-bottom: 10px;
}


.box p {
	margin: 0;
}

.box .bg {
	border-top: 2px solid #eff2e1;
	background: #eff2e1 url(../images/bgSideBox.jpg) repeat-x;
}

.box h4, h4.sidebar-header {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 6px 10px 4px 0px;
	color: #FFF;
	text-transform: uppercase;
	background: #598500 url(../images/bg-header-right.jpg) no-repeat;	
}

.box ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.box li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.box a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	/*color: #0D7791;*/
}

.box .pad {
	padding: 5px;
}


.resources h4 {
	font-size: 14px;
	background-color: #eff2e1;
	padding: 2px 5px;
	border-bottom: 2px solid #FFF;
}

div.resources {
	background-color: #eff2e1;
}

div.resources h4 {
	color: #458b69;
	margin: 0;
	cursor: pointer;
}

div.resources a {
	font-weight: normal;
	text-decoration: none;
}

div.resources div ul {
	list-style: none;
	margin: 0 10px;
}

div.resources div li {
	list-style: none;
	line-height: 1.2;
	margin: 5px 2px;
}

/* @end */


#sidebar h4, #sidebar h5 {
	margin-bottom: 5px;
}

#.sidebar {
	/*margin-top: 40px;*/
	background-color:#FFF;
}

ul.archives {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.archives li {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 20px;
	list-style: none;
	background: url(..../images/star.jpg) 0 3px no-repeat;
}

ul.clientList {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	margin-top: 5px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

.clientList li{
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 1.3;
	padding: 0;
	padding-bottom: 10px;
}



/* @end */

/* @group images */


.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}


img a {
	border: 0;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}


/* @end */




.pad {
	padding: 10px;
}

.pad10left {
	margin-left: 10px;
}

div#subnav {
	/*background-color: #eaf8a8;*/
	margin-bottom: 10px;
}

/* @group web design */

.feature {
	float: left;
	display: inline;
	margin-bottom: 15px;
}

.feature img {
	float: left;
	display: inline;
	
}

.feature p,  .feature h4 {
	margin-left: 60px;
}

.feature h4 {
	margin-top: 0;
}

/* @group services */

.service {
	float: left;
	display: inline;
	margin-bottom: 15px;
}

.service img {
	float: left;
	display: inline;
	
}

.service p,  .service h4 , .service ul{
	margin-left: 50px;
}

.service h4 {
	margin-top: 0;
}

.service li {
	background: url(/images/icons/check-orange_16.png) 0 0.4em no-repeat;
	padding-left: 20px;
	list-style: none;
	font-weight: bold;
	color: #555;
}

.service li {
	line-height: 32px;
}

/* @end */


/* @group tabs */

div.tab-content {
	min-height:500px;
height: auto !important;
height: 500px;
}
#tabs {
 margin: 20px 0;
}
#tabs ul.tabs {
	float: left;
	background: #fff;
	width: 620px;
	width: 100%;
	padding-top: 4px;
	margin-bottom: 20px;
	background-color: #eaf8a8;
}
#tabs ul.tabs li {
	margin-left: 8px;
	list-style: none;
	background-color: #eaf8a8;
}
* html #tabs ul.tabs li {
	display: inline;
}
#tabs ul.tabs li, #tabs ul.tabs li a {
	float: left;
}
#tabs ul li.active {
	border-top:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	background: #FFFFFF;
}
#tabs ul.tabs li.active a {
	color: #333333;
}

#tabs ul.tabs li a {
	text-decoration: none;
	padding: 4px 5px;
	color: #000;
	font-weight: bold;
}

#tabs ul.tabs li a:hover {
	background: #FFF;
	border-bottom: 1px solid #FFF;
}



/* @end */


/* @end */

/* @group portfolio */

div.work {
	margin: 20px 0;
}

div.work img {
	border: 2px solid #CCC;
}

.thumb {
	
	float:left;
	margin-right:1%;
	max-width: 100%;
	margin-bottom: 20px;
	
}

div.entry .thumb img {
	margin: 0;
	border: 1px solid #CCCCCC;
}

.thumb p {
	margin: 0;
	line-height: 1;
}

.thumb a {
	text-decoration: none;
}


/* @end */

/* @group blog */

div.entry h3 {
	background:none ;
	padding: 0;
	margin: 0px 0 10px 0;
	color: #458b69;
	font-size: 18px;
}


div.entry {
	margin-bottom: 20px;
	/*background-color: #eaf8a8;*/
	/*width:620px;*/
	width: 540px;
	
	float: left;
	display: inline;

}

div.entry img {
	margin-bottom: 10px;
}

p.posted {
	/*background: #ebefac;*/
	
	font-size: 0.9em;
	/*padding-bottom: 20px;*/
	border-bottom: 0px solid #CCC;
}

p.posted strong {
	color: #999;
}

ul.entries {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.entries li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
	line-height: 1.3em;
}

ul.entries li span {
	color: #666;
}

ul.entries li a {
	text-decoration: none;
}


/* @end */

/* @group home */

#top-wrapper {
	background: #68ae08 url(../images/bg-home-top-wrap.jpg) repeat-x;
}

#home-top {
height: 305px;
 background: url(../images/bg-home-top.jpg) no-repeat 50% 0;
 position: relative;
}

#home-top img {
	margin: 20px 0;
}



#ingredients {
	background: #FEFDC0;
	color: #355b04;
	border: 4px solid #355b04;
	padding: 10px;
	width: 510px;
	position: absolute;
	right: 10px;
	top: 70px;
	font-size: 18px;
	font-weight: bold;
}

div#pitch {
	margin: 70px 0 0 50px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-style: italic;
	font-weight: normal;
	font-size: 38px;
	line-height: 1;
	color:#0F3409;
	background: transparent;
}

/* @group title h1 h2 */

#home-top .title {
	width: 550px;
	position: absolute;
	bottom: 0;
	right: 0;
}


#home-top h2 {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color:#333;
	margin-bottom: 10px;
}



#home-top h1 {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;
	letter-spacing: 0.05em;
	font-style: italic;
	color: #355b04;
	font-weight: normal;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0;
}



/* @end */

#center-wrapper {
	/*background: url(..../images/bg-home-center.jpg) repeat-x;*/
}


#home-center h2 {
	
	font-size: 24px;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 10px;
	/*padding-bottom: 10px;
	background:url(../images/line.jpg) repeat-x bottom left ;*/
}


#home-center h2.subhead {
	color: #555;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;
}


#home-center h2 a {
	font-weight: normal;
}

#home-center {
	
	
}

#feature img {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

/* @end */

/* @group footer */

#footer-wrapper {
	background:#0f3409 url(../images/bg-footer.png) repeat-x;
	margin-top: 20px;
}


#footer-wrapper .container_12{
	/*background:#0f3409 url(../images/bg-footer-line.jpg) repeat-x;*/
}

#footer h3.footer {
	font-size: 16px;
	
	margin-bottom: 10px;
	color: #99cc33;
	letter-spacing: -0.5px;
	font-weight: bold;
}

#footer h4.footer {
	font-size: 14px;
	margin: 0;
	color: #c7c595;
}

#footer h5 {
	
}

#footer img {
	border: 5px solid #b1c795;
}

#footer {
	color: #b1c795;
	height: 200px;
	padding-top: 20px;
	/*background: url(..../images/bg-footer.jpg) no-repeat;*/
}

#footer a {
	color: #b1c795;
	text-decoration: none;
	border: 0;
}

#footer a img {
	border: none;
}

#footer a:hover {
	color: #FFF;
}

ul.quick-links, ul.quick-links li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.quick-links a {
	text-decoration: none;
}

ul.quick-links span {
	color: #7c9c53;
}

/* @end */

/* @group header */


#clients {
	position: absolute;
	right: 20px;
	top: 20px;
}

#header-print {
	display: none;
}


#header {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 63px;
	background: url(../images/bg-header.jpg) no-repeat;
}

#header-wrapper {
	width: 100%;
	background: url(../images/bg-header-wrap.jpg) repeat-x;
}

#logo {
	position: absolute;
	right: 0;
	top: 10px;
	width: 230px;
	height: 80px;
}

/* @end */

/* @group nav top */

#nav-wrapper {
	background: #355b04;
}

#nav-top {
	background:#355b04 url(..../images/bg-nav.jpg) no-repeat;
}

#nav-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

#nav-top ul li {
	list-style: none;
	margin: 0;
	padding: 0 ;
	float: left;
	display: inline;
	color: #b1c795;
	font-size: 16px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-right: 1px solid #7dab40;
}


#nav-top ul li a {
	color: #b1c795;
	padding: 3px 15px;
	text-decoration: none;
}

#nav-top ul li a:hover {
	background: #FFF;
	color: #2d5001;
	background: #edf7c0;
}

body#web-design a.web-design, 
body#portfolio a.portfolio,
body#hawaii-web-blog a.blog,
body#gum a.gum,
body#contact a.contact
 {
	background: #FFF;
	color: #2d5001;
}

body#home a.home {
	color: #355b04;
	background: #edf7c0;
}

/* @end */

/* @group looper */
.slide-container { width:460px; height:300px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:500px; display:none; }

ul.pagination { list-style:none; padding:0; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; color: #FFF;}
		ul.pagination li.active a { background:#355b04; color:white; }

a.next, a.previous {
	color: #FFF;
	float: left;
}
/* @end */

/* @group simple tabs */
.simple-tabs ul { 
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    float: left; position: relative; border-right: 1px solid #ddd; bottom: -1px;
  }
  .simple-tabs li { 
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    float: left; border: 1px solid #ddd; border-right: none; 
  }
  .simple-tabs li a { 
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    float: left; text-decoration: none; padding: .5em 1.7em; color: #555555; background: #e6e6e6; 
  }
  .simple-tabs li a:hover { background: #dadada; color: #212121; }
  .simple-tabs li.selected-tab { border-bottom-color: #fff; }
  .simple-tabs li.selected-tab a, .simple-tabs li.selected-tab a:hover { background: #fff; }
  .tab-panel { clear:left; border: 1px solid #d3d3d3; background: #ffffff; color: #222222; padding: 1.5em 1.7em;	}


/* @end */
