html,body{
	margin-top:0px;
}

body {
	background-color: a3bedd;
	font-family:Arial;
	background-image:url("http://www.amteco.com/images/layout/boldBG.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment:fixed;
}

.container {
	width:750px;
}

.logo{
width:210px;	
padding-bottom:5px;
        text-align: center;
}

.nav {
	overflow: hidden;
	width:540px;
}

.nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
    height: 65px;
}

.nav li{
	display:inline;
	margin: 0px;
        vertical-align: text-bottom;
}

.nav a {
	background:url("http://www.amteco.com/images/layout/nav_link_bg.png");
	background-position: top right;
	background-repeat:no-repeat;
	
	color:#000;
	float: left;
	display: block;

	text-align: center;
	text-decoration: none;


	font-size:smaller;
	
	height: 60px;
	width:70px;
	padding-right:1px;
	padding-left:1px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin:1px;
}

.nav a:hover{
        color: #fff;
}

.nav a img {
    border: 0px;
}

.nav_store_locator{
    text-align:right;
    width:530px;
}

.nav_store_locator form{
    margin-bottom: 5px;
}

.nav_store_locator input{
    background-color: #91aed6;
	height:23px;
    border: 0px solid #c0c0c0;
	color:#fff;
}

.topbar {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-top:0px;
	margin-top:10px;
	padding-bottom:0px;
	margin-bottom:10px;
}

.bottombar{
	border-top:1px solid #000;
}

.content{
	padding-top: 8px;
        width:749px;
        height:100%;
	text-align:justify;
}

.locator-content{
		padding-top: 8px;
        width:749px;
        height:100%;
	text-align:justify
}

.locator-content table{
	border:1px solid #000;
	background:transparent;
}

.locator-content table table{
	border:0px;
}

.locator-content select{
	width:250px;
}

.locator-content h2{
	font-size:16pt;
	text-align: center;
	font-family:Century Gothic, Arial;
	color:#000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	padding-top: 0px;
}

.locator-content h1{
	margin-top:2px;
	padding-top: 2px;
}

h1{
	font-size:20pt;
	font-family:Century Gothic, Arial;
	color:#000;
	font-style:italic;
	margin-bottom:1px;
	padding-bottom: 1px;
}

h3{
	font-size:larger;
	font-family:Century Gothic, Arial;
	color:#000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	padding-top: 0px;
}

.contact_form th{
    font-weight:bold;
    text-align:right;
    padding-right: 3px;
}
.contact_form input, select{
    border:1px solid #000;
    width:150px;
}
.contact_form textarea{
    border:1px solid #000;
    width:100%;
}

.staff-table td{
	text-align:justify;
}
