/* CSS for AM RIETA CHEMICALS */

body {
	background: #000 url(images/am-main-bg.jpg) repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0;
	padding: 0;	
}

a {
	text-decoration: none;
}

h2 {
	font: 24px "Times New Roman", Times, serif;
	text-decoration: underline;
	margin:0px;
	padding:0px;
}

p {
	margin: 10px 0;
}

.clear {
	clear: both;
}

#page-wrapper {
	width: 940px;
	margin: auto;
}

/* HEADER */

#header {
	width: 100%;
	height: 85px;
}

#logo {
	width: 315px;
	margin-top: 20px;
	background: #eee;
	float:left;
}

#primary-menu {
	width: 625px;
	float:left;
	margin: 0;
	padding: 0;
}

#primary-menu ul{
	margin: 40px 0 0 0;
	padding: 0;
	float:right;
}

#primary-menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float:left;
}

#primary-menu a {
	display: block;
	height : 0 !important;
	height /**/: 12px; /* IE 5/Win hack */
	padding : 12px 0 0 0;
	overflow : hidden;
	margin: 0 25px 0 0;
}

li#home a {
	background-image : url(images/am-menu-home.gif);
	width: 42px;
}
li#about a {
	background-image : url(images/am-menu-about.gif);
	width: 73px;
}
li#product a {
	background-image : url(images/am-menu-product.gif);
	width: 76px;
}
li#contact a {
	background-image : url(images/am-menu-contact.gif);
	width: 92px;
}

/* BODY */

#body {
	background: url(images/am-body-bg.gif) repeat-y;
	width: 100%;
	margin: 15px 0;
}

#left {
	background: url(images/am-left-image-bg.gif) repeat-y;
	width: 290px;
	float:left;
	color: #fff;
}

#left .top-left {
	background: url(images/am-left-image-top.gif);
	width: 290px;
	height: 61px;
}

#left .content {
	height: 260px;
}

#left .content-sub {
	height: 140px;
}

#left .padding {
	padding: 10px 25px 0 30px;;
}

#left .bottom-left {
	background: url(images/am-left-image.jpg);
	width: 290px;
	height: 215px;
}

#left .bottom-left-sub {
	background: url(images/am-left-imagesub-bg.gif);
	height: 10px;
}

#left a{
	color: #ff0;
}

#left a:hover{
	color:#fff;
}

#left ul{
	margin:10px 0 0 0;
	padding:0;
}
#left ul li{
	margin:0;
	padding:0;
	list-style: none;
}



/* MAIN */

#main {
	background: url(images/am-body-image-bg.gif);
	width: 650px;
	float:left;
}

#main .top-main {
	background: url(images/am-body-image-top-bg.gif);
	height: 15px;
}

#main .top-corner {
	background: url(images/am-body-image-top-corner.gif);
	height: 15px;
	width: 15px;
	float:right;
}

#main .bottom-main {
	background: url(images/am-main-image.jpg);
	height: 141px;
}

#flash {
	background: url(images/am-picture-bg.jpg);
	width: 635px;
	height: 390px;
}

.sub-image {
	background: url(images/am-subimage1.jpg);
	width: 635px;
	height: 189px;
}

#main .content {
	width: 635px;
	color: #444;
}

#main .padding {
	padding: 10px 15px;
	background: #ffc;
	margin-bottom: 10px;
}

#main a {
	color: #557700;
}

#main a:hover {
	color: #9cb21f;
}

/* FOOTER */

#footer {
	width: 930px;
	margin: 25px auto 15px auto;
	color: #808080;
	border-top: 1px solid #0a0a0a;
	padding-top: 15px;
}

#footer-menu ul {
	margin: 0;
	padding:0;
	float: left;
}

#footer-menu ul li{
	display: inline;
	margin:0;
	padding:0 15px 0 0;
}

#footer-menu a {
	color: #808080;
}

#footer-menu a:hover {
	color: #9cb21f;
}

#footer .copy {
	float: right;
}