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

ul {
	margin:0 0 0 15px;;
	padding:0;
}

a {
	color:#CC6600;
	font-weight:bold;
}

body {
	margin:0;
	padding:0;
	background-color:#e89502;
	background-image:url(../images/bgrd_.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.4;
}

h1{
	margin-bottom:0px;
}

h2{
	font-size:16px;
	color:#CC6600;
	margin-bottom:5px;
}

h3 {
	font-size:14px;
	color:#000;
	margin:0 0 0 0;
	font-weight:bold;
}

p{
	margin:0 0 7px 0;
	}

br{
	margin-top:-11px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding:0px;
}

/*########  Nav  ########*/
#menu {
	float:right;
	width: 627px;
	height: 100px;
	margin: 0 0 0 0;
	background-image:url(../images/subpages/menu_base.jpg);
	background-repeat:no-repeat;
	padding-right:28px;
}
#menu ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#menu ul li {
		float: left;
		height: 100px;
		margin: 0;
		padding: 0;
	}
	#menu a {
		display: block;
		height: 100px;
		text-indent: -9999px;
		overflow: hidden;
	}
a.company {
	width: 108px;
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat 0 0;
}
a.company:hover {
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat 0 -100px;
}
a.news {
	width: 71px;
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -108px 0;
}
a.news:hover {
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -108px -100px;
}
a.partners {
	width: 177px;
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -179px 0;
}
a.partners:hover {
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -179px -100px;
}
a.solutions {
	width: 108px;
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -356px 0;
}
a.solutions:hover {
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -356px -100px;
}
a.space {
	cursor:default;
	width: 70px;
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -464px 0;
}
a.space:hover {
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -464px -100px; /* Throw in joke here maybe... */
}
a.contact {
	width: 93px;
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -534px 0;
}
a.contact:hover {
	background: transparent url(../images/subpages/menu_base.jpg) no-repeat -534px -100px;
}
/*########  NAV  ########*/

#topBanner {
}

#banner {
	padding:0;
	margin:0 0 -3px 0;
	_margin:0 0 0 0;
	border:0;
}


#contentBase {
	width:858px;
	margin:0 0 0 61px;
	background-color:#FFFFFF;
	padding:0; /*  Top-Right-Bottom-Left  */
}

#columnLeft{
	float:left;
	width:160px;
	height:200px;
	margin:80px 20px 0 20px;
}

#columnLeft ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
	line-height:24px;
	font-size:15px;
}

#columnLeft ul a{
	text-decoration:none;
}
#columnLeft ul a:hover{
	text-decoration:underline;
}

#columnCenter{
	padding-right:20px;
	width:438px;
	float:left;
}
#columnRight{
	float:left;
	width:200px;
	height:200px;
}
#columnRight a {
	color:FF0000;
}

/*  Contact Page  ******************************/
#map {
	width:300px; 
	height:300px;
	background:transparent;
	filter: alpha(opacity=85); -moz-opacity: .85; 
}

#mapContainer{
	background-image:url(../images/mapBack.jpg);
	padding:8px;
	width:300px;
	height:300px;
	float:right;
	margin:25px 25px; 0 0;
}


.news_title {
	color:#333;
	font-size:16px;
	font-weight:bold;
}

.news_title a{
	color:#333;
	text-decoration:none;
}

.news_date {
	color:#333;
	font-size:10px;
}
.news_quote {
	font-style:italic;
}
.news_url {
	font-size:12px;
	margin:0 0 20px 0;
}

.release_title {
	font-size:14px;
	font-weight:bold;
}

.release_copy {

}

#clearB {
	clear:both;
}

#leftWing{
	background-image:url(../images/wing_left.jpg);
	width:118px;
	height:333px;
	position:absolute;
	float:left;
	margin-top:0;
	margin-left:-118px;
	z-index:10;
	
}
#rightWing{
	clear:left;
	background-image:url(../images/subpages/metranome_rightWing_sub.jpg);
	width:30px;
	height:100px;
	position:absolute;
	margin:0 0 0 950px;
	float:right;
	z-index:11;
	
}

#footer {
	text-align:center;
	font-size:9px;
	color:#FFFFFF;
	width:858px;
	height:27px;
	background-image:url(../images/content_bttm2.jpg);
	background-color:#e89502;
	background-repeat:no-repeat;
	padding-top:15px;
}