body {
	padding: 0px;
	margin: 0px;
	background: #2d2d2d url('/images/template/cf-texture1.png');
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3, h4 {
	margin: 0 0 0 0;
	padding-bottom: 3px;
}

h2 {
	font-size: 16px;
}

p {
	line-height: 1.4em;
}

li.vendorli {
	list-style-image: url("/images/bullets/reddot.png");
	list-style-type: none;
	line-height: 1.6em;
	
}

#holder {
	width: 900px;
	margin: 0px auto;
	border: solid 1px #000000;
}

a:link 		{color: #bb0000; text-decoration: none; outline: none;}
a:visited 	{color: #bb0000; text-decoration: none; outline: none;}
a:hover 	{color: #000000; text-decoration: none; outline: none;}

a:link.sechead 		{color: #bb0000; font-size: 16px; font-weight: bold; text-decoration: none;}
a:visited.sechead 	{color: #bb0000; font-size: 16px; font-weight: bold; text-decoration: none;}
a:hover.sechead 	{color: #000000; font-size: 16px; font-weight: bold; text-decoration: none;}

a:link.breadcrumb 		{color: #bb0000; font-size: 10px; font-weight: bold; text-decoration: none;}
a:visited.breadcrumb 	{color: #bb0000; font-size: 10px; font-weight: bold; text-decoration: none;}
a:hover.breadcrumb 		{color: #000000; font-size: 10px; font-weight: bold; text-decoration: none;}

a:link.moreinfo 	{
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a:visited.moreinfo	{
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a:hover.moreinfo	{
	text-decoration: none;
	background-color: transparent;
	border-color: #ff0000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

.thumb 			{background-color:#363636; background-image:url('/images/loading/loading52.gif'); background-repeat:no-repeat; background-position: center center; border: solid 1px #000000; -webkit-box-shadow: 0 2px 4px #888; -moz-box-shadow: #888 0px 0px 2px;box-shadow: 0 0 2px #888;}
.thumb:visited	{background-color:#363636; background-image:url('/images/loading/loading52.gif'); background-repeat:no-repeat; background-position: center center; border: solid 1px #000000; -webkit-box-shadow: 0 2px 4px #888; -moz-box-shadow: #888 0px 0px 2px;box-shadow: 0 0 2px #888;}
.thumb:hover	{background-color:#363636; background-image:url('/images/loading/loading52.gif'); background-repeat:no-repeat; background-position: center center; border: solid 1px #cf3628; -webkit-box-shadow: 0 2px 4px #888; -moz-box-shadow: #888 0px 0px 2px;box-shadow: 0 0 2px #888;}

/* HEADER CLASSES */
/* ------------------- */

/* gradient 2 */
.gradient2 h1 {
	font: bold 310%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	color: #464646;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-shadow: 2px 2px 2px #222222;
}
.gradient2 h1 span {
	background: url('/images/gradients/gradient-glossy2.png') repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
}

/* gradient 7 */
.gradient7 {
	/*background: #000;
	padding: 30px 0 30px 30px;
	margin: 30px 0 50px;*/
}
.gradient7 h1 {
	font: bold 310%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-shadow: 2px 2px 2px #222222;
}
.gradient7 h1 span {
	background: url('/images/gradients/gradient-dark-stripe-hz.png') repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 29px;
}

/* ------------------- */
.float {
	position: relative;
}

.holderContent {
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
}

#holderFloat, #interiorFloat {
	width: 924px;
	margin: 0px auto;
}

.holderLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('/images/shadows/holderLeft.png') repeat-y;
	width: 12px;
	height: 100%;
}

.holderRight {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background: url('/images/shadows/holderRight.png') repeat-y;
	width: 12px;
}
/* ------------------- */

#content {
	width: 900px;
	min-height: 300px;
	background-color: #464646;
}
/* ------------------- */

#homeLeft, #interiorLeft {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 13px;
	width: 145px;
	min-height: 300px;
	background-color: #fdfac3;
}

#logo {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 12px;
	font-size: 1px;
}

#horizTopbar {
	position: absolute;
	z-index: 2;
	left: 12;
	width: 900px;
	top: 0px;
	height: 100px;
	background-color: #555555;
}

/* ------------------- */

#mainArea {
	position: relative;
	top: 105px;
	left: 165px;
	width: 737px;
	min-height: 300px;
	border: solid 1px #000000;
}

/* ------------------- */

#nav {
	position: absolute;
	z-index: 4;
	top: 165px;
	left: 12px;
	width: 155px;
	height: 180px;
}

/* ------------------- */
/* ------------------- */
/* ------------------- */

#content2 {
	width: 900px;
	min-height: 500px;
	/* background: #ffffff url('/images/template/holder2bg.gif') left top repeat-y; */
	background-color: #ece7c4;
}

#footer2 {
	position: relative;
	z-index: 4;
	top: -49px;
	left: 0px;
	width: 924px;
	height: 30px;
	background: url('/images/template/footer3.png') left top no-repeat;
	vertical-align: middle;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

/* -------------------- */
/* POPUP WINDOW CONTENT */
/* -------------------- */

#lutronFloat {
	width: 324px;
	margin: 0px auto;
}

.lutronContent {
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
}

#lutronpopup {
	width: 300px;
	/* background: #ffffff url('/images/template/holder2bg.gif') left top repeat-y; */
}

#lutronbottom {
	margin-top: -6px;
}

/* ------------------- */

#Horizontallogo {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 316px;
	font-size: 1px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

#navHorizontal {
	position: absolute;
	z-index: 4;
	top: 145px;
	left: 0px;
	width: 924px;
	height: 40px;
}

/* ------------------- */

a:link.foot 		{color: #FFFCC7; font-family: verdana; font-weight: normal; font-size: 11px; text-decoration: none;}
a:visited.foot 		{color: #FFFCC7; font-family: verdana; font-weight: normal; font-size: 11px; text-decoration: none;}
a:hover.foot	 	{color: #FFFFFF; font-family: verdana; font-weight: normal; font-size: 11px; text-decoration: underline;}

/* ------------------- */

.float {
	position: relative;
}

.floatLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background: url('/images/ui/shadows/floatLeft.png') top right repeat-y;
	width: 12px;
}

.floatRight {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background: url('/images/ui/shadows/floatRight.png') top left repeat-y;
	width: 12px;
}

.floatContent {
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
}

#homeFloat, #interiorFloat {
	width: 247px
}

#homeFloat2, #interiorFloat2 {
	width: 247px
}


/* ------------------- */

.red {
	color: #cf3628;
}
.white {
	color: #ffffff;
}
.black {
	color: #000000;
}

.redwline {
	color: #dd0000;
	border-bottom: solid 1px; #dd0000;
}
.whitewline {
	color: #ffffff;
	border-bottom: solid 1px; #ffffff;
}
.blackwline {
	color: #000000;
	border-bottom: solid 1px; #000000;
}

/* ------------------- */

#burntholder {
	width: 300px;
}

#burnttop {
	margin: 0 0 0 0;
	background: url('/images/backgrounds/burnt300_01.png') top left no-repeat;
	width: 300px;
	height: 18px;
}
#burntmiddle {
	margin: 0 0 0 0;
	background: url('/images/backgrounds/burnt300_02.png') top left repeat-y;
	width: 300px;
}
#burntcontent {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	color: #ffffff;
	font-weight: normal;
}
#burntbottom {
	margin: 0 0 0 0;
	background: url('/images/backgrounds/burnt300_03.png') top left no-repeat;
	width: 300px;
	height: 29px;
}

/* ------------------- */

#portfolioheader {
	border-bottom: solid 1px #777777;
	margin-top: 10px;
	margin-bottom: 20px;
}

.portfoliofooter {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 3px;
}

.jobsTitle {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

a:link.projectportfolio 		{color: #bb0000; font-weight: bold; font-size: 14px; text-decoration: none;}
a:visited.projectportfolio 		{color: #bb0000; font-weight: bold; font-size: 14px; text-decoration: none;}
a:hover.projectportfolio	 	{color: #000000; font-weight: bold; font-size: 14px; text-decoration: none;}


/* Curve Text Around Flash Videos */
.leftWithMargin {float:left; margin-right:10px;}
.rightWithMargin {float:right; margin-left:10px;}
/* End Curve Text Around Flash Videos */
p.alignRight {text-align:right; }

.vendorContactType {
	font-weight: bold;
	text-align: right;
}
.vendorContactValue {
	font-weight: normal;
}

/* ------------------- */

.imagebox {
	border: solid 1px #777777;
	background: #f8f7f0;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	-webkit-border-radius: 	7px; 
	-moz-border-radius: 	7px;
	border-radius: 			7px;
	-webkit-box-shadow: 0 4px 4px #888; 
	-moz-box-shadow: #888 0px 0px 4px;
	box-shadow: 0 0 4px #888;
}

.portfoliocontactsheet {
	border: solid 1px #777777;
	background: #f8f7f0;
	padding: 5px;
	margin: auto;
	-webkit-border-radius: 	7px; 
	-moz-border-radius: 	7px;
	border-radius: 			7px;
	width: 182px;
}

.detailimage {
	border: solid 1px #777777;
	background: #f8f7f0;
	padding: 8px;
	margin: auto;
	-webkit-border-radius: 	7px; 
	-moz-border-radius: 	7px;
	border-radius: 			7px;
	width: 562px;
}

.detailtable {
	border: solid 1px #777777;
	background: #f8f7f0;
	padding: 8px;
	margin: auto;
	-webkit-border-radius: 	7px; 
	-moz-border-radius: 	7px;
	border-radius: 			7px;
	width: 562px;
}

.detailsubnav {
	border: solid 1px #777777;
	background: #f8f7f0;
	padding: 8px;
	margin: auto;
	-webkit-border-radius: 	7px; 
	-moz-border-radius: 	7px;
	border-radius: 			7px;
	width: 564px;
}

.portfoliocount {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	width: 110px;
	background-color: #f8f7f0;
	border-top: solid 1px #777777;
	border-right: solid 1px #777777;
	border-left: solid 1px #777777;
}

.projectporthead {
	color: #dddddd;
	background: url("/images/accordion/offon.png") repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.projectsort {
	color: #dddddd;
	background: #777777 url("/images/sort/projecthead.png") repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	cursor: pointer;
	vertical-align:middle;
}

.projectsort:hover {
	color: #ffffff;
	background: #777777 url("/images/sort/projecthead-over.png") repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	cursor: pointer;
	vertical-align:middle;
}

.projectsortthis {
	color: #dddddd;
	background: #777777 url("/images/sort/projecthead-sort-on.png") repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	cursor: pointer;
	vertical-align:middle;
}

.projectsortthis:hover {
	color: #ffffff;
	background: #777777 url("/images/sort/projecthead-on.png") repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	cursor: pointer;
	vertical-align:middle;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.portprojodd {
	background-color: #f8f7f0;
	border-top: solid 1px #bbbbbb;
}

.portprojeven {
	background-color: #e8e7e0;
	border-top: solid 1px #bbbbbb;
}

.portprojoddsort {
	/*background-color: #f8f7f0;*/
	background-color: #e7e6df;
	border-top: solid 1px #999999;
}

.portprojevensort {
	/*background-color: #e8e7e0;*/
	background-color: #d7d6cf;
	border-top: solid 1px #999999;
}

.smaller {
	font-size: 10px;
}

/* CONTACT SPECIFIC CSS */

.contactName {
	font-size: 16px;
	font-weight: bold;
}
.contactTitle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.contactCard {
	width: 250px;
	border: solid 1px #000000;
	background-color: #f8f7f0;
	-webkit-border-radius: 	7px; 
	-moz-border-radius: 	7px;
	border-radius: 			7px;
	padding: 3px;
}

/* ------------------- */
/* Side Navigation     */
/* ------------------- */

.glossymenu {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 221px;
	border-left: 1px solid #222222;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	background-color: #474747;
}

.glossymenu li a {
	background: url("/images/accordion/offon.png") repeat-x bottom left;
	font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 4px;
	color: #cccccc;
	display: block;
	width: auto;
	text-decoration: none;
	border-bottom: 1px solid #222222;
}

.glossymenu li.chosen a {
	background: url("/images/accordion/off1.png") repeat-x bottom left;
	font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 4px;
	color: white;
	display: block;
	width: auto;
	text-decoration: none;
	border-bottom: 1px solid #222222;
}

.glossymenu li.chosen a:visited, .glossymenu li.chosen a:active{
	color: white;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: 444444;
}

.glossymenu li a:hover{
	background-image: url("/images/accordion/offon1.png");
	padding-left: 5px;
	color: white;
}

/* ALERTS */
#globalAlertError {
	border: solid 1px #880000;
	background: #FF7F81 url("/images/alerts/icon_status_fail_58x58.png")  no-repeat left;
	background-position: 12px 6px;
	font: bold 12px verdana;
	padding-left: 75px;
	padding-top: 16px;
	padding-bottom: 11px;
	height: 40px;
	width: 500px;
	margin-top: 100px;
	text-align: left;
}

/* Google Search Highlighting */
.searchword {
    background-color: grey;
}
