/* Web Template #5 */

body {
	font-family: Verdana, Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: #F3EFED;
	margin: 10px;
	padding: 0;
}
/* Links */
a {
	color: #000;
	text-decoration: none;
}
#contents a { color: #434A9F; }
a:visited { color: #666; }
a:hover, a:active {
	color: #899BCF;
	text-decoration: underline;
}
blockquote { font-style: italic; }
#side blockquote {
	text-align: center;
	font-style: italic;
}
cite {
	font-style: normal;
	display: block;
	text-align: right;
	margin-top: 0.5em;
}
/* Main Page Sections */
#main {
	width: 750px;
	background: #fff;
	border: 1px solid #000;
	margin: 0 auto;
}
#header, #footer, ul#nav li { background: #D1D9F1; }
#main td { vertical-align: top; }
#header p, p#footer-links { font-size: 85%; }
/* Header */
#header { text-align: center; }
#header, #header img {
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
}
#header p { margin: 0.25em; }
#footer-links a { padding: 0 5px; }
/* Sidebar */
#side {
	width: 24%;
	text-align: right;
	/*padding-top: 50px;*/
	padding-top: 30px;
}
#side img, #side p, #side div, #side ul, #side ol { margin-right: 20px; }
#side img#special { margin: 0; }
ul#nav {
	margin-left: 0;
	padding-left: 0;
	border: 1px solid #666;
	border-bottom: 0;
	list-style: none;
}
ul#nav li, p.box {
	margin: 0;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #666;
	background: #DDEFFB;
}
ul#nav li.here, #pageone #navone, #pagetwo #navtwo, #pagethree #navthree, #pagefour #navfour, #pagefive #navfive, #pagesix #navsix, #pageseven #navseven, #pageeight #naveight, #pagenine #navnine, p.box { background: #F0F7FC; }
p.box {
	border: 1px solid #bbb;
	margin-bottom: 1.5em;
}
/* Contents */
#contents {
	width: 70%;
	text-align: justify;
	padding: 30px 0;
}
#contents p, #contents div, #contents ul, #contents ol, #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents table, #contents cite, #contents hr {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0;
}
#contents cite { font-style: italic; }
#contents h1, #contents h2, #contents hr { margin-left: 40px; }
#contents ul, #contents ol {
	margin-left: 90px;
	padding-left: 0;
}
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
hr {
	border: 1px solid #ccc;
	margin-bottom: 2em;
}
/* Footer Links */
#footer { text-align: center; }
#footer-links {
	padding: 0.75em;
	border: 1px solid #899BCF;
	border-left: 0;
	border-right: 0;
}
address {
	display: block;
	font-style: normal;
	margin: 2em 0;
}
#contents table { margin-bottom: 2em; }
#contents table.center {
	margin-left: auto;
	margin-right: auto;
}
#contents table caption {
	text-align: center;
	padding-bottom: 1em;
	font-weight: bold;
}
#contents table td, #contents table th { padding: 3px; }
#contents table th {
	text-align: left;
	padding-bottom: 4px;
}
#contents table#product-links { margin-top: 1em; }
#contents table#product-links td {
	text-align: center;
	padding: 0 15px;
}
#contents table#product-links td img {
	width: 120px;
	height: 120px;
}
#contents table#product-links td img, #contents table#product-links td p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5em;
}
.floatright {
	float: right;
	margin: 0 0 5px 5px;
}
.floatleft {
	float: left;
	margin: 0 5px 5px 0;
}
p.indent { text-indent: 0.3in; }
a img { border: none; }
#contents table.product-listing td {
	padding-left: 10px;
	font-size: 90%;
	text-align: left;
}
#contents table.product-listing td p {
	margin-left: 0;
	margin-right: 0;
}
#contents table.product-listing td p a {
	background: url(../images/pointer_blue_light.gif) center left no-repeat;
	padding-left: 10px;
}
.red {
	color: red;
	font-weight: bold;
}
.orange {
	color: orange;
	font-weight: bold;
}
.yellow {
	color: yellow;
	font-weight: bold;
}
.green {
	color: green;
	font-weight: bold;
}
.blue {
	color: blue;
	font-weight: bold;
}
.purple {
	color: purple;
	font-weight: bold;
}
.lavender {
	color: lavender;
	font-weight: bold;
}
.pink {
	color: pink;
	font-weight: bold;
}