@charset "UTF-8";
/* CSS Document */

/* div layout - start */
#container {
	width: 860px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 63px;  /* must be same height as the footer */
}


#navbar {
	text-align: right;
	float: right;
	/*margin-right: 80px;*/
	width: 530px;
    margin-top: 35px;
}

#collectiongrid {
	clear: both;
	margin-left: 80px;
	margin-right: 80px;
	padding-top: 75px;
}

#collectiongrid img {
	border:none;
}

#contentpage {
	clear: both;
	margin-left: 80px;
	margin-right: 80px;
	padding-top: 75px;
}

#splash {
	clear: both;
	margin-left: 70px;
	padding-top: 35px;
}

#prodgallery {
	position: relative;
	width:550px;
	float: left;
	padding:0px 0px 0px 10px;
}

#desc {
	float: right;
	width: 220px;
	height: 460px;
	margin-right: 80px;
	padding-top: 175px;
}

#photonav {
    clear:both;
	float: right;
	width: 475px;
}

#proddesc{
	float: right;
	font-size: 0.875em;
}

#prodprev{
	float: right;
}

#prodnext{
	float: right;
}
/* div layout - end */

/* typography */
body {
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	font-size: 1em; /* 16 px in most browsers */
	line-height: 1.37em;
	color: #658364;
	background-color:#fdfdfd;
	background-image:  url(images/bg_linen.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.25em;
	line-height: 1.5em;
	color: #4A6E4A;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 a{
	color: #4A6E4A;
text-decoration:none;
}



h2 {
	font-size: 1.5em;
	line-height: 2.25em;
	color: #7E987E;
	padding-top: 0px;
	padding-bottom: 0px;
}

select {
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	color: #FFFFFF;
	background-color: #7E987E;
	margin: 0px 0px 5px 0px;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
}


/* end typography */

/* nav bar begin */

#navbar span {
	visibility:hidden;
}

#navbar a {
	/*margin-left: 15px;*/
	margin-left: 15px;
}

.entry-content a {
	color: #905b5b;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.entry-content a:visited {
	color: #4b4d2c;
}

.entry-content a:hover {
	color: #4f2a2a;
}

a.nav-home {
	display: inline-block;
	width: 70px;
	height: 35px;
	text-decoration: none;
	background: url(images/navbar.gif);
}

a.home-on {
	background-position: 0px -70px;
}

a.nav-home:hover {
	background-position: 0px -70px;
}

a.nav-coll {
	display: inline-block;
	width: 108px;
	height: 35px;
	text-decoration: none;
	background: url(images/navbar.gif);
	background-position: -70px 0px;
}

a.coll-on {
	background-position: -70px -70px;
}

a.nav-coll:hover {
	background-position: -70px -70px;
}

a.nav-stores {
	display: inline-block;
	width: 80px;
	height: 35px;
	text-decoration: none;
	background: url(images/navbar.gif);
	background-position: -178px 0px;
}

a.stores-on {
	background-position: -178px -70px;
}

a.nav-stores:hover {
	background-position: -178px -70px;
}

a.nav-cust {
	display: inline-block;
	width: 125px;
	height: 35px;
	text-decoration: none;
	background: url(images/navbar.gif);
	background-position: -258px 0px;
}

a.cust-on {
	background-position: -258px -70px;
}

a.nav-cust:hover {
	background-position: -258px -70px;
}

a.nav-info {
	display: inline-block;
	width: 51px;
	height: 35px;
	text-decoration: none;
	background: url(images/navbar.gif);
	background-position: -453px 0px;
}

a.info-on {
	background-position: -453px -70px;
}

a.nav-info:hover {
	background-position: -453px -70px;
}

a.nav-contact {
	display: inline-block;
	width: 83px;
	height: 40px;
	text-decoration: none;
	background: url(images/nav_contact.gif);
	}

a.nav-contact:hover {
	background-position: -83px 0;
}

a.buy-temp {
	display: inline-block;
	width: 76px;
	height: 38px;
	text-decoration: none;
	background: url(images/button_buy_temp.gif);
}

.hideme{
	visibility:hidden;
}

a.buy-temp:hover {
	background-position: -76px 0;
}


a:focus
{
  outline: none;
  -moz-outline-style: none;
}

/* end nav bar */

/* product photo swap - start */
  #pictures { position: relative; height: 496px; }
  #pictures img { position: absolute; top: 0; left: 0; }
  #loader { position: absolute; top: 0; left:0; height: 496px; width: 480px; background: url(images/ajax-loader.gif) white no-repeat center center; z-index: 9999; }

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#footer {
	position: relative;
	margin-top: -63px; /* negative value of footer height */
	height: 63px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	width: 865px;
	text-align: center;
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* Left Column Start Here */

#colLeftContainer li.widget{
	background-color:#527C3D;
	background-image:url("images/left-ltgreen_top.png");
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	position:relative;
	width:164px;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}

#colLeftContainer li.widget h2.widgettitle{
	color:#FFEE7D;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:16px;
	margin-top:9px;
	padding-top:2px;
	text-align:center;
}

#colLeftContainer li.widget ul.ec3_events{
	padding:3px 0px 3px 0px;
	margin:10px 0px 0px 0px;
	*margin:5px 0px 10px 0px;
	width:164px;
	float:left;
	background:url("images/lft-bt.gif") no-repeat left bottom;
}

#colLeftContainer li.widget ul.ec3_events li{
	padding:0px 15px 0px 15px;
	margin:0px 0px 15px 0px;
	width:134px;
	float:left;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	list-style-position:inside;
}
#colLeftContainer li.widget ul.ec3_events li h3{
	color:#527C3D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	padding-left:20px;	
}

#colLeftContainer li.widget ul{
	padding:3px 0px 12px 0px;
	margin:10px 0px 10px 0px;
	*margin:5px 0px 10px 0px;
	width:164px;
	float:left;
	background:url("images/lft-bt.gif") no-repeat left bottom;
}

#colLeftContainer li.widget li{
	padding:0px 15px 0px 15px;
	margin:0px 0px 0px 0px;
	width:134px;
	float:left;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	list-style-position:inside;
	color:#000000;
	line-height:16px;
}

#colLeftContainer li.widget li a{
	color:#000000;
	text-decoration:none;
}

#colLeftContainer li.widget li a:hover{
	color:#527C3D;
	text-decoration:none;
}
#colLeftContainer li.widget li h3{
	color:#527C3D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	padding-left:20px;	
}

/* Left column end here */

/* Right column Start here */


#colRightContainer li.widget{
	background-color:#527C3D;
	background-image:url("images/rtColTop.png");
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	float:right;
	position:relative;
	width:172px;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}

#colRightContainer li.widget h2.widgettitle{
	color:#FFEE7D;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:16px;
	margin-top:9px;
	padding-top:2px;
	text-align:center;
}

#colRightContainer li.widget ul.ec3_events{
	padding:3px 0px 3px 0px;
	*padding:3px 0px 28px 0px;
	*margin:5px 0px 10px 0px;
	width:172px;
	float:left;
	background:url("images/rt-bt.gif") no-repeat bottom left;
}

#colRightContainer li.widget ul.ec3_events li{
	padding:0px 20px 0px 20px;
	margin:0px 0px 15px 0px;
	width:132px;
	float:left;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	list-style-position:inside;
}
#colRightContainer li.widget ul.ec3_events li h3{
	color:#527C3D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	padding-left:20px;	
}

#colRightContainer li.widget ul{
	padding:3px 0px 15px 0px;
	margin:10px 0px 10px 0px;
	*margin:5px 0px 13px 0px;
	width:172px;
	float:left;
	/*background:url("images/rt-bt.gif") no-repeat left bottom;*/
}

#colRightContainer li.widget li{
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	width:132px;
	float:left;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	list-style-position:inside;
	color:#000000;
	line-height:16px;
}

#colRightContainer li.widget li a{
	color:#000000;
	text-decoration:none;
}

#colRightContainer li.widget li a:hover{
	color:#527C3D;
	text-decoration:none;
}
#colRightContainer li.widget li h3{
	color:#527C3D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	padding-left:20px;	
}

/* Right column end here */

#logotab {
	float: left;
	width:300px;
	padding:0px 0px 0px 30px;
}



/* harjeet css start here */
	
.navbar{
	float:right;
	padding:30px 30px 0px 0px;
	text-align:right;
	width:500px;
}	
.navbar ul{
	float:right;
	margin:0px;
	padding:10px 0px 0px 0px;
}	
.navbar li{
	float:left;
	position:relative;
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	font-family:"Times New Roman",Georgia,Times,serif,"Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	text-transform:lowercase;
	color:#976565;
}	
.navbar li a{
	text-decoration:none;
	padding:0px 35px 0px 12px;
	color:#976565;
}	
.navbar li a:hover{
	text-decoration:none;
	color:#4F2A2A;
	background:url(images/plus-arrow.png) no-repeat top left;
	background-position:0px 10px;
}
.navbar li.current_page_item a{
	text-decoration:none;
	color:#4F2A2A;
	background:url(images/plus-arrow.png) no-repeat top left;
	background-position:0px 10px;
}		


/* Second Level Drop Down Menu */
 
.navbar ul li ul {
	display: none;
	z-index:100;
}
.navbar ul li:hover ul {
	font-size:12px;
	display:block;
	position:absolute;
	top:23px;
	min-width:120px;
	padding:0px;
	margin:0px;
}
.navbar ul li:hover ul li  {
	display:block;
	background:#e7e3d7;
	background-image:none;
	color:#976565;
	border-bottom:1px solid #cfcfcf;
	width:180px;
	text-align:left;
}
.navbar ul li:hover ul li a {
	display:block;
	color:#976565;
	background:none;
font-size:15px;	
	}
	
.navbar ul li:hover ul li a:hover {
	color:#4F2A2A;
	background-image:none;
}
/* Third Level Drop Down Menu */
 
.navbar ul li:hover ul li ul {
	display: none;
	float:left;
	z-index:101 !important;
}
.navbar ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:173px;
	*left:150px;
	top:0;
}


.tpcontainer{
	width:860px;
	height:120px;
	float:left;
}

/* Left column Start here */
.leftnav{
	width:165px;
	float:left;
	margin-left:80px;
	font-family:"Times New Roman", Times, serif;
}

.leftnav li.widget{
	background:url(images/lftColTop.png) no-repeat left top;
	display:block;
	float:right;
	position:relative;
	width:172px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}

.leftnav li.widget h2.widgettitle{
	color:#220004;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 30px;
}

.leftnav li.widget ul.ec3_events{
	padding:3px 0px 3px 0px;
	*padding:3px 0px 28px 0px;
	*margin:5px 0px 10px 0px;
	width:172px;
	float:left;
	background:url("images/rt-bt.gif") no-repeat bottom left;
}

.leftnav li.widget ul.ec3_events li{
	padding:0px 20px 0px 20px;
	margin:0px 0px 15px 0px;
	width:132px;
	float:left;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	list-style-position:inside;
}
.leftnav li.widget ul.ec3_events li h3{
	color:#527C3D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	padding-left:20px;	
}

.leftnav li.widget ul{
	padding:0px 0px 0px 10px;
	margin:10px 0px 0px 0px;
	*margin:5px 0px 0px 0px;
	width:155px;
	float:left;
	/*background:url("images/rt-bt.gif") no-repeat left bottom;*/
}

.leftnav li.widget li{
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	width:132px;
	float:left;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	background:url("images/plus-ico.gif") no-repeat;
	background-position:6px 5px;
	font-size:12px;
	font-weight:normal;
	list-style-position:inside;
	color:#000000;
	line-height:16px;
}

.leftnav li.widget li a{
	color:#000000;
	text-decoration:none;
}

.leftnav li.widget li a:hover{
	color:#527C3D;
	text-decoration:none;
}
.leftnav li.widget li h3{
	color:#527C3D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	padding-left:20px;	
}


.leftnav #tag_cloud-3 div{
	float:left;
	color:#220004;	
	padding:10px 10px 0px 10px;
}
.leftnav #tag_cloud-3 div a{
	padding:0px 3px 5px 0px;
	color:#220004;
	text-decoration:none;
}
.leftnav #tag_cloud-3 div a:hover{
	padding:0px 3px 5px 0px;
	color:#658364;
	text-decoration:none;
}

.leftnav .widget_search div{
	float:left;
	color:#220004;	
	padding:10px 10px 0px 10px;
	}

.leftnav .widget_search div input{
	margin:0px 0px 5px 0px;
	padding:2px;
	border:1px solid #ccc;
	font-size:11px;
	}	

/* Left column end here */
