﻿body {
	margin: 0px 0px 0px 0px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}

a 
{
    color: #023401;
    text-decoration: none;
    /*border-bottom: dashed 1px #023401;*/
}

a:hover 
{
    color: #ff9900;
}

a.decorated
{
    border-bottom: dashed 1px #023401;
}

input.decoration1, textarea.decoration1, select.decoration1
{
	background-color: #c1d2ae;
	border: solid 1px #ee9249;
}

input.decoration1RO, textarea.decoration1RO, select.decoration1RO
{
	background-color: #e6e6e6;
	border: solid 1px #ee9249;
}

#wrapper {
	width: 990px;
	text-align:left;
	margin: 0 auto;
	background-color:#FFFFFF;
}
/********* HEADER *************/
#barrita
{
    background-color: #e5e5e5; 
    border-bottom: solid 1px #fba96d; 
    margin-bottom: 10px;
    font-family: Verdana;
    font-size: 10px;
}

#barritaContent
{
	width: 990px;
	text-align:left;
	margin: 0 auto;
	color: #b2b2b2;
}

#barrita ul
{ 
    margin: 3px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    list-style: none;
}

#barrita li 
{  
    float: left;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;

}

#barrita li.fb
{
    background: url(img/logo_fb.jpg) no-repeat;
    padding: 0px 0px 2px 20px;
    
}

#barrita li.blog
{
    background: url(img/tie_spk.jpg) no-repeat;
    padding: 0px 0px 3px 20px;
}

#barrita li.ecards
{
    margin: 0px 0px 0px 5px;
}


#barrita a
{
    color:#666666;
}
/********* HEADER *************/

#headerTop {

	/*background: #ffffff url(img/header_top_bg.gifx) no-repeat;*/
	height: 74px;
}

#headerBrandingB {
	float:left;
	color: #053702;
	font-size: 36px;
	font-weight: bold;
	font-style:italic;
	line-height: 0.8em;
}

.headerBrandingStd
{
    padding-top: 15px;
}

.headerTagline
{
     font-size: 10px;
}
.headerBrandingJpg
{

}

#cart {
	background:url(img/header_top_cart_bg.gif) no-repeat;
	width: 340px;
	height: 33px;
	float: right;
	position:relative;
	top: 42px;
}

#cartContent 
{
    background: url(img/minicart_shoppingbag.gif) no-repeat;
    margin: 2px 0px 0px 5px;
    padding: 6px 0px 0px 30px;
    height: 29px;
}

#cartContent a
{
    color: #053702;
    text-decoration: none;
    border-bottom: dashed 1px #053702;
    display: inline-block;
}

#cartContent .contentLabel
{
    font-weight: bold;
    padding-left: 10px;
}


#headerBottom {
	/*background: url(img/header_bottom_bg.jpg) no-repeat;*/
	height: 143px;
	margin-bottom: 3px;
}

/********* MAIN MENU *************/

#mainMenu {
	background-color: #c1d2ae;
	height: 32px;
	border: solid 1px #ee9249;
}

#mainMenu ul {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 0px;	
	padding-left: 10px; 
	float: left;
}

#mainMenu li.menuItem {
	float: left;
	background: url(img/mainmenu_bullet.gif) no-repeat 13px 7px;
	padding-left: 30px;
}

#mainMenu li.first {
	background: none;
	padding-left: 0px;
}


#mainMenu li.menuItem a {
	color: #053702;
	text-decoration:none;
	font-weight: bold;
	font-size:15px;
}

/********* LEFT COL *************/
#leftCol {
	float: left;
	width: 166px;
	margin-bottom: 50px;
	overflow-x: hidden;
}

/********* SECONDARY MENU *************/
#leftNav {
	background-color: #d9e3c1;
	border-bottom: solid 1px #ee9249;
	border-left: solid 1px #ee9249;
	border-right: solid 1px #ee9249;
	margin-bottom: 0px;	
}


#leftNav .categoryMenu {
	background: url(img/leftnav_tit_categories.gif) no-repeat;
	margin-bottom: 20px;
}

#leftNav .categoryMenu .title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#leftNav .categoryMenu ul 
{
	padding-top: 5px;
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
#leftNav .categoryMenu li {
	background:url(img/leftmenu_bullet.gif) no-repeat left 7px;
	padding-left: 12px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#leftNav .categoryMenu li a {
	color: #023401;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	border: none;
}

#leftNav .categoryMenu li a.noCapitalize {
    text-transform:none;
}


#leftNav .contentMenu {
	padding-bottom: 20px;
}

#leftNav .contentMenu .title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	background: #ff6600 url(img/info.png) right 5px no-repeat;
}


#leftNav .contentMenu ul 
{
	padding-top: 5px;
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

#leftNav .contentMenu li {
	background:url(img/leftmenu_bullet.gif) no-repeat left 7px;
	padding-left: 12px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#leftNav .contentMenu li a {
	color: #023401;
	text-decoration: none;
	font-size: 12px;
	border: none;
}



#leftNav .contactInfoMenu {
	padding-bottom: 20px;
	
}

#leftNav .contactInfoMenu .title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	background: #ff6600 url(img/contact_info.png) right 5px no-repeat;
}


#leftNav .contactInfoMenu ul 
{
	padding-top: 5px;
	list-style: none;
	margin: 0;
	padding-left: 3px;
}

#leftNav .contactInfoMenu li {
	/*background:url(img/leftmenu_bullet.gif) no-repeat left 7px;
	padding-left: 12px;*/
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size: 11px;
}

#leftNav .contactInfoMenu li.address 
{
	background:url(img/home.png) no-repeat left 3px;
	padding-left: 20px;
}

#leftNav .contactInfoMenu li.phone
{
	background:url(img/fono2.png) no-repeat left 1px;
	padding-left: 20px;
}


#leftNav .contactInfoMenu li.email
{
    margin-top: 15px;
}
#leftNav .contactInfoMenu li a {
	color: #023401;
	text-decoration: none;
	/*font-size: 12px;*/
	border: none;
}


#leftPayWith {
	background: url(img/paywith_tit.gif) no-repeat;
	margin-bottom: 20px;
}

#leftPayWith .title {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/********* SEARCH BAR *************/
#searchBar {
	background:url(img/search_bg.gif) no-repeat;
	height: 35px;
	border-bottom: dotted 1px #ee9249;
	color: #ee9249;
	font-weight: bold;
	text-align: right;
}

#searchWrapper {
	padding-top: 7px;
}

#searchWrapper  .searchBox {
	background-color: #c1d2ae;
	border: solid 1px #ee9249;
}

#searchWrapper  .searchButton {
	border: none;
	vertical-align: bottom;
}


/********* MAIN CONTENT *************/
#rightCol {
	float: right;
	width: 824px;
}

#mainContentWrapper {
	margin-top: 20px;
	margin-left: 25px;
}

/********* FOOTER *************/

#footer {
	clear: both;
	background-color: #c1d2ae;
	/*height: 65px;*/
	padding-top: 10px;
	border: solid 1px #ee9249;
}

#footer ul {
	list-style: none;
	margin: 5px 0px 0px 0px;	
	padding-left: 10px;
	text-align:center;
}

#footer li.menuItem {
	display: inline;
	background: url(img/footer_bullet.gif) no-repeat 13px 5px;
	padding-left: 30px;

}

#footer li.first 
{
    background: none;
    padding-left: 0px;
}


#footer li.menuItem a {
	color: #053702;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	border: none;
}

#credits {
	text-align:center;
	color: #ffffff;
	font-size: 12px;
	margin-top: 15px;
}

#footerImage 
{
    text-align:center;
    margin-top: 10px;
}

/********* CLASSES *************/

.title1
{
    color: #003300;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    background: url(img/title1.gif) no-repeat right 19px;
    padding-bottom: 5px; 
    margin-bottom: 5px; 
    text-transform:capitalize;
}

.t1-ShoppingCart 
{

}

.t1-ShoppingCart .text
{
    background: url(img/cart_bullet.gif) no-repeat;
    padding: 5px 0px 5px 35px;
    
}

.t1-Standard
{
}

.t1-Standard .text
{
    background: url(img/tie_icon.gif) no-repeat;
    padding: 5px 0px 5px 40px;
}

#contentPage .zoom
{
    display: block;
    height: 40px;
    margin: 3px 0px 0px 0px;
    padding: 10px 0px 0px 45px;
    background: url(img/zoom.jpg) no-repeat;
    width: 300px;
}

.commonWrapper
{
    margin: 20px 0px 50px 0px;
}


