body {
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #d5e5f5;
}

body * {
	/*text-align: justify;*/
	
}

hr {
	color: #0054a5;
	background-color: #0054a5;
	height: 1px;
	border: 0;
    width: 95%;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #0054a5;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0
}


#wrapper {
	width: 750px;
	margin:10px auto;
	border: 1px solid #0054a5;
	background-color: white;
	font-size: 1.3em;
}

#content {
	padding: 8px;
	text-align: justify;
	/*
	background-image: url(images/Dragon-Paper-Cut.gif);
	background-repeat: no-repeat;
	background-position: top center;
	*/
}

#header {
	padding: 5px;
	height: 85px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px solid #0054a5;
}

#header img {
	float: left;
	padding-top: 2px;
}


#header h1 {
	font-size: 1.6em;
	vertical-align: middle;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	width: 500px;
}

#header h1 a {
	text-decoration: none;
	color: #000000;
	font-size: 1em;
	font-variant: small-caps
}
#boardMembers {
	list-style-type: none;	
}

#boardMembers h3 {
	font-size: 130%;
}

#boardmembers p{
	font-size: 100%;
}

#productList {
	list-style-type: none;	
}


#menu {
	list-style:none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	right: 280px;
	width: 380px;
	height: 1em;
	float: right;
	text-align: right;

}

#menu li {
	display: inline;
	padding: 0 0.3em;
	font-weight: bold;
	font-size: 1em;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	color: #ffffff;
	text-decoration: underline;
}

#menu li a:hover {
	text-decoration: none;
}

#footer {
	margin: 0;
	padding: 5px;
	clear: both;
	border-top: 1px solid #0054a5;
}

#footer p {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0.8em;
}


.centred {
 	text-align: center !important;
}

.horizRule {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

img.border {
	border: 1px solid black;
}

.nospace {
	padding: 0;
	margin: 0;
}

.cartLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}

.cartHeaderRow {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-color: #b8cedd;
}

.cartTable {
	border: 1px solid #999999;
}

.smallCartTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #0685D2;
	border-left-color: #0685D2;
}

#cartSummary {
	width: 750px;
	margin:10px auto;
	text-align: right;
	font-size: 0.9em;
}

input.submit {
	border: 1px solid black;
	font-weight: bold;
	padding: 1px;
	margin: 0;
}

.redText, .error {
	color: #FF0000;
}

.right {
	float: right;
	padding-left: 5px;
}

.left {
	float: left;
	padding-right: 5px;
}

img {
	border: none;
}


.image .caption { 
	font-size: 80%;
	text-align: center;
}