body{
text-align:center; /* for IE */
margin:0 auto; /* for the rest */ 
font-family: verdana,helvetica,arial,sans-serif;
height: 100m%;
background:#ECEFF5;
/*background-image:url('http://twincoinc.com/new/images/bg.gif');
background-repeat: repeat;*/
}

h1{
font-size: 22px;
margin: 5px;
font-weight:normal;
}

p {
  text-indent: 50px;
}

/*Contact Stuff*/
p.MsoNormal{
	text-indent: 0px;
}

.MsoNormal a{
	text-decoration: underline;
}	

.container{
padding-bottom:5px;
width: 900px;
text-align:left; 
margin:0 auto;
background:#ECEFF5;

}

.header{
text-align: center;
padding-top:10px;
margin-bottom: 5px;
background:transparent;
}
.all{
background: #1232A9;
}
.main{
padding: 10px;
border: 0px solid #1232A9;
width: 690px;
margin: 0px;
color: white;
background: transparent;
font-size:13px;
}

.footer{

background: transparent;
margin:5px;
text-align: center;
font-size: 0.7em;
font-style: italic;
color: #333333;
padding: 5px;
}

a{
color: #FFFFFF;
text-decoration:none;
}

a:hover{
text-decoration:underline;
color: #FFFFFF;
}

li.list {
border: none;
text-align:left;
color: #FFFFFF;
font-weight: normal;
font-size: 13px;
margin: 10px 0;
}


/*For Top of Contact Page*/

li.contact {
border: none;
text-align:left;
color: #FFFFFF;
list-style:none;
font-weight: normal;
font-size: 14px;
margin: 10px 0;
}

/*Table on Products */
.products{ 
text-align:center;
width:690px;
}

.products tr td {
/* styling for normal rows */
background:#061C6E ;
color:yellow;
width:300px;
font-size:12px;
font-weight: bold;

}
.products tr.alt td {
/* styling for alternate row */
font-size:12px;
font-weight:normal;
text-align:left;
background: #4664D4;
color:#FFFFFF;
width:300px;
}

.products tr.alt td a{
color: #FFFFFF;
text-decoration:none;
}

.products tr.alt td a:hover{
color: #FFFFFF;
text-decoration:underline;
}


/*Menu Stuff*/
td.navback {
background: #061C6E;
/*background-image:url('file:////home/michael/Desktop/new/images/navbg.gif');
background-repeat: repeat-y;*/
}

.nav{
margin-right: 20px;
margin-left:20px;
width: 140px;
padding: 5px;
color: #FFFFFF;
}

.nav a:hover{
color: #C9CCCC;
text-decoration: none;
}

.menu_list {	
	width: 150px;
}
.menu_head {
	font-size: 13px;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
   	font-weight:bold;
   	background: transparent;
}

p.menu_head {
text-indent:0px;
}

.submenu_head {
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	margin:1px;
   	 font-weight:bold;
   	 background: transparent;
	color: yellow;
}

p.submenu_head {
text-indent:0px;
}

.menu_body {
	display:none;
	text-indent: 0px;
	font-size:12px;
	line-height: 2em;
	color: #FFFF9F;
}


.menu_body a{
  display:block;
  color:#FFFF9F;
  background-color:transparent;
  padding: 0px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #C9CCCC;
  text-decoration:none;
  }


.menu_open {
	
	text-indent: 0px;
	font-size:12px;
	line-height: 2em;
	color: #FFFF9F;
}

.menu_open a{
  display:block;
 color: #FFFF9F;
  background-color:transparent;
  padding-left:0px;
  font-weight:bold;
  text-decoration:none;
}

.menu_open a:hover{
  color: #C9CCCC;
  text-decoration:none;
 }

.pumps{
border: none;
text-align:left;
color: #FFFFFF;
list-style:dotted;
font-weight: normal;
font-size: 14px;
margin: 10px 0;
}


