body {
  text-align: center;
  background: #0e0e0e url(../images/background.jpg) repeat-x top center;
}

#container {
  margin: 0 auto;
  width: 967px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

/* HEADER *********************************************************************/
/******************************************************************************/

#head_container {
  float: left;
  margin: 24px 0 0 0;
  width: 967px;
  height: 42px;
  background: url(../images/header_back.png) repeat-x;
}

#contact {
  float: right;
  font: normal 11px Myriad, "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
  color: #a0a0a0;
  margin: 0;
  padding: 0 12px;
/*  background: url(../images/arrow.png) left center no-repeat; */
}

#contact a {
  color: #51ab31;
  text-decoration: none;
  line-height: 20px;
}

#contact a:hover {
  border-bottom: 2px solid #51ab31;
}


/* LOGO ***********************************************************************/
/******************************************************************************/

#logo a {
    float: left;
	width: 967px;
	height: 151px;
	margin-top: 20px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat 0 0;
}

/* ABOUT **********************************************************************/
/******************************************************************************/

#aboutme {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  font: normal 13px Myriad, "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
  color: #a0a0a0;
  padding-top: 300px;  
}
#aboutme h2 {
  font: bold 20px Myriad, "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
#aboutme p {
  margin-top: 5px;
  line-height:150%;
}

/* PORTFOLIO ******************************************************************/
/******************************************************************************/


#showcase_cont {
  float: left;
  margin: 118px 0 0 0;
  padding: 0 0 140px 0;
}
html>body #showcase_cont {
  margin: 57px 0 1px 0;
  #margin: 137px 0 3px 0;
  padding: 15px 0 140px 0;
}

.separator1 {
  float: left;
  margin: 0;
  width: 967px;
  height: 1px;
  display: block;
  background: url(../images/separator1.png) bottom no-repeat;
}

.showcase {
	width: 968px;
	float: left; 
}
.showcase ul {
	list-style: none;
}	
.showcase ul li {
	display: inline;
	float: left;
	height: 140px;
	margin: 1px 1px 0 0;
	width: 241px;
}
.showcase ul li a:hover {
  cursor: pointer;
}
#showcase_cont .showcase ul li a {
  display:block;
  /* text-indent:-9999px;  */
  height: 140px;  
  width: 241px;  
}
.showcase ul li#item_01 {background: url(../images/r01c01_over.jpg);}
.showcase ul li#item_02 {background: url(../images/r01c02_over.jpg);}
.showcase ul li#item_03 {background: url(../images/r01c03_over.jpg);}
.showcase ul li#item_04 {background: url(../images/r01c04_over.jpg);}

.separator2 {
  float: left;
  margin: 1px 0 0 0;
  width: 967px;
  height: 1px;
  display: block;
  background: url(../images/separator2.png) top no-repeat;
}


/* ITEM DETAIL*****************************************************************/
/******************************************************************************/

#get_inside {
  position: absolute;
  width: 967px;
  /* margin: 1248px 0 0 0; */
  top: 1248px;
  left: 0;
  text-align: center;
}

.works_cont {
  float: left;
  padding: 12px 0 110px 0;
  #padding: 109px 0 0 0;
}
html>body .works_cont {
  margin: 1px 0 0 0;
  #margin: 0px;
}

.goback {
  background: url(../images/back-to-top.png) no-repeat;
  width: 227px;
  height: 21px;
  float: right;
  display: block;
  font: normal 11px Myriad, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #aba6a6;
  padding: 6px 0 0 14px;
  text-decoration: none;
}

.work_title {
  float: left;
  display: block;
  width: 967px;
  height: 138px;  
}

.works_cont#work_01 .work_title { background: url(../images/grid_01_title.png) no-repeat ; }
.works_cont#work_02 .work_title { background: url(../images/grid_02_title.png) no-repeat ; }
.works_cont#work_03 .work_title { background: url(../images/grid_03_title.png) no-repeat ; }
.works_cont#work_04 .work_title { background: url(../images/grid_04_title.png) no-repeat ; }

/* FOOTER *********************************************************************/
/******************************************************************************/

#footer {
  float: right;
  padding: 15px 0 0 17px; /* IE6 only */
  font: 11px normal Myriad, "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
  width: 967px;
  display: block;
  color: #787878;
}
html>body #footer {padding: 0 0 10px 17px;}
#footer p {
  float: right;
  padding-top: 15px;
}