@charset "utf-8";

body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #393818;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 925px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #393818;
	vertical-align: top;
} 
#header  {
	background-color: #101010;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	vertical-align: top;
	height: 198px;
} 

#header .headerLeft {
	width: 722px;
	height: 198px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
#header  .headerRight  {
	height: 198px;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 95%;
}

#header  .headerRight img  {
	text-align: center;
	vertical-align: middle;
}

.index #mainContent {
	margin-right: 201px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #101010;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	display: block;
	padding: 0;
} 
.index  #mainContent h3 {
	color: #fccb57;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.index  #mainContent p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
.index #mainContent .welcomeImage      {
	vertical-align: top;
}
.index       #mainContent .welcomeImage img        {
}
.index  #mainContent .welcomeText {
	height: 157px;
	width: 664px;
	background-color: #282828;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
}
.index  #mainContent  .welcomeText img {
	border: 3px solid #4f4949;
	margin-right: 10px;
	float: left;
}
.index #mainContent .galleryImage {
	vertical-align: top;
}

.index #mainContent .galleryText {
	height: 157px;
	width: 664px;
	background-color: #282828;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
	text-align: center;
}
#mainContent .galleryText  .whiteText a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#mainContent .galleryText .whiteText a:hover {
	color: #086A85;
}
.index #container #mainContent .galleryText td {
	text-align: center;
	border: 1px solid #000000;
	background-color: #000000;
}



.index #container #mainContent .galleryText table {
	width: auto;
	text-align: center;
	background-color: #000000;
}
.index #container #mainContent .galleryText table td {
	text-align: center;
}

.index  #mainContent  .galleryText  table img {
	width: 175px;
	text-align: center;
	border: 2px solid #000000;
}
#mainContent  .galleryText  img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .galleryText #galleryLink {
	color: #E9BD52;
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
	margin-right: 52px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent .galleryText      #galleryLink a             {
	color: #E9BD52;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .galleryText #galleryLink a:hover {
	color: #086A85;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent .galleryText  li  {
	padding: 0px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
#mainContent .galleryText ul {
	padding: 0px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.index#mainContent table {
	color: #000000;

}
.index#mainContent table td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.index#mainContent table tr {
	vertical-align: top;
}



.index #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 */
}
#menu {
	float: right; /* since this element is floated, a width must be given */
	width: 201px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #4a0800;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #350500;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #101010;

}
#menu ul   {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
#menu   .current  {
	background-image: url(../images/li-green.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #F9a22f;
}
#menu .current a {
	color: #F9a22f;
}

#menu  li {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 25px;
	background-image: url(../images/li-black.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu    li    a  {
	text-decoration: none;
	color: #FFFFFF;
}
#menu  li  a:hover {
	text-decoration: none;
	color: #F9A22F;
}
#menu   li:hover  {
	color: #F9A22F;
	background-image: url(../images/li-green.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#footer  {
	height: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #101010;
	margin-top: 10px;
	padding-top: 10px;
} 


#footer  p  {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
	font-size:14px;
	line-height: 15px;
	padding-top: 10px;
	margin-top: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #F08A01;
	text-decoration: underline;
}




.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.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;
}

.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;
}
.index #mainContent .productImage {
	vertical-align: top;
}
.index #mainContent .productText {
	height: 157px;
	width: 664px;
	background-color: #282828;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
	text-align: left;
}
.index #mainContent .productText ul {
	padding-left: 0px;
	margin-left: 13px;

}
.times {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.corsiva {
	font-family: "Monotype Corsiva";
	font-size: large;
}



.index #mainContent .productText li {
	list-style-position: outside;
	list-style-image: url(../images/org-bullet_07.jpg);
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
.index #mainContent .productText a {
	color: #FFFFFF;
	text-decoration: underline;
}
.index #mainContent .productText a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#copyright {
	height: 25px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #B3B04A;
	background-color: #393818;
	font-size: 11px;
	padding-top: 5px;
}
#copyright .left {
	float: left;
	display: block;
}
#copyright .right {
	float: right;
	display: block;
	text-align: right;
}
#copyright .right a {
	text-decoration: none;
	color: #B3B04A;
}
#copyright .right a:hover {
	color: #F08A01;
	text-decoration: underline;
}
.index #mainContent h4 {
	color: #fccb57;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
.companyText {
	height: 157px;
	width: 664px;
	background-color: #282828;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
	padding-bottom: 100px;
}
.index #mainContent .gallerypageText {
	height: 157px;
	width: 664px;
	background-color: #282828;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
}
.gallerypageText .answer img {
	vertical-align: top;
	float: right;
	padding-left: 20px;
}

.index #mainContent .productpageText {
	height: 157px;
	width: 664px;
	background-color: #282828;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
}
.index #mainContent .floorpageText {
	height: 157px;
	width: 664px;
	background-color: #282828;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
}
.index #mainContent .industrypageText {
	height: 157px;
	width: 664px;
	background-color: #282828;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
}
.index #mainContent .productText .listLeft {
	display: block;
	width: 190px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.index #mainContent .listLeftWide {
	display: block;
	width: 290px;
	padding-bottom: 10px;
	float: left;
	margin-right: 20px;
}
.contactName {
	font-size: 15px;
	color: #A59703;
	font-weight: bold;
}
.contactInfo {
	font-size: 12px;
}
.contactInfo a {
	color: #FFFFFF;
	text-decoration: underline;
}
.contactInfo a:hover {
	color: #FCCB57;
	text-decoration: underline;
}


.index #mainContent .question {
	color: #FF6600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.index #mainContent .answer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	margin-right: 5px;
	margin-bottom: 8px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.index #mainContent .contactpageText {
	height: 157px;
	width: 664px;
	background-color: #282828;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
	color: #FFFFFF;
}
.index #mainContent .contactpageText li {
	line-height: 16px;
	list-style-type: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.index #mainContent .contactpageText ul {
	padding-left: 0px;
	margin-bottom:10px;
}
.index #mainContent .contacts {
	display: block;
	width: 200px;
	padding-bottom: 10px;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.listLeft .cap {
	text-transform: uppercase;
}
.companyText a {
	color: #FFFFFF;
	text-decoration: underline;
}
.companyText a:hover {
	color: #FF9900;
	text-decoration: underline;
}

