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

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #222;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center; 
  color:#fff;
  text-align:center;
}

blockquote{
	margin:0px;
	padding:0px;
	font-style:italic;
}

div#bodyContainer {
	width:990px;
	margin:0 auto;
	text-align:left;
}

div#logo {
	float:left;
	width:182px;
	height:85px;
	border:1px solid #780202;
	border-top:0px solid #780202;
}


#overlayButton{
	position:relative;
	float:left;
	top:12px;
	left:15px;
	cursor:pointer;
}
div#contentWrapper {
	clear:both;
	float:left;
	width:990px;
	height:380px;
	margin:10px 0 10px 0;
}

div#navigation {
	float:left;
	width:182px;
	height:378px;
	border:1px solid #000;
	margin-top:-380px;
	position:relative;
}

div#contentArea {
	float:right;
	width:794px;
	height:378px;
	border:1px solid #000;
	margin-top:-380px;
	position:relative;
}

div#navigationBG {
	float:left;
	display:block;
	width:184px;
	height:380px;
	background:#000 url('../images/shutter.gif') repeat-x;
}

div#contentAreaBG {
	float:right;
	display:block;
	width:796px;
	height:380px;
	background:#000 url('../images/shutter.gif') repeat-x;
}

div#contentAreaFooter {
	float:left;
	display:block;
	width:990px;
	height:35px;
	text-align:right;
	margin-top:-35px;
	position:relative;
	font-size:11px;
	color:#999;
}

div#contentAreaFooter img{
	float:right;
	margin-top:2px;
	margin-left:10px;
}

ul{
	list-style:none;
	margin-top:10px;
	margin-left:10px;
	padding:0;
}

ul li ul{
	margin-top:0px;
	margin-left:0px;
}

ul li{
	margin-bottom:5px;
	width:164px;
}

ul li ul li{
	margin-bottom:0px;
	border-top:0px solid #000;
}

div.text {
	padding:30px;
}

div.text ul{
	list-style:disc;
	margin-top:10px;
	margin-left:10px;
	padding:0;
}

div.text ul li{
	margin-bottom:0px;
	width:164px;
}

div.text ul.portfolioImgs {
	margin-top:0;
	margin-bottom:0;
}

h1{
	font-size:20px;
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
}

hr{
height:1px;
border-top:1px solid #444;
border-bottom:0px solid #444;
border-left:0px solid #444;
border-right:0px solid #444;
}

div#footer{
	float:left;
	width:990px;
	height:80px;
	margin-top:-80px;
	display:none;
	position:relative;
}

div#footerBG{
	float:left;
	clear:both;
	width:182px;
	height:78px;
	margin-top:-80px;
	border:1px solid #000;
	background:transparent url('../images/shutter.gif') repeat-x;
	z-index:0;
	position:relative;
	display:block;
}

div#footerText{
	clear:both;
	float:left;
	width:990px;
	height:80px;
}

div#bgSettings{
	font-size:12px;
	font-weight:bold;
	height:78px;
	width:182px;
	text-align:center;
	position:relative;
	z-index:1;
}

div#footerText img{
	float:right;
	margin-left:5px;
	border:1px solid #333;
}

div#bgText{
	width:470px;
	margin:10px;
	float:left;
}

div#bgImages{
	width:395px;
	margin:10px 10px 10px 28px;
	float:left;
}

div#bgImages img{
	margin-left:2px;
	height:57px;
	width:75px;
	border:1px solid #111;
	cursor:pointer;
}

.bgTexts{
	display:none;
}

a:link {color: #fff;text-decoration: none;background-color:transparent;width:100%;padding-top:2px;height:18px;text-indent:5px;display:block;}
a:visited {color: #fff;text-decoration: none;background-color:transparent;width:100%;padding-top:2px;height:18px;text-indent:5px;display:block;}
a:hover {color: #fff;text-decoration: none;background-color:#BF1717;width:100%;padding-top:2px;height:18px;text-indent:5px;display:block;}
a:active {color: #fff;text-decoration: none;background-color:#ad0101;width:100%;padding-top:2px;height:18px;text-indent:5px;display:block;}

div.text a:link {color: #fff;text-decoration: none;background-color:transparent;width:100%;padding-top:2px;height:18px;text-indent:5px;display:block;}
div.text a:visited {color: #fff;text-decoration: none;background-color:transparent;width:100%;padding-top:2px;height:18px;text-indent:5px;display:block;}
div.text a:hover {color: #fff;text-decoration: underline;background-color:transparent;width:100%;padding-top:2px;height:18px;text-indent:5px;display:block;}
div.text a:active {color: #fff;text-decoration: none;background-color:transparent;width:100%;padding-top:2px;height:18px;text-indent:5px;display:block;}

ul li ul li a:link {text-indent:25px;}
ul li ul li a:visited {text-indent:25px;}
ul li ul li a:hover {text-indent:25px;}
ul li ul li a:active {text-indent:25px;}

a#activelink:link {background-color:#ad0101;}
a#activelink:visited {background-color:#ad0101;}
a#activelink:hover {background-color:#ad0101;}
a#activelink:active {background-color:#ad0101;}

#jquery-lightbox a:link,#jquery-lightbox a:hover,#jquery-lightbox a:visited,#jquery-lightbox a:active{background-color:#fff;}