@charset "UTF-8";

/* ----------- SIDEBAR STYLES ------------------*/
#sidebar {
	float: right;
	width: 240px;
	padding: 15px 0;
	border-left: solid #aaa 1px;
}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #999;
	padding: 0 10px;
	margin-bottom: 1.4em;
}
#mainContent #photoSet p.caption  {
	color: #666;
}
.wrapper #sidebar .sample h2 a:hover {
	color: #0D548C;
}
#sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #9E3900;
	text-align: left;
	margin-bottom: 0.4em;
	padding: 0 10px;
}
#sidebar img {
	display: inline-block;
	margin: 1px 2px 1em 5px;
	padding: 4px;
	border: thin solid #999;
}
#sidebar img.gallery {
	border: 1px solid #999;
	cursor: pointer;
}
.sample  h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0;
	font-weight: bolder;
	background: url(../../images/images/filmSt.jpg) repeat-x left top;
	padding: 13px 0px 30px;
	font-variant: small-caps;
}
/* -------- Main Content ---------- */
#mainContent {
	margin: 0;
	padding: 0;
	width:450px;
	float: left;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
	margin: 6sm 0 .4em 0;
	padding-left: 20px;
}

#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
	margin-left: 20px;
}
#mainContent ul#lifestyleSubNav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;
	list-style: none;
	margin-bottom: 20px;
}
#mainContent ul#lifestyleSubNav li {
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #A03900;
}
#mainContent ul#lifestyleSubNav li.last {
	border-right: none;
}
#mainContent ul#lifestyleSubNav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #9E3900;
	padding: 0 5px;
	/*border-right: 1px solid;*/
	border-bottom: none;
}
/*
#mainContent ul#lifestyleSubNav a {
		color: #666;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1em;
		padding: 0 20px;
		border-bottom: none;
		border-right: 1px solid #666;
}*/
#mainContent ul#lifestyleSubNav a.last {
	border-right: none;
}
#mainContent ul#lifestyleSubNav a.current {
	color: #ECB483;
	padding-left: 15px;
}
#mainContent ul#lifestyleSubNav a.current:hover {
	color: #ECB483;
	cursor: default;
}
#mainContent ul#lifestyleSubNav a:hover {
		color: #ECB483;
}


/* --------- Large Photo ------- */
/*#photoSet #photoGroup #fotoSquare {
	height: 320px;
	width: 450px;
}
*/
#photoGroup #large_photo {
	height: 300px;
	width: 400px;
	margin-left: 20px;
	border: solid 1px #000;
}
#mainContent #photoGroup {
	position: relative;
}

#mainContent #photoSet img {
	display: block;
	margin-left: 20px;
}
#mainContent #photoSet p.caption {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	margin-right: 0.8em;
	padding-right: 10px;
}
/* IDC */
#mainContent #photoSet #caption1, 
#mainContent #photoSet #caption2, 
#mainContent #photoSet #caption3, 
#mainContent #photoSet #caption4, 
#mainContent #photoSet #caption5, 
#mainContent #photoSet #caption6 {
	position: absolute;
	top: 324px;
!important
	top: 365px;
	right: -8px;
	visibility: hidden;
	width: 400px;
	overflow: hidden;
}
#mainContent #photoSet #caption1 {
	visibility: visible;
}
/* furniture */
#mainContent #photoSet #caption7, 
#mainContent #photoSet #caption8, 
#mainContent #photoSet #caption9, 
#mainContent #photoSet #caption10, 
#mainContent #photoSet #caption11, 
#mainContent #photoSet #caption12 {
	position: absolute;
	top: 318px;
!important
	top: 365px;
	right: 10px;
	visibility: hidden;
	width: 384px;
	overflow: hidden;
	height: 74px;
}

#mainContent #photoSet #caption7 {
	visibility: visible;
}
/* -------- layout class ---------- */
.clearFloat {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.specialColor {
	color: #E7AF7E;
}
