/* Tags */

body{
	font-family:Verdana;
	font-size:11px;
	background-repeat:repeat;
	background-position:absolute;
	top:0px;
}

img {
	border:0px none;
}

a {
	text-decoration: none;
}

a:link { color:#817d70; }
a:visited { color: #817d70; }
a:hover { color:#534e3d; }
a:active { color:#817d70; }

/* Classes */

.main {
	position: relative;
	background-color:#FFFFFF;
	width:990px;
	min-height:400px;
	margin:60px auto 0px;
	z-index:2;
	padding: 20px;
}

.home_button {
	position:relative;
	float:left;
	margin-right:50px;
	width:160px;
	height:30px;
	z-index:3;
	
}

.nav-decoration {
	position:relative;
	background-repeat:repeat-x;
	height:2px;
	width:990px;
	margin-top:60px;
	margin-bottom:25px;
	z-index:3;	
}

.nav {
	position:relative;
	float:left;
	height:30px;
	width:780px;
	z-index:4;
}

.nav-item {
	position:relative;
	float:left;
}

.nav-decoration {
	background-image:url(http://smalldesign.biz/media/site/about-nav-decoration.jpg);
}

.header-featured {
	background-image:url(http://smalldesign.biz/media/site/featured-nav-decoration.jpg);
}

.header-web {
	background-image:url(http://smalldesign.biz/media/site/web-nav-decoration.jpg);
}

.header-motion {
	background-image:url(http://smalldesign.biz/media/site/motion-nav-decoration.jpg);
}

.header-print {
	background-image:url(http://smalldesign.biz/media/site/print-nav-decoration.jpg);
}

.header-environment {
	background-image:url(http://smalldesign.biz/media/site/objects-nav-decoration.jpg);
}

.header-about {
	background-image:url(http://smalldesign.biz/media/site/about-nav-decoration.jpg);
}

.content-description {
	background-image:url(http://smalldesign.biz/media/site/fleur_bg-tiny.jpg);
}

.footer-featured {
	background-image:url(http://smalldesign.biz/media/site/featured-footer-tiny.jpg);
}

.footer-web {
	background-image:url(http://smalldesign.biz/media/site/web-footer-tiny.jpg);
}

.footer-motion {
	background-image:url(http://smalldesign.biz/media/site/motion-footer-tiny.jpg);
}

.footer-print {
	background-image:url(http://smalldesign.biz/media/site/print-footer-tiny.jpg);
}

.footer-environment {
	background-image:url(http://smalldesign.biz/media/site/objects-footer-tiny.jpg);
}

.footer-about {
	background-image:url(http://smalldesign.biz/media/site/about-footer-tiny.jpg);
}

.list-featured {
	position:relative;
	float:left;
	width:310px;
	margin-left:10px;
	margin-right:10px;
}

.list-featured img {
	margin-bottom: 10px;
}

.content {
	position:relative;
	z-index:3;
}

.content-description {
	position:absolute;
	top:0px;
	right:0px;
	background-repeat:repeat;	
	width:370px;
	height:100%;
	font-size:10px;
	z-index:3;
	padding:10px;

}

.footer {
	position:relative;
	margin-top:30px;
	background-color:#FFFFFF;
	color:#817d70;
	background-repeat:repeat-x;
	font-size:10px;
	z-index:2;
	height:100px;
	width:990px;
}

.footer-left {
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.footer-right {
	position: absolute;
	bottom: 10px;
	right: 0px;
	text-align: right;
}

.spacer {
	position:relative;
	clear:both;
}

.list-projects {
	position:relative;
	float:left;
	margin-left:13px;
	margin-right:13px;
	margin-bottom:25px;
}

