/*
	bavabyju.com

	Table of Contents:
		layout
		typography
		forms
*/


/* layout
----------------------------------------------- */


body {

  background-color: #e1ddd9;
  background-image:url('/images/bavapaper.gif');
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:20px;
  margin:0px;
  text-align: center;
}




/*MAIN WRAPPER*/
#mainWrapper {width:790px;text-align:left; margin: 0 auto;  }
#mainWrapper:after { content: ""; display: block; height: 0; clear: both;}
#mainWrapper {display: inline-table;}

/* Hides from IE-mac \*/
* html #mainWrapper {height: 1%;}
#mainWrapper {display: block;}
/* End hide from IE-mac */


/*DROP SHADOW*/
/*
background:  url('/calc/sn/images/slant_images/right_nav_short_bg.png')!important;
background:  none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/calc/sn/images/slant_images/right_nav_short_bg.png',  sizingMethod='crop');
*/

.shadowbox2 {
			background: url('/images/furniture/shadow.png') repeat !important;
			background:  none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/furniture/shadow.png',  sizingMethod='scale');
			top: 40px;
			right: 4%;
			}
			
.shadowcontent, .shadowcontent2 {
			/*position: relative;*/
			padding: 10px; 
			top: -5px; /* these two define the shadow 'offset'*/
			left: -5px; /*...*/
			background: #E7EBD5;
			color: black;
			border: 1px solid #fff;}
			
.shadowcontent2 {background: #E7EBD5;}



/*LAYOUT*/
#navigation{width:140px; margin:0px 0 -2px 10px; float:left; display: block;}
#content{width:590px; margin:0px 0px -2px 10px; float:left; display: block;}
.bannerImg {margin:0 15px; padding: 0 0;}

.hidden{display:none;}

/*NAVIGATION*/
 #navcontainer ul
{
margin: 20px 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
display: block;
color: #000;
background-color: #FCC016;
width: 9em;
padding: .2em .8em;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #5BBAAE;
color: #FFF;
}

#banner{border-bottom: solid #fff 1px; display:none;}

/* Item boxes
----------------------------------------------- */

hr.dashedLine{border: dashed #ccc 1px; margin: 10px auto 0 0; text-align: left; }
hr.whiteLine{border: 1px solid #fff;  margin: 10px auto 0 0; text-align: left; clear:both;}
.imgLandscape { 
				display: block; 
				margin:15px auto; 
				height:0px; !important 
				height:190px; 
				min-height:190px; 
				}
.itemImg {display: block; margin-left: auto; margin-right: auto; border:0px}
.basket{margin:3 auto;} 
.title {color: #5BBAAE; font-size:16px;}
.title a {color: #5BBAAE; font-size:16px;}
.title a:hover {text-decoration:underline;}

.item{display: inline;float: left; margin: 0 0px 0px 0; width:280px;}
.itemShadowbox {
			background: url('/images/furniture/shadow.png') repeat;
			top: 40px;
			right: 4%;
			margin: 20px 10px
			
			}		
.itemShadowcontent {
			position: relative;
			padding: 10px; 
			top: -5px; /* these two define the shadow 'offset'*/
			left: -5px; /*...*/
			background: #fff;
			color: black;
			border: 1px solid #fff;
			height:0px; !important
			height:370px;
			min-height:370px;
			}


/* forms
----------------------------------------------- */
.feedback{margin:10px 20px;}






