/* AMPCOMFG.COM STYLESHEET - v2.0 - Mike Sollanych */

body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	color: #000;
	
	margin: 0px;
	padding: 0px;
	
	font-family: "Arial", sans-serif;
}

a, a.link {
	color: #00d;
	text-decoration: underline;
}

div.spacer { 
	clear: both;
	margin: 0px;
	padding: 1px;
	height: 0px;
}


img#logo {
	display: block;
	margin: 0px auto;
	border: none;
}

div.top_menu {
	width: 775px;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
}

div.maincontainer {
	width: 775px;
	margin: 0px auto;
	padding: 0px 0px 0px 3px;
}

div.menushell {
	background-color: #0055A4;
}

div.top_menu a {
	display:block; 
	float:left;
	padding: 0px;
	margin: 3px 2px 0px;
}

div.top_menu a img {
	border: none;
}

div.left_menu {
	float: left;
	margin: 0px;
	
	background-color: #0055A4;
	color: #fff;
	
	width: 125px;
	height: 100%;
}

div.left_menu a {
	display: block;
	height: 30px;
	width: 100%;
	
	text-align: center;
	padding: 10px 0px 0px;
	
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	
	font-size: 70%;
	font-weight: bold;
	font-stretch: expanded;
	margin: 0px;
	
	border-width: 4px 0px 0px 0px;
	border-color: #fff;
	border-style: solid;
}

div.left_menu a:hover {
	background-color: #666;
}

div.left_menu a.custom {
	height: auto;
}

div.left_menu a img {
	border: none;
}

div.content {
	float: left;
	
	background-color: #fff;
	color: #000;
	
	font-size: 80%;
	line-height: 140%;
	
	width: 628px;
	min-height: 270px;
	
	margin: 0px;
	padding: 12px 2px 12px 20px;
}
	
span.title {
	font-size: 120%;
	font-weight: bold;
	font-stretch: expanded;
	color: #0055A4;
	display:block;
}

span.copyright {
	display: block;
	text-align: center;
	margin: 30px 0px 0px;
}

span.ampco {
	font-variant: small-caps; 
	color: #333399; 
	font-size: 110%; 
	font-weight: bold;
}

/* Standard page box, also used for errors */
div.box {
	margin: 8px 0px 18px 8px;
}
div.box_title {
	border-color: #0055A4;
	border-width: 0px 0px 2px;
	border-style: solid;
	font-weight: bold;
}
div.box_content {
	padding: 5px 5px 5px 1px;
}

/* Cool Stuff */
div.rightcolumn {
	float: right;
	width: 200px;
	background-color: #fff;
	margin: 0px 0px 0px 15px;
	text-align: right;
}

a.cool_stuff {
	margin: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
a.cool_stuff img {
	border-width: 1px;
	border-color: #666;
}

/* Simple form */
form.form_simple {
	margin: 5px 0px;
}

form.form_simple fieldset {
	border: none;
}

form.form_simple fieldset label, form.form_simple fieldset input, form.form_simple fieldset select {
	display: block;
	float: left;
}

form.form_simple fieldset label { width: 15.5em; }
form.form_simple fieldset label.wide { width: auto; }
form.form_simple fieldset input, form.form_simple fieldset select { width: 14em; }


form.form_simple fieldset br {
	clear: both;
}

div.marketing_statement {
	
	margin: 5px 0px;
	padding: 10px;
	border: 1px solid <?=AGFX_COLOUR?>;
	background-color: #ddd;
}

div.marketing_statement span.title {
	display:block;
	margin-left: -5px;
	font-weight: bold;
	font-family: "Segoe Script", script;
	font-style: italic;
	font-size: 170%;
}

/* Main page - iframe and containers */
div.news_iframe_container {
	float: left;
	margin: 0;
	padding: 0;
}

iframe.news_iframe {
	border-color: #0055A4;
	border-style: solid;
}