* {margin: 0;
padding: 0;}

html {font-size:100.01%;} 

body {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1em;
      color:#374f4f;
      background-color:#ffffff;
}

#container {
      width:1024px;
      height:auto;
      margin: auto;
      font-size:.9em;
}


#header 
{
      width: 1024px;
      height: 185px;
      background-image: url(images/bg_header.jpg);
      background-repeat: no-repeat;
      background-position:top left;
}

#contentwrapper
{
      width: 1024px;
      min-height:541px; /* Fix for the height in firefox */
      background-color:#ffffff;
}

#logo
{
	width:155px;
	height:100px;
	margin-top: 50px;
	margin-left: 30px;
}

#address 
{
	width:145px;
	text-align:left;
	color:#374f4f;
	background-color: #F4F7F0;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left:15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom:15px;
	border: 1px dotted #374f4f;
	font-style: italic;	
	font-size:12px;
}

#opening 
{
	width:135px;
	text-align:center;
	color:#374f4f;
	background-color: #F4F7F0;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left:15px;
	margin-right:15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	border: 1px dotted #374f4f;
	font-style: italic;	
	font-size:12px;
}

#content
{
	float:left;
	width:554px;
        height:541px;
}
#content p
{
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#374f4f;
	line-height:16px;
	padding:0px 0px 8px 0px;
}

#content h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#374f4f;
	margin:0px 0px 10px 85px;	
	padding:0px 0px 10px 85px;	
	border:solid 0px #000000;
}

#content img
{
	padding:0px 0px 0px 0px;
}


#contentright
{
	float:right;
	width:270px;
	height:541px;
	border:solid 0px #000000;
	background-image:url(images/bg_contentright.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#contentleft
{
	float:left;
	width:200px;
	height:541px;
	border:solid 0px #000000;	
}

#contentleftcenter
{
	float:left;
	width:754px;
	height:541px;
	border:solid 0px #000000;	
	background-image:url(images/bg_contentleftcenter.jpg);
	background-repeat:repeat;
	background-position:top left;
}

#services
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
        font-weight:bold;
	color:#374f4f;
	margin-top:20px;	
	margin-left:20px;	
	border:solid 0px #000000;
}

#services a:link
{
	text-decoration:underline;
}

#services a:visited
{
	text-decoration:underline;
}

#services_submenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
        font-weight:bold;
	color:#374f4f;
	margin-top:20px;	
	margin-left:20px;	
	border:solid 0px #000000;
}

#services_submenu a:link
{
	text-decoration:underline;
}

#services_submenu a:visited
{
	text-decoration:underline;
}

#products
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
        font-weight:bold;
	color:#374f4f;
	margin-top:20px;	
	margin-left:20px;	
	border:solid 0px #000000;
}

#products a:link
{
	text-decoration:underline;
}

#products a:visited
{
	text-decoration:underline;
}


a:link {color: #374f4f; text-decoration:none;}
a:visited {color: #374f4f; text-decoration:none;}
a:hover {color: #374f4f; text-decoration:none;}
a:active {color: #374f4f; text-decoration:none;}


#footer {
      clear: both;
      height: 15px;
      color:#374f4f;
      background-color: #F4F7F0;	
      font-size:10px;
      text-align:center;
      padding-right:20px;
      border: 1px dotted #374f4f;
}

#nav
{
      width:185px;
}

#nav ul
{
      margin-left: 0px;
      margin-bottom: 0px;
      padding-left: 0px;
      list-style-type: none;
}

#nav li
{
      border-bottom: 2px solid #eeeeee;
}

#nav li a
{
      text-decoration:none;
      color:#374f4f;
      background-color:#ffffff;
      display: block;
      padding:3px;
      padding-left:10px;
      border-left: 15px solid #374f4f;
}

#nav li a:hover
{
      background-color:#F4F7F0;
}

