body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #c0cbdd;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
table.main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table, tr, td, p {
	font-size: 9pt;
	font-family: verdana, arial;
	color: #6b80b7; 
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

select, input.text {
	width: 200px;
}

ul.cart {
	margin: 0px;
	padding: 0px;
}
li.cart {
	padding-top: 5px;
	padding-bottom: 5px;
}

a:link, a:active, a:visited, a:hover {
	color: #6b80b7;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 9pt;
	font-weight: bold;
}

a:hover, a:visited {
	color: #84ac1a;
}

a:link.menu, a:visited.menu, a:active.menu, a:hover.menu {
	color: #000080;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: normal;
	line-height: 12pt;
}

a:hover.menu {
	text-decoration: underline;
}

.header {
	text-align: right;
	background: url(../images/back.jpg);
}

.header-temp {
	text-align: right;
	background: transparent;
}

.sidemenu {
	width: 180px;		
}

.productimage {
	border: 3px solid #84ac1a;
}

a:link.catmenulink, a:hover.catmenulink a:active.catmenulink, a:visited.catmenulink {
	background: #2f3782;
	display: block;
	color: #ffffff;
	padding: 5px;
}

a:link.subcatmenulink, a:hover.subcatmenulink a:active.subcatmenulink, a:visited.subcatmenulink {
	background: #84ad2b;
	display: block;
	color: #ffffff;
	padding: 5px;
	padding-left: 10px;
}

.shopheader {
	background: #6b80b7;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	height: 24px;
	width: 100%;
}
.shopheader2 {
	background: #9fadca;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	height: 24px;
	width: 100%;
}
.shopheader3 {
	background: #b7c4d7;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	height: 24px;
	width: 100%;
}

.shopheader a {
	color: #ffffff;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 9pt;
	font-weight: bold;
}

.shopheader a:hover, .shopheader a:active {
	text-decoration: underline;
}

.shoptile {
	padding-top: 15px;
	text-align: center;
}

.content {
	text-align: center;
	border: 1px solid #363986;
	padding: 5px;
	background: #fbfbfb;	
}

.pictures {
	border: 1px solid #363986;
}

.center {
	text-align: center;
}

table.stock {
	background: #6b80b7;
	text-align: center;
}

.stockheader {
	background: #6b80b7;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

.stockbody {
	padding: 10px;
	background: #fbfbfb;
}

.ver-shadow {
	width: 6px;
	background: url(../images/ver-shadow-back.jpg);
	background-repeat: repeat-y;
}

.footer {
	font-size: 8pt; 
	color: #4d67a5; 
	text-align: center; 
}

