/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
font-family: Georgia, serif;
font-size: 12px;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;} 
 
#pagewidth{ 
 width:1020px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:119px;
 background:url(../images/header.jpg);
 width:100%;
} 
#navigation{
 position:relative; 
 height:52px;
 width:100%;
} 

h3{
	color: #599F93;
	font-size: 1.5em;
}
#topPanel{ height:34px; background-image:url(../images/topPanel.jpg);}
#bottomPanel{ height:55px; background-image:url(../images/bottomPanel.jpg);}

#wrapper{background-image:url(../images/mainBack.jpg);}
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:827px;
 min-height:400px;
 overflow:visible;
 padding: 0px 0px 0px 40px;
 }
 
#maincol p{margin:5px 0;}

#rightcol{
 background-image: url(../images/mainBackRight.jpg);;  
 float: right; 
 display:inline; 
 position: relative; 
 width:153px; 
 }

#galleryTop{ background-image:url(../images/galleryTop.jpg); height:96px; width:100%;}
#galleryMid{ background-image:url(../images/galleryMid.jpg); background-color:#FFFFFF;}
#galleryBottom{ background-image:url(../images/galleryBottom.jpg); height:18px; width:100%;}

#blogContent{ padding-left:50px; padding-bottom:50px; border-bottom:#999999 1px solid;}
 
#footer{
 height:150px; 
  background-color:#FFFFFF; 
 clear:both;
 font-size:10px;
 color:#C8C8C8;
 } 

#sweetImage{ padding-bottom:10px;margin-bottom:10px; border-bottom:1px #599F93 dashed; clear:both; height:150px;}
#sweetImage2{ float:left; padding-right:30px; clear:both;}

/*-- HEADER NAVIGATION  */
ul#headernav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#headernav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#headernav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 54px;
}
ul#headernav li:hover a, ul#headernav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#headernav a.details {
	background: url(../images/details.jpg) no-repeat;
	width: 137px;
}
ul#headernav a.sweet {
	background: url(../images/sweet.jpg) no-repeat;
	width: 175px;
}
ul#headernav a.blog {
	background: url(../images/blog.jpg) no-repeat;
	width: 97px;
}
ul#headernav a.follow {
	background: url(../images/follow.jpg) no-repeat;
	width: 154px;
}
ul#headernav a.contact {
	background: url(../images/contact.jpg) no-repeat;
	width: 119px;
}



/*-- GALLERY NAVIGATION  */
ul#gallerynav {
	margin: 0; padding-left: 22px;
	list-style: none;
}
ul#gallerynav li {
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#gallerynav li a { font-size:20px; color:#C8C8C8; text-decoration:none;}
ul#gallerynav li a:hover { color:#599F93; text-decoration:none;}

/*-- TABS NAVIGATION  */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #599F93;
	display: block;
	font-size: 1.3em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	color: #C8C8C8;
}
ul.tabs li a:active {
	color: #FF0000;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #C8C8C8;
}


.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
