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

body {
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.frcl {
	float:right;
	clear:both;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#container {
	line-height: 0px;
	text-align: left;
	
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#topbanner {
	height: 135px;
	width: 920px;
}
.designlink {
	position: relative;
	left: 800px;
	top: 120px;
}
#tban_tr {
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 63px;
	width: 318px;
	overflow: hidden;
	display: block;

}
#tban_tr ul {
	margin-top: 0px;    /* gets rid of space at the top */
  	margin-left: 0px;  /* gets rid of extra space to the left  (IE) */
  	padding-left: 0px;  /* gets rid of extra space to the left  (Firefox) */
 	margin-bottom: 0px; /* gets rid of space at the bottom */

}

#tban_tr li {
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
	display: block;
	height: 63px;
	width: 318px;

}


#tban_tr li:hover {
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -63px;
	height: 63px;
	width: 318px;
	overflow: hidden;
	display: block;
}
#tban_tr a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 128px;
	padding-left: 190px;
	padding-top: 35px;
	line-height:1em;
}


#tban_bl a {
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 1px -72px;
	height: 72px;
	width: 61px;
	overflow: hidden;
	display: block;
}
#tban_bl a:hover {
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	height: 72px;
	width: 61px;
	overflow: hidden;
	display: block;
}



#tban_br {
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 252px;
	display:block;
	padding-left:5px;
	
	
}
#tban_br a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	background-image: url(../images/topmenu_separator.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	height: 57px;
	width: auto;
	margin-right: 12px;
	padding-left: 12px;
	line-height:3.7em;
	display:block;
	float:left;
	

}
#tban_br a:hover {
	color: #666;
	text-decoration: none;
	
}
#left_column {
	float: left;
	width: 592px;
	line-height: 2.5em;
}
#right_column {
	float: left;
	width: 326px;
	line-height: 2.5em;
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
#footer {
	text-align: center;
	line-height:normal;
	display: block;
	height: 30px;
	width:592px;
	float:left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #36F;
	text-decoration: none;
}
