@charset "UTF-8";
/* Solara Site Styles */

body {
	font: 90% "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.5;
	background: #4B0401 url(images/PageBck.jpg) repeat-x;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
a:link, a:visited {
	color: #942723;
}
a:hover, a:active {
	color: #FAAB55;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #942723;
}
h2 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #942723;
}
h3 {
	color: #616161;
}
img {
	border: none;
}

.floatLeft {
	float: left;
	margin-right: 1em;
}
.floatRight {
	float: right;
	margin-left: 1em;
}
.clear {
	clear: both;
}
.solaraTech #container {
	position: relative;
	width: 839px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #666;
	border-top: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.solaraTech #header {
	background: #C7C7C7;
}
#navBar {
	height: 66px;
	background: url(images/TopNavShadow.jpg) repeat-x bottom;
}

#navBar ul {
	margin: 0;
	padding: 0;
}
#navBar li {
	float: left;
	list-style: none;
}
#navBar span {
	position: absolute;
	top: -1000px;
}
#navBar .main a:link, #navBar .main a:visited {
	display: block;
	height: 50px;
	width: 79px;
	background: url(images/main_mnu.jpg) no-repeat;
}
#navBar .main a:hover, #navBar .main a:active, #navBar .main a.current {
	background: url(images/main_mnu.jpg) no-repeat -79px;
}
#navBar .svcs a:link, #navBar .svcs a:visited {
	display: block;
	height: 50px;
	width: 229px;
	background: url(images/svcs_mnu.jpg) no-repeat;
}
#navBar .svcs a:hover, #navBar .svcs a:active, #navBar .svcs a.current {
	background: url(images/svcs_mnu.jpg) no-repeat -229px;
}
#navBar .products a:link, #navBar .products a:visited {
	display: block;
	height: 50px;
	width: 229px;
	background: url(images/products_mnu.jpg) no-repeat;
}
#navBar .products a:hover, #navBar .products a:active, #navBar .products a.current {
	background: url(images/products_mnu.jpg) no-repeat -229px;
}
#navBar .contact a:link, #navBar .contact a:visited {
	display: block;
	height: 50px;
	width: 229px;
	background: url(images/contact_mnu.jpg) no-repeat;
}
#navBar .contact a:hover, #navBar .contact a:active, #navBar .contact a.current {
	background: url(images/contact_mnu.jpg) no-repeat -229px;
}
#navBar .links a:link, #navBar .links a:visited {
	display: block;
	height: 50px;
	width: 73px;
	background: url(images/links_mnu.jpg) no-repeat;
}
#navBar .links a:hover, #navBar .links a:active, #navBar .links a.current {
	background: url(images/links_mnu.jpg) no-repeat -73px;
}
.solaraTech #mainContent {
	padding: 1em 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/solarBurst.jpg) no-repeat right 100px;
	min-height: 570px;
}
.solaraTech #footer {
	position: relative;
	background: #fff;
	font-size: 85%;
	padding-bottom: 15px;
}
.solaraTech #footer p {
	color: #942723;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
.privacyLink a:link, .privacyLink a:visited {
	position: absolute;
	top: 4.4em;
	left: 29px;
	text-decoration: none;
}
.privacyLink a:hover, .privacyLink a:active {
	text-decoration: underline;
}

.companyName {
	clear: both;
	float: left;
	width: auto;
	margin-right: 1.5em;
	text-align: center;
}

.salesReps dt {
	margin-top: 1em;
	font-weight: bold;
	font-size: 105%;
}

.twoCol {
	float: left;
	width: 45%; 
	font-size: 90%;
}

.twoCol ul {
	margin-top: 0;
}

.noWrap {
	white-space: nowrap;
}
