/* Supernatural CSS Document */

/* Start Structural CSS */
body {
	font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
	background-color:#756e6a;
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/main-bg.jpg);
	background-repeat: repeat-x;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
} 

td {
	font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

p {
	margin:0px 0px 5px 0px;
}

form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.contactField {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	padding-left:3px;
	width: 230px;
	background-color: #c9bcb5;
	border: 0px;
} 

.commentsField {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	padding-left:3px;
	width: 230px;
	height: 302px;
	background-color: #c9bcb5;
	border: 0px;
}

.clientList {
	color: #766e6b;
	text-decoration: none;
	font-weight: normal; 
}

.staffDetailBlock {
	margin:5px 0px 15px 0px; 
	width:395px; 
	padding-right:7px; 
	overflow-x: hidden; 
	overflow-y: auto;  
	word-wrap:break-word; 
	display:none;
}
.clickName {
	font-size: 10px;
	color: #666666;
}

.homeContent {
	color: #000000;
	background-color:#756e6a;
	font-size: 12px;
	background-image:url(../images/home-c-bg.jpg);
	background-repeat: repeat-x;
}

.equipmentItems {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}

.contactItems {
	color: #a20000;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}

.equipmentHeadings {
	color: #a20000;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
}


.interiorContentShell {
	color: #000000;
	background-color:#756e6a;
	font-size: 12px;
	background-image:url(../images/int-c-bg.jpg);
	background-repeat: repeat-x;
	background-color:#756e6a;
}



.popInputBtn{
	background-color:#3f3222;
	border:1px solid #32281b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #be9a6e;
	font-weight:bold;	
}

.footer {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}


/* Start Link CSS */

a:link {
	color: #766e6b;
	text-decoration: none;
	font-weight: normal;  
}
a:visited {
	color: #766e6b;
	text-decoration: none;
	font-weight: normal; 
}
a:hover {
	color: #968f8f;
}


a.staff:link {
	font-size:18px;
	color: #a20000;
	font-weight: normal; 
 
} 
a.staff:visited {
	font-size:18px;
	color: #a20000;
	font-weight: normal;
 
}
a.staff:hover {
	font-size:18px;
	color: #666666;
	font-weight: normal;
 
}


a.footer:link {
	color: #6b4d29;
	font-weight: bold; 
	text-decoration: none; 
} 
a.footer:visited {
	color: #6b4d29;
	font-weight: bold;
	text-decoration: none;  
}
a.footer:hover {
	color: #6b4d29;
	font-weight: bold;
	text-decoration: underline;  
}



