@charset "UTF-8";
/* CSS Document */

body{
font-family: century gothic, arial, sans-serif;
font-size: 12px;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 900px; /* mandatory to be centered */
	margin-top: 0px;
	z-index: 1;
	position:relative;
	border: 1px solid #000;
	
     }
	 
	 
	 
a:link {
text-decoration: none; 
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
}


a:visited {
text-decoration: none; 
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
}


a:hover {
color: #fff;
text-transform: uppercase;
text-decoration: underline;
letter-spacing: 1px;
}

.active {
color: #fff;
text-transform: uppercase;
text-decoration: underline;
letter-spacing: 1px;
}






	 
	 
#nav_background{
width: 900px;
background-color: #660000;
color: white;
font-size: 12px;
height: 40px;

}

#nav_background_inner{
position: relative;
width: 880px;
color: white;
font-size: 12px;
margin-left: 20px;
top: 8px;
}

#text{
width: 800px;
margin-left: 50px;
}



.heading{
color: #660000;
font-size: 16px;
}

#homepage_feature{
color: #FFFFFF;
background-color: #660000;
font-size: 14px;
}

.footer{
font-size: 13px;
font-weight:bold;
}

.float_right{
float:right;
margin-left: 20px;
border: 1px #600 solid;
margin-bottom: 10px;
}

.float_left{
float: left;
margin-right: 20px;
border: 1px #600 solid;
margin-top: 10px;
}


.imageborder{

border: 1px #600 solid;

}

.float_right_main{
float:right;;
border: 1px #600 solid;
margin-bottom: 10px;
}


a.products:link {
text-decoration: none; 
color: #660000;
text-transform: uppercase;
letter-spacing: 0px;
}

a.products:visited {
text-decoration: none; 
color: #600;
text-transform: uppercase;
letter-spacing: 0px;
}


a.products:hover {
color: #600;
text-transform: uppercase;
letter-spacing: 0px;
text-decoration:underline;
}



.team_photos{
border: 2px solid #006666;
float: left;
margin-right: 15px;
}


a.footer:link {
text-decoration: none; 
color: #000;
text-transform: none;
letter-spacing: 0px;
}

a.footer:visited {
text-decoration: none; 
color: #000;
text-transform: none;
letter-spacing: 0px;
}


a.footer:hover {
color: #000;
text-transform: none;
letter-spacing: 0px;
text-decoration:underline;
}
























#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font:  10px }

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 150px;
	background: #660000;
	color: #FFFfff;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #cccccc;
color: #660000;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #660000;
	border: 1px solid #ffffff}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #cccccc;
		color: #660000;
		font: 10px }

	#sddm div a:hover
	{	background: #660000;
		color: #ffffff}


