/* --- liquid columns by Mathew James Taylor at http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-widths --- */
body {
	text-align: center;
	margin: 5px 0px 10px 0px;
	padding: 5px;
	border: 0;
	background: #08679E;
	min-width: 600px;
	font-size: 99%;
}
#container {
	border-color: #08679E;
	margin: 0 auto;
	width: 90%;
	text-align: left;
}
a {
	color: #369;
}
a:hover {
	color: #fff;
	background: #369;
	text-decoration: none;
}
h1, h2, h3 {
	color: #aa5f3c;
	margin: 5px 0px 5px 10px;
	font-family: "Monotype Corsiva";
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
p {
	padding: 5px 5px 5px 15px;
}
img {
	border: #FFFFFF;
	margin: 0px;
	max-width: 100%;
}
hr {
	width: 75%;
	text-align: center;
	background-color: #369;
	height: 1px;
}
.logoleft {
	padding: 10px 7px 3px 10px;
	margin: 1px;
	position: relative;
	left: 0px;
	top: 0px;
}
.title {
	font-family: "Monotype Corsiva";
	background: #FFFFFF;
	font-size: 2.4em;
	text-align: center;
	color: #aa5f3c;
}
.indent {
	margin-left: 30px;
}
.ctr {
	display: block;
	text-align: center;
}
.right  {
	display: block;
	text-align: right;
	padding-right: 20px;
}
.imgctr {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}
.imgrgt {
	float: right;
	padding: 2px 35px 5px 10px;
	margin: 0;
	max-width: 100%;
}
.imglft {
	float: left;
	padding: 0;
	margin: 10px 20px 10px 20px;
	max-width: 100%;
}

.imglftbdr {
	float: left;
	border: 2px #aa5f3c solid;
	padding: 0;
	margin: 10px 20px 3px 7px;
	max-width: 100%;
}
.imgcol {
	float: none;
	padding: 5px 10px 0px 20px;
	margin: 0;
	font-size: 96%;
	color: #aa5f3c;
	max-width: 100%;
}
.imgtext  {
	color: #aa5f3c;
	font-size: 1.3em;
	font-family: "Monotype Corsiva";
}
.framebrwn {
	border: 2px #aa5f3c solid;
}
.frameblue {
	border: 2px #08679E solid;
}
.frameblk {
	border: 2px #000000 solid;
}

.smtxt {
	font-size: small;
}
/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
#header p, #header h1, #header h2 {
	margin: 0;
}

#header ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li a {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 7px 2px 7px;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 20px;
	line-height: 1.3em;
}
#header ul li a:hover {
	background: #369;
	color: #fff;
}
#header ul li a.active, #header ul li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
}
#header ul li a span {
	display: block;
}
/* 'widths' sub menu */
#layoutdims {
	border-bottom: 1px #08679E solid;
	clear: both;
	background: url('../images/background.GIF');
	border-top: 2px solid #369;
	margin: 0;
	padding: 6px 15px !important;
	text-align: center;
}
/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */;
	clear: both;
	float: left;
	width: 100%; /* width of whole page */;
	overflow: hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float: left;
	width: 100%;
	position: relative;
}
.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
}
/* 3 Column settings */
.threecol {
	background: url('../images/background.GIF');		/* right column background colour */
}
.threecol .colmid {
	right: 25%; /* width of the right column */;
	background: #fff;		/* center column background colour */
}
.threecol .colleft {
	right: 50%; /* width of the middle column */;
	background: #fff;	/* left column background colour */
}
.threecol .col1 {
	width: 46%; /* width of center column content (column width minus padding on either side) */;
	left: 102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width: 21%; /* Width of left column content (column width minus padding on either side) */;
	left: 31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	font-size: 95%;
}
.threecol .col3 {
	width: 21%; /* Width of right column content (column width minus padding on either side) */;
	left: 85%;
	font-size: 95%;
}

/* Footer styles */
#footer {
	background: url('../images/background.GIF');
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px #336699 solid;
	border-bottom: 5px #336699 solid;
}
#footer p {
	padding: 10px 10px 5px 10px;
	text-align: center;
	font-size: .8em;
	margin: 0;
	line-height: 1.5em;
}
.script {
	color: #008080;
	font-style: italic;
	float: right;
}
.scriptcol {
	color: #008080;
	font-style: italic;
	float: left;
}
.menu {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	color: #369;	
}
.menu:hover {
	color: #fff;
	background: #369;
	text-decoration: none;
}
.imlink {
	cursor: pointer;
	cursor: hand;
}
/* container column styles */
#container3 {
	float: left;
	width: 100%;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
#container2 {
	float: left;
	width: 100%;
	background: #FFFFFF;
	position: relative;
	right: 30%;
}
#container1 {
	float: left;
	width: 100%;
	background: #FFFFFF;
	position: relative;
	right: 40%;
}
#col1 {
	float: left;
	width: 15%;
	position: relative;
	left: 72%;
}
#col2 {
	padding: 15px 0 0 0;
	float: left;
	width: 50%;
	position: relative;
	left: 76%;
	overflow: hidden;
}
#col3 {
	padding: 0 10px 7px 5px;
	float: left;
	width: 30%;
	position: relative;
	left: 80%;
	overflow: hidden;
}
table#alpacainfo {
	width: 170px;
	margin: 15px 1px 15px 15px;
	font-size: 95%;
	text-align: left;
}
table#alpacainfo td {
	padding:2px 10px 2px 0;
}
table#alpacainfo td.first {
	font-weight: bold;
	width: auto;
}
table#alpacainfo td.second {
	padding-right:0;
	width: auto;
}
/* two columns 50 50*/
#picouter {
	float: left;
	width: 100%;
	clear: both;
}
#picfirst {
	float: left;
	left: 0;
	top: 0;
	width: 50%;
}
#picsecond {
	float: right;
	left: 105px;
	top: 0;
	width: 50%;
}
/* two columns 30 65*/
#prodouter {
	float: left;
	width: 95%;
	clear: both;
}
#prodleft {
	float: left;
	left: 0;
	top: 0;
	width: 30%;
}
#prodright {
	float: right;
	left: 105px;
	top: 0;
	width: 65%;
}



