/* Flavor Designs CSS */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #111111;
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: #999999;
	text-align: center;}

a:link		{ color: #CCCCCC; text-decoration :none; }
a:visited	{ color: #CCCCCC; text-decoration :none; }
a:hover		{ color: #CCCCCC; background: #090909; }
a:active	{ color: #EEEEEE; background: #090909; }

h1			{ font-family: "Helvetica Neue", sans-serif;
			  font-weight: 100;
			  font-size: 24px;
			  color: #CCCCCC; }

h2			{ font-family: "Helvetica Neue", sans-serif;
			  font-weight: 100;
			  font-size: 18px;
			  color: #CCCCCC; }

h3			{ font-family: "Helvetica Neue", sans-serif;
			  font-weight: 100;
			  font-size: 14px;
			  color: #CCCCCC; }

img			{ border: none; }
img:hover	{ border: 1px solid #CCCCCC; margin: -1px; }
img:active	{ border: 1px solid #EEEEEE; margin: -1px;}

hr {
	border: 0px;
	color: #111111;
	background-color: #111111;
	height: 1px;}

label {
	float: left;
	width: 100px;
	line-height: 22px;
	text-align: right;
	vertical-align: bottom;}

ul {
	margin-left: 30px;}

p {
	margin-left: 30px;
	padding-right: 30px;
	letter-spacing: 1px;}

p.small-gap {
	margin-top: -10px;}

span.read-more {
	float: right;
	margin-top: -10px;
	margin-right: 40px;}

span.phone-number {
	font-size: 18px;}

.italics {
	font-style: italic;}

#cell {
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;}

	#header {
		width: 700px;
		height: 240px;
		background: #111111 url('media/header.gif');}

		#header h1 {
			display: none;}

	#left-column {
		width: 440px;
		border-right: 1px #999999 solid;
		text-align: left;}

		#left-column h2.not-top {
			margin-top: 35px;}

	#central-column {
		position: relative;
		width: 550px;
		margin-left: 80px;
		padding-left: 20px;
		border-left: 1px #999999 solid;
		text-align: left;}

	#back-button {
		float: left;
		margin-top: 16px;}

	#right-column {
		position: absolute;
		top: 240px;
		width: 220px;
		margin-left: 470px;
		text-align: left;}

		#portfolio-link {
			margin-top: 15px;}


/* Slimbox  CSS*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
	z-index: 10;}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 11;}

.lbLoading {
	background: #FFFFFF url(media/slimbox/loading.gif) no-repeat center;}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFFFFF;
	background-repeat: no-repeat;}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;}

#lbPrevLink {
	left: 0;}

#lbPrevLink:hover {
	background: transparent url(media/slimbox/prevlabel.gif) no-repeat 0% 15%;}

#lbNextLink {
	right: 0;}

#lbNextLink:hover {
	background: transparent url(media/slimbox/nextlabel.gif) no-repeat 100% 15%;}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #FFFFFF;
	border-top-style: none;}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(media/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;}

#lbCaption, #lbNumber {
	margin-right: 71px;}

#lbCaption {
	font-weight: bold;}