@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family: Trebuchet MS, Trebuchet, Lucida Sans Unicode, Monaco, Century Schoolbook L, Lucida Grande, Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #27776f;
}

#header {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #27776f;
}

#menu {
	font-size: 13px;
	color: #27776f;
	height: 16px;
}

#footer {
	background-color: #27776f;
	text-align:center;
	color:#FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.menu_right {
	padding-left: 10px;
	border-left: 1px solid #feca5f;
}

.menu_mid {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #feca5f;
}

.menu_left {
	padding-right: 10px;
}

.spacer {
	height: 16px;
}

.body_header {
	height: 41px;
	background-color:#FFFFFF;
}

.body_holder {
	font-size: 12px;
	font-weight: 400;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.body_padding{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.body_holder strong {
	font-weight:900;
}

h1 {
	display:inline;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 900;
}

.pic_float {
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}

.epay_selection {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: 400;
	font-size: 12px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
}

.bg_left {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: right top;	
}

.bg_right {
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
	background-position: left top;	
}

ul {
	list-style-position: outside;
	list-style-image: url(images/bullet_image.gif);	
}

.price_table {
	border: 1px solid #27776f;
	font-size: 12px;
	font-weight: 500; 
}

.price_table td {
	border: 1px solid #27776f; 
}

a:link { color: #27776f ; font-weight:900;    }
a:visited { color: #27776f ; font-weight:900;  }
a:hover { color: #5a7953 ; font-weight:900; }
a:active { color: #5a7953 ; font-weight:900; }

#footer a:link { color: #ffffff ; font-weight:400; text-decoration:none; }
#footer a:visited { color: #ffffff ; font-weight:400; text-decoration:none;  }
#footer a:hover { color: #ffffff ; font-weight:400; text-decoration:underline; }
#footer a:active { color: #ffffff ; font-weight:400; text-decoration: underline; }


#menu a:link { color: #27776f ; font-weight:900; text-decoration:none;    }
#menu a:visited { color: #27776f ; font-weight:900; text-decoration:none;    }
#menu a:hover { color: #5a7953 ; font-weight:900; text-decoration:none;   }
#menu a:active { color: #5a7953 ; font-weight:900; text-decoration:none;   }

.price-list td { border: 1px solid #27776f; padding: 10px; }