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

body, html {
	
	background: url(/lib/images/page_bg.gif) repeat-x top left;
	padding: 0px;
	margin: 0px;
	background: #fff;
	
}

body, p, select, input, td, th, textarea {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #042f51;
}
p {
	line-height: 1.6em;
}
input {
	padding: 1px;}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	color: #19496b;
}


h2 {
	
	color: #2373ad;
	font-size: 14px;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
}

h3 {
	

	
}

.container {

	width: 750px;
	padding: 0px;
	margin: 0px auto 0px auto;
	
}

/* MISC LAYOUT HELPERS */

.clear
{
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}



/* NAVIGATION */


.nav {
	list-style: none;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	border-left: 1px solid #82bfeb;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #82bfeb;
	height: 25px;
}

.nav li {
	
	float: left;
	padding: 0px;
	margin: 0px 12px 0px 12px;
}


.nav li a {
	
	padding-top: 7px;
	display: inline;
	color: #042f51;
	text-decoration: none;
	font-size: 11px;
}
.nav li a.selected {
	
	padding-top: 7px;
	display: inline;
	color: #042f51;
	text-decoration: none;
	font-size: 11px;
}
.nav li a:hover {
	
	padding-top: 7px;
	display: inline;
	color: #042f51;
	text-decoration: underline;
	font-size: 11px;
}

.content {
	background: #FFFFFF;
	margin: 0px;
	padding: 10px;
	border: 1px solid #82bfeb;
	border-top: 0px;	
}
.content p {
	line-height: 1.4em;
	margin: 0px 0px 12px 0px;
}
.content ul {
	margin: 10px 0px 10px 0px;
}
.content li {
	margin: 0px 0px 1px 20px;
}

.content .menu li {
	
	margin: 4px 0px 8px 20px;
	
}


.hr {
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	margin: 10px 0px 10px 0px;
}

.shopping_basket {
	float: right;
	margin: 0px 0px 0px 7px;
	width: 140px;
}
.shopping_basket a:link, .shopping_basket a:visited {
	font-weight: normal;
	color: #042f51;
}


/* CARDS */

.card {
	
	width: 236px;
	height: 128px;
	float: left;
	margin: 5px 3px 5px 3px;
	background: url(/lib/images/card_bg.gif) no-repeat top left;
	
}
.card h2 {
	
	padding: 5px 0px 5px 0px;
	text-align: center;
	margin: 0px;
	font-size: 12px;
}
.card h2 a {
	
	text-decoration: none;
	color: #2373ad;
	
}

.card h2 a:hover {
	
	text-decoration: underline;
	
}

.card img {

	float: left;
	margin: 0px 7px 0px 6px;
	
}
.card p {
	margin: 7px 2px 0px 0px;
	font-size: 10px;
	line-height: 1.4em;
	
}
/* TABLES */

.table_border {

	border-collapse: collapse;
	background-color: white;
	
}
.table_border td {
	
	padding: 2px;
	border: 1px solid #CCCCCC;
	
}
.table_border th {

	padding: 2px;
	border: 1px solid #CCCCCC;
	
}



/* FORMS */

#form1 label {
	width: 115px;
	padding-bottom: 6px;
	float: left;
	margin-right: 10px;
}
#form1 div {
	/*height: 20px; */
	margin-bottom: 4px;

}
#editor1_content_container {
	height: auto;
	
}
#editor1_content_container div {
	height: auto;
	
}

#form2 label {
	width: 155px;
	padding-top: 3px;
	float: left;
	margin-right: 10px;
}

textarea {
	
	line-height: 1em;
	
}

.note {
	
	color: #C00
	
}

/* Check out */
.indicators {
	
	margin-left: -10px;
	margin-bottom: 10px;
	
}

.indicator {
	width: 120px;
	float: left;
	margin: 0px 4px 0px 10px;
	padding: 4px 4px 5px 4px;
	text-align: center;
	background-color: #345a75;
	color: white;
}
.indicator#on {
	background-color: #345a75;
	color: white;
}
.indicator#off {
	background-color: #8cbcdf;
	color: #fff;
}
.checkout_box {
	
	border: 1px solid #345a75;
	width: 150px;
	padding: 20px;
	float: left;
	text-align: center;
	margin: 0px 20px 0px 24px;
	height: 40px;
	
}

blockquote {
	
	margin: 5px 15px 5px 15px;
	border: 1px solid #ccc;
	padding: 10px;
}
blockquote p {
	
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
.bottom {
	width: 750px;
	margin: 20px auto;
	text-align: center;

}
.bottom p {
	color: #444;
	font-size: 10px;
}
.bottom a {
	color: #444;
}