/* ============================== */
/* = GLOBAL RESETS AND DEFAULTS = */
/* ============================== */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

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

html { height:100%;}

body {
	line-height: 1.35;
	color: #000;
	background: #666 url('../images/bg.jpg') top left repeat-x;
	font-size:13px;
	font-family: "Trebuchet MS",Arial, Helvetica, default, sans-serif;
}

ol, ul { list-style: none; }

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* ============ */
/* = CLEARFIX = */
/* ============ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* This would preferable go in an IE specific stylesheet */
/* \*/
* html .clearfix {
	display: block;
	zoom: 1;
}
/**/

/* =============== */
/* = LARGE AREAS = */
/* =============== */

/* OVERALL CONTAINERS */

#wrapper {
	width:790px;
	margin:0px auto;
	background:#ccc;
	border:5px solid #fff;
	margin-top:50px;
	
}

#nav {
	margin-top:60px;
	margin-left:20px;
	width:480px;
	float:left;
}

#logo {
	float:left;
	margin-top:35px;
}

#nav ul { list-style:none; }

#nav ul li { 
	float:left; 
	display:block; 
	margin-left:10px; 
	width:100px;
}

#nav ul li a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#nav ul li a:hover {
	color:#600;
}

#nav ul li a.current {
	color:#600;
}

#main {
	margin-top:70px;
	width:790px;
	background:url('../images/main-bg.jpg') bottom left repeat-x;
	padding-bottom:50px;
}

#content {
	width:470px;
	margin-left:30px;
	float:left;
}

fieldset { 
	border:5px solid #fff;
	background:#ccc;
	width:400px;
	padding:10px;
	margin-bottom:20px;
}

fieldset h2 {
	font-size:18px;
	font-weight:bold;
	color:#600;
	margin-bottom:10px;
}

.inquiries-inside input {
	float:left;
	width:15px;
	border:1px solid #333;
	background:#fff;
	display:block;
	margin-right:10px;
}

.inquiries-inside label {
	width:150px;
	float:left;
	display:block;
	margin-right:20px;
}

.input-box label {
	display:block;
	float:left;
	width:170px;
	padding:5px 0;
	text-align:right;
	margin-right:20px;
}

.input-box input {
	border:1px solid #666;
	width:165px;
	padding:2px;
}

.input-box select {
	border:1px solid #666;
	width:170px;
	padding:2px;
}

.textarea-box textarea {
	width:355px;
	height:75px;
	border:1px solid #666;
}

.hidden-checkboxes {
	margin:10px 0px 10px 30px;
	
}

.submit-buttons { 
	border:5px solid #fff;
	background:#ccc;
	width:400px;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
}

#content h1.main { 
	background: url('../images/h1-main.jpg') top left no-repeat;
	width:238px;
	height:52px;
	margin-bottom:20px;
}

#content h1.services { 
	background: url('../images/h1-services.jpg') top left no-repeat;
	width:238px;
	height:52px;
	margin-bottom:20px;
}

#content h1.gallery { 
	background: url('../images/h1-gallery.jpg') top left no-repeat;
	width:280px;
	height:52px;
	margin-bottom:20px;
}

#content h1.exhibits { 
	background: url('../images/h1-exhibits.jpg') top left no-repeat;
	width:280px;
	height:52px;
	margin-bottom:20px;
}

#content h1.about { 
	background: url('../images/h1-about.jpg') top left no-repeat;
	width:280px;
	height:52px;
	margin-bottom:20px;
}

#content h1.contact { 
	background: url('../images/h1-contact.jpg') top left no-repeat;
	width:280px;
	height:52px;
	margin-bottom:20px;
}

#content h1 span { display:none;}

#content a {
	color:#600;
	text-decoration:none;
	border-bottom:1px solid #600;
}

#content a:hover {
	background:#600;
	color:#fff;
	border-bottom:1px solid #fff;
}

#content.about {
	width:450px;
	padding-right:20px;
	margin-bottom:100px;
}

#content.about p {
	margin-bottom:20px;
}

#content.about h2 {
	font-size:16px;
	color:#600;
	font-weight:bold;
}

#content.contact h2 {
	font-size:16px;
	color:#600;
	font-weight:bold;
}

#content.services {
	margin-bottom:100px;
	width:450px;
	padding-right:20px;
}

#content.services h2 {
	font-size:18px;
	font-weight:bold;
	color:#600;
	margin-bottom:10px;
}

#content.services h3 {
	font-size:14px;
	font-weight:bold;
	color:#600;
	margin-bottom:5px;
	margin-left:20px;
}

#content.services p {
	margin-bottom:10px;
	margin-left:10px;
}

#content.services p.tab-in {
	margin-left:40px;
}

#content.gallery {
	width:400px;
	margin:0px auto;
	margin-left:195px;
}

#content.exhibits {
	margin-bottom:100px;
}

#content.exhibits h2{
	color:#600;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#content.exhibits h3{
	color:#000;
	font-weight:bold;
	font-size:16px;
	
}

#content.exhibits dl dd {
	margin-left:10px;
	margin-bottom:20px;
}

#content.exhibits dl dt {
	font-weight:bold;
	font-size:14px;
	color:#000;
	margin-left:10px;
}

.gallery-class {
	margin:0px auto;
}

#sidebar {
	width:200px;
	float:left;
	margin-left:40px;
}

#strip {
	background:#fff;
	padding:10px 10px 0 10px;
	width:160px;
}

#strip-about {
	background:#fff;
	padding:10px 10px 10px 10px;
	width:200px;
}

#strip img {
	margin-bottom:10px;
}

#gallery-list a { margin-bottom:20px; text-decoration:none;border:0;}

#gallery-list a:hover { text-decoration:none;border:0;}

#gallery-list a span { display:none;}

#gallery-list .wedding a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/wedding-bw.jpg') top left no-repeat;	
}
#gallery-list .wedding a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/wedding-color.jpg') top left no-repeat;	
}

#gallery-list .commercial a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/commercial-bw.jpg') top left no-repeat;	
}
#gallery-list .commercial a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/commercial-color.jpg') top left no-repeat;	
}

#gallery-list .portraits a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/portraits-bw.jpg') top left no-repeat;	
}
#gallery-list .portraits a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/portraits-color.jpg') top left no-repeat;	
}

#gallery-list .conference a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/conference-bw.jpg') top left no-repeat;	
}
#gallery-list .conference a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/conference-color.jpg') top left no-repeat;	
}

#gallery-list .nightlife a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/nightlife-bw.jpg') top left no-repeat;	
}
#gallery-list .nightlife a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/nightlife-color.jpg') top left no-repeat;	
}

#gallery-list .unamericana a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/unamericana-bw.jpg') top left no-repeat;	
}
#gallery-list .unamericana a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/unamericana-color.jpg') top left no-repeat;	
}

#gallery-list .context a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/context-bw.jpg') top left no-repeat;	
}
#gallery-list .context a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/context-color.jpg') top left no-repeat;	
}
#gallery-list .diahouston a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/diahouston-bw.jpg') top left no-repeat;	
}
#gallery-list .diahouston a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/diahouston-color.jpg') top left no-repeat;	
}
#gallery-list .transformed-permanence a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/permanence-bw.jpg') top left no-repeat;	
}
#gallery-list .transformed-permanence a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/permanence-color.jpg') top left no-repeat;	
}
#gallery-list .stock a {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/stock-bw.jpg') top left no-repeat;	
}
#gallery-list .stock a:hover {
	display:block;
	width:400px;
	height:75px;
	background: url('../images/stock-color.jpg') top left no-repeat;	
}
#footer {
	background: url('../images/footer.jpg') top left no-repeat;
	width:800px;
	margin:0px auto;
	height:145px;
	margin-top:5px;
}

#footer #footer-menu {
	display:block;
	width:350px;
	margin:0px auto;
	padding-top:15px;
	color:#333;
	text-align:center;
}

#footer #footer-menu p {
	font-size:9px;
}

#footer #footer-menu a {
	color:#333;
	text-decoration:none;
}

#footer #footer-menu a:hover {
	color:#600;
	border-bottom:1px solid #600;
}

#footer #footer-menu ul {
	display:block;
	list-style:none;
	padding-bottom:20px;

}

#footer #footer-menu ul li {
	display:block;
	float:left;
	margin-right:5px;
}
#content a.noborder {
    text-decoration:none;
    border:0 !important
}

#content a.noborder:hover {
    text-decoration:none;
    border:0 !important
}

/* NEW GALLERY */

#gallery_holder_main {
	width:700px;
	border:5px solid #fff;
	background: #CCCCCC;
	margin:0px auto;
	padding:20px 0;
}

#gallery_holder_main p {
	text-align:center;
	line-height:40px;
}
#gallery_holder {
	width:660px;
	height:530px;
	margin:0px auto;
	overflow:hidden;
	overflow-x:auto;
	padding:0 0 10px 0;
}

ul.gallery_demo { }

ul.gallery_demo li {
	float:left;
	margin:0 10px 0 0;
}

ul.gallery_demo li img {
	border:5px solid #333;
	height:500px;
}