*{
	font-family: Cuprum, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	background-image: url(../images/texture_03.jpg);
	background-attachment: fixed;
}
.portfolio {
	margin-right: auto;
	margin-left: auto;
	width: 956px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.portfolio .page img {
}
.portfolio .page {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	height: 450px;
	width: 446px;
	padding: 16px;
	float: left;
}
div.copyrights{
	position: fixed;
	margin: 0;
	width: 100%;
	padding: 0px 0px;
	overflow: hidden;
	text-align: center;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	height: 20px;
	font: 12px/20px Arial;
	text-shadow: black 1px 1px 2px;
	font-variant: small-caps;
}
div.navigation {
	position: fixed;
	background-color: #000;
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
	overflow: auto;
	text-align: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	left: 0px;
	bottom: 20px;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	opacity: 1;
}
ul.navigation {
	white-space: nowrap;
    margin: 0px 10px;
}
ul.navigation li{
	display: inline-block;
}
div.navigation img {
	margin: 5px;
	background: #000;
    -webkit-box-shadow: 0px 0px 10px #222;
    -moz-box-shadow: 0px 0px 10px #222;
	box-shadow: 0px 0px 10px #222;
	opacity: 1;
}
div.navigation a {
	display: block;
}
div.navigation a img{
	border: 1px solid #222;
}
div.navigation a:hover img{
	border: 1px solif #FFF;
    -webkit-box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}

#order {
	position: fixed;
	top: 10px;
	right: 0;
	height: 217px;
	width: 180px;
	text-shadow: 2px 2px 2px #000;
	font-size: 36px;
	line-height: 60px;
}
#order a {
	background-image: url(/_service_3/images/order.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 217px;
	width: 180px;
	text-decoration: none;
	color: #FFFFFF;
}
#order a:hover {
	background-image: url(/_service_3/images/order_on.png);
	text-decoration: underline;
}
#order a span{
	display:block;
	position: relative;
	top: 125px;
	text-align: center;
}
#order a:hover span {
}