/* Setting the basic page settings */

body {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #23377b;
	font-family: 'Trebuchet MS', tahoma, Verdana, Arial, helvetica, sans-serif;
	}

a, a:link {
	text-decoration: none;
	color: #45599d;
	}

a:visited {
	color: #50b848;
	}

a:hover, a:active {
	text-decoration: none;
	color: #33cc00;
	}

img, a img {
	border: 0px !important;
	margin: 0px;
	padding: 0px;
	}
	
/* Positioning and styling the key page elements */

#header {
	width: 100%;
	margin: 0 auto;
	height: 99px;
	background: url('../images/Top3pop.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}

#menu {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background-color: #23377b;
	color: #ffffff;
	border-top: 2px #5a699c solid;
	border-bottom: 2px #090e1f solid;
	font-size: 1.1em;
	line-height: 1.7em;
	}

#content {
	width: 980px;
	min-height: 300px;
	margin: 0 auto;
	padding: 20px 0px 50px;
	}

#side_menu {
	float: left;
	width: 208px;
	position: relative;
	margin: 0;
	padding: 0;
	}
	
.note {
	display: block;
	border: 2px solid #50b848;
	background-color: #d9ffdf;
	color: #50b848;
	padding: 5px;
	margin: 25px;
	text-align: center;
	}

.threecol, .twocol {
	background: url('../images/2col_bg.png');
	background-repeat: repeat-y;
	background-position: top center;
	}

.threecol #content #central_content {
	float: left;
	width: 571px;
	padding: 0px 10px;
	}

.threecol #content.products #central_content, .twocol #content #central_content {
	float: left;
	width: 731px;
	padding: 0px 10px;
	}
	
.threecol #content.products #central_content img, .threecol #content.products #central_content p {
	float: left;
	}

.home_grid {
	width: 135px;
	float: left;
	padding: 0px 10px 10px 0px;
	text-align: center;
	}

.home_grid_last {
	width: 135px;
	float: left;
	padding: 0px 0px 10px 0px;
	text-align: center;
	}

.threecol #content #right_column {
	float: left;
	width: 160px;
	padding: 0px 10px;
	border-left: 1px solid #cccccc;
	}
	
.threecol #content #right_column p {
	padding-bottom: 15px;
	border-bottom: 1px solid #666666;
	margin-bottom: 15px;
	}
	
.threecol #content #right_column img {
	width: 160px;
	}

.threecol #content.products #right_column p {
	border: 0px;
	}

#side_menu img {
	padding: 8px 0px;
	}

#side_menu img.first {
	padding-top: 16px;
	}
	
#side_menu p {
	padding: 5px 10px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#footer {
	position: fixed;
	width: 100%;
	padding: 0px;
	bottom: 0px;
	border-top: 1px solid #33cc00;
	background-color: #ffffff;
	color: #23377b;
	}

#footer_wave {
	background: url('../images/footer_wave.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 940px;
	height: 25px;
	margin: 0 auto;
	padding: 60px 20px 0px 20px;
	bottom: 0px;
	border-top: 0px !important;
	}

#footer p {
	display: block;
	width: 980px;
	margin: 0 auto;
	text-align: right;
	padding: 5px 0px;
	}

#footer_wave p {
	display: inline;
	color: #ffffff;
	}
	
/* Main menu style & functionality */

ul#navlist {
	width: 980px;
	margin: 0 auto;
	}

ul#navlist, ul#navlist ul, ul#navlist li {
	padding: 0px;
	list-style-type: none;
	}

ul#navlist li {
	display: block;
	float: left;
	height: 19px;
	margin: 0px;
	padding: 5px 5px 5px 35px;
	background-repeat: no-repeat !important;
	background-position: 5px 3px !important;
	}

ul#navlist li#home {
	background: url('../images/menu_icons/home.png');
	}

ul#navlist li#about {
	background: url('../images/menu_icons/aboutus.png');
	}

ul#navlist li#products {
	background: url('../images/menu_icons/products.png');
	}

ul#navlist li#prices {
	background: url('../images/menu_icons/services.png');
	}

ul#navlist li#contact {
	background: url('../images/menu_icons/contactus.png');
	}

ul#navlist li#terms {
	background: url('../images/menu_icons/terms.png');
	}

ul#navlist li#guidelines {
	background: url('../images/menu_icons/guidelines.png');
	}

ul#navlist li#downloads {
	background: url('../images/menu_icons/downloads.png');
	}

ul#navlist li#send {
	background: url('../images/menu_icons/send.png');
	}

ul#navlist li#pay {
	background: url('../images/menu_icons/pay.png');
	}

ul#navlist li:hover, ul#navlist li.current {
	background-color: #5a699c !important;
	}

ul#navlist li a {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	}

ul#navlist li a:hover {
	color: #ffffff;
	}

/* This section relates to dropdown lists from the top menu - NOT CURRENTLY USED - retained for possible future use */

ul#subnavlist {
	display: none;
	}

ul#subnavlist li { 
	float: none;
	padding: 5px 10px;
	background-color: #090e1f;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	}

ul#subnavlist li a {
	padding: 0px;
	margin: 0px;
	}

ul#navlist li:hover ul#subnavlist {
	display: block;
	position: absolute;
	margin-top: 8px;
	margin-left: -25px;
	}

ul#navlist li:hover ul#subnavlist li a {
	display: block;
	border: none;
	padding: 2px;
	}
	
/* Side Menu Style and Functionality */

	/* common styling */
	
#side_menu ul li a, #side_menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000000;
	width: 174px;
	height: 26px;
	line-height: 26px;
	background: url('../images/side_bullet.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	border-top: 1px solid #bcd188;
	border-left: 1px solid #bcd188;
	border-bottom: 1px solid #3c5208;
	border-right: 1px solid #3c5208;
	padding: 2px 2px 2px 30px;
	margin: 0;
	font-size: 1.1em;
	}
	
#side_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
#side_menu ul li {
	float: left;
	margin-right: 1px;
	position: relative;
	}
	
#side_menu ul li ul {
	display: none;
	}

	/* specific to non IE browsers */
	
#side_menu ul li:hover a {
	border-bottom: 1px solid #bcd188;
	border-right: 1px solid #bcd188;
	border-top: 1px solid #3c5208;
	border-left: 1px solid #3c5208;
	background-color: #60820d;
	color: #ffffff;
	}
	
#side_menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 208px;
	width: 105px;
	}
	
#side_menu ul li:hover ul li a {
	display: block;
	background: #94b641;
	color: #000000;
	border-top: 1px solid #cadaa1;
	border-left: 1px solid #cadaa1;
	border-bottom: 1px solid #64763b;
	border-right: 1px solid #64763b;
	width: 150px;
	padding: 2px 10px;
	}
	
#side_menu ul li:hover ul li a:hover {
	border-bottom: 1px solid #cadaa1;
	border-right: 1px solid #cadaa1;
	border-top: 1px solid #64763b;
	border-left: 1px solid #64763b;
	background-color: #819c3f;
	color: #ffffff;
	}
	
/* Generic Right and Left Float Classes */

.right {
	float: right;
	margin: 10px 0px 10px 10px;
	}
	
.left {
	float: left;
	margin: 10px 10px 10px 0px;
	}
	
/* Generic Table Layout */

.threecol #central_content table {
	width: 570px;
	}

.twocol #central_content table {
	width: 730px;
	}

table {
	width: 960px;
	border-collapse: collapse;
	margin: 10px 0px;
	padding: 0;
	}

table p {
	margin: 0px;
	padding: 0px;
	}

td {
	padding: 3px 10px;
	vertical-align: top;
	}

.top_row td {
	padding: 2px 0px;
	margin: 0px;
	border: 0px;
	background-color: #50b848;
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
	}

.top_row p {
	height: 29px;
	line-height: 29px;
	}

.green {
	background-color: #d9ffdf;
	}

.top_row img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 29px;
	}

table.price_grid td {
	text-align: center;
	}

table td.title {
	font-weight: bold;
	text-align: left;
	}
	
/* Generic List Styles */

ul.unstyled {
	list-style-type: none;
	padding: 0px;
	}

ol li {
	padding-top: 0.8em;
	}

/* Generic Type Styles */

p {
	margin: 5px 0px;
	}

h2 {
	font-size: 1.5em;
	line-height: 1.1em;
	color: #339900;
	margin: 5px 0px 10px;
	font-weight: bolder;
	}

h3 {
	margin: 10px 0px;
	font-weight: bolder;
	}

.small_text {
	font-size: 0.9em;
	line-height: 1.4em;
	}

.center {
	text-align: center;
	}

.padded {
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
.bold {
	font-weight: bold;
	}