/* ============= BEGIN CSS RESET ============= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; 
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/* ============= END CSS RESET ============= */

/* ============= LAYOUT ============= */
body { background: #28140d url(../images/layout/background.jpg) no-repeat center -97px; }
#wrapper { width: 898px; height: 905px; border: solid 2px #29140e; margin: 15px auto; background: #29140e; }

/* Header */
#header { width: 100%; height: 460px; background: url(../images/layout/header.jpg) no-repeat; position: relative; }
#header a { display: block; width: 147px; height: 170px; text-indent: -9999px; position: absolute; top: 70px; left: 375px; }
#headerNeon { width: 100%; height: 460px; background: url(../images/layout/header-neon.jpg) no-repeat; position: absolute; }

#subHeader { width: 100%; height: 200px; background: url(../images/layout/sub-header.jpg) no-repeat; position: absolute; bottom: 0; }

/* Navigation */
#nav { width: 100%; height: 159px; background: url(../images/layout/nav-background.jpg); position: relative; }
#navNeon { width: 100%; height: 159px; background: url(../images/layout/nav-background-neon.jpg); position: absolute; }

#nav ul { margin: 0; padding: 0; list-style: none; position: absolute; z-index: 1; }
#nav li { float: left; }
#nav li a { display: block; height: 39px; float: left; margin-top: 41px; background: url(../images/layout/nav-links.jpg) no-repeat; text-indent: -9999px; }
#nav li.portfolio a { width: 136px; margin-left: 56px; background-position: 0 0; }
#nav li.portfolio a:hover { background-position: 0 -43px; }
#nav li.services a { width: 140px; margin-left: 28px; background-position: -164px 0; }
#nav li.services a:hover { background-position:  -164px -43px; }
#nav li.testimony a { width: 164px; margin-left: 30px; background-position: -334px 0; }
#nav li.testimony a:hover { background-position: -334px -43px; }
#nav li.faqs a { width: 98px; margin-left: 30px; background-position: -528px 0; }
#nav li.faqs a:hover { background-position: -528px -43px; }
#nav li.contact a { width: 128px; margin-left: 19px; background-position: -646px 0; }
#nav li.contact a:hover { background-position: -646px -43px; }

/* ====== Content ====== */
#content { width: 804px; margin: 15px auto 10px; text-align: justify; }

div.page { display: none; height: 713px !important; font-weight: 300; background-color: #fff; border: solid 1px #221e1f; padding: 32px 38px; margin-top: 30px; }
div.page p { color: #000; font-size: 15px; line-height: 1.2em; }
div.page p.gold { color: #e69a2c; }
div.ui-widget-overlay { background: url(../images/layout/50-black.png) repeat; position: absolute; top: 0; left: 0; }
div.ui-dialog-titlebar { position: absolute; top: 54px; right: 35px; text-align: right; font-size: 14px; }
a.ui-dialog-titlebar-close { float: right; color: #d1d2d4; text-decoration: none; line-height: 34px; margin-top: 9px; }
a.ui-dialog-titlebar-close:hover { color: #666; text-decoration: underline; }

div.page h1 { font-size: 26px; font-weight: 300; color: #e69a2c; margin-bottom: 45px; }

/* Portfolio Page */
#imageTitle { color: #000; font-size: 13px; font-weight: 400; letter-spacing: -.5px; }

#portfolioCats { height: 34px; position: absolute; top: 63px; right: 85px; margin: 0; padding-right: 10px; border-right: solid 1px #000; list-style: none; color: #e69a2c; font-size: 14px; line-height: 34px; }
#portfolioCats li { display: inline; }
#portfolioCats a { color: #e69a2c; text-decoration: none; }
#portfolioCats a:hover { text-decoration: underline; }

#portfolioContainer { position: relative; }
#portfolioImages { margin-top: 80px; width: 786px; height: 615px; }
#portfolioImages img { display: none; }

#portfolioNav { width: 42px; height: 18px; position: absolute; top: -70px; left: 0; }
#portfolioNav a { display: block; width: 21px; height: 18px; float: left; background: url(../images/layout/portfolio-arrows.png) no-repeat; text-indent: -9999px; }
#portfolioNav a.prev { background-position: 0 -18px; }
#portfolioNav a.next { background-position: -21px -18px; }
#portfolioNav a:hover { background-position-y: 0; }

/* Services Page */
#services ul { margin: 0; padding: 0; width: 390px; float: left; list-style: none; font-size: 32px; color: #000; line-height: 1.35em; }

/* FAQS Page */
#faqs p.question { font-size: 25px; color: #000; font-weight: bold; font-style: italic; line-height: 1.3em; text-indent: -34px; margin: 0 0 15px 34px; }
#faqs p.answer { font-size: 18px; color: #e69a2c; line-height: 1.3em; }

/* Contact Page */
#contact p { font-size: 26px; }
#contact a { text-decoration: none; color: #000; }


/* Footer */
#footer { width: 804px; margin: 0 auto; padding-top: 5px; border-top: solid 1px #fff; text-align: center; }
#footer a { color: #fff; text-decoration: none; cursor: pointer; }
#footer a:hover { text-decoration: underline; }

#footerContact,
#footerNav { width: 100%; margin: 10px 0; padding-left: 0; list-style: none; }
#footerContact li,
#footerNav li { display: inline; letter-spacing: 0; }

#footerContact li { font-size: 15px; }
#footerNav li { font-size:  17px; text-transform: uppercase; }

#copyright { font-size: 10px; }


/* === Layout Misc === */
.clear { clear: both; }
.spacer { height: 35px; width: 100%; }

.center { margin: 0 auto; }
.tcenter { text-align: center; }

.fl { float: left; }
img.fl { float: left; margin: 8px 8px 8px 0; }
.fr { float: right; }
img.fr { float: right; margin: 8px 0 8px 8px; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Use this instead of html hr tag */
span.hr { width: 100%; height: 1px; display: block; border-top: solid 1px #ccc; margin: 12px 0; }

/* ============= FONTS - The font-size percentage is of 16px. (0.75 * 16px = 12px) ============= */
body { font-size: 73%; color: #fff; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; line-height: 1.3em; letter-spacing: 1px; }

.gold { color: #e69a2c; }
noscript { font-size: 16px; font-style: italic; text-align: center; line-height: 1.3em; }

/* === Headings === */
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* === Text elements === */
p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; cursor: pointer; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* === Lists === */
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* === Tables === */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* === Misc classes === */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }