﻿
a {
	border: none;
}

img {
	border: none;
}

h1{
	font-family: Verdana, Arial;
	font-size: 1.2em;
	color: #333333;
}

body {
	background-color: #E3EFFF 
		}

#wrapper {
	width: 900px;
	margin: 0 auto;
	left: 50%;
}

#wrapper div {
	background-color: #FFFFFF;
}

#container{
border: 3px #FF0000 solid;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#header {
	/*border-bottom: thick #FF0000 solid; */
	text-align: left;
	float:left;
}


#menu {
display:table;
clear: both;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
width: 400px;
}

#menu ul{
display: inline;
list-style-type: none;
margin: auto;
padding: 0;
text-align: center;
}

#menu li {

	display: inline;
}

#menu a{
float: left;
display: block;
color: white;
/*margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 2px 5px;
text-decoration: none;
letter-spacing: 1px;
background-color: #243299; /*Default menu color*/
border: 1px #FFFFFF solid;
}

#menu a:hover {
	background-color: #FF0000;
}



#content {
	border-top: 3px #FF0000 solid;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	height: 100%;
	text-align: center;
}

/* global page formatting */

p {
	font-family: Verdana, Arial;
}


/* page specific */
/* HOME */

#leftimages {
	float: left;
}

#middleimages {
	float: left;
	position: relative;
	left: 20px;
}

#rightimages {
	float: none;
	height: 400px;
}

#text {

background-color: transparent;
margin: auto 100px 0 100px;
}

#bottomimages {
	margin: 10px 0 5px 0;
	background-color: transparent;
}

#footerinterpr{
	position:relative;
	padding-top: 60px;
	background-color: transparent;
}
/* products */

#productsmenu 
{
    
    width: 200px;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    float: left;
}

.selected 
{
    background-color: #EFEFEF;
}

#products
{
    list-style: none;
    margin: 0 0 0 0;
    text-align: center;
    padding: 0 0 0 0;
    }

#products br 
{
    display: none;
}


#products li a 
{
    text-decoration: none;
    color: Gray;
    font-family: Verdana, Arial;
    display: block;
    padding:5px 5px 5px 8px;
    border-bottom: solid 1px #CCCCCC;       
   }
 
 #products li a:hover {
    background-color: #EFEFEF
}
   
   
#prodata 
{
    float: left;
    padding: 20px 20px 20px 20px;
    width: 600px;
    text-align:center;
    margin: 0 0 0 0;
        border-left: solid 3px #FF0000;
}

#prodata a 
{
   color: Gray;
   text-decoration: none;
  }
  

#footer 
{
clear: left;
line-height: 0px;
height: 0px;
}

.prodimg 
{
  text-align: center;
 padding: 10px;
 font-family: Verdana, Arial, Tahoma;
 font-size: 0.8em;  
}
