body{
	background:#41513f;
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#cbd3ca;
}
img{border-style:none;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
/* wrapper */
#wrapper{
	background: url(../images/bg-body.jpg) repeat;
	margin:0 auto;
	width:960px;
	height: 780px;
	position: relative;
}
/* content */
#content{
	background: url(../images/laptop.jpg) no-repeat 29px 100%;
	width: 100%;
	overflow: hidden;
}
/* main */
.main{
	display: inline;
	width: 698px;
	float: left;
	overflow: hidden;
	position: relative;
	height: 670px;
	margin: 0 0 0 29px;
}
.main h1{
	margin: 0;
}
/* logo */
.main h1 a{
	background:url(../images/logo.png) no-repeat;
	margin:38px 0 0 61px;
	text-indent:-9999px;
	display:block;
	width:577px;
	height:59px;
	overflow:hidden;
}
.main h1 a:focus{
	outline: none;
}
.main .desc{
	margin: 0;
	font-size: 24px;
	line-height: 50px;
	color:#ced4cf;
	text-align: right;
	word-spacing: -2px;
}
/* content area */
.content-area{
	background: url(../images/bg-content.jpg) no-repeat;
	width: 612px;
	height: 397px;
	overflow: hidden;
	position: absolute;
	top: 170px;
	left: 68px;
}

#image-viewer{
	margin-top: 13px;
	
}

/* sidebar */
.sidebar{
	width: 222px;
	overflow: hidden;
	float: right;
}
.designs-image{
	width: 100%;
	overflow: hidden;
	margin: 28px 0 0;
}
.designs-image img{
	display: block;
}
/* sidebar menu start*/
.sidebar ul{
	margin: 33px 0 0 14px;
	padding: 0;
	list-style: none;
	font-size: 19px;
	width: 180px;
	overflow: hidden;
}
.sidebar ul a{
	background: url(../images/bg-menu.jpg) no-repeat;
	color: #c5c6c0;
	display: block;
	height: 31px;
	padding: 7px 0 2px 26px;
	line-height: 23px;
}
.sidebar li{
	margin: 0 0 24px;
	width: 100%;
	overflow: hidden;
}
.sidebar ul a:hover{
	text-decoration: none;
	background-position: 0 -40px;
	color: #657057;
}
.sidebar ul a.hand-created-graphics{
	background: url(../images/bg-hand-created-graphics.jpg) no-repeat;
	height: 48px;
	padding: 4px 0 5px 26px;
}
.sidebar ul a.hand-created-graphics:hover{
	background-position: 0 -57px;
}
.sidebar ul a.digitally-designed-graphics{
	background: url(../images/bg-digitally-graphics.jpg) no-repeat;
	height: 77px;
	padding: 6px 0 3px 25px;
	word-spacing: 4px;
}
.sidebar ul a.digitally-designed-graphics:hover{
	background-position: 0 -85px;
}
/* sidebar menu end*/
/* footer */
#footer{
	width:100%;
	overflow: hidden;
	line-height: 56px;
	background: #888f7b;
	border-top: 1px solid #707965;
	height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* footer menu */
#footer ul{
	margin:0 0 0 62px;
	padding:0;
	list-style:none;
	font-size:14px;
	overflow: hidden;
	width: 966px;
	word-spacing: -1px;
}
#footer li{
	float: left;
	margin: 0 74px 0 0;
}
#footer li a{
	color:#cbd3ca;
}
#footer li.copy a{
	font-size: 12px;
}
#footer li a:hover{
	color:#abc6a6;
	text-decoration: none;
}