﻿body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 75%;
	font-family: Tahoma, Helvetica, "sans-serif";
	text-align: center;
	background-color: white;
	background-image: url('images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, "serif";
	font-weight: normal;
}

p {
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
	line-height: 1.6em;
}

ul li,
ol li {
	line-height: 1.6em;
}

a {
	color: #69c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

address {
	font-style: normal;
	line-height: 1.6em;
}

p.more-details {
	padding: 5px 0 5px 16px;
	background-image: url('images/blue-arrow.gif');
	background-position: 0 10px;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0 1em;
	padding: 0.25em;
	background-color: white;
	border: 1px solid #ccc;
}

.alignright {
	float: right;
	margin: 0.5em 0 1em 1em;
	padding: 0.25em;
	background-color: white;
	border: 1px solid #ccc;
}

.clear {
	clear: both;
	display: block;
}

#container {
	width: 968px;
	margin: 0 auto;
	text-align: left;
	background-image: url('images/bg-motive.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#identity {
	float: left;
	width: 968px;
	margin: 1em 0;
}

#identity h1 {
	float: left; /* need this to display the background */
	width: 131px;
	margin-left: 0.5em;
	text-indent: -999em;
	background-image: url('images/triniaire-logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#identity h1 a {
	float: left;
	width: 131px;
	height: 82px;
	display: block;
}

#website-description {
	float: right;
	margin: 36px 0 0 0;
	width: 410px;
	font-weight: bold;
	text-align: right;
	line-height: 1.6em;
}

#website-description em {
	font-style: normal;
	font-weight: bold;
	color: #c00;
}

#main-nav {
	width: 968px;
	float: left;
	clear: left;
	background-color: black;
	background-image: url('images/main-nav-off.gif');
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 2px solid black;
}

#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav ul li {
	float: left;
	font-weight: bold;
	border-right: 2px solid #c00;
}

#main-nav ul li a {
	display: block;
	color: white;
	text-decoration: none;
}

#main-nav ul li span {
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#main-nav ul li.selected span,
#main-nav ul li a:hover span {
	color: white;
	background-color: #000;
	background-image: url('images/main-nav-on.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#main-nav ul li ul {
	position: absolute;
	display: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	z-index: 20;
	border-top: 2px solid black;
}

#main-nav ul li.over ul,
#main-nav ul li:hover ul {
	display: block;
}

#main-nav ul li ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border-right: 0;
}

#main-nav ul li ul li a {
	float: none;
	display: block;
	padding: 0;
}

#main-nav ul li ul li span {
	float: none;
	display: block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #c00;
	border-bottom: 1px solid white;
}

#main-nav ul li ul li.selected span,
#main-nav ul li ul li a:hover span {
	float: none;
	display: block;
	background-image: none;
	background-color: #333;
}

#blog-button {
	float: right;
	margin: 12px 10px 0;
}

#blog-button a {
	color: white;
	background: none;
}

#content {
	clear: both;
	float: left;
	width: 968px;
	padding: 1em 0;
	background-color: white;
}

#content-area {
	float: left;
	width: 680px;
	margin-left: 10px;
}

#breadcrumbs {
	margin-bottom: 1em;
	padding: 5px 0 6px 16px;
	background-image: url('images/blue-arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}

#feature-panel {
	position: relative;
	width: 660px;
	margin-bottom: 1em;
	border: 10px solid #333;
}

#feature-details {
	width: 640px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: white;
	background-image: url('images/feature-overlay.png');
}

#feature-details h3 {
	margin: 0;
	margin-bottom: 0.25em;
	padding: 0;
	color: #f63;
	font-size: 2em;
}

#feature-details p {
	margin: 0;
	padding: 0;
}

#feature-details a {
	color: #f63;
	font-weight: normal;
	text-decoration: underline;
}

#about-panel {
	float: left;
	width: 320px;	
}

#news-panel {
	float: right;
	width: 320px;	
}

#news-panel p.more-details {
	padding: 6px 0 6px 16px;
	background-image: url('images/blue-arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
}

#about-panel h4 ,
#news-panel h4 {
	margin: 0;
	margin-bottom: 0.25em;
	padding: 0;
	padding-bottom: 0.25em;
	font-size: 2em;
	background-image: url('images/title-red-line.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.news-details {
	border-bottom: 1px solid #ccc;
}

.news-details h5 {
	margin: 1em 0 0.25em;
	color: #c00;
	font-size: 1em;
	font-weight: bold;
}

#content-panel {
	float: right;
	width: 460px;
}

#content-panel h3 {
	font-size: 2em;
	color: #c00;
}

#content-panel h4 {
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
}

#content-panel blockquote {
	margin: 0 0 1em;
	padding: 8px 6px 8px 20px;
	background-color: #eff;
	background-image: url('images/quote-icon.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#news-panel img,
#content-panel img {
	padding: 0.25em;
	background-color: white;
	border: 1px solid #ccc;
}

#content-panel .caption {
	display: block;
	margin-bottom: 1em;
	padding: 0.25em;
	text-align: center;
	background-color: white;
	font-family: Georgia, "Times New Roman", "serif";
	font-style: italic;
	border: 1px solid #ccc;
}

#content-panel .caption .alignleft {
	float: left;
	margin: 0.5em 1em 1em 0;
}

#content-panel .caption .alignright {
	float: right;
	margin: 0.5em 0 1em 1em;
}

#content-panel .caption p {
	margin: 0;
	padding: 0.25em 0;
}

#content-panel .caption img {
	padding: 0;
	border: 0;
}

#content-panel .distributor-details {
	float: left;
	width: 100%;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

#content-panel .distributor-details h4 {
	color: #000;
	margin: 0;
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
	font-family: Tahoma, Helvetica, "sans-serif";
}

#content-panel .distributor-details .contact {
	float: left;
	width: 260px;
	border-right: 1px dotted black;
}

#content-panel .distributor-details .contact address {
	float: left;
	font-style: normal;
}

#content-panel .distributor-details .phone {
	float: left;
	padding-left: 1em;
}

#sub-nav {
	float: left;
	width: 190px;
}

#sub-nav h3 {
	color: #c00;
	font-size: 2em;
	border-bottom: 3px solid black;
}

#sub-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub-nav ul li span {
	display: block;
	padding: 5px 0 5px 24px;
	font-weight: bold;
	background-image: url('images/blue-arrow.gif');
	background-position: 6px 10px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted black;
}

#sub-nav ul li.selected span,
#sub-nav ul li a:hover span {
	color: white;
	background-color: black;
	background-image: url('images/black-arrow.gif');
	background-position: 6px 10px;
	background-repeat: no-repeat;
}

#sidebar {
	float: right;
	width: 230px;
	padding: 5px;
	margin-right: 10px;
	background-color: #f5f5f5;
}

.side-panel {
	margin-bottom: 1em;
	padding: 5px;
	background-color: white;

	border: 1px solid #ccc;
}

.side-panel-content {
	padding: 10px;
	background-image: url('images/side-panel-gradient.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

.side-panel-content h4 {
	margin-bottom: 0;
	color: #c00;
	font-size: 2em;
}

.side-panel-content p.more-details {
	margin: 0;
}

.side-panel-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-panel-content ul li {
	border-bottom: 1px dotted black;
}

.side-panel-content ul li.last  {
	border: none;
}

.side-panel-content ul li a {
	display: block;
	padding: 5px 0 5px 16px;
	background-image: url('images/blue-arrow.gif');
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
}

#contact-us {
	margin-top: 1em;
}

#contact-us fieldset {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border: 0;
}

#contact-us fieldset legend {
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	padding-bottom: 0.4em;
	border: 0;
	border-bottom: 2px solid #000;
}

#contact-us fieldset label {
	display: block;
	float: left;
	width: 6em;
	clear: left;
}

#contact-us fieldset input.input-text,
#contact-us fieldset select,
#contact-us textarea {
	display: block;
	float: left;
	width: 18em;
	margin: 0;
	margin-bottom: 0.4em;
	padding: 0.2em;
	background-color: white;
	border: 1px solid #cccccc;
	clear: right;
}

#contact-us fieldset textarea {
	width: 18.45em;
}

#contact-us fieldset input.input-text:focus,
#contact-us fieldset select:focus,
#contact-us fieldset textarea:focus {
	background-color: #FFFFCC;
	border: 1px solid black;
}

#contact-us fieldset.send legend {
	display: none;
}

#contact-us .required {
	color: red;
}

#footer {
	clear: both;
	height: 20px;
	padding-top: 10px;
	padding-left: 1em;
	padding-right: 1em;

	color: #999;
	font-size: 0.8em;
	text-transform: uppercase;

	background-color: black;
}

#footer a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

#footer hr {
	display: none;
}

#sitemap-copyright {
	float: left;
}

#simpleet {
	float: right;
	text-align: right;
}

#simpleet a {
	color: #666;
	text-decoration: none;
}