@charset "utf-8";
a:link {  	
text-decoration:none;  	
color:#000;  	
background:transparent;  
} 
 
a:visited {  
text-decoration:none;   	
color:#000;   	
background:transparent;  
}  

a:hover {
	text-decoration:underline;
	color:#900;
	background:transparent;
}  

a:focus {  	
text-decoration:none;   	
color:#000;   	
background:transparent;  
}  

a:active {  	
text-decoration:none;   	
color:#000;   	
background:transparent;  
}

#Photo1 {
	position:absolute;
	width:472px;
	height:330px;
	z-index:1;
	top: 267px;
	left: 523px;
}

div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../images/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	overflow: hidden;
	background-image: url(../images/title.gif);
	background-repeat: repeat-x;
}
div.sdmenu div:first-child {
	background: url(../images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(../images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
#topmenu{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 10px;
	font-size: x-small;
	text-align: right;
	border: 0;
	font-style: normal;
	text-transform: none;
	color: #000;
	background-color: #CCC;
	height: 187px;
	background-image: url(/images/bannernewsize.jpg);
}

/*p{
	font-family:inherit;
	font-size:90%;
	color:#333333;
	line-height:100%;
	word-spacing: 0.1em;
	letter-spacing: 0.1pt;
}*/

#header	{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #CCC;
	z-index: 0;
} 

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: medium;
}
#h1	{
	padding-bottom:0.1em;
	font-family:inherit;
	font-size: 125%;
	font-weight:bolder;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
}
#h2	{
	padding-bottom:1em;
	font-family:inherit;
	font-size:100%;
	font-weight: bold;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
}
#h3 {
	font-family:inherit;
	font-size:90%;
	font-weight: normal;
}
#p	{
	font-family:inherit;
	font-size:70%;
	color:#333333;
	line-height: 90%;
	word-spacing: 0.1em;
	letter-spacing: 0.1pt;
	padding-left: 2em;
}
#p-img {
	font-size:90%;
	color:#006633;
	background-image:url(../Company_history/images/bmxnoframe.jpg);
	background-repeat:no-repeat;
	background-position: center;
	font-weight: lighter;
	background-color: #E0D8D6;
}
#backshade1{
	background-color:#666666;
	padding: 3px 2px 3px 5px;
	color: #FFFFFF;
}

#backshade2{
	background-color:#CCCCCC;
	padding: 1px 0 1px 5px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
} 
#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
} 
#footer  {
	background:#DDDDDD;
	font-size: x-small;
	text-align: center;
	padding: 0 10px 5px 220px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#h1a {
	padding-bottom:0.1em;
	font-family:inherit;
	font-size: 125%;
	font-weight:bolder;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	padding-left: 240px;
	padding-top: 0.2em;
}
#pa {
	font-family:inherit;
	font-size:70%;
	color:#333333;
	line-height: 90%;
	word-spacing: 0.1em;
	letter-spacing: 0.1pt;
	padding-left: 260px;
	padding-right: 8px;
}

#topmenuright {
	position:relative;
	width:261px;
	height:14px;
	z-index:2;
	left: 700px;
	top: 10px;
	border: 0;
	border-width: 0;
	border-right: 0;
}
#menuright {
	position:absolute;
	width:261px;
	height:19;
	z-index:1000;
	left: 1023px;
	top: 9px;
}

