/*--- Colors-----

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


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

body{
	margin:0;
	padding:0;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background:url(http://www.americastusa.com/images/site/bg_main_vertlines.gif) top left repeat-y;
}

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

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

#header{
	width:100%;
	float:left;
	background:#fff url(http://www.americastusa.com/images/site/bg_clouds.jpg);
	border-bottom:23px solid #bfbfbf;
}

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:10px 0 15px 200px;
}

ul#nav_main li{
	display:inline;
	padding-right:15px;
	font-size:1.3em;
	line-height:1em;
}

ul#nav_main li a{
	color:#182865;
	text-decoration:none;
}

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{color:#e6001c;}

#wrap{
	float:left;
	width:900px;
	top:-23px;
	position:relative;
}

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

#col_subnav{
	float:left;
	width:201px;
	text-align:right;
}

#col_subnav h2{
	color:#fff;
	background:#e6001c;
	line-height:23px;
	padding-right:20px;
	font-size:1em;
	font-weight:normal;
	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{
	float:left;
	width:500px;
}

#nav_breadcrumb{background:#838383;}

#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:bold;
	margin:1em 20px;
        line-height:1.3em;
        color:#000;
}

#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:#69af5b;
	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{
	float:left;
	width:199px;
        margin-right:-3px; /* Fix for IE6 Repeating Character Bug*/
}

#col_sidebar h2{
	color:#fff;
	background:#182865;
	padding-left:20px;
	font-size:1em;
	line-height:23px;
	font-weight:normal;
	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: 0 20px;
}


#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;
}
