@charset "iso-8859-1";
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 19px;
	margin-left: 0px;
	margin-right: 0px;
}
a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {color: #316ac5; text-decoration: underline; }
a:hover {color: #000000; text-decoration: underline;}
a:visited {color: #316ac5; text-decoration: underline;}
a:active{color: #316ac5; text-decoration: none}

#wrapper {
	background-color: #ffffff;
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#masthead {
	padding-top: 0px;
	border-bottom: 0px;
}

#content {
	padding: 22px;
}

#backtotop {
	background-color: #efefef;
	width: 100%;
	position:relative;
}

#footer {
	background-color: #fbfbfb;
	border-top:1px solid #0099CC;
	clear: both;
	padding: 10px 20px 20px 10px;
}

#footercontent {
	margin-left: 280px;
	width: 680px;
}

#leftColumn {
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-top: 0px;
}
#rightColumn {
	float: left;
	width: 600px;
	border-top:0px none #0099CC;
	border-right: 0px none #0099CC;
	border-bottom: 1px dashed #0099CC;
	border-left: 1px dashed #0099CC;
	margin-bottom: 20px;
	margin-top: 0px;
}

#rightColumn600 {
	float: left;
	width: 600px;
	border-top:0px none #0099CC;
	border-right: 0px none #0099CC;
	border-bottom: 1px dashed #0099CC;
	border-left: 1px dashed #0099CC;
	margin-bottom: 20px;
	margin-top: 0px;
}

#wideRightColumn {
	float: left;
	width: 740px;
	border-top:0px none #0099CC;
	border-right: 0px none #0099CC;
	border-bottom: 1px dashed #0099CC;
	border-left: 1px dashed #0099CC;
margin-bottom: 20px;
margin-top: 0px;
}

#backtotop {
	background-color: #efefef;
	width: 600px;
}

.greyArea {
	padding: 5px;
	margin-top: 5px;
	background-color: #e6e6e6;
}

.greyArea2 {
	padding: 5px;
	margin-top: 5px;
	background-color: #ffffff;
}

#productimage {
	margin-top: 0px;
	margin-left: 20px;
}

.caption { 
	margin: 5px; 
	padding: 5px; 
	width: 45px; 
	border: solid 0px #E5E5FF; 
	background: #E5F2FF; 
	font-size:90%; 
	color: blue 
} 

.floatedImage {
	border: 1px solid #000000;
	float: right;
	margin: 10px 0px 10px 20px;
}

.floatedImagetTop {
	border: 1px solid #000000;
	float: right;
	margin: 0px 0px 10px 20px;
}
.floatedNoBorder {
	border: 0px solid #000000;
	float: right;
	margin: 0px 0px 10px 20px;
}

.overlap {
    position: relative;           /* establish new containing block */
    width: 500px; height: 270px;  /* must specify width/height */
}
.overlap .nw, .overlap .se, .overlap .w, .overlap .e { position: absolute; }
.overlap .ne, .overlap .sw { position: absolute; }
.overlap .nw {    top: 0; left: 0; z-index: 1; }
.overlap .se { bottom: 0;  right: 0; z-index: 2; }
.overlap .w {left: 0; z-index: 1; }
.overlap .e {right: 0; z-index: 2; }
.overlap .ne {    top: 0; right: 0; z-index: 1; }
.overlap .sw { bottom: 0;  left: 0; z-index: 2; }

.side_by_side{
    position: relative;           /* establish new containing block */
    width: 590px; /* height: 270px; */ /* must specify width/height */
}
.overlap .leftimage { position: absolute; left: 0; z-index: 1; }
.overlap .rightimage { position: absolute; right: 0; z-index: 2;}

.divline{
	background-color: #ffffff;
    	margin-left: 20px;
	height: 17px;
	width: 95%;
	left: 0px;
	border-top: 1px solid #0099CC;
	border-right: 0px none #0099CC;
	border-bottom: 0px none #0099CC;
	border-left: 0px none #0099CC;
}

#dividerline{
	background-color: #ffffff;
	height: 17px;
	width: 95%;
	left: 0px;
	border-top: 1px solid #0099CC;
	border-right: 0px none #0099CC;
	border-bottom: 0px none #0099CC;
	border-left: 0px none #0099CC;
}
