@charset "UTF-8";
body  {
	font: 11px "Century Gothic", Verdana, sans-serif;
	line-height:150%;
	background-image:url(/customgallery/mainbackground.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
}

a {
text-decoration:none;
}

a:link {
color:#000000;
}
a:visited {
color:#000000;
}
a:hover {
color:#FF6600;
}
a:active {
color:#990000;
}

.special {
color:#FF6600;
}

.thrColFixHdr #container {
	position:relative;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #595958;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #595958;
} 
.thrColFixHdr #header { 
	background-image:url(/customgallery/header01.gif);
	width:900px;
	height:151px; 
	border-bottom:#000000 thin solid;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:325px;
	background:#595958; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right: #000 thin solid;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 325px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #mainContent { 
	float:none;
	background-color:#CCCCCC;
	border-width:thin;
	width:575px;
	height:325px;
	padding:0px;
	}

#lightingprojects {
margin-left:35px;
margin-bottom:10px;
}

#lightingprojects a:link {
color:#FFFFFF;
text-decoration:none;
line-height:120%;
}

#lightingprojects a:visited {
color:#FFFFFF;
text-decoration:none;

}

#lightingprojects a:hover {
color:#FF6600;
text-decoration:none;
}
#lightingprojects a:active {
color:#990000;
text-decoration:none;
}

iframe {
border:none;
margin:0px;
padding:0px;
overflow:hidden;
}	

.sub {
	position: absolute;
	width:50px;
	top:444px;
	left:513px;
	height: 12px;
}

.sub span {
	position: relative;
	font-size:10px;
	left:20px;
	top:30px;
	padding:0px;
	width:40px;
}

.sub img {
border-style:none;
}

.cssnav
{
position: relative;
font-family: "Century Gothic", Verdana, sans-serif;
background: url(HTML/orangebutton.gif) no-repeat;
white-space: nowrap;
display: block;
width: 250px;
height: 40px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 250px;
height: 40px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 250px;
height: 40px;
border: 0;
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 192px;
} 

#midheader {
width:575px;
height:33px;
background-color:#FF9933;
padding-left:5px;
}

#midheader span {
position: relative;
font-size:13px;
left:10px;
top:10px;
padding:0px;
width:270px;
}

.thrColFixHdr #footer { 
	background-image:url(/customgallery/runner.gif);
	background-repeat:repeat;
	width:900px;
	height:55px;
} 

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-right:20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top:10px;
	margin-bottom:3px;
	text-align:right;
	color:#000000;
	border-bottom:#FFFFFF thin dotted;
}

#footer h2 {
margin:0px;
margin-top:10px;
color:#FFFFFF;
letter-spacing:120%;
}

#footertext {
float:left;
width:300px;
padding-left:20px;
}

#cap {
float:right;
width:550px;
}

#footer2 {
clear:both;
background-image:url(/customgallery/footer02.gif);
width:900px;
height:21px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.spacer {
clear:left;
}

#foot_contacts {
margin-right:auto;
margin-left:auto;
text-align:center;
width:900px;
color:#999999;
padding:20px;
}
#foot_contacts p {

font-size:10px;
margin-bottom:-5px;
}

#foot_contacts a:link {
color:#FF9900;
}
#foot_contacts a:visited {
color:#FF9900;
}
#foot_contacts a:hover {
color:#FFFFFF;
}
#foot_contacts a:active {
color:#FFFFFF;
}
/* Tabs */

ul.round_buttons{list-style: none; margin: 0px; padding: 0px; font-size:12px; line-height:25px;}
		ul.round_buttons li{
			background: url(HTML/buttontran.png) left no-repeat;
			overflow: hidden;
			height: 28px;
			width: 140px;
			margin-left:10px;
			padding-left: 10px;
			margin-right: 10px;
			float: left;
		}
			ul.round_buttons li.button_one{width: 150px;}
			ul.round_buttons li.button_two{width: 142px;}
			ul.round_buttons li.button_three{width: 142px;}
			ul.round_buttons li.button_four{width: 142px;}
			ul.round_buttons li.button_threetwo{width: 200px;}
		ul.round_buttons li a{
			background: url(HTML/buttontran.png) right no-repeat;
			display: block;
			
			padding: 0px 10px 0px 0px;
			height: 28px;
			color: #fff;
			text-decoration: none;
		}
		ul.round_buttons li a:hover{text-decoration: underline;}




#tabs {
position:relative;
margin:0 auto;
width:900px;
text-align:left;

}
