/*
 * CSS file for binzsolutions.co.nz website.
 *
 * For screen view with image and CSS2 support
 *
 * Created by Francis Park
 * Version : 1.6
 * Last modified : 27 Apr 2006
 *
 * Send e-mail to francis@binzsolutions.co.nz for any enquiries
 * regarding this file.
 * Copyright 2004-2006 BINZ Solutions Ltd. All Rights Reserved.
 */







/** Divides centre-column into four vertical sections.
 ** Image-Main, Menu-Main, Contents and Footer.
 **
 ** All other columns are configured in global file.
 **/
#td_image_main {
  width: 766px;
  height:169px;
  background-image: url(../images/main_image.gif);
  background-repeat: no-repeat;
}

#td_menu_main {
  width: 766px;
  height: 46px;
  background: #000000;
}


#td_contents {
  width: 766px;
  height: 479px;
  border-top: 1px #4D4D4D solid;
}

#td_footer {
  width: 766px;
  height: 35px;
  background: #000000;
}











/* Contents Area Structures *******************************/

#table_contents {
  width: 766px;
  height: 479px;
}

#td_contents_top_left {
  height: 196px;
  background-color: #2F2F2F;
}

#td_contents_top_right {
  height: 196px;
  background-color: #2F2F2F;
}

#td_contents_bottom_left {
  height: 283px;
  background: #e9e9e9 url(../images/corner_left.gif) no-repeat left 100%;
  color: #444444;
}


#td_contents_bottom_right {
  height: 283px;
  background: #ffffff url(../images/corner_right.gif) no-repeat right 100%;
  color: #282828;
}

/** Specifies contents table left column width */
.left {
  width: 405px;
}

/** Specifies contents table right column width */
.right {
  width: 361px;
}









/* Contents ************************************************/

.contents {
  position: relative;
  top: 25px;
  left: 40px;
}

.small_contents {
  position: relative;
  top: 25px;
  left: 25px;
}

#welcome {
  width: 340px;
  height: 140px;
  padding-right: 24px;
  border-right: 1px #4D4D4D solid;
}

#latest_work {
  width: 330px;
  height: 100px;
}

#screenshots {
  width: 100%;
  height: 100%;
}

	#screenshot_image1, #screenshot_image2 {
	  
	}
	
	#screenshot_text1, #screenshot_text2 {
	  padding-left: 2px;
	  padding-top: 5px;
	  font-weight: bold;
	}

#our_approach {
  width: 340px;
}

#recruitment {
  width: 315px;
}

#binz_projects {
  top: 45px;
  width: 315px;
}

#binz_projects a {
 color: #282828;
}


