* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

@font-face {
  font-family: "LetterGothicStd";
  src: url(../fonts/LetterGothicStd.otf) format("opentype");
}

body {
	background: url(../../assets/images/background.jpg) top left repeat-x;
}

#container {
	width: 3145px;
	margin: 25px;
}

#containerdesign {
	width: 21865px;
	margin: 25px;
}

.cell {
	margin: 0px;
	float: left;
}

.frame {
	width: 1040px;
}

.over {
	position: absolute;
	top: -5000px;
	left: 0px;
	width: 150px;
	padding: 10px 9px 6px 5px;
	font-size: 11px;
	font-family: "LetterGothicStd", verdana, sans-serif;
	text-transform: uppercase;
	text-align: right;
	color: #ffffff;
	background: #333333 url(../../assets/images/background.jpg) bottom left repeat-x;
	border: 1px solid #999999;
	border-top: 0px;
	border-left: 0px;
	float: left;
}

.over span {
	display: block;
	font-size: 30px;
	text-align: left;
	line-height: 24px;
	color: red;
}

.roll {
	position: relative;
}

.roll:hover .over {
	top: 0px;	
}

.frame img {
	float: left;
}

.top-shadow {
	width: 1040px;
	height: 20px;
	background: url(../../assets/images/top-shadow.png) bottom left repeat-x;
}

.bottom-shadow {
	width: 1040px;
	height: 20px;
	background: url(../../assets/images/bottom-shadow.png) top left repeat-x;
}

.left-shadow {
	width: 20px;
	height: 500px;
	background: url(../../assets/images/left-shadow.png) top right repeat-y;
	float: left;
}

.right-shadow {
	width: 20px;
	height: 500px;
	background: url(../../assets/images/right-shadow.png) top left repeat-y;
	float: left;
}

.arrows {
	width: 1000px;
	height: 30px;
	margin: 0 20px 0 20px;
	background: url(../../assets/images/arrows2.png) top left no-repeat;
}

a, a:visited {
	text-decoration: none;
	color: #959898;
}

a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
}

ul {
	margin: 20px 0 0 20px;
	list-style-type: none;
	font-family: "LetterGothicStd", verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

li {
	margin: 0 65px 0 0;
	float: left;
}

.one {
	color: #216c7f;
}

.two {
	color: #88451a;
}

.three {
	color: #658d4c;
}

.white {
	color: #959898;
}







