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

body {
	background: #fde0e3;
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
}

div {
	display:block;
	margin: 0;
	padding: 0;
	}
	
ul, p {
	margin: 0;
	padding: 0;
}


a {
	color: #00467f;
}

#landingpage {
	width: 201px;
	margin: 250px auto;
	border: 7px solid #7fa2bf;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}	

#page {
	width: 805px;
	margin: 50px auto;
	border: 7px solid #7fa2bf;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}	


#leftCol {
	width: 201px;
	float: left;
	background-color: #f1e4e3;
	text-align: center;
	font-size: 1.1em;
	color: #00467f;
}

#logo {
}

#logo h4 {
	width: 201px;
	height: 136px;
	background: url(images/APMLimited_logo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}

#logo h4 span {
	display: none;
	}


#storeInfo {
	margin: 15px 0;
}

#offerings {
	margin: 60px 0;
	font-size: 1.2em;
	line-height: 2.8em;
}

#trade {
	padding: 24px 0 18px;
}


#rightCol {
	width: 604px;
/*	margin: 0 0 0 202px; */
	float: left;
}


#navigation {
	border-bottom: 1px solid #e4d6d2;
	float: left;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #00467f;
	background: #fef3f4;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	float: left;
	width: 20%;
	text-align: center;
	background: url(images/mouseover.gif) #fef3f4;
	background-position: 0 42px;
	text-decoration: none;
	line-height: 20px;
	padding: 1em 0;
	}

ul.menu li a.active {
	background-position: 0 0;
}


ul.menu li a:hover {
	background-position: 0 0;
}

	

#content {
	float: left;
	width: 602px;
	background: url(images/bird_tree_ghost.gif) 100% 90% no-repeat #FFFFFF;
	color: #7e6448;
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: justify;
	border-left: 1px solid #e5e0da;
	min-height: 700px;
}	
	
#content p {
	margin-bottom: 8px;
}

	
#homeInfo {
	width: 530px;
	float: left;
	margin: 28px 35px 14px;
	paddin-bottom: 14px;
}	

#pageContent {
	width: 532px;
	float: left;
	margin: 28px 35px 14px;
	paddin-bottom: 14px;
}	


#directions {
	width: 520px;
	margin: 0 auto;
}

#directions iframe {
	border: 1px solid;
}


#featuring {
	width: 220px;
	margin-left: 370px;
	text-align: center;
	margin-top: 48px;
}	
	
.clear {
	clear: both;
	}
	
#footer {
	color: #6584a7;
	width: 805px;
	margin: 0 auto;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 1.1em;
}

	
	
/* typography */

.trebuchet {
	font-family: "Trebuchet MS";
}
	
.timesNewRoman {
	font-family:"Times New Roman", Times, serif;
}	
	
.small {
	font-size: .8em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #6584a7;
	font-family: "Trebuchet MS";
}

.alignRight {
	text-align: right;
}

/* images */

img[align="right"] {
	float: right;
	margin: 4px 0 4px 18px;
	display: block;
}
img[align="left"] {
	float: left;
	margin: 4px 18px 4px 0;
	display: block;
}
