@font-face {
	font-family: "Futura Medium Condensed";
	src: url(/futuramc.ttf) format(truetype);
}
html {
	width: 100%;
}
html.hasflash #content h1 {
	visibility: hidden;
}
h1, h2, h3 {
	font-family: "Futura Medium Condensed", Arial, Helvetica, sans-serif;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url("images/foam-texture.png");
	background-repeat: repeat;
	background-position: left top;
	width: 95%;
	text-align: center;
	font-size: 11pt;
}
input, textarea {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 107%;
    padding: 2px;
    color: #333;
    overflow: auto;
}
.sidebar {
	font-size: smaller;
	text-align: left;
	float: right;
	clear: right;
	width: 150px;
	margin: 0px 9px 20px 0px;
	border: 4px solid white;
	background-color: black;
	color: white;
}
.sidebar ul{
	margin: 0px 0px 0px 15px;
	padding: 0;
}
.sidebar a:link {
	color: white;
}
.sidebar a:visited {
	color: white;
}
#center {
	background: black; /*url("images/title-banner2.jpg") no-repeat left top;*/
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: left;
	line-height: 150%;
	border: 5px solid white;
}
#logo {
	background: url("images/logo-idea3.png") top right no-repeat;
	display: block;
	height: 89px;
	width: 186px;
	float: right;
}
#nav_bar {
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 110px 0px 0px 0px;
	border-left: 1px solid black;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#nav_bar ul {
	margin: 0;
	padding: 0px 0px 0px 16px;
	border: 0px none black;
	list-style: none;
}
#nav_bar li {
	float: left;
	/*background: url("images/angle-tab-left.gif") no-repeat left top;*/
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px -8px;
	background-color: transparent;
}
#nav_bar a {
	display: block;
	color: #ccc;
	/*background: url("images/angle-tab-right.gif") no-repeat right top;*/
	padding: 4px 20px 4px 5px;
	text-decoration: none;
}
#nav_bar li:hover a {
	color: white;
}
#nav_bar #current {
	background: url("images/angle-tab-on-left.gif") no-repeat left top;
	margin: 0px 0px 0px -16px;
	font-weight: bolder;
}
#nav_bar #current a {
	color: black;
	margin: 0px 0px 0px 8px;
	background: url("images/angle-tab-on-right.gif") no-repeat right top;
}
#nav_bar #left_hand {
	/*background: url("images/angle-tab-lh-left.gif") no-repeat left top;*/
	margin: 0px 0px 0px -16px;
}
#nav_bar #left_hand a {
	margin: 0px 0px 0px 7px;
}
#mainbody {
	clear: left;
	color: black;
	background: white url("images/mixer-drawing.jpg") no-repeat left top;
	margin: 0;
	padding: 0;
	width: 638px;
	border-top: 1px solid #9cf;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid white;
}
#mainbody a:link {
	color: black;
}
#mainbody a:visited {
	color: black;
}
#content {
	color: black;
	padding: 0;
	margin: 15px 5px 20px 130px;
	width: 498px;
}
#content .image {
	float: right;
	margin: 5px;
	padding: 0;
	text-align: center;
	font-size: smaller;
}
.image img {
	border: 1px solid black;
}
#footer {
	font-size: smaller;
	text-align: center;
	clear: left;
	color: #ccc;
	background-color: #000;
	margin: 0;
	border-top: 1px dashed white;
	padding: 3px 0px 7px 0px;
}
#footer a:link,#footer a:visited {
	color: #ccc;
}
.form_field {
	font-weight: bolder;
}
.form_error {
	border: 1px solid red;
}
.err_msg {
	color: red;
	margin: 5px 0px;
}
.hr {
	clear: both;
	width: 100%;
	margin: 1em 0em;
	border-top: 1px dashed black;
}

#topic {
	margin: 16px 0px;
	padding: 0;
	list-style: none;
}
#topic li{
	font-size: smaller;
	display: block;
	height: auto;
	width: 115px;
	float: left;
	clear: left;
	border: none;
	margin: 3px 0px;
}
#topic a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2px 0px 2px 6px;
	background: url("images/transp1.png") repeat left top;
	text-decoration: none;
}
#topic a:link {
	color: white;
}
#topic a:hover {
	background: url("images/transp3.png") repeat left top;
}
#topic a:visited {
	color: white;
}
#topic #current a{
	background: url("images/transp3.png") repeat left top;
}
#topic img {
	border: none;
}
dt {
	font-weight: bolder;
}
.client_img {
	width: 150px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}
#content .client_img a {
	padding-bottom: 1px;
}
.gallery_thumb {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: smaller;
}
#content .gallery_thumb a {
	padding-bottom: 1px;
}
.spacer {
	clear: both;
}
#content li {
	list-style-image: url(images/bullet.png);
}
#content a {
	/*display: block;*/
	text-decoration: none;
	/*background-image: url(images/transp2.png);*/
	background-repeat: repeat;
	background-position: left top;
	border-bottom: 1px dotted #666;
}
#content a:hover {
	border-bottom: 1px solid black;
}
#content a img {
	border-style: none;
}
h1 {
	
}
