﻿body {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:black;
	margin:0px;
	background-image:url('../images/background-top.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	color:white;
}
a {
	text-decoration:none;
	color:white;
}
a:hover {
	text-decoration:underline;
}
.container {
	width:100%;
	float:left;
}
.column {
	float:left;
	position:relative;
}
.clear {
	clear:both;
}
.narrowTextBox {
	width:150px;
}
.mediumTextBox {
	width:300px;
}
.wideTextBox, .list {
	width:500px;
}
.list .headerStyle td {
	background-color:#9A0000;
	color:white;
}
.list .row:hover td {
	background-color:#CB0000;
}
h1 {
	font-size:1.3em;
	padding:0px;
	margin:0px 0px 10px 0px;
}
h2 {
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:1.3em;
}
#backgroundContainer {
	background-image:url('../images/background-bottom.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
}
#container {
	width:970px;
	margin:0px auto;
	background-image:url('../images/content-background.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
}
#header {
	width:970px;
	height:150px;
	background-image:url('../images/header-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px 0px 11px 0px;
}
.topMenu {
	float:left;
	width:770px;
	background-image:url('../images/topmenu-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px 100px;
	text-align:right;
	font-weight:bold;
	z-index:200;
	height:36px;
}
.topMenu img {
	padding:0px 10px;
	vertical-align:middle;
}
.topMenu a {
	color:white;
}
.topMenu .actions {
	color:white;
	float:right;
	position:relative;
	padding:7px 5px 0px 5px;
	z-index:200;
}
.topMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:200;
}
.topMenu .actions:hover ul {
	display: block;
}
.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 155px;	
	text-align: right;
	padding: 3px 5px;
}
.topMenu .actions a {
	color: black;
	padding:0px;
}
#contentArea {
	width:770px;
	padding:0px 100px;
	margin:4px 0px 0px 0px;
	background-image:url('../images/dashes.gif');
	background-position:100px top;
	background-repeat:repeat-y;
}
#contentLeft {
	width:180px;
	color:white;
	padding:10px;
	z-index:200;
}
.leftMenu {
	padding:0px;
	margin:0px;
	list-style:none;
}
.leftMenu li {
	background-image:url('../images/menuitem-background.gif');
	background-position:left center;
	background-repeat:no-repeat;
	width:170px;
	height:22px;
	font-size:1.1em;
	font-weight:bold;
	padding:7px 0px 0px 10px;
	margin:0px 0px 5px 0px;
}
.leftMenu li a {
	color:white;
}
.leftMenu .actions {
	float: left;
	position: relative;
}
.leftMenu .actions ul {
	left: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 178px;
	margin: 0px;
}
.leftMenu .actions:hover ul {
	display: block;
}
.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 5px;
	background:none;
	margin:0px;
	height:auto;
}
.leftMenu .actions a {
	color: black;
}
#contentRight {
	width:550px;
	padding:10px;
	z-index:50;
}
.parentList {
	width:550px;
	float:left;
	z-index:50;
	padding:10px 0px;
}
.parentList .item {
	width:548px;
	height:211px;
	float:left;
	position:relative;
	color:black;
	background-image:url('../images/item-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:0.85em;
	padding:1px;
}
.parentList .item h2 {
	margin:5px 0px 14px 5px;
}
.parentList .item a {
	color:#9A0000;
}
.parentList .itemImage {
	float:left;
	padding:0px 6px 0px 0px;
}
.parentList .item p {
	padding:0px 0px 10px 0px;
	margin:0px;
}
.parentList .more a {
	color:#CB0000;
	background-image:url('../images/arrow.gif');
	background-position:right center;
	background-repeat:no-repeat;
	font-size:1.2em;
	padding:0px 20px 0px 0px;
	margin:10px 0px 0px 0px;
	display:inline-block;
}
#footer {
	height:144px;
	width:770px;
	padding:0px 100px;
	color:white;
	font-weight:bold;
	background-image:url('../images/background-bottom.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
	z-index:200;
}
.footerMenu .actions {
	color:white;
	float:right;
	position:relative;
	padding:0px 5px;
	z-index:200;
	font-size:0.9em;
}
.footerMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:200;
}
.footerMenu .actions:hover ul {
	display: block;
}
.footerMenu .actions ul li {
	display: block;
	position: relative;
	width: 155px;	
	text-align: right;
	padding: 3px 5px;
}
.footerMenu .actions li a {
	color: black;
}
#footerLeft {
	width:375px;
	height:124px;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 10px;
}
#footerRight {
	border-left:1px white dashed;
	width:374px;
	height:124px;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 10px;
}
#contentType {
	border-bottom:1px white dashed;
	padding:10px 0px 0px 0px;
}
#contentType h2 {
	color:#CB0000;
}
#contentType a {
	font-size:1.2em;
	font-weight:bold;
	color:white;
	background-color:#9A0000;
	padding:5px 15px;
	display:inline-block;
}
.portfolioList h2 {
	padding:5px;
	background-color:#9A0000;
	margin:0px 0px 5px 0px;
}
.portfolioList h2.narrow {
	width:260px;
	float:left;
	position:relative;
	margin:0px 5px 5px 0px;
	display:inline;
	height:66px;
}
.portfolioList h2.narrow .itemShortTitle {
	display:block;
	width:140px;
	float:left;
}
.portfolioList h2.narrow img {
	float:right;
	padding:0px;
	margin:0px;
	width:100px;
	height:66px;
}
.portfolioList img {
	float:left;
	padding:0px 10px 0px 0px;
}
.imageGallery {
	width:550px;
	float:left;
}
.imageGallery .item {
	width:105px;
	float:left;
	position:relative;
	margin:5px 5px 0px 0px;
}
.imageGallery .item img {
	cursor:hand;
	width:105px;
	height:78px;
}
.imageGallery .pageActions img {
	width:12px;
	height:12px;
}
.pageActions {
	border:1px black solid;
	background-color:white;
	padding:5px;
	margin:0px;
	display:inline-block !important;
	clear:both;
}
.pageActions a {
	color:black;
}
#contactUsContent {
	width:550px;
}
#contactUsLeft, #contactUsRight {
	width:275px;
}
#contactUsContent .label {
	color:white;
}
#contactUsContent p {
	padding:0px;
	margin:0px 0px 10px 0px;
}
.smallButton {
	padding:10px 0px 0px 0px;
}
.smallButton a {
	padding:5px 15px;
	display:inline-block;
	background-color:#9A0000;
	font-size:1.2em;
	font-weight:bold;
}
.telephone {
	font-size:1.4em;
	padding:0px;
	margin:0px;
}
#sheild, .sheild {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1000px;
    background-color:black; 
    z-index:200;
}
.enlargedImage {
	z-index:250;
	padding:40px 5px 5px 5px;
	background-image:url('../images/closebutton.jpg');
	background-position:right 5px;
	background-repeat:no-repeat;
	background-color:black;
	border:1px white solid;
}
.pager {
	width:100%;
}
.pager td {
	width:33%;
	text-align:center;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0px;
}
.pager td a {
	color:red;
}






