/* @override 
	http://caju/css/screen.css
	http://cajusalon.com/css/screen.css
*/

html {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #20343b;
	background: #f6f7f9;
}

.wrap {
	width: 840px;
	margin: auto;
	margin-top: 40px;
	text-align: left;
}

.container {
	float: left;
	width: 840px;
	height: 560px;
	position: relative;
	background: url(../images/caju-about.jpg) no-repeat left top;
}

.home-container {
	background: url(../images/caju-home.jpg) no-repeat left top;
}

/* @group nav */

h1 a {
	display: block;
	text-indent: -999em;
	width: 80px;
	height: 41px;
	background: url(../images/caju-logo.png) no-repeat left top;
	position: absolute;
	left: 25px;
	top: 50px;
}

.navigation {
	position: absolute;
	left: 30px;
	top: 135px;
}

.navigation a {
	float: left;
	clear: both;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #20343b;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px 0;
}

.navigation a.active {
	color: #dd4345;
	margin-left: 5px;
}

.navigation a:hover {
	color: #dd4345;
}

.luxury {
	position: absolute;
	left: 25px;
	bottom: 25px;
	color: #899a90;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1;
}

/* @end */

/* @group content */

.content {
	position: absolute;
	right: 0;
	width: 470px;
	height: 560px;
	background: #ca203a;
	background: url(../images/content-bg.png) repeat;
	overflow-y: auto;
	overflow-x: hidden;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	margin: 110px 0 15px 40px;
}

h2.staff {
	margin-top: 40px;
}

h3 {
	color: #d1f0e8;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h3.news {
	margin: 110px 0 -105px 40px;
}

.content p {
	color: #d1f0e8;
	csolor: #fff;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 15px 40px;
	width: 370px;
	font-weight: bold;
}

span.white {
	color: #fff;
}

.content p a {
	color: #d1f0e8;
	text-decoration: none;
}

.content p a:hover {
	text-decoration: underline;
}

.content .white a {
	color: #fff;
}

.content ul {
	margin: 0 0 0 40px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.content li a {
	text-decoration: none;
	color: #fff;
}

.content li a:hover, #tabs .ui-tabs-selected a {
	color: #d1f0e8;
}

.gallery-photos {
	margin: 0 0 0 40px;
	height: 263px;
	overflow: hidden;
}

#tabs ul {
	margin: 110px 0 0 40px;
}

#tabs li {
	display: block;
	float: left;
	clear: both;
}

#tabs li a {
	float: left;
	clear: both;
	display: block;
	font-size: 36px;
	line-height: 1;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	width: 430px;
}

.ui-tabs-hide {
	display: none;
}


/* @end */

/* @group contact */

.contact-info {
	text-align: center;
	color: #dd4345;
	background: #20343b;
	float: left;
	width: 840px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 6px 0;
	letter-spacing: 1px;
}

.small {
	font-size: 12px;
}

.blue {
	color: #acc2bf;
	text-transform: uppercase;
	font-weight: normal;
}

/* @end */

/* @group footer */

.footer-navigation {
	float: left;
	width: 840px;
	text-align: center;
	padding: 7px 0;
}

.footer-navigation li {
	fsloat: left;
	display: inline;
	border-right: 1px solid #ddd;
	list-style-type: none;
}

.footer-navigation li.last {
	border-right: none;
}

.footer-navigation li a {
	dsisplay: block;
	fsloat: left;
	color: #20343b;
	font-size: 11px;
	text-decoration: none;
	padding: 0 8px;
}

.footer-navigation a:hover {
	color: #dd4345;
}

/* @end */
