@charset "UTF-8";
/* CSS Document */

div, body, a, p{
	margin: 0;
	padding: 0;
	color: #555555;
}

p, li {
	padding-bottom: 0.7em;
}

div {
	display: block;
	position: relative;
	background-color:rgb(255,255,255);
	text-align:left;
}

body {
	background-color:rgb(55,96,92);
	text-align : center;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
text-decoration:none;
}

a:hover, a:active{
color:rgb(71,116,113);
}


/* Main structure */

#websitecontainer{
	width:870px;
	margin:20px auto; 
}

/* Top navigation and logo area */

#headernavigationcontainer{
	width:870px;
	color:rgb(25,56,50);
	font-size:10px;
	line-height:12px;
	padding-top: 80px;
	padding-bottom: 20px;
}

#headernavigationcontainer .first {
	padding-left: 50px;
}

#headernavigationcontainer a{
	font-size:10px;
	line-height:12px;
	color:rgb(114,147,143);
	text-decoration:none;
}

#headernavigationcontainer a:hover, #headernavigationcontainer a:active{
	color:rgb(25,56,50);
	text-decoration: underline;
}


#headerlogoandtitlecontainer{
	width:870px;
	height:70px;
	background: rgb(255,255,255) url(/images/amac_logo_strip.jpg) no-repeat;
	color:rgb(71,116,113);
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:40px; 
	float:left;
}

/* Central Content */

#centralcontentcontainer{
	width:870px;
	float:left;
}


/*****************************/
/* Home page central content */

#homecolumncontainer{
	width:790px;
	padding:0 40px; 
	float:left;
}

#homecontainer{
	width:790px;
	float:left;
}

#homecolumn1{
	width:235px;
	float:left;
}

#homecolumn1 p {
	font-size:13px;
	line-height:15px;
	text-align: justify;
	margin-right: 1em;	
}



#homecolumn2{
	width:320px;
	float:left;
}

#homecolumn3{
	width:230px;
	float:left;
}

.roundedboxTOP{
	width:235px;
	height:30px;
	background: rgb(255,255,255) url(/images/toproundedbox.gif) no-repeat;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:30px; 
	float:left;
}

.lightgreenTOP{
	color:rgb(167,165,118);
}

.darkgreenTOP{
	color:rgb(71,116,113);
}

.roundedboxCENTREdarkgreen{
	width:215px;
	background: rgb(255,255,255) url(/images/middleroundedbox.gif) repeat-y;
	text-align:justify;
	color:rgb(71,116,113);
	padding: 0 10px; 
	float:left;
}

.roundedboxCENTREdarkgreen a{
	color:rgb(71,116,113);
	font-weight:bold;
	text-decoration:none;
}

.roundedboxCENTREdarkgreen a:hover, .roundedboxCENTREdarkgreen a:active{
	font-weight:bold;
	text-decoration:underline;
}

.roundedboxCENTRElightgreen{
	width:215px;
	background: rgb(255,255,255) url(/images/middleroundedbox.gif) repeat-y;
	text-align:justify;
	color:rgb(167,165,118);
	padding: 0 10px; 
	float:left;
}

.roundedboxCENTRElightgreen a{
	color:rgb(167,165,118);
	font-weight:bold;
	text-decoration:none;
}

.roundedboxCENTRElightgreen a:hover, .roundedboxCENTRElightgreen a:active{
	font-weight:bold;
	text-decoration:underline;
}

.roundedboxBOTTOM{
	width:235px;
	height:20px;
	background:rgb(255,255,255) url(/images/bottomroundedbox.gif) no-repeat;
	text-align:center;
	float:left;
}

#homebaselinedivider{
	width:870px;
	height:30px;
	background: rgb(255,255,255) url(/images/dividergrey_line.gif) no-repeat;
	float:left;
}

#homebasebuttonscontainer{
	width:870px;
	text-align:center; 
	float:left;
}

.twitter {
	margin: auto;
	float: right;
	padding-right: 60px;
	padding-top: 5px;
}

.twitter img {
	border: 0;
}

/* General page */

#general {
	width:770px;
	padding:0 40px;  
}


#general #left {
	width:300px;
	text-align: left; 
	float: left;
	padding-right: 120px;
}


#general #right {
	width:350px;
	float: right;
}


#general h1 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:rgb(71,116,113);
}

#general h2{
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:rgb(71,116,113);
}

#general p, #general ul, #general ol {
	text-align: justify;
	font-size:13px;
	line-height:15px;	
}

#general p {
	padding-bottom: 1em;
}

#general li {
	padding-bottom: 1em;
}


/* Contact Form */
#contactform ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contactform li.elementgroup input {
	width: 350px;
	background-color: #EEEEEE;
}

#contactform li.elementgroup textarea {
	width: 350px;
	height: 80px;
	background-color: #EEEEEE;
}

#contactform ul.errors {
	color: red;
	font-size: 0.8em;
	padding: 0; margin: 0;
}




/* Testimonial page */

#testimonial {
	width:790px;
	padding:0 40px;  
	float:left;
}

#testimonial .listing {
	width:790px;
	background: rgb(255,255,255) url(/images/green_line_bg.gif) no-repeat bottom; 
	padding-top:5px; 
	padding-bottom:10px; 
	float:left;
}

#testimonial .listing .image {
	width:210px;
	text-align:right; 
	float:right;
}

#testimonial .listing .image img {
	border: 0px solid #999999;
} 

#testimonial .listing .text {
	width:580px;
	float:left;
}

#testimonial .listing .text p{
	text-align: justify;
	font-size:13px;
	line-height:15px;
	padding-bottom: 0.5em;
}

#testimonial .listing .text p.author{
	font-weight: bold;
}

#testimonial .listing .text a {
	color:rgb(71,116,113);
	font-weight:normal;
	text-decoration:none;
}

#testimonial .listing .text a:hover, #category .listing .text a:active {
	text-decoration:underline;
}


/* Product category content */

#category {
	width:790px;
	padding:0 40px;  
	float:left;
}

#category .product {
	width:790px;
	background: rgb(255,255,255) url(/images/green_line_bg.gif) no-repeat bottom; 
	padding-top:5px; 
	padding-bottom:10px; 
	float:left;
}

#category .product .image {
	width:330px;
	text-align:right; 
	float:right;
}

#category .product .image img {
	border: 1px solid #999999;
}

#category .product .image img.noborder {
	border: 0;
} 

#category .product .text {
	width:460px;
	float:left;
}

#category .product .text h2{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:rgb(71,116,113);
	font-family:Arial, Helvetica, sans-serif;
}

#category .product .text p{
	padding-bottom: 1em;
}

#category .product .text p.large{
	font-size:13px;
	font-weight:normal;
	line-height:15px;
}

#category .product .text p{
	font-size:13px;
	line-height:15px;
}

#category .product .text a {
	color:rgb(71,116,113);
	font-weight:bold;
	text-decoration:none;
}

#category .product .text a:hover, #category .product .text a:active {
	text-decoration:underline;
}



/**************************/
/* Product detail content */

#product {
	width:790px;
	padding: 0 40px; 
	float:left;
}

#product .inner{
	width:790px;
	padding-top:5px; 
	padding-bottom:10px; 
	float:left;
}

#product .image{
	width:330px;
	text-align:right;
	float:right;
}

#product .image img {
	border: 1px solid #999999;
	margin-bottom:5px;
}

#product .image img.noborder {
	border: 0;
}

#product .text{
	width:460px;
	float:left;
}

#product .text p {
	font-size:13px;
	line-height:15px;
}

#product .text table {
	font-size:13px;
	line-height:15px;
}

#product .text table td{
	padding-right: 1em;
	vertical-align: top;
}

#product .text table td.width33{
	width: 33%;
}

#product .text table td.width60{
	width: 60%;
}
	
#product h1 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:rgb(71,116,113);
}

#product h2{
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:rgb(71,116,113);
}

#product span .size50 {
	font-size: 0.5em;
}

	
#product .text ul {
	font-size:13px;
	line-height:15px;
	margin-left: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
	
#product .text li{
	list-style-type:disc;
	list-style-position: inside;
	padding-bottom: 0.5em;
}

#product .text a{
	font-size:13px;
	font-weight:normal;
	color:rgb(71,116,113);
	text-decoration:none;
}

#product .text a:hover, #product .text a:active{
	text-decoration:underline;
}


/* Video Container */

#videocontainer {
	width:790px;
	padding:0 40px;  
	float:left;
}

#videocontainer #thumbnails {
	width:790px;
	background: rgb(255,255,255) url(/images/green_line_bg.gif) no-repeat bottom; 
	padding-top:5px; 
	padding-bottom:20px;
	margin-bottom: 30px; 
	float:left;	
}



#videocontainer #thumbnails .thumb {
	width:150px;
	text-align:center; 
	float:left;
}

#videocontainer #thumbnails .thumb3 {
	width:170px;
	text-align:center; 
	float:left;
	padding: 0 45px;
}

#videocontainer #thumbnails img {
	border: 0;
}


#videocontainer h1{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:rgb(71,116,113);
	font-family:Arial, Helvetica, sans-serif;
}

#videocontainer h2{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:rgb(71,116,113);
	font-family:Arial, Helvetica, sans-serif;
}

#videocontainer p {
	font-size:13px;
	line-height:15px;
	padding-bottom: 1em;
}

#videocontainer #videoitem {
	width:790px;
	padding-top:5px; 
	padding-bottom:10px; 
	float:left;
}

#videocontainer #videoitem .video {
	width:360px;
	text-align:right; 
	float:right;
}
 
#videocontainer #videoitem .text {
	width:400px;
	float:left;
}


#videocontainer #videoitem .text h3{
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

#videocontainer #videoitem .text p{
	font-size:13px;
	line-height:15px;
	padding-bottom: 1em;
}

#videocontainer #videoitem .text p.large{
	font-size:13px;
	font-weight:normal;
	line-height:15px;
}

#videocontainer #videoitem .text p{
	font-size:13px;
	line-height:15px;
}






/* What we do content */

#mainwhatwedocontainer{
	width:790px;
	padding: 0 40px; 
	float:left;
}

#whatwedocontainer{
	width:790px;
	padding-top:5px; 
	padding-bottom:10px; 
	float:left;
}

#whatwedotextcontainer{
	width:265px;
	float:left;
}

#whatwedotextcontainer li{
	list-style-type:disc;
	list-style-position:inside;
}

#whatwedotextcontainer a:link{
font-size:13px;
font-weight:normal;
color:rgb(71,116,113);
text-decoration:none;
}
#whatwedotextcontainer a{
	font-size:13px;
	font-weight: bold;
	color:rgb(71,116,113);
	text-decoration:none;
}
#whatwedotextcontainer a:hover, #whatwedotextcontainer a:active{
	text-decoration:underline;
}


#whatwedoimagecontainer{
	width:260px;;
	text-align:center; 
	float:left;
}

#whatwedoimagecontainer img {
	border: 1px solid #999999;
	margin-bottom:5px;
} 


#whatwedographiccontainer{
	width:265px;
	text-align:center;
	float:right;
}


/* Text styles */

.bodytextbold{
font-weight:bold;
}

.bodytextnormalgrey{
font-size:12px;
font-weight:normal;
line-height:14px;
}

.bodytextlargegrey{
font-size:13px;
font-weight:normal;
line-height:15px;
}

.headinglargegreen{
font-size:16px;
font-weight:bold;
line-height:18px;
color:rgb(71,116,113);
font-family:Arial, Helvetica, sans-serif;
}

.subheadinggreen{
font-size:14px;
font-weight:bold;
line-height:16px;
color:rgb(71,116,113);
}

.bodysubheadinggreen{
font-size:12px;
font-weight:bold;
line-height:14px;
color:rgb(71,116,113);
}


/* Footer */


#Footernavigationcontainer{
display:block;
position:relative;
width:870px;
height:70px;
background-color:rgb(255,255,255);
background-image:url(/images/grey_line.gif);
background-repeat:no-repeat;
color:rgb(25,56,50);
font-size:10px;
font-weight:normal;
line-height:12px;
text-align:left;
margin:0px;
padding:0px; 
float:left;
}
#Footernavigationcontainer a:link{
font-size:10px;
font-weight:normal;
line-height:12px;
color:rgb(114,147,143);
text-decoration:none;
}
#Footernavigationcontainer a:visited{
color:rgb(114,147,143);
text-decoration:none;
}
#Footernavigationcontainer a:hover{
color:rgb(25,56,50);
text-decoration:none;
}
#Footernavigationcontainer a:active{
color:rgb(25,56,50);
text-decoration:none;
}




#Footeraddresscontainer{
display:block;
position:relative;
width:870px;
height:50px;
background-color:rgb(55,96,92);
color:rgb(180,204,201);
font-size:10px;
font-weight:normal;
line-height:13px;
text-align:center;
margin:0px;
padding:0px; 
float:left;
}

#Footeraddresscontainer a:link{
font-size:10px;
font-weight:normal;
line-height:13px;
color:rgb(180,204,201);
text-decoration:none;
}
#Footeraddresscontainer a:visited{
color:rgb(180,204,201);
text-decoration:none;
}
#Footeraddresscontainer a:hover{
color:rgb(180,204,201);
text-decoration:underline;
}
#Footeraddresscontainer a:active{
color:rgb(180,204,201);
text-decoration:underline;
}
