/* Swatches 
Background:
Text:
Link:
Hover:

*/


/* Tags 
____________________________________*/

html, body {
	height: 100%;
	margin:0px;
	padding:0px;
}

body {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	background:url(../images/layout/bg.png) repeat-x #170029 top center;
	line-height:1.5em;
	color:#fff;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#797979;
	font-size:3em;
	font-style:italic;	
	font-weight:normal;
}

img {
	border:0;
}

a:link, a:visited {
	color:#797979 ;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#797979;
	text-decoration:underline;
}

label {
	display:block;
	margin: 0 0 10px 0;
	width:225px;
	float:left;
}

input, textarea {
	border:1px solid #797979;
	padding:5px;
	width:200px;
}

textarea {
	width:425px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}

.submit {
	width:auto;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.micro {
	font-size:9px;
}

.print, .hidden, #firstName {
	display:none;
}

.center{
	text-align:center;
}

/* Navigation
____________________________________*/

#nav {
	top:46px;
	float:right;
	background:url(/images/layout/nav.png) no-repeat;
	height:67px;
	position:relative;
	font-size:16px;
	width:472px;
}

#nav a{
	color:#fff;
	padding:18px 20px;
	background:url(/images/layout/pipe.png) no-repeat 0 10px;
}

#nav a.first{
	background:none;
}

#nav a:hover{
	color:#797979;
	text-decoration:none;
}

#nav ul{
	list-style:none;
	padding:30px 8px 0;
	margin:0;
	position:relative;
}

#nav li{
	float:left;
}

#underline{
	position:absolute;
	bottom:0;
	left:3px;
}


/* Layout
____________________________________*/

#beta { 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:100; 
	width:80px; 
	height:80px; 
}

#mainwrapper {
	position:relative;
	margin:0px auto;
	width:825px;
}

.logo {
	position:relative;
	top:65px;
	float:left;
}

#header {
	height:120px;
}

#content{
	position:relative;
}

#homeText{
	position:relative;
	width:365px;
	margin-top:50px;
}

#footer {
	margin:20px 0;
	width:825px;
	text-align:center;
	position:absolute;
	top:500px;
}

#overlayWrap{
	position:absolute;
	top:0;
	width:100%;
}

#overlay {
	background:url(/images/layout/overlay.png);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
}

.box {
	margin: 100px auto 20px;
	padding:20px;
	width:300px;
	position:relative;
	background:#170029 url(/images/logos/d.png) no-repeat center center;
}

#our-philosophy, #contact-us, #gallery, #sending, #success {
	width:450px;
	display:none;
}

#definition h1 {
	font-size:1.8em;
	display:inline;
}

#definition .verb{
	font-style:italic;
	color:#797979;
}

#gallery a {
	margin:0 0 10px;
}

#rotator {
	position:absolute;
	right:-50px;
	top:0;
}

#rotator img {
	position:absolute;
	top:0;
	right:0;
}

/* Lightbox
____________________________________*/

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/lightbox/progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: 0;
	right: 0;
	height: 15px;
	width: 15px;
	margin:10px;
	background: transparent url(/images/icons/closeBox.png) no-repeat;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/lightbox/title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/lightbox/title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/lightbox/title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/images/lightbox/left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/images/lightbox/right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/lightbox/shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/lightbox/shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/lightbox/shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/lightbox/shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/lightbox/shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/lightbox/shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/lightbox/shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/lightbox/shadow_nw.png) no-repeat;
}

#tinymce {
	background:#170029;
	padding:10px;
}

/* PUSHUP STYLES
____________________________________*/

#pushup {
  position: fixed;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 4px;
  background: #ffffc6;
  border: 1px solid #b0dfc8;
  z-index: 9999;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

#pushup * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a { 
  outline-style: none;
  text-decoration: none;
}

#pushup .pushup_messageLink {
  float: left;
  position: relative;
  color: #4293cd;
  font-size: 12px;
  cursor: pointer;
}

#pushup .pushup_icon {
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  marginRight: 3px;
  line-height: 22px;
  vertical-align: middle;
}

#pushup .pushup_reminder {
  float: left;
  clear: both;
  font-size: 10px;
  color: #84a2ac;
  margin-left: 27px;
  cursor: pointer;
}

#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }
