/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
	padding-top: 25px;
}

/** HEADER */
#header_icons{
 	width: 1100px;
	margin: 0px auto;
	text-align: right;
	padding-right: 15px;
}
#header {
	width: 1100px;
	height: 125px;
	margin: 0px auto;
}

/** LOGO */
#logo {
	float: left;
	width: 410px;
	height: 125px;
	/*background: url(images/homepage04-empty.jpg) no-repeat left top;*/
	background: url(images/homepage04-250.jpg) no-repeat left top;
}
#logo a {
 text-decoration: none;
}
#logo h1, #logo h2 {
	position:relative;
	top: 49px;
	left: 75px;
	font-weight: normal;
	width: 150px;
	/*display: none;*/
}
#logo h1 {
	font-size:24px;
	line-height:26px;
	color: black;
}
#logo h2 {
	font-size: 11px;
	letter-spacing:0.4px;
	color: #A0A0A0;
}

/** SEARCH */
#search {
	float: right;
	width: 308px;
	height: 70px;
	padding: 55px 0px 0px 150px;
	background: url(images/homepage05.jpg) no-repeat right top;
	text-align:right;
}
#software_engineering {
	padding-right: 20px;
	font-size: 20px;
	color: white;
	letter-spacing:0.5px;
	position: relative;
	top: -5px;
}

/**HEADER TEXT */
#header_text {
  position:relative;
  top: -115px;
  left: 240px;
  text-align: left;
}
#header_text h1 {
  margin-top:0px;
  color: #FFE800;
  font-size: 20px;
  font-weight: normal;
  line-height:20px;
}
#header_text h2 {
  margin-bottom: 0px;
  color: white;
  font-size: 12px;
  letter-spacing:-0.0px;
  line-height:12px;
}

/** MENU */
#menu {
  font-size: 11px;
	height: 250px;
	padding: 17px 0px 0px 30px; 
  letter-spacing:normal;
  line-height: normal;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: block;
	/*height: 30px;*/
	padding: 0px 0px 0px 28px;
	background: url(images/homepage08.gif) no-repeat left 8px;
	/*background:	url(images/homepage17.gif) no-repeat left 15px;*/
}

#menu a {
	display: block;
	/*width: 211px;*/
	width: 161px;
	height: 20px;
	padding: 10px 0px 0px 3px;
	background: url(images/homepage09.gif) repeat-x left bottom;
	text-decoration: none;
	color: #3a3a3a;
}
#menu ul li ul li{
  background: url(images/homepage17.gif) no-repeat left 15px;
}
#menu ul li ul li a
{
  width: 133px;  
}

#menu a:hover{
  text-decoration: underline;
}

/** LOGIN */

#login {
	padding: 25px 0px 0px 35px;
}

/** CONTENT */

#content {
	width: 1100px;
	margin: 0px auto;
}

#left {
	float: left;
	/*width: 300px;*/
	width: 250px;
	padding: 0px 0px 0px 40px;
	/*background: url(images/homepage10.jpg) no-repeat left top;*/
}

#right {
	float: right;
	/*width: 515px; for 868 (original)*/
	/*width: 637px; for 990 */
	/*width: 747px;*/ /*for 1100*/
	width: 797px; /*for 250-1100*/
	padding: 0px 13px 0px 0px;
}

/** FOOTER */

#footer {
	width: 1100px;
	margin: 0px auto;
	padding: 25px 0px;
	/*background: url(images/homepage18.jpg) no-repeat left top;*/
  background: url(images/homepage18-1100.jpg) no-repeat left top;
}

/** BOX1 */

#box1 {
	padding: 30px 0px 0px 0px;
	text-align: center;
}

/** BOX2 */

#box2 {
	padding-bottom: 10px;
	width: 515px;
	height: 209px;
	
}
#box2.guy_image {
	background: url(images/homepage12-empty.jpg) no-repeat left top;
}
#guy_image_text {
	position: relative;
	text-align: right;
	top: 72px;
	right: 13px;
	width: 215px;
}
#guy_image_text h1 {
	margin-top:0px;
	color: #FFE800;
	font-size: 20px;
	font-weight: normal;
	line-height:20px;
}
#guy_image_text h2 {
	margin-bottom: 0px;
	color: white;
	font-size: 12px;
	letter-spacing:-0.0px;
	line-height:12px;
}
/** BOX3 */

#box3 {
	padding: 25px 30px 20px 25px;
}

/** BLOG */
h2.blog_side {
  margin-top:15px;  
}
.meta, .feedback {
  font-size: 11px;
}
