﻿/* Basic Elements */
body
{
	font-family: Tahoma;
	color: #333333;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	min-width: 780px;
	text-align: center;
	background-color: #F0F0F0;
}

#outline
{
	margin: 20px auto;
	text-align: left;
	width: 800px;
}

#outline .bg_right
{
	background-image: url(images/shadow_right.gif);
}
#outline .bg_bottom
{
	background-image: url(images/shadow_bottom.gif);
}
#outline .bg_top_right
{
	background-image: url(images/shadow_top_right.gif);
}
#outline .bg_bottom_right
{
	background-image: url(images/shadow_bottom_right.gif);
}
#outline .bg_bottom_left
{
	background-image: url(images/shadow_bottom_left.gif);
	padding-right: 7px;
	padding-bottom: 7px;
}

textarea
{
	font-family: Tahoma;
	font-size: 10pt;
}

/* Header elements */
#Header
{
	padding: 0px 0px 0px 0px;
	height: 100px;
	margin: 0px auto 0px auto;
	border-bottom: black 1px solid;
	background: #ad0224 no-repeat right top;
	overflow: visible;
}

#BackgroundImage, #BackgroundImage2
{
	 float:right; 
	 background-repeat:no-repeat; 
	 background-position:right; 
	 position:relative; 
	 width:150px; 
	 height: 100px;
}

#BackgroundImage
{
	background-image: url(images/Background.gif);
}

#BackgroundImage2
{
	background-image: url(images/Background2.gif);
	display: none;
}

* html #Header {
	overflow: hidden;
}

#Header a 
{
	color: White;
}

#FixedWidthHeaderSpacer 
{
/*
	width: 760px;
*/
}

#Logo
{
	position: relative;
	left:  15px;
	top: 15px;
	float: left;
	padding: 0px 10px 10px 0px;
	clear: none;
}

#CompanyName span
{
	display: none;
}

#CompanyName
{
	width: 465px;
	height: 40px;
	position: relative;
	float: left;
	z-index: 3;
	left: 0px;
	top: 20px;
	background: url(images/Luminos-Industries.gif) no-repeat;
}

#Slogan span 
{
	display:none;
}

#Slogan
{
	width: 330px;
	height: 25px;
	position: relative;
	float: left;
	left: 10px;
	top: 20px;
	background: url(images/Slogan.gif) no-repeat;
}

#Login
{
	float: right;
	clear: none;
}

#Header2
{
	background: url(images/Gradient.gif) gainsboro repeat-x;
	height: 20px;
	padding: 2px 2px 2px 2px;
	border-bottom: solid 1px gray;
	overflow: visible;
}

#Main
{
	background-color: White;
	padding: 10px;
}

#Sidebar
{
	margin-top: 15px;
	margin-right: 10px;
	width: 170px;
	float: left;
	clear: both;
	display: inline;
}

#SitemapAndSearch
{
	float: right;
	clear: none;
	display: inline-block;
}

#Breadcrumbs 
{
	padding-left: 170px;
	min-height: 0;
}

#Content
{
	width: 570px;
	text-align: justify;
	border: solid 1px gainsboro;
	clear: none;
	padding: 10px;
	background-color: #fAfAff;
	min-height: 0;
	height: 1%;
	float: left;
	overflow: hidden;
}

#Footer
{
	text-align: center;
	border-top: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	clear: both;
}

#top_links
{
	margin-bottom: 15px;
	padding-right: 7px;
}

.HomeLink, .QuoteLink, .ContactLink, .SitemapLink
{
	padding-left: 15px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

.HomeLink
{
	background-image: url(images/linkicons/home.gif);
}

.QuoteLink
{
	background-image: url(images/linkicons/quote.gif);
}

.ContactLink
{
	background-image: url(images/linkicons/contact.gif);
}

.SitemapLink
{
	background-image: url(images/linkicons/sitemap.gif);
}

#top_links a, #Footer
{
	color: #404040;
}