@charset "utf-8";
/* CSS Document */

#small {
	font-size:0.55em;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color:#FFF;
	font-weight: bold;
}

p+p{
	padding-top: 5px;
}

#products {
  	display: block;
  	width: 92px;
  	height: 92px;
  	background: url(../images/FIX_nav_products.gif) no-repeat 0 0;
}

#profile {
  	display: block;
  	width: 92px;
  	height: 92px;
  	background: url(../images/FIX_nav_profile.gif) no-repeat 0 0;
}

#projects {
  	display: block;
  	width: 92px;
	height: 92px;
	background: url(../images/FIX_nav_projects.gif) no-repeat 0 0;
}

#contact {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../images/FIX_nav_contactroll.gif) no-repeat 0 0;
}

#products:hover, #profile:hover, #projects:hover { 
  background-position: 0 -92px;
}

.main {
   background-color: #f58229;
   width: 737px;
}

.round_lb_top div {
   background: url(../images/round_o_tl.png) no-repeat top left;
}
.round_lb_top {
   background: url(../images/round_o_tr.png) no-repeat top right;
}

.round_lb_bottom div {
   background: url(../images/round_o_bl.png) no-repeat bottom left;
}
.round_lb_bottom {
   background: url(../images/round_o_br.png) no-repeat bottom right;
}

.round_lb_top div, .roundcornr_lb_top, 
.round_lb_bottom div, .round_lb_bottom {
   width: 100%;
   height: 30px;
}

.round_lb_content {
	padding-left: 60px;
	height: 380px;
}

#contact1 {
	float: left;
	height: 270px;
	width: 140px;
}

#contact2 {
	float:left;
	width: 410px;
	height: 258px;
	padding-left: 50px;
	padding-top: 12px;
}

#contact3 {
	width: 615px;
	float:left;
}
