/*
	Reset
-------------------------------------------------------*/
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

/*
	BODY and HTML
-------------------------------------------------------*/
html {
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	background: #EBEFF1 url(/templates/images/am_bg2.gif) 50% 0 repeat-y;
	color: #000;
	font: normal 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*
	BASIC ELEMENTS and TYPOGRAPHY
-------------------------------------------------------*/
p {
	margin-right: 10px;
	padding-bottom: 10px;
}

ul {
	list-style: none;
	margin: 10px 0px 10px 20px;
}

ul li {
	background: url(/templates/images/arrow_smallblue.gif) no-repeat 0 7px;
	padding-left: 13px;
	margin-top: 5px;
	margin-right: 10px;
}

a,a:visited,a:active {
	color: #1E77A2;
	text-decoration: underline;
}

a:hover {
	color: #1E77A2;
	text-decoration: none;
}

/* images */
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

img.center {
	margin: 10px auto;
	display: block;
}

/*
	CORE LAYOUT IDS
-------------------------------------------------------*/
#page {
	margin: 0 auto;
	width: 750px;
}

#content {
	text-align: left;
}

#header {
	background: #1F7FB1 url(/templates/images/am_header2.gif) no-repeat;
	margin-bottom: 15px;
	height: 90px;
	cursor: pointer;
}

#header h1 {
	display: none;
}

/*
	NAV
-------------------------------------------------------*/

#nav ul {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
	color: #1E77A2;
	font-weight: bold;
	list-style: none;
	width: 170px;
	margin: 0;
}

#nav ul li {
	background: url(/templates/images/bg_nav_off.gif) no-repeat 10px top;
	padding-left: 25px;
	margin-bottom: 20px;
}

#home #nav-home,#about #nav-about,#suppliers #nav-suppliers,#contact-us #nav-contact, #purchasing #nav-purchase {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color: #EAF5FB;
}

#products #nav-products {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #EAF5FB url(/templates/images/bg_nav_down.gif) no-repeat 10px top;
	color: #2EA0D8;
	width: 145px;
}

#nav ul li#nav-on {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #EAF5FB url(/templates/images/bg_nav_on.gif) no-repeat 10px top;
	color: #2EA0D8;
	width: 145px;
}

#nav ul li .subnav {
	display: none;
	font-size: 80%;
	font-weight: normal;
	margin: 5px 10px 5px 0px;
	width: 140px;
}

#products #nav-products .subnav {
	display: block;
}

#nav ul li a {
	text-decoration: none;
}

#nav ul li .subnav li {
	background: url(/templates/images/arrow_smallblue.gif) no-repeat left;
	padding-left: 13px;
}

#products #nav ul li .subnav li#subon {
	background: url(/templates/images/arrow_smallorange.gif) no-repeat left;
	padding-left: 13px;
}

#products #nav ul li .subnav li#subon a {
	color: #E44813;
}

/*
	LEFTCOL
-------------------------------------------------------*/
#leftcol {
	display: inline;
	float: left;
	width: 170px;
	background: #A7D8EF url(/templates/images/bg_leftcol.gif) no-repeat top left;
	padding-top: 10px;
	overflow: hidden;
}

#leftcolbottomshim {
	display: inline;
	float: left;
	width: 170px;
	height: 20px;
	background: #fff url(/templates/images/bg_leftcol.gif) no-repeat bottom left;
}

/*
	RIGHTCOL
-------------------------------------------------------*/
#rightcol {
	display: inline;
	float: right;
	width: 570px;
	margin: 0 0 0 10px;
	padding: 0 0 30px 0;
}

/*
	FOOTER
-------------------------------------------------------*/
#footer {
	background: #1F81B1;
	height: 70px;
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	line-height: 1.2em;
}

#footer p {
	color: #fff;
	font: normal 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 0;
}

#footer a {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*
	MAIN COL STYLES
-------------------------------------------------------*/
#teaser {
	margin: 0 0 16px 0;
}

#subcols {
	display: inline;
	width: 570px;
}

#subcol1 {
	float: left;
	width: 360px;
	margin: 0 10px 15px 0;
}

#subcol2 {
	float: left;
	width: 195px;
}

h2 {
	font: bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1E77A2;
	background: #fff url(/templates/images/bg_subheader.gif) no-repeat;
	height: 27px;
	padding: 3px 0 0 35px;
	margin: 0;
}

h3 {
	font: bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1E77A2;
	background: #fff url(/templates/images/bg_subheader.gif) no-repeat;
	height: 27px;
	padding: 3px 0 0 35px;
	margin: 15px 0 15px 0;
	clear: both;
}

dl, .entry {
	border-bottom: 1px solid #C5E5F5;
	margin: 10px 20px 10px 0;
	padding-bottom: 20px;
	clear: both;
}

dl.contact {
	border-bottom: 1px solid #C5E5F5;
	height: 120px;
	margin: 10px 0;
	padding-bottom: 10px;
	clear: both;
}

dt {
	background: none;
	color: #1E77A2;
	/* letter-spacing:1px;*/
   font-weight: bold;
	font-size: 110%;
}

dd {
	margin: 0;
	padding: 0;
}

dd.img img {
	padding: 3px 5px 3px 0px;
}

/* CSS Document */

h4 {
	background: none;
	color: #1E77A2;
   font-weight: bold;
	font-size: 110%;
}

.boldorange {
	font-size: 16px;
	color: #E6780B;
	font-weight: bold;
}

img.thumb {
	padding: 5px;
}

/*
	ADMIN BAR
-------------------------------------------------------*/
.admin-bar {
	height: 20px;
	line-height: 20px;
	background-color: #062C3E;
	border-bottom: 1px solid #FFF;
	color: #FFFFFF;
	float: left;
	font-size: 80%;
	font-weight: bold;
	width: 100%;
}

.admin-bar a {
	color: #A5BBC5;
	font-weight: normal;
}

.admin-bar a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.admin-bar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 750px;
	margin: 0 auto;
	padding: 0 30px 0 0;
}

.admin-bar ul li {
	display: inline;
	margin: 0;
	margin-left: 20px;
	background: none;
}
