@charset "utf-8";
/* The Identity Guys */

a img {border: none; }

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background: #000000;
	text-align: center;
	}
	
#copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 200px;
	left: -100px;
	}

#wrapper {		
	width: 760px;
	height: 50px;
	margin: auto;
	text-align: left;
	margin-top: 30px;
	}
	
#left_bg {
	background: url(../images/left_top.png) no-repeat;
	width: 284px;
	height: 268px;
	float: left;
	}
	
#left_module {
	background: #FFFFFF url(../images/logo.png) no-repeat top;
	width: 226px;
	height: 268px;
	position: relative;
	left: 75px;
	top: 30px;
	}
	
#business {
	background: url(../images/business.png) no-repeat;
	width: 416px;
	height: 76px;
	position: relative;
	left: 75px;
	top: -60px;
	}
	
#lime {
	background: #FFFFFF url(../images/lime1.jpg) no-repeat center;
	width: 226px;
	height: 133px;
	position: relative;
	left: 75px;
	top: -50px;
	}
	
#right_module {
	background: url(../images/right_module.png) no-repeat;
	width: 225px;
	height: 397px;
	position: relative;
	float: left;
	bottom: 215px;
	}
	
/*#guy {
	background: url(../images/guy.png) no-repeat center;
	width: 241px;
	height: 337px;
	float: left;
	position: relative;
	left: 120px;
	top: -175px;
	z-index: -1;
	}*/

#lime2 {
	background: url(../images/lime2.jpg) no-repeat center;
	width: 195px;
	height: 76px;
	float: left;
	position: relative;
	left: 10px;
	top: 35px;
	}
	
#lime3 {
	background: url(../images/lime3.jpg) no-repeat center;
	width: 195px;
	height: 162px;
	float: left;
	position: relative;
	left: 10px;
	top: 135px;
	}
	
#lime4 {
	background: url(../images/lime4.jpg) no-repeat center;
	width: 205px;
	height: 155px;
	float: left;
	position: relative;
	left: 10px;
	top: 115px;
	}
	
#lime_bullet {
	list-style-image: url(../images/bullet_lime.png);
	padding-left: 75px;
	margin-top: 50px;
	}
	
#right_bg {
	background: url(../images/bottom_right.png) no-repeat;
	width: 284px;
	height: 268px;
	float: right;
	position: relative;
	top: 250px;
	left: 15px;
	}
	
#content {
	margin: 15px 15px 15px 15px;
	font-size: 11px;
	}
	
#nav {
	clear: both;
	position: relative;
	left: 481px;
	bottom: 270px;
	}

#main_nav {
      float: left;
      font-size: 12px;
      line-height: normal;
      }
    
#main_nav ul {
	  margin: 5px 5px 5px 5px;
	  padding: 5px;
	  list-style: none;
      }
    
#main_nav li {
      display: inline;
      margin: 0;
      padding: 0;
      }
    
#main_nav a {
      float: left;
      background: url(../images/nav_bg.png) repeat;
      margin: 0;
      padding: 0px;
      text-decoration: none;
      }
    
#main_nav a span {
      float: left;
      display: block;
      padding: 5px 5px 5px 5px;
      color: #000000;
	  font-weight: bold;
      }
    
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    
#main_nav a span {
	float: none;
	}
    /* End IE5-Mac hack */
    
#main_nav a:hover span {
	color: #666666;
	font-weight: bold;
	}
	
#port_nav a {
       text-decoration: none;
	   font-size: small;
	   color: #000000;
      }
	  
#port_nav a:hover {
       text-decoration: none;
	   color: #666666;
      }

/* Validation code colors \*/
.validation	{
	color: #FF0000;
	font-size: 9px;
	}
	
/* Contact Form colors \*/
.text_field {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/nav_bg.png);
	border-bottom: #CCCCCC 2px;
	border-top: #CCCCCC 2px;
	border-left: #CCCCCC 2px;
	border-right: #CCCCCC 2px;
	padding-left: 5px;
	font-size: small;
	}
	
.submit_btn {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background: #333333;
	font-size: small;
	color: #FFFFFF;
	}
	
.drop_menu {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: small;
	color: #000000;
	}
	
/* Image Gallery \*/

#thumb a {
	border: 1px;
	background: #999999;
	height: 40px;
	display: block;
	width: 70px;
	margin-bottom: 5px;
	}

#thumb a:hover {
	background: url(../images/nav_bg.png);
	}