#content {
	position: absolute;
	display: block;
	width: 519px;
	height: 342px;
	padding-left: 20px;
	top: 103px;
	left: 298px;
	overflow: hidden;
	background-image: url(/images/bg_content_middle.png);
	background-repeat: no-repeat;
	border: 0px dotted red;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* SCROLL PANE */

#content .scroll-pane {
	width: 488px;
	height: 342px;
	overflow: auto;
	border: 0px dotted red;
	z-index: 1;
	float: left;
}

#content .scroll-pane-top {
	position: absolute;
	width: 463px;
	height: 20px;
	top: 0px;
	left: 20px;
	background-image: url(/images/bg_content_top.png);
	z-index: 20;
}

#content .scroll-pane-bottom {
	position: absolute;
	width: 463px;
	height: 20px;
	bottom: 0px;
	left: 20px;
	background-image: url(/images/bg_content_bottom.png);
	z-index: 20;
}

a.jScrollArrowUp {
	height: 34px;
	background-image: url(/images/scroll_up.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: none;
}

a.jScrollArrowDown {
	height: 36px;
	background-image: url(/images/scroll_down.png);
	background-repeat: no-repeat;
	background-color: none;
}

.jScrollPaneTrack {
	background: none;
	background-image: url(/images/scroll_track.gif);
}

.jScrollPaneDrag {
	background: none;
	background-image: url(/images/scroll_slider.gif);
	background-position: center;
	background-repeat: repeat-y;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* TEXT */

#content h1 {
	margin: 0;
	padding: 0 0 5px 0;
	color: white;
	font-family: Helvetica;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
}

#content {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 15px;
	/* color: #E2D6B9; */
	color: #e6d3b8;
}

#content .pad {
	padding: 23px 20px 20px 6px;
}

#content p {
	text-align: justify;
}

#content a {
	color: #e4a44d;
	text-decoration: none;
}

#content a:hover {
	/* color: #E38888; */
	color: #c71f16;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* IMAGES */

#content .pad .right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#content .pad .left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content h4 {
	margin-bottom: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* SHOP */

body.shop #content .pad {
	min-height: 285px;
	padding-right: 210px;
	background-image: url(/images/iphone.png);
	background-position: right 20px;
	background-repeat: no-repeat;
	border: 0px dotted red;
}

body.shop #content .pad p {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 1px;
}

body.shop #content .pad p.first strong {
	display: block;
	width: 288px;
	height: 33px;
	margin-top: 5px;
	background-image: url(/images/text_coming_soon.png);
	text-indent: -1000em;
}

body.shop #content .pad .article-children p {
	font-size: 11px;
	line-height: 13px;
	letter-spacing: auto;
}

