/* - - - - - - - - - - - - - - - - - - - - -

Title : LIFEwithBIRD
URL : http://www.lifewithbird.com

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/
html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
}
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { 
	margin:0; 
	padding:0; 
}

body { 
	font: normal 13px/18px arial narrow, verdana, sans-serif; =
	margin:0; 
	padding:0; 
}

fieldset { border: 0; }

img { border: 0; }

h1 {
	font: normal 22px arial narrow, verdana, sans-serif; 
	color: #000;
}

h2 {
	font: normal 18px arial narrow, verdana, sans-serif; 
	color: #000;
}

p {
	font: normal 13px/18px arial narrow, verdana, sans-serif;
	color: #000;
}

td, li {
	font: normal 13px/18px arial narrow, verdana, sans-serif;
	color: #000;
}


a {
	color: #939195;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.clear { clear: both; font-size: 0; height: 0; line-height: 0; }

hr {
	height: 1px;
	border: dashed;
	color: #ccc;
}

html>body hr {
	border: none; 
	border-top: 1px dashed #ccc;
}


/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/

#container {
	width: 950px;
	margin: 0 auto;
}

	#headerwrap {
		width: 950px;
		height: 115px;
		margin: 0 auto;
	}
	
		#logo {
			width: 315px;
			float: left;
		}
		
		#navBar {
			width: 625px;
			height: 115px;
			float: right;
			font: normal 12px Arial Narrow, Helvetica, sans-serif, "Trebuchet MS";
			text-transform: uppercase;
		}
		
                   #navSpacer {
							height: 60px;
						}
						
						#nav, #nav ul {
								padding: 0;
								margin: 0;
								list-style: none;
								text-align: right;
								}
							
							#nav li {
								float: left;
								padding: 0;
								height: auto;
								margin: 0;
								
								}
							
							#nav li.none a {
								color: #939195;
								border: none;
							}
							
							#nav li.homeselected a { 
								color: #000;
								border: none;
								}
							
							#nav li a {
								font: normal 12px/25px Arial Narrow, Helvetica, sans-serif, "Trebuchet MS";
								color: #939195;
								display: block;
								text-transform: uppercase;
								padding: 0 0 0 14px;
								background-position: right;
								text-decoration: none;
								}
									
							#nav li a:hover { 
								color: #000;
							
								}
							
							#nav li.selected a { 
								color: #000;
								text-decoration: none;
								}
								
							#nav li.selected a:hover { 
								color: #000;
								}
								
							#nav li:hover, #nav li.hover {
								position: static;
							}
								
							/* -------- Drop down menu -------- */	
							
							#nav li ul a, #nav li ul a:visited {
								font: normal 11px Arial, Helvetica, sans-serif;
								display: block;
								text-decoration: none;
								text-transform:uppercase;
								text-align: left;
								padding: 2px 0 2px 14px;
								color: #939195;
								width: auto;
								background-color: #fff;
								border: none;
								}
								#nav li ul a:hover { 
									background-color: #fff;
									text-decoration: underline;
									color: #939195;
									}
							
							#nav li.selected ul a, #nav li.selected ul a:visited {
								font: normal 11px Arial, Helvetica, sans-serif;
								display: block;
								text-decoration: none;
								text-transform: uppercase;
								text-align: left;
								padding: 2px 0 2px 14px;
								color: #939195;
								width: auto;
								background-color: #fff;
								}
								#nav li.selected ul a:hover { 
									background-color: #fff;
									text-decoration: underline;
									color: #939195;
									}
							
							#nav li ul li { 
								background-color: #000;
								position: relative;
								}
							
							#nav li ul {
								position: absolute;
								/*left: -999em;*/
								display: none;
								height: auto;
								width: 150px;
								margin: 0;
								padding: 0;
								background-color: #000;
								}
							
							#nav li li {
								width: 150px;
								margin: 0;
								padding: 0;
								position: relative;
								}
							
							#nav li ul ul {
								margin: -1.5em 0 0 150px;
								_margin: -1.5em 0 0 0px !important;
								padding: 0 !important;
								position: absolute;
								}
							
							#nav li:hover ul ul,
							#nav li:hover ul ul ul,
							#nav li.sfhover ul ul {
								display: none;
								}

							#nav li:hover ul,
							#nav li li:hover ul,
							#nav li li li:hover ul,
							#nav li.sfhover ul,
							#nav li li.sfhover ul {
								/*left: auto;*/
								z-index: 20000;
								display: block;
								}
								
		
	#bodyWrap {
		width: 950px;
		margin: 0 auto;
	}
	
		#storeNav {
			width: 170px;
			float: left;
		}	
		
			#searchSite {
				width: 170px;
				padding: 0 0 20px 0;
			}
			
			#categories {
				font: bold 12px Arial Narrow, Helvetica, sans-serif, "Trebuchet MS";
				color: #000;
				text-transform: lowercase;
			}
			
			
				#categories ul {
					margin: 0px;
					padding: 0 0 20px 0;
					font: normal 11px Arial Narrow, Helvetica, sans-serif;
					list-style: none;
				}
				
				#categories ul li {
					padding: 0;
				}
				
				
				#categories .subCatList { /* style your sub menu items here */
						font: normal 13px Arial Narrow, Helvetica, sans-serif;		
letter-spacing: 0.015cm;
}
					
				
				#categories ul li a {
					color: #000;
					text-decoration: none;
letter-spacing: 0.015cm;
				}
				
					#categories ul li a:hover {
					color: #000;
					text-decoration: underline;
				}
			
			#categories ul li ul li a {
					color: #939195;
					text-decoration: none;
					font-weight:normal;
				}
				
					#categories ul li ul li a:hover {
					color: #000;
					text-decoration: underline;
				}
			
			
					
		#bodyContent {
			width: 760px;
			height: 350px;
			min-height: 350px;
			float: right;
			padding: 0 0 20px 0;
text-align: justify;
		}

html>body #bodyContent {
    height: auto;
}
		
	#footerwrap {
		width: 950px;
		margin: 0 auto;
		font: normal 11px/35px Arial Narrow, Helvetica, sans-serif, "Trebuchet MS";
		color: #c8c8c8;
	}
	
		#copyright {
			width: 500px;
			float: left;
		}
		
		#sitesuite {
			width: 300px;
			float: right;
			text-align: right;
		}
		
		#footerwrap a {
			color: #333;
		}
		
		#footerwrap a:hover {
			color: #666;
		}	
		
		/* STORE */
		
		
					/* STORE STYLES */
			
			#productdetailsPage {
				width: 760px;
			}
			
				#StoreWrap {
					width: 715px;
					float: left;
				}
					
						#productImages { float: left; width: 270px; text-align: right; }
							#productImages img { border: 1px solid #d7d5d5; padding: 0px; margin: 0; }
							#productImages small { font-size: 9px; }
							
							#productImages img.noborder {
								border: none !important;
								padding: 0 !important;
								margin: 0 !important;
							}
					
					#productDetails {	
						width: 470px;
						float: right;
						text-align: left;
					}	
					
						#productDetails a {
							color: #939195;
							text-decoration: underline;
						}
						
						#productDetails a:hover {
							color: #000;
							text-decoration: underline;
						}
					
					#relatedProductsWrap {
						width: 715px;
						height: 195px;
						background: url(/persistent/templateimages/bgyoumaylike.jpg) no-repeat;
						text-align: left;
					}
					
					html>body #relatedProductsWrap {
						height: auto;
					}	
					
					#relatedProductsWrap img {
						padding: 4px;
						border: 1px solid #EFEFEF;
						background-color: #fff;
					}
					
						#relatedProductsText {
							width: 715px;
							padding: 10px;
						}
						
							.relatedBox { 
								padding: 35px 0px 5px 0px;
								font: bold 12px Arial, Helvetica, sans-serif;
								color: #75bfa6; }
								.relatedBox img { border: 1px solid #ccc; padding: 3px; margin: 6px; }
									.relatedItem { 
										width:70px;

										height: 67px;
										padding: 24px;
										position: relative;
										float: left;
										margin: 20px 0px 0px 20px;
										display: block;
										text-align: center; }

				/*
				----------------------------------------------------------------------------- 
				Store styles
				-----------------------------------------------------------------------------*/
				
				.thumb, .product-img {
				  padding: 4px;
				  border: 1px solid #EFEFEF;
					}
				
				.product-item {
				  text-align: left;
					}
				
				div.cat_productwrap {
				    float: left;
					height: 190px;
					text-align: center;
					vertcal-align: top;
					overflow: hidden;
					display: block;
					}
				
				div.cat_producttxt {
					margin: 0 auto;
					text-align: center;
					display: block;
					}
				
				div.cat_producttxt a h2 {
					text-decoration: none;
					}
				
				div.cat_producttxt a:hover h2 {
				 text-decoration: underline;
				}
				
				#miniCart {
					width: 190px;
					height: 89px;
					font: normal 13px Arial Narrow, Helvetica, sans-serif, "Trebuchet MS" !important;
					color: #000;
					padding: 0;
					margin: 0;
				}
				
				#minicartItems {
					font: normal 13px Arial Narrow, Helvetica, sans-serif, "Trebuchet MS" !important;
					color: #000;
					background-color: none !important;
					padding: 0;
					margin: 0;
				}

.searchResultList { 
			padding: 0px 5px 0px 0px; }
			.searchResultItem { 
				padding: 0px;
				margin: 3px;
				text-align: center;
				font-size: 12px; }
				.searchResultImg { width: 70px; float: left; }
				.searchResultName { width: 300px; float: left; text-align: left; }
				.searchResultPrice { width: 120px; float: left; text-align: left; }
				.searchResultItem b { font-size: 12px; }
				.searchResultItem input { border: 1px solid #BCB8B9; margin: 1px 0px 1px 0px; }
				.searchResultItem img { 
					padding: 2px;
					float: left;
					border: 1px solid #BCB8B9;
					margin: 0px 0px 5px 0px; }

/*
----------------------------------------------------------------------------- 
Reset Styles
-----------------------------------------------------------------------------*/

/*html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { margin:0; padding:0; }*/

fieldset { border: 0; }

img { border: 0; }

.clear { clear: both; font-size: 0; height: 0; line-height: 0; }

.odd { background-color: #f8f8f8; }

.even { background-color: #fafafa; }

/*
----------------------------------------------------------------------------- 
Form styles
-----------------------------------------------------------------------------*/

input, select {
	font-family: arial narrow, verdana, helvetica;
	color: #000;
	}

.checkout_input {
	border: 1px solid #333;
	}

.cart_button {
  /*background-color: #ebebeb;
	border: 1px solid #333;*/
	width: 110px;
	border: 0;
    background-color: #000 !important;
	font: normal 13px/23px arial narrow, verdana, helvetica;
	display: block;
	color: #FFFFFF;
	}

.search_button {
  /*background-color: #ebebeb;
	border: 1px solid #333;*/
	border: none;
    background-color: #fff !important;
	font: normal 13px/23px arial narrow, verdana, helvetica;
	display: block;
	color: #000;
	}
	
	
.btn_addtoCart {
	position: relative;
	top: 5px;
	width: 110px;
	height: 24px;
	border: 0;
	background-color: #000 !important;
	display: block;
	color: #FFFFFF;
	}

.checkout_button {
  /*background-color: #ebebeb;
	border: 1px solid #333;*/
	width: 110px;
	border: 0;
	background-color: #000 !important;
	color: #FFFFFF;
        padding: 2px !important;
	}

.checkout_table_bgcol {
  color: #333;
	background: #333;
	}

.checkout_table_bgcol tr {
  background: #FFF;
	}

.checkout_toprow {
  font-weight: bold;
  color: #333;
	background: #ebebeb;
	}

.thumb, .product-img {
	padding: 4px;
  border: 1px solid #EFEFEF;
	}

/*
----------------------------------------------------------------------------- 
Store styles
-----------------------------------------------------------------------------*/

.product-item {
	text-align: left;
  padding: 10px;
	}

div.cat_productwrap {
  float: left;
	height: 220px;
	text-align: center;
	vertcal-align: top;
	overflow: hidden;
	display: block;
	}

div.cat_producttxt {
	margin: 0 auto;
	text-align: center;
	display: block;
	}

div.cat_producttxt a h2 {
	text-decoration: none;
	}

div.cat_producttxt a:hover h2 {
 text-decoration: underline;
}

/*----- Mini Cart -----*/

div#minicart { 
	position: relative;
	/* top: 5px; */
	width: 100%;
	padding: 3px;
	text-align: center;
	background-color: #FAFAFA;
	border: 1px solid #D1D1D1;
	display: block;
	color: #000000; }

div#minicart a { text-decoration: none; color: #000000; }
div#minicart a:hover { text-decoration: underline; }

div#minicart dl,
div#minicart dt,
div#minicart dd {
  float: left;
	padding: 0px;
	margin: 0px;
  color: #333;
	}

div#minicart dt { display: none; }

div#minicart dd { 
	font-weight: normal;
	padding: 2px 10px 2px 10px; }


#triggers { text-align: left !important; }

#mc_embed_signup fieldset {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.mc-field-group {
	padding: 0 !important;
	margin: 0 !important;
}

#mc-embedded-subscribe {
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
}
