/*--- Colors-----

lt. grey: #999999
dk. grey: #838383
red: #e6001c
blue: #182865
green: #69af5b
-------------*/


/*--------------------- MAIN -----------------*/

body{
	margin:0px 0px 0px 0px;
	padding:0;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

h1, h2, h3, h4, h5, h6, p, ul, dl, ol{
	margin:0;
	padding:0;
}

/*--------------------- HEADER AND NAV -----------------*/

#header{
	width:950px;
	background:#fff url(http://www.americastusa.com/images/new/header-bg.jpg);
	height: 135px;
}

h1{
	display:block;
	width:255px;
	height:79px;
	background:url(http://www.americastusa.com/images/site/logo_americast.gif);
	text-indent:-1000em;
	text-decoration:none;
	outline:none;
	margin:15px 0 0 53px;
}

ul#nav_main{
	list-style:none;
	margin:0px 0 15px 30px;
	padding: 102px 0px 0px 0px;
}

ul#nav_main li{
	display:inline;
	font-size:14px;
	line-height:1em;
}

ul#nav_main li a{
	color:#666;
	text-decoration:none;
	padding: 0px 5px 0px 5px;
}

ul#nav_main li a:hover{color:#e6001c;}

body#home ul#nav_main li.home a,
body#about ul#nav_main li.about a,
body#products ul#nav_main li.products a,
body#news ul#nav_main li.news a,
body#links ul#nav_main li.links a,
body#contact ul#nav_main li.contact a,
body#careers ul#nav_main li.careers a,
body#catalog ul#nav_main li.catalog a{color:#e6001c;}

#wrap{
	width:950px;
	margin: 0px auto 0px auto;
	border: solid #cccccc 1px;
}

/*--------------------- SUBNAV COLUMN -----------------*/

#col_subnav{
	width:200px;
	text-align:right;
}

#col_subnav h2{
	color:#fff;
	background:#d31145;
	line-height:23px;
	padding-right:20px;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}

ul#nav_sub{
	list-style:none;
	margin:15px 20px 0 15px;
        font-size:0.9em;
}

ul#nav_sub li{
	line-height:1.2em;
        padding:0.5em 0;
}

ul#nav_sub li a{
	color:#666;
	text-decoration:none;
}

ul#nav_sub li a:hover{color:#182865;}


/*--------------------- CONTENT COLUMN -----------------*/

#col_content{width:548px;}

#nav_breadcrumb{background:#005596;}

#banner_pic{
width:499px;
height:200px;
overflow:hidden;
}

#col_content #nav_breadcrumb ul{
	list-style:none;
	margin:0 0 0 20px;
        color:#fff;
}

#nav_breadcrumb ul li{
	display:inline;
	padding:0 0 0 15px;
	height:23px;
	background:url(http://www.americastusa.com/images/site/nav_bread_arrow.gif) left center no-repeat;
}

#nav_breadcrumb ul li.first{
	padding-left:0;
	background:none;
}

#col_content #nav_breadcrumb li a{
	color:#fff;
	text-decoration:none;
	line-height:23px;
}

#col_content #nav_breadcrumb li a:hover{
	color:#fff;
	text-decoration:underline;
}

#col_content a{
       color:#182865;
	text-decoration:underline;      
}

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

#col_content table a, #col_content table a:hover{
       color:#182865;
	text-decoration:none;
	font-weight:bold;
	font-size:130%;
}

#col_content table.catalog td{padding-bottom:20px;}



#col_content ul a, #col_content p.top a{
       color:#182865;
	text-decoration:none;      
}

#col_content ul a:hover, #col_content p.top a:hover{
       color:#182865;
	text-decoration:underline;      
}

#col_content h2{
	margin:1em 20px;
	text-transform:uppercase;
	font-size:1.4em;
	font-weight:normal;
	margin:1em 20px;
	line-height:1.3em;
	color:#D51F45;
}

#col_content h2 span{
        text-transform: none;
}

#col_content h3, #col_content h4, #col_content h5{
       color: #182865;
       margin:0.5em 20px;
}

#col_content p, #col_content ul{
	margin:1em 20px;
        line-height:1.8em
}

#col_content ul{padding-left:15px;}

#col_content ul ul{
       margin:0 10px;
}

.callout{
	width:150px;
	padding:0 10px 20px 10px;
	color:#005696;
	float:right;
	font-size:0.9em;
	line-height:1.5em;
}

#col_content .callout p{margin-top:0;}

.link_group{
       padding:10px 0;
       border-bottom:1px solid #efefef;
}

#col_content  .link_group p{
      margin:0.5em 20px;
}

#col_content p.top{
      font-size:0.8em;
      text-align:center;
      padding:10px 0;
      border-bottom:1px solid #efefef;

}

.red{color:#e6001c;}

/*--------------------- SIDEBAR COLUMN -----------------*/

#col_sidebar{
	width:200px;
	margin-right:-3px; /* Fix for IE6 Repeating Character Bug*/
}

#col_sidebar h2{
	color:#fff;
	background:#6a737b;
	padding-left:20px;
	font-size:1em;
	line-height:23px;
	font-weight:bold;
	text-transform:uppercase;
}


#col_sidebar p{
	margin:20px;
	font-size:0.9em;
        display:block;
overflow:hidden;
}

#col_sidebar h4{
        color:#838383;
	margin:1em 20px;
	font-size:0.9em;
}

#col_sidebar ul{
	list-style:none;
	margin:0 20px;
	font-size:0.9em;
}

#col_sidebar ul li{
	margin:15px 0;
}

#col_sidebar a{
	text-decoration:none;
	color:#182865;
}

#col_sidebar p a{text-decoration:underline;}

#col_sidebar a:hover{text-decoration:underline;}

#col_sidebar img{border:0;}

/*--------------------- CATALOG PAGE -----------------*/

#col_content .catalog-list{
list-style: none;
margin:0;
padding: 0;
font-size: 1em;
}

.catalog-list li{
margin: 5px 0 5px 35px;
}


#col_content .catalog-header{
padding: 0;
font-weight:bold;
line-height: 2em;
text-transform: capitalize;
font-size: 1.2em;
color:#000;
margin:1em 20px 0 20px;
line-height:1.3em;
}

#search_results .post h3{
font-size:13px;
margin-bottom:0;
}

#search_results .post{
margin-bottom:10px;
margin-left:35px;
}

#search_results .post p{line-height:1.3;}

#search_box{margin:20px;}

#search_box form, #search_box p{
margin:0;
padding:0;
}

#col_sidebar #search_box a{
text-decoration:none;
text-align:center;
font-weight:bold;
}

#col_sidebar #search_box a:hover{text-decoration:underline;}

#search_box a img{
border:0;
text-decoration:none;
}

p.adobe-needed{
	text-align: center;
	line-height:1.1 !important;
	font-size:12px;
}

p.adobe-needed a img{
border:none;
margin: 0 0 20px 0;
}

#product-catalog-image{
display:block;
text-indent:-5000em;
width:125px;
height:180px;
background: transparent url(/images/site/catalog-hover.gif) 0 0 no-repeat;
}

#product-catalog-image:hover{
background: transparent url(/images/site/catalog-hover.gif) 0 -180px no-repeat;
}

#sanitary-hover span{
	display:block;
	text-indent:-5000em;
	width:201px;
	height:156px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_sanitary_hover.jpg) center 0 no-repeat;
}

#sanitary-hover:hover span{
	background-position: center -165px;
}

#storm-hover span{
	display:block;
	text-indent:-5000em;
	width:203px;
	height:157px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_storm_hover.jpg) center 0 no-repeat;
}

#storm-hover:hover span{
	background-position: center -167px;
}

#enviro-hover span{
	display:block;
	text-indent:-5000em;
	width:208px;
	height:160px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_enviro_hover.jpg) center 0 no-repeat;
}

#enviro-hover:hover span{
	background-position: center -169px;
}

#concrete-hover span{
	display:block;
	text-indent:-5000em;
	width:207px;
	height:186px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_pipe_hover.jpg) center 0 no-repeat;
}

#concrete-hover:hover span{
	background-position: center -194px;
}

#box-hover span{
	display:block;
	text-indent:-5000em;
	width:208px;
	height:273px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_box_hover.jpg) center 0 no-repeat;
}

#box-hover:hover span{
	background-position: center -288px;
}

#pump-hover span{
	display:block;
	text-indent:-5000em;
	width:205px;
	height:267px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_pump_hover.jpg) center 0 no-repeat;
}

#pump-hover:hover span{
	background-position: center -287px;
}

#water-hover span{
	display:block;
	text-indent:-5000em;
	width:203px;
	height:159px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_water_hover.jpg) center 0 no-repeat;
}

#water-hover:hover span{
	background-position: center -171px;
}

#utility-hover span{
	display:block;
	text-indent:-5000em;
	width:203px;
	height:165px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_utility_hover.jpg) center 0 no-repeat;
}

#utility-hover:hover span{
	background-position: center -189px;
}

#special-hover span{
	display:block;
	text-indent:-5000em;
	width:203px;
	height:154px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_special_hover.jpg) center 0 no-repeat;
}

#special-hover:hover span{
	background-position: center -164px;
}

#misc-hover span{
	display:block;
	text-indent:-5000em;
	width:209px;
	height:272px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_misc_hover.jpg) center 0 no-repeat;
}

#misc-hover:hover span{
	background-position: center -290px;
}

#perfectinvert-hover span{
	display:block;
	text-indent:-5000em;
	width:208px;
	height:158px;
	background: transparent url(/images/site/cat_thumbs/cat_thumb_perfectinvert_hover.jpg) center 0 no-repeat;
}

#perfectinvert-hover:hover span{
	background-position: center -169px;
}

#footer {
	font-size: 10px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	border-top: solid #cccccc 1px;
	line-height: 18px;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	color: #D51F45;
}
