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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;

	
}

p, strong, em, a {
	color:#333300;
	line-height:22px;	
}
/*
p.bold {
	font-weight: bold;	
}
*/

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

#header {
	height: 50px;
	background: url(../siteimages/headerBG.png) repeat-x;
	margin:0 0 10px;
}

#headerContainer, #container {
	width: 775px;
	margin: 0 auto;
}

/*
#header img {
	height: 50px;
}
*/
#footer {
	margin:50px 0 15px;
	text-align:center;
	font-size: 11px;
	line-height:12px;
}

#footer a{
	line-height:12px;
}

#footer a:hover{
	color:#999966;	
}

/*======================portal page====================*/
body#portalPage {
	background-color: #fff5bf;	
}

#portalHeader {
	height: 50px;
	background: url(../siteimages/portal_header_title.png) bottom left no-repeat;
}

#portalPage_leftRegion {
	float:left;
	margin:0 30px 0 0;
	width:225px;
}

#welcomeTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color:#FF0000;
	letter-spacing:-1px;
	line-height:35px;
	margin:0 0 15px;
}

.portalPage_sideNav {
	margin:22px 0 0;
}

.portalPage_sideNav ul li {
	margin:2px 0;
}

.portalPage_sideNav ul li a{
	color:#999966;
}

.portalPage_sideNav ul li a:hover{
	color:#333330;
}

#portalPage_rightRegion {
	margin:30px 0 0 255px;
}

#portal_photoCaptions {
	margin:10px 5px;
}

#portal_photoCaptions td {
	padding:0 10px 0 0;
}
/*======================main header==================*/
div#header_logo, div#tab_chitchat, div#tab_smashh {
	height: 51px;
	float: left;
}

div#header_logo a{
	background: url(../siteimages/header_ckw.png) no-repeat bottom center;
	width: 261px;
	height: 51px;
	border-collapse:collapse;
	border:0px;
}

div#header_logo a:hover{
	background: url(../siteimages/header_ckw_hover.png) no-repeat bottom center;
	width: 261px;
	height: 51px;
}

div#tab_chitchat{
	background: url(../siteimages/tab_chitchat_inactive.png) no-repeat bottom center;
	width: 127px;
}
div#tab_chitchat.active{
	background: url(../siteimages/tab_chitchat_active.png) no-repeat bottom center;
	width: 127px;
}

div#tab_smashh{
	background: url(../siteimages/tab_smashh_inactive.png) no-repeat bottom center;
	width: 128px;
}
div#tab_smashh.active{
	background: url(../siteimages/tab_smashh_active.png) no-repeat bottom center;
	width: 128px;
}

#header_logo a {
	display:block;
	height:50px;
	width:241px;	
}

#tab_chitchat a, #tab_smashh a{
	display:block;
	height:50px;
	width:128px;
}
/*======================collections subNav====================*/
div#subNav {
	margin:2px 0 0;
	width: 180px;
	float: left;
}

#subNav ul {
	
}

#subNav ul li {
	border-top:1px dashed #DDDDDD;
	padding:7px;
}

#subNav ul li a {
	text-decoration: none;
	font-size:11px;
}

#subNav ul li a.active {
	font-weight: bold;
}

div#product_list, div#pastGallery {
	/*margin:22px 0 0 185px;
	min-height:500px;
	overflow:hidden;
	padding: 0;
	width:570px;*/
	margin:0 0 0 8px;
	min-height:500px;
	overflow:hidden;
	padding:0 0 0 7px;
	width:570px;
}

div#pastGallery a{
	line-height:22px;
	text-decoration:underline;
}

div.product_item {
	border:1px solid #ccc;
	float:left;
	margin:2px;
	width:184px;
}

div.product_info{
	background-color:#CCCCCC;
	color:#333330;
	line-height:5px;
	padding:10px 0 10px 8px;
}

div#product_disclaimer {
	clear:both;
	color:#777777;
	padding-left:2px;
	font-size:11px;
}

/*======================generic pages====================*/
div#pageContentContainer {
	overflow:hidden;
}

div#pageContent {
	margin:22px 0 0 185px;
	min-height:500px;
	overflow:hidden;
	width:395px;
	float:left;

}

div#rightColumn {
	margin:25px 0 0 600px;
	width:145px;
	
	font-style: italic;
	color:#777777;
}

table#contactInfo td {
	padding:0 0px 0 0;
	width:20%;
	line-height:160%;
}

table#contactInfo td a{
	line-height:160%;	
}

table#contactInfo td a:hover{
	text-decoration:underline;
	}


/*========================our past (gallery)=========================*/
.pastPhoto{
	border:1px solid #999999;
	float:left;
	margin:0 5px 5px 0;
	padding:7px;
}
