﻿.clear {
	clear: both;
	width:100px;
}
.allcube {
	height: 280px;
	margin: 0px;
	padding: 0px;
	
}
.cubeWrap {
	width: 118px;
	height: 150px;
	font-size: 70%;
	text-align: center;
	float: left;
	font-weight: bold;
	margin:0px;
	padding:0px;
	
}
.cubeWrap a:visited {
	color: #b2935c;
	text-decoration: none;
}
.cubeWrap a {
	color: #b2935c;
	text-decoration: none;
}
.cubeWrap a:hover {
	color: #1b3058;
text-decoration: none;
}
/*-------------*/
.cube {
	width: 100px;
	height: 100px;
	margin: 5px 5px 0px 5px;
	padding: 2px;
}
.cube img {
	border: 0px;
}
.one, .two, .three, .four, .five, .six, .one:hover, .two:hover, .three:hover, .four:hover, .five:hover, .six:hover {
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #b2935c;
}
.one:hover, .two:hover, .three:hover, .four:hover, .five:hover, .six:hover {
	border: 2px solid #1b3058;
}
.one {
	background-image: url('/siteImages/homePage/1.gif');
}
/*.one:hover {
	background-image: url('/siteImages/homePage/1a.gif');
}
.two {
	background-image: url('/siteImages/homePage/2.gif');
}
.two:hover {
	background-image: url('/siteImages/homePage/2a.gif');
}
.three {
	background-image: url('/siteImages/homePage/3.gif');
}
.three:hover {
	background-image: url('/siteImages/homePage/3a.gif');
}*/
.one {
	background-image: url('/siteImages/homePage/Choicessmallbw.jpg');
}
.one:hover {
	background-image: url('/siteImages/homePage/Choicessmallcolor.jpg');
}
.two {
	background-image: url('/siteImages/homePage/8.gif');
}
.two:hover {
	background-image: url('/siteImages/homePage/8a.gif');
}
.three {
	background-image: url('/siteImages/homePage/9.gif');
}
.three:hover {
	background-image: url('/siteImages/homePage/9a.gif');
}
.four {
	background-image: url('/siteImages/homePage/4.gif');
}
.four:hover {
	background-image: url('/siteImages/homePage/4a.gif');
}
.five {
	background-image: url('/siteImages/homePage/5.gif');
}
.five:hover {
	background-image: url('/siteImages/homePage/5a.gif');
}
/*.six {
	background-image: url('/siteImages/homePage/6.gif');
}
.six:hover {
	background-image: url('/siteImages/homePage/6a.gif');
}*/
.six {
	background-image: url('/siteImages/homePage/10.gif');
}
.six:hover {
	background-image: url('/siteImages/homePage/10a.gif');
}
