/* @override http://tuckabox.site/images/VectorLover.css */

/* ----------------------------------------------
	Template Name : VectorLover
	Template Code : S-0026
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/    
	Last Date Modified : July 31, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #6BAF49 url(bg.jpg) repeat-x;
	font: 62.5% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
		margin:0;
	padding:0;
}

/* links */
a, a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #322615;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 1.9em;		
}
h2 {
	font-size: 1.9em;
	color: #88AC0B;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 10px 10px 8px 10px;
	font-size: 1.3em;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #000000;
	font-size: 1.5em;
}
dd {
  padding-left: 25px; 
  padding-top: 4px;
  color: #000000;
  line-height: 15px;
  font-size: .9em;
}

/* images */
img {
	/*background: #FAFAFA;*/
   /*border: 1px solid #E4E4E4;*/
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(quote.gif) no-repeat 15px 15px;
}

/* start - table */
#data table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
#data th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
#data tr {
	height: 34px;
	background: #fff;
}
#data td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}
#rounded-corner
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 10px;
	margin-top: 15px;
	width: 460px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner p
{
	padding: 3px 3px 3px 3px;
	font-size: 9px;
	color: #000000;
	
}


#rounded-corner thead th.rounded-company
{
	background: #FFED4D url('left.gif') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #FFED4D url('right.gif') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-size: 10px;
	color: #51432F;
	background:#FFED4D ;
}
#rounded-corner td
{
	padding: 3px 3px 3px 3px;
	background: rgba(209,254,121,0.33);
	border-top: 1px solid #fff;
	color: #669;
}
#tabalt td
{

	background: rgba(181,224,108,0.52);

}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #FFED4D url('botleft.gif') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #FFED4D url('botright.gif') right bottom no-repeat;
}

#rounded-corner tfoot td
{
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rounded-corner  tbody tr:hover td
{
	background: #FFED4D;
}





/* end - table */

/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	/*border: 1px solid #EEE8E1;*/ 
	/*background: #ADD163;*/
}
form#contactform  {
	margin: 20px 0px; 
	padding: 15px 0px 25px 0px; 
	border: 0px solid #EEE8E1; 
	background: none;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #000000;
}
label {
	font-weight: bold;
	color: #000000;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	/*float: right;*/
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;

	margin: 0px auto 30px auto;
	text-align: left;
		
	background: url(top_bg.gif) no-repeat 520px 0px;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0;
		background: #FFF url(wrap.gif) repeat-y 0 top;
		
}
.home#content {
	clear: both;	
	float: left;	
	width: 952px;	
	height: 199px;					
	padding: 25px 0px 0px 0px;
	background: url(middle.gif) no-repeat center top;
}
#home_middle {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	display: block;
	width: 245px;
	height: 245px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 163px; left: 710px;
	background: url(middle2.gif) no-repeat 0 0;
	/*z-index: 1;*/
}
#header {
	position: relative;
	width: 952px;
	height: 135px;
	background:  url(header.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	display: block;
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;
	background: url(fresh_pack.png) no-repeat 0 0;
}
#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	display: block;
	width: 165px;
	height: 165px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px; left: 850px;
	/*background: url(fresh_pack.gif) no-repeat 0 0;*/
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #74A838 url(top-menu.gif) repeat-x;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #FFF;
	
	top:273px;	right: 60px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;
	width: 952px;
	height: 50px;
	background:  url(nav.gif) no-repeat;	

}
#nav ul {
	float: left;	
	list-style: none;
	margin-top: 12px;
	_margin-top: 5px;
	/*margin: 5px 0px 0px 0px;*/
	height: 22px;
	padding: 0px 0px 0px 10px;
		clear: both;
		display: inline;
			
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;	
	display: inline;
		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	
	color: #FFF;
	font: bold 13px/45px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-decoration: none;	
	display: inline;
	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;	
}
#nav ul li#current {
	background: transparent url(left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(right-tab.gif) no-repeat right top;	
}
#nav ul li.last_menu {
	background: transparent url(end_tab_left.gif) no-repeat 0 11px;	
}
#nav ul li.last_menu a {	
	color: #FFFFFF;
	background: transparent url(end_tab_right.gif) no-repeat right 11px;	
}
#nav ul li.last_menu a:hover, 
#nav ul li.last_menu a:active {
	color: #E7FAA9;	
}

/* featured services */

#featured {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 45px;
	background-color: #f4f4f4;
	border-top: 1px solid #E4F2C8;
	
	
	
}

#featured div {
	float: left;
	text-align: center;
}

#featured div h4, #featured div h5 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#featured div h5 {
	font-size: 12px;
	font-weight: normal;
}

#featured div img {
	margin-top: 25px;
	max-height: 80px;
	max-width: 230px;
	overflow: hidden;
}

#featured div.center {
	padding-top: 15px;
	width: 287px;
	height: 145px;
	border-left: 1px solid #E4F2C8;
	border-right: 1px solid #E4F2C8;
}

#featured div.first, #featured div.last {
	padding-top: 15px; 
	width: 289px;
	height: 145px;
}



/* Main Column */
#main {
	float: left;
	width: 535px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main.homemain {

	width: 865px;
	
}
#main.full_column {
	/*float: left;*/
	/*position: relative;*/
	width: 860px;
	/*padding: 0; margin: 0 0 0 40px;
	display: inline;*/	
}
#main h2 {
	font: bold 2em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;	
	margin-bottom: 15px;	
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 
	line-height: 25px;	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main h3 {
	color: #51432F; 
	font: bold 1.4em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 0px; 	
	border-bottom: 1px solid #E4F2C8;
	line-height: 25px;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #51432F; 
	font: bold 1.3em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 8px 7px; 
	margin: 10px 0 5px 0px; 	
	border-bottom: 1px solid #E4F2C8;	
}
h4 {
	color: #739A23;
	font: 1.3em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 10px; 
	/*margin: 5px 0 5px 10px;*/ 	
	/*border-bottom: 1px solid #E4F2C8;*/	
}
#sidebar p { padding: 6px 10px;	}


/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li  {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: bold;
	font-size: 1.2em;
}
#sidebar .sidemenu li  span {
	color: #7F7F7F;	
	font-size: 1em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	/*background: none;*/	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #6BAF49 url(footer-bottom.gif) no-repeat left top;			
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 0.95em;
	color: #000000;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}

#footer a {
	color: #fff;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/*START Shop Cart styles*/
#shopCategories {
        margin: 0px 0px 5px 0px;
  
}
.shopCategory form {
	margin: 0px 0px; 
	padding: 0px 0px 0px 0px; 
	border: 1px solid #add163; 
	background: #6baf48;
}
.shopCategory form p {
	border-bottom: 1px solid #cee7f7;
	padding: 5px 0 5px 10px;	margin: 0;	
	color: #000000;
	font: 14px Helvetica, Arial, sans-serif;
}

#shopCategories .shopCategory {
    width: 162px;
    /*height: 200px;*/
    float: left;
    margin: 12px 10px 13px 0px;
    position: relative;
}
#cart1  {
    width: 415px;
    height: 200px;
    float: left;
    margin: 0px 5px 13px 5px;
    position: relative;
    display: block;
    /*background: #FFED4D;*/
    /*border: 1px solid #cee7f7;*/
}
#cart1 h3 {
   	background: #FFED4D;
}

#choosedate  {
    width: 415px;
    height: 200px;
    float: left;
    margin: 0px 5px 13px 5px;
    position: relative;
    display: block;
    /*background: #FFED4D;*/
    border: 1px solid #FFFFFF;
}

	.shopCategory fieldset {
        border: 1px solid #cee7f7;
       
	background: #FFED4D;
        padding: 0px 0px;
    }
   .shopCategory h4 {
	/*color: #739A23;*/
	color: #333;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 5px 5px 10px; 
	/*margin: 5px 0 5px 10px;*/ 	
	/*border-bottom: 1px solid #E4F2C8;*/	
}
	.shopCategory  h3  {
	color: #2d7611 !important; 
	font-size: 14px !important;
	font-weight: normal !important; 
	text-transform: none;
	letter-spacing: -.8px !important;
	padding: 5px 0 5px 0px; 
	margin: 0px 0px 5px 0px !important; 	
	border-bottom: 1px solid #add163 !important;


}
	#cart .shopCategory div.cartLine {
        line-height: 24px;
        padding-top: 6px;
        vertical-align: middle;
    }
    	div.cartLine {
        line-height: 24px;
        padding-top: 6px;
        padding-bottom: 5px;
        vertical-align: middle;
        text-align: center;
	color: #000;
	font-size: 10px;
}
   .cartLine input, select, textarea {
	margin: 0px 0px;
	padding: 5px;
	color: #000000;
	border-width: 0px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
#dateform label {
	font-weight: bold;
	color: #6B6B6B;
	padding-left: 10px; 
}
#choosedate input{
	margin: 20px 0px 0px 70px;
	padding: 5px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	font-size: 1.5em;
}
#dateform{
	margin-top: 15px;
	/*border-bottom: 1px solid #cee7f7;*/
}

/*FOXY CART*/
.foxycart.btn{
	background: #FFED4D;
	display: block;
	/*float: left;*/
	padding: 10px;
	text-align: right;
	font-size: 1.5em;
	margin: 0px 0px 5px 0px; 
}
.zoom.btn{
	background: #FFED4D;
	display: block;
	/*float: left;*/
	padding: 10px;
	text-align: right;
	font-size: 1.5em;
	margin: 0px 0px 5px 0px; 
}
#checkoutbox{
	text-align: right;
	padding-right: 25px;
	background-color: #add163;
	color: #fff;
	font-size: 1.5em;
	display: block;
}
#checkoutbox a:hover{

	background-color: #FFED4D;
	color: #add163;

}
#yourcart h3{
	height: 30px;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
	font: bold 1.9em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.subhead{
	/*color: #000000;*/
}
#fc_quantity {
	color: red;
}
#fc_total_price{
	color: red;
}
#fc_cart_table caption{
	display: none;
}

#fc_checkout_container h2 {
	font: bold 1.5em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #79A325; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: normal;
	border-bottom: 0px solid #E4F2C8; 
	line-height: 25px;	
}

#floatMenu {
		position:absolute;
		top:260px;
		left:0px;
		margin-left:622px;
		
		}
		


a.button{
	background:url(../images/button.gif);
	display:block;
	color: #739A23;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	
	color: #322615;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(../images/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
		
	}
		.download{
		background:url(../images/b-download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
		margin-top: 10px;
	}
	
	/* pixy rollover
================================== */

.fc_cancel_continue_shopping a:link, .fc_cancel_continue_shopping a:visited {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(images/pixy-rollover.gif) no-repeat left top;
  text-indent: 50px;
}

.fc_cancel_continue_shopping a:hover {
 background-color: #369;
 background-position: right top;
 color: #fff;
}
