/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body {
	background: #CCCCCC; 
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Verdana, sans-serif;
}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
}
.content a {
	text-decoration: underline;
	color: #003399;
}
.content a:hover {
	text-decoration: none;
}
.left a {
	text-decoration: none;
	color: #003399;
}
.left a:hover {
	text-decoration: underline;
}
.buy-link a {
	text-decoration: none;
	color: #003399;
}
.buy-link a:hover {
	text-decoration: underline;
}
.category2 a {
	text-decoration: none;
	color: #003399;
}
.category2 a:hover {
	text-decoration: underline;
}
.category-sub a {
	text-decoration: none;
	color: #003399;
}
.category-sub a:hover {
	text-decoration: underline;
}

.pageWrapper {
}

/* extension to page wrapper */
#main {
}

div#bodyWrap {
}

div#bodyWrap {
}

img.product, 
.product img {
	margin: 12px 8px 4px 8px;
	border: 0px;
}

.content .product {
	text-align: center;
}

.subBarInner p {
	margin: 8px 8px 2px 8px;
	padding: 0;
}

div.wide3 {
	width: 33%;
	float: left;
	text-align: center;
}
.pages {
	clear: both;
	text-align: center;
	margin: 20px 20px 30px 20px;
	padding: 5px;
	background: #F6F9FB;
	border: 1px solid #225F82;
}
.pages p {
	margin:0px;
	padding:0px;
}
.pages2 {
	clear: both;
	text-align: center;
	margin-bottom: 20px;

}
.category-page {
	width: 650px;
	margin: 20px auto 0px auto;
	text-align: center;
}
.prev-page {
	width: 100px;
	float: left;
}
.next-page {
	width: 100px;
	float: right;
}
.category {
/*	width: 200px; */
	height: 160px;
	margin: 10px 5px 10px 0px;
	float: left;
	text-align: center;
}
.category-sub {
	width: 200px;
	color: #3F678F;
}
.category2 {
	width: 200px;
	margin: 0px 0px 20px 0px;
	float: left;
	text-align: center;
}
.random {
	margin: 10px auto;
	width: 650px;
	text-align: center;
	color: #3F678F;
}
img.category, 
.category img {
	border: 0px;
}
img.category2, 
.category2 img {
	border: 0px;
}

input[type=text],
input[type=button],
input[type=submit],
select,
textarea
{
	background: #F6F9FB;
	border: 1px solid #225F82;
}

/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 8px 16px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.04em;
}

h1 {
	font-size: 18px;
	color: #164677;
	padding: 0px 0px 4px 4px;
	border-bottom: 1px solid #AFC3D9;
}

h1 span {
	float: right;
	color: #69839B;
}
h2 {
	clear: both;
	color: #336699;
	background: #F6F9FB;
	padding: 4px 4px 4px 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #AFC3D9;
	font-variant: small-caps;
}
h2 span {
	float: right;
	color: #69839B;
	font-size: 0.8em;
	padding-top: 4px;
}
h3 {
	clear: both;
	font-weight: bold;
	color: #164677;
	padding: 4px 0px 4px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
h3 span {
	float: right;
}

/* -----------------------------------------------------------
					View Controllers
----------------------------------------------------------- */

.clear {
	clear: both;
}

.hide, #oldBrowserNotice, 
.ieSixCharDupBug {
	display: none;
}

/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */


#header #logo {
	width: 685px;
}

#heading .head {
	display: none;
}

* html #heading .head {
/*  margin-right: -4px;  Extra 2px due to IE Box model */
}

#heading .top, 
#heading .sub {
	display: none;
}

#heading a:link,
#heading a:visited {
	color: #FFF;
	margin-left: 32px;
}

#heading a:hover {
	text-decoration: underline;
}

#heading .sub {
	clear: right;
}

#footer {
	display: none;
}

/* -----------------------------------------------------------
						Layout Controls
----------------------------------------------------------- */

/* --------------------- Common to both -------------------- */

#mainInner,
div.subBarInner,
div.subTitleInner {
	z-index: 2;
	width: 100%;

}

div.content {
	border-width: 0;	/* Fix print/v4 borders issue */
}

#mainOuter div.left,
#mainOuter div.right,
#mainOuter div.content,
div.subBarInner div.content,
div.subBarInner div.right,
div.subTitleInner div.content,
div.subTitleInner div.right {
	/* For Sub elements of #mainOuter AND div.subBarInner */
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}

/* --------------------- The Sub Bar Piece -------------------- */

div.subBarOuter,
div.subTitleOuter {
	z-index: 1;
}

div.subBarInner div.right,
div.subTitleInner div.right {
	float: right;
	width: 20em;
	margin: 0 -20em 0 1px;
}

div.subBarInner div.content,
div.subTitleInner div.content {
	margin: 0 -1px; /* Ensure floating */
	width: 100%;
}

/* --------------------- The Main Bar Piece -------------------- */

#mainOuter {
	z-index: 1;
}

#mainInner {
}

#mainOuter .content {
	margin: 0 -1px;	/* Ensure floating */
	width: 685px;
}

#mainOuter .right {
	/* Not used for now */
	float: right; 			/* Possiblity for NN4 layout */
	width: 15em;
	margin: 0 -15em 0 1px;	/* Column position */
}

#mainOuter .left {
	width: 200px;
	margin: 0 1px 0 -205px;	/* Column position */
}

/* -----------------------------------------------------------
					Decoration Fix-up Pieces
----------------------------------------------------------- */

div.gap {
	position: relative;
}

html>body .mozclear {
	border-bottom: 1px solid white;	/* help mozilla recognize empty  clearing element */
	margin-bottom: -1px;                  /* compensate for 1px space used by border */
}

/* -----------------------------------------------------------
						Fix BugIE :-|
----------------------------------------------------------- */

* html #mainInner, * html div.subBarInner, * html div.subTitleInner {
	position: relative;	/* fix a render bug in IE under certain conditions */
}

* html div.gap {
	margin-right: -4px;
}

* html #mainOuter {
}

.leftInside,
.titleSide,
#mainInner .left div.button1,
#mainInner .left div.button2 {
	margin-left: -2px;
	margin-right: 2px;
}


/* -----------------------------------------------------------
					Sub Bar 
----------------------------------------------------------- */

div.subBarInner {
}

div.subBarInner span {
	display: block;

}

/* div.subBarOuter,
div.subTitleOuter {
	border-right-width: 20em;
} */

div.subTitleOuter div.right,
div.subBarOuter div.right {
	text-align: center;
}

div.subTitleOuter {
}

div.subTitleInner {
}

/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */

.titleMain {
	padding: 5px 14px 5px 14px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.1em;
	height: 15px;
}

.titleSide {
	display: none;
}

.titleMain {
	background: #DBE2E2;
	font-size: 11px;
}

.titleMain a:link,
.titleMain a:visited {
	color: #3F678F;
}
.titleFeature {
	padding: 8px 16px 4px 16px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.1em;
	height: 16px;
	background: #164677 repeat-y left url(images/title2.gif);
	color: #FFF;
	font-size: 12px;
	padding-left: 24px;
}

.right p,
.content p {
	color: #274563;
	line-height: 1.6em;
	padding: 0 24px 0px 24px;
}
.content label {
	color: #274563;
}
#contact-form {
	padding: 0 24px 0px 24px;
}
#mainInner .left ul {
	display: none;
}

#mainInner .left ul li {
	display: none;
}

ul.dotted,
li.select {
	list-style-type: square;
	color: #40A3FE;
	margin-left: 52px;
}

.left .active a:link,
.left .active a:visited {
	font-weight: bold;
	color: #0471E1;
	list-style-type: square;
}

#mainInner .left ul.dotted {
	list-style-type: square;
}

#mainInner .left input {
	color: #000;
}

#mainInner .left div.button1,
#mainInner .left div.button2 {
	width: 100%;
	color: #163977;
	border: 0 none;
	border-top: #FFF solid 2px;
	padding: 6px 0;
}

#mainInner .left div.button1 a:link,
#mainInner .left div.button1 a:visited,
#mainInner .left div.button2 a:link,
#mainInner .left div.button2 a:visited {
	margin: 0 0 0 24px;
	font-size: 12px;
	font-weight: bold;
}

#mainInner .left div.button1 {
	background: #C9D6A6 url(images/bg3.gif);
}

#mainInner .left div.button2 {
	border-bottom: #FFF solid 2px;
	background: #C9D6A6 url(images/bg4.gif);
}

#search-form form {
	margin: 0px;
	padding: 2px 2px 2px 10px;
}
#language {
	text-align: center;
}
#language form {
	margin: 0px;
	padding: 2px 2px 2px 10px;
}
#language select {
	margin: 0px;
	padding: 0px;
}
.buy-link {
	text-align: center;
	text-decoration: none;
	margin: 0 20px;
	padding: 3px 5px 3px 5px;
	background: #F6F9FB;
	border: 1px solid #225F82;
}
#email-list {
	display: none;

}
#email-list form {
	text-align: right;
	margin: 0 auto;
	padding: 0px;
}
.input-box {
	margin: 0px;
	padding: 2px;
}
#email-list label {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.submit-button {
	margin: 0px 2px 0px 0px;
	padding: 0px;
}
.small {
	font-size: 0.9em;
}
.content table {
	color: #274563;
	text-align: left;
	padding: 0 16px 0px 16px;
}
.content th {
	color: #274563;
	text-align: left;
	padding: 0 16px 0px 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.content td {
	padding: 2px 0px 2px 16px;
}	
.image-right {
	float: right;
	margin: 10px 40px 10px 40px;
}
.news-image {
	float: right;
	margin: 5px 20px 10px 40px;
}
.small {
	font-size: 0.9em;
}