body{
	font-family: Arial;
}

td{
	font-size: 0.8em;
}

.TopMenu {
	color: #000000;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menuBack.gif);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: top;
}

.TopMenu a{
	color: #FFFFFF;
	text-decoration: none;
}

.TopMenu a:hover{
	color: #BBBBBB;
}

.menuSides{
	width 10%;
}

.LeftSide{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #BBBBBB;
	width: 170px;
	vertical-align: top;
	height: 90%;
}

.LeftSide td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}

.LeftSide a{
	text-decoration: none;
	color: #333399;
}

.LeftSide a:hover{
	color: #0066CC;
}

.RightSide{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #BBBBBB;
	width: 170px;
	vertical-align: top;
}

.RightSide{
	padding: 8px;
	text-decoration: none;
}

.RightSide td{
	text-decoration: none;
}


h1{
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline overline;
	color: #1C4489;
}

.top{
	width: 100%;

}

.top td{
	padding: 10px;
	vertical-align: top;
}

.painting{
	float: left;
	height: 17.5em;
	width: 10.5em;
	position: relative;
	margin: 0px auto;
}

.painting table{
	height: 13.5em;
	width: 8em;
	border: solid 1px #C9DBED;
	cursor: hand;
}

.painting table.on{
	background-color: #C9DBED;
	border-color: #3069B1;
}

.painting table.off{
	background-color: #FFFFFF;
	border-color: #C9DBED;
}

.painting td{
	margin: 8px;
}

.paintingTitle{
	color: #1C4489;
	background-color: #C9DBED;
	height: 2.1em;
}

.galleryTitle{
	background-color: #C9DBED;
	height: 20px;
	color: #1C4489;
	text-decoration: none;
	text-align: center;
}

.link a{
	color: #000000;
	text-decoration: none;
}

.link a:hover{
	color: #999999;
}

fieldset{
	-moz-border-radius:9px;
}

.bullets {
	list-style-type: square;
	position: relative;
	left: -20px;
}

.products td{
	border-bottom: 1px solid #5599CC;
}

.header{
	font-size: 0.9em;
	font-weight: bold;
}

.popup{
	color: #1C4489;
}
.popup a{
	text-decoration: none;
	position: relative;
}

.popup a div{
	display: none;
}

.popup a:hover{
	text-indent: 0;
	z-index: 50;
}

.popup a:hover div{
	display: block;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: 0px none #FFFFFF;
	top: -13px;
	padding: 10px;
	color: #1C4489;
}
img{
	border-width: 0;
}
.designBox {
	background-color: #E9F1F9;
	border: 1px solid #BFD5ED;
}
