/*Resets*/

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

*{
	margin: 0px auto;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*Globals*/

body {
	
	padding:0;
	
	height: 600px;
	color:#a3a3a3; 
	font: 15px helvetica, arial, sans-serif;
}

h2 {
	font-size: .9em;
	margin-bottom: 4px;
	color: #737373;
	}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
position: absolute;
top: 50%;
margin:-300px 0 0 0;
	height: 600px; 
}

/*Content*/

.content{
	margin:  0 0 0 240px; 
	float: left;
	font-size: 1.1em; 
}

.main{
	width: 14000px;
}

#content h4 {font-size: 1.2em;}

/*Menu*/

.menu-holder{
	background: #ffffff;
	left: 0px;
	height: 600px;
	padding: 0 20px;
	position: fixed;
	width: 200px;
	z-index: 9999;
}

.menu_list {	
	width: 150px;
}

.menu_head {
	padding: 3px 0px;
	cursor: pointer;
	position: relative;
    background: #fff;
    color: #a3a3a3;
    font-weight: 100;
}

.menu_body{
	display:none;
	padding: 0;
	font-size: 0.85em;
}

.menu_body a{
  display:block;
  color:#71a529;
  background-color:#FFFFFF;
  padding:3px 0px;
  text-decoration:none;
}

.menu_body a:hover{
  color: #5e8824;
}

p.menu_head a{
	text-decoration: none;
	color: #A3A3A3;
	
}

p.menu_head a:hover{
	text-decoration: none;
	color: #7B7B7B;
}

.copyright{
	position: absolute;
	bottom: 0px;
	font-size: .7em;
}




.par {
	margin: 0px 20px 0 0px;  
	float: left; 
	//width: 315px;	
	height: 600px;
}

.alt {/* modify this to add style to alternate sections*/}

.movement{
	margin-top:56px;
}

.mike-biography p{
	margin-top: 285px;
	width: 1342px;
	font-size: 0.9em;
}

.sunny-biography p{
	margin-top: 285px;
	width: 2250px;
	font-size: 0.9em;
}

.touch-base p{
	margin-top: 248px;
	width: 680px;
	font-size: 0.9em;
}

.accentuate{
	color: #5e8824;
}

.touch-base a{
	color: #5e8824;
	text-decoration: none;
}

.touch-base a:hover{
	text-decoration: underline;
}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #22b1e1;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #22b1e1;
}

#arrows {
	position: fixed;
	top: 50%;
	left: 48%; 
	//width: 90px;
	height: 30px;
	cursor: pointer;
	margin-top: 310px;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#left{
	margin: 0 2px 0 0;
}

#right{
	margin: 0 0 0 2px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}

.stosizes{
	margin-bottom: 2px;
}

.ec_ejc_thkbx{
	margin-top: 6px;
}
