﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:#6F0109;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	color: #B4222C;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

.wideTextBox {
	width: 500px;
}
.mediumTextBox {
	width: 300px;
}
.narrowTextBox {
	width: 150px;
}
.list {
	width: 512px;
}

h1, h2, h3, h4, h5, h6, strong 
{
	color:black;
}

h1 {
	font-size: 1.5em;	
}
h2 
{
	font-size: 1.4em;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

#container
{
	width:768px;
	border-left:1px white solid;
	border-right:1px white solid;
	margin:0px auto;
	background-color:white;
	background-image:url('../images/container-background.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}

#header
{
	width:768px;
	height:140px;
	margin:0px;
	padding: 0px 0px 10px 0px;
}

#headerLeft
{
	width:250px;
	padding:10px;
}

#headerRight
{
	width:498px;
	padding:80px 0px 0px 0px;
}
#headerRight h1
{
	background-image:url('../images/heading-background.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding:8px 15px;
	background-color:#06581C;
	color:white;
	float:right;
}
.actions ul {
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:100;
}
.actions:hover ul {
	display: block;
}
.actions ul li {
	text-align: right;
}

.menu
{
	display: block;
	font-size:1.1em;
	background-color:#B4222C;
	color:white;
	padding:10px;
	z-index:100;
	clear: both;
	width: 748px;
}

.menu a
{
	color:white;
	font-weight:bold;
	padding:0px 5px;
}

.menu .actions
{
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
	z-index:100;
}
.subMenu .actions
{
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
	z-index:90;
}
.subMenu .actions ul
{
	top:100%;
	right:0;
}
.menu .actions a, .subMenu .actions a {
	color: black;
	display: block;
	padding: 5px 10px;
}

.menu .actions ul {
	right: -10px;
	top: 100%;
	z-index:100;
}

.subMenu {
	background-color: #6F0109;
	padding: 6px 10px;
}
.subMenu a {
	color: white;
}
#content
{
	z-index:50;
}

#contentLeft
{
	width:512px;
	padding:10px;
	z-index:50;
}
.actions {
	font-size: 0.9em;
}
#contentLeft .actions {
	clear: both;
}
.parentList
{
	
}

.parentList .item
{
	width:232px;
	margin:0px 12px;
	float:left;
	position:relative;
}

.parentList .item .image
{
	width:232px;
}

.parentList .item h2
{
	font-size:1.1em;
	padding:0px;
	margin:5px 0px;
	background-image: url('../images/title-background-left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

.parentList .item h2 a
{
	display: block;
	color: white;
	padding:8px 15px;
	margin:0px;
	background-image: url('../images/title-background-right.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.product {
	float: left;
	width: 100%;
	border-bottom: 1px #06581C dotted;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.product .itemImage {
	float: left;
	margin: 0px 10px 10px 0px;
}
.product h2 {	
	background-image: url('../images/title-background-left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.product h2 a {
	margin: 0px;
	padding: 6px 10px;
	color: white;
	display: block;	
	background-image: url('../images/title-background-right.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.product .actions {
	text-align: right;
	clear: both;
	color: #B4222C;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.product .actions ul {
	display: none;
	width: 100px;
	background-color: white;
	top: 100%;
	right: 0;
	position: absolute;
	list-style: none;
	text-align: left;
	border: 1px solid #06581C;
}
.products .actions ul li {
	display: block;
}
.products .actions ul li a {
	display: block;
	padding: 7px 10px;
}
.product .actions:hover ul {
	display: block;
}
#boxBackground
{
	background-image:url('../images/box-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	padding:12px 0px 0px 0px;
	float:left;
	position:relative;
	background-color:#B2D293;
}

#box
{
	background-image:url('../images/box-footer.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:0px 5px 12px 5px;	
	float:left;
	position:relative;
}

#contentRight
{
	width:236px;
	background-image:url('../images/contentright-background.png');
	background-position:center top;
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	padding:0px 0px 60px 0px;
	z-index:50;
}

.newsList
{
	
}

#contentRight .title
{
	color:white;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px dotted #06581C;
	padding:0px 0px 3px 0px;
	margin:5px;
	width:226px;
}

.newsList .item
{
	margin:5px 5px 10px 5px;
	width:226px;
}

.newsList .item .date
{
	color:#06581C;
	font-size:1.1em;
	font-weight:bold;
}

.newsList .item .intro
{
	color:white;
}

.newsList .item .intro a
{
	color:#06581C;
	font-weight:bold;
}

.caseList
{
	
}

.caseList .item
{
	width:236px;
	margin:5px 0px 10px 0px;
	background-color:#06581C;
}

.caseList .item .intro
{
	color:white;
	padding:5px;
}

.caseList .item .intro a
{
	color:white;
	font-weight:bold;
}

#phone
{
	font-size:1.3em;
	font-weight:bold;
	color:#B4222C;
	padding:5px;
}


#tagline
{
	clear: both;
	font-size:1.8em;
	font-weight:bold;
	color:#06581C;
	padding:10px;
	height:55px;
}

#address
{
	font-weight:bold;
	color:white;
	padding:10px;
	height:20px;
}

#footer
{
	padding: 22px 10px;
	font-weight:bold;
	color:#06581C;
	font-size:0.9em;
}

#footer a
{
	color:#06581C;
}
