/* ------ general
-----------------------------------------------*/

body {
	background:#fcf9e0;
	color: #000000;
}

/* ------ mobilyslider
-----------------------------------------------*/

A:link { text-decoration: none; color: #6C6B5C;}
#blog A:link { text-decoration: none; color: #0099CC;}
A:visited { text-decoration: none; color: #6C6B5C;}
#blog A:visitid { text-decoration: none; color: #0099CC;}
A:hover { text-decoration: underline; color: #CC3300;}
#blog A:hover { text-decoration: none; color: #37C9E8;}

#content {
width:802px;
margin:25px auto 0;
}

.slider {
float:left;
width:802px;
height:473px;
position:relative;
padding-bottom:26px;
background:url(../gfx/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent {
float:left;
width:802px;
height:473px;
clear:both;
position:relative;
overflow:hidden;
}

.foot {
	float:none;
	width:802px;
	clear:right;
	position:relative;
	overflow:hidden;
	text-align: center;
	font-family: 'Bentham', "serif";
	font-size: 12px;
	top: 25px;
	height: 30px;
	padding-top: 20px;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:800px;
height:473px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color:#fff;
}


a img {
	-webkit-transition:opacity 0.8s; /*Safari,Chrome*/
	-o-transition	   :opacity 0.8s; /*Opera*/
	-moz-transition   :opacity 0.8s; /*Firefox*/
	transition		   :opacity 0.8s;
}
a:hover img {
	filter: alpha(opacity=10);
	-moz-opacity:0.10;
	opacity:0.10;
}.text {
	font-size: 14px;
	line-height: 30px;
	color: #38361D;
}
.border1 {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C8C8C;
}
.name {
	font-size: 16px;
	color: #4B4323;
	line-height: 30px;
	font-weight: bold;
}
.title {
	overflow:hidden;
	font-family: 'Bentham', "serif";
	font-size: 40px;
	color: #4B4323;
	padding-top: 40px;
}
.price {
	font-size: 20px;
	color: #993333;
}
.headline {
	font-size: 16px;
	color: #663333;
	font-weight: bold;
}
.headline2 {
	font-size: 14px;
	color: #663333;
	font-weight: bold;
	line-height: 20px;
}
.cautionbox {
	background-color: #F7F3DA;
	width: 600px;
	border: 1px dotted #663333;
	padding: 20px;
}
.locator {
	font-size: 14px;
	line-height: 40px;
		font-family: 'Bentham', "serif";
}
.contact {
	font-size: 16px;
	color: #336699;
	line-height: 36px;
}
.stylishlife {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.pdfcaption {
	font-size: 11px;
	line-height: 16px;
}
.flowchart {
	background-color: #F3EBCF;
	border: 1px solid #B0A482;
	font-size: 13px;
	padding: 5px 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bigarrow {
	font-size: 20px;
	color: #663333;
}
