/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,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%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
  background:#f6f3e5 url("http://apnow.s3.amazonaws.com/images/bg-body.jpg") top repeat-x;
  text-align:center; 
  font:13px/18px Arial, Helvetica, sans-serif; 
  color:#000;
  }
  body.page { 
    background:#f6f3e5 url("http://apnow.s3.amazonaws.com/images/bg-body-sub.jpg") top repeat-x;
    }
  body.home,
  body.page { 
    height:auto;
    }

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.35em; color:#fff; font-family:"Trajan Pro", Arial, Helvetica, sans-serif; }
h2	{ font-size:1.25em; color:#368044; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
h3	{ font-size:1.15em; color:#023467; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
h4	{ font-size:1.0em; color:#676631; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }

h1 span,h2 span,h3 span, h4 span	{ display:none; }

a:link,a:visited	{ color:#2d6f39; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

strong { font-weight:bold; }
em { font-style:italic; }

em strong, strong em { 
	font-weight:bold;
	font-style:italic;
}

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("http://apnow.s3.amazonaws.com/images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 10px 10px 0px;
	}

img.fl-right, img.img-right { 
	float:right; 
	margin:0px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
#column-left form#contact-quick {
	margin:20px; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #368044;
	color:#000;
	width:195px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */

form label input,form label textarea {
	display: block;
}


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:250px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("http://apnow.s3.amazonaws.com/images/bg-wrap-inside.jpg") repeat-y;
	width:960px;
	margin:0 auto;
	text-align:left;
	}
body.home #wrap {
	background:url("http://apnow.s3.amazonaws.com/images/bg-wrap.jpg") repeat-y;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("http://apnow.s3.amazonaws.com/images/masthead.jpg");
	height:71px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:10px;
		width:200px;
		top:10px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:676px;
	float:left;
	}
body.home #column-left {
	width:286px;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left ol, #column-left dl {
		margin:0px 40px 10px 10px;
		}
		.page #column-left h1 {
			color:#fff;
			line-height:80px;
			margin:0 0 0 10px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:10px; }
		#column-left ul li { 
			background:transparent url("http://apnow.s3.amazonaws.com/images/bg-bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:18px; /* pushes text to the right to display bg img */
			line-height:20px; 
			}

	#column-left ol { padding-left:25px; }
		#column-left ol li { 
			list-style: decimal outside;
			margin-bottom: 3px;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("http://apnow.s3.amazonaws.com/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("http://apnow.s3.amazonaws.com/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
/* ----------------- Column Middle -----------------*/
#column-middle {
	width:390px;
	float:left;
	}

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle ol, #column-middle dl {
		margin:0px 30px 10px 30px;
		}

	#column-middle form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li { 
			background:transparent url("http://apnow.s3.amazonaws.com/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	#column-middle ol { padding-left:25px; }
		#column-middle ol li { 
			list-style: decimal outside;
			margin-bottom: 3px;
			}

	/* multi column list */
	#column-middle ul.multi { padding-left:5px; } 
		#column-middle ul.multi li { 
			background:transparent url("http://apnow.s3.amazonaws.com/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-middle dl { padding-left:5px; }
		#column-middle dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-middle dl dd {
			background:transparent url("http://apnow.s3.amazonaws.com/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:284px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 10px 10px 23px;
		}
	body.home #column-right img {
		margin-left:23px;
	}
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:10px; }
		#column-right ul li { 
			background:transparent url("http://apnow.s3.amazonaws.com/images/bg-bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:18px; /* pushes text to the right to display bg img */
			line-height:20px; 
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("http://apnow.s3.amazonaws.com/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	#column-right ul.news { padding-left:0px; } 
		#column-right ul.news li { 
			background:transparent url("http://apnow.s3.amazonaws.com/images/news-bullet.jpg") 0px 12px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding:7px 0px 7px 18px;  /* pushes text to the right to display bg img */
			line-height:20px; 
			border-bottom: 1px solid #e4dbb0;
			}
		#column-right ul.news a {  text-decoration: none; }

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("http://apnow.s3.amazonaws.com/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:351px; background:url("http://apnow.s3.amazonaws.com/images/header-graphic.jpg"); } /* sets height for all non-flash headers */
  body.page #header-graphic { height:250px; background:url("http://apnow.s3.amazonaws.com/images/header-why.jpg"); } /* sets height for all non-flash headers */

	body.home #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-graphic.jpg"); }
	
	body#about-us #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-why.jpg"); }
	body#professional-team #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-professionals.jpg"); }
	body#newsletters #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-newsletters.jpg"); }

	body#services #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-services.jpg"); }
	body#financial-planning #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-financial.jpg"); }
	body#estate-planning #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-estate.jpg"); }
	body#investment-management #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-investment.jpg"); }
	body#business-planning #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-business.jpg"); }

	body#client-center #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-client-center.jpg"); }

	body#resources #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-resources.jpg"); }

	body#contact-us #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-why.jpg"); }
	body#sitemap #header-graphic { background:url("http://apnow.s3.amazonaws.com/images/header-why.jpg"); }





/* ------------------------ subhead framework ------------------------ */
#subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead.jpg"); height:76px; } /* sets height for all subheads */
	body.home #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-index.jpg"); }
	
	body.home #column-middle #subhead h1 {
		padding-top:32px;
		display:none;
		}
/*	body#client-center #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-client.jpg"); }
	body#resources #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-resources.jpg"); }
	body#contact-us #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-sitemap.jpg"); }
	body#business-planning #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-business.jpg"); }
	body#estate-planning #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-estate.jpg"); }
	body#services #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-financial.jpg"); }
	body#investment #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-investment.jpg"); }
	body#newsletters #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-newsletters.jpg"); }
	body#team #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-professional.jpg"); }
	body#about-us #subhead { background:url("http://apnow.s3.amazonaws.com/images/subhead-why-choose.jpg"); }
*/
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("http://apnow.s3.amazonaws.com/images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:76px;
	background:url("http://apnow.s3.amazonaws.com/images/title-contact.jpg") ;
	margin-left: 23px;
	width: 261px;
	}
body.home #title-contact, body.home #title-media, body.home #thumb-video  {
	width: 286px;
	margin: 0px;
	}

#title-news {
	height:76px;
	background:url("http://apnow.s3.amazonaws.com/images/title-news.jpg") ;
	}
#title-client-center {
	height:76px;
	background:url("http://apnow.s3.amazonaws.com/images/title-client-center.jpg") ;
	}

#title-media {
	height:76px;
	background:url("http://apnow.s3.amazonaws.com/images/title-media.jpg") ;
	margin-left: 23px;
	width: 261px;
	}

#thumb-video {
  margin-left: 23px;

  height: 205px;
  background: url("http://apnow.s3.amazonaws.com/images/thumb-video.jpg");
  width: 261px;

}
	#thumb-video a {
		display:block;
	  height: 205px;
	  width: 261px;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("http://apnow.s3.amazonaws.com/images/click-to-call.jpg") no-repeat;	
		position: relative;
		}
/*		#click-to-call a {
			position: absolute;
			top: px;
			left: px;
			width: px;
			height: px;
			}*/
		#click-to-call a:hover {
				background:url("http://apnow.s3.amazonaws.com/images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }



/* ------------------------footer framework ------------------------ */
#footer-wrap {
	width:auto;
	background: #ece3c3 url("http://apnow.s3.amazonaws.com/images/bg-footer.jpg") top repeat-x;
	margin-top: 20px;
	}
#footer {
	width:960px;
	margin:0 auto;
	text-align:center;
	padding: 10px;
	}
#footer p {
	color:#676631;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#676631; }
#footer a:hover, #footer a:active { color:#2d6f39; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #676631;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") no-repeat; 
	width:960px; 
	height:59px; 
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif; 
	}

#nav span { display: none; }

#nav li, #nav a { height:59px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-home           { width: 110px; margin-right: 18px; }
#nav-about-us  { width: 141px; margin-right: 16px; }
#nav-services       { width: 139px; margin-right: 20px; }
#nav-client-center  { width: 170px; margin-right: 21px; }
#nav-resources      { width: 154px; margin-right: 18px; }
#nav-contact-us     { width: 153px; margin-right: 0; }


/*-------------- (-79px) X position of button / (-59px) height of image from above ------------- */
#nav-home a:hover           { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg")  0 -59px no-repeat; }
#nav-about-us a:hover  { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -128px -59px no-repeat; }
#nav-services a:hover       { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -285px -59px no-repeat; }
#nav-client-center a:hover  { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -444px -59px no-repeat; }
#nav-resources a:hover      { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -635px -59px no-repeat; }
#nav-contact-us a:hover     { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -807px -59px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body.home #nav-home                     { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg")  0 -59px no-repeat; }
body#about-us #nav-about-us   { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -128px -59px no-repeat; }
body#services #nav-services             { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -285px -59px no-repeat; }
body#client-center #nav-client-center   { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -444px -59px no-repeat; }
body#resources #nav-resources           { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -635px -59px no-repeat; }
body#contact-us #nav-contact-us         { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11384/nav.jpg") -807px -59px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
  position:absolute;
	left:-9999px;
	padding-right:15px; /* Fixes one px spacing for border-right in FF */
	padding-bottom:2px;
	background-color:#E4D8AE;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	width:110%;
	border: 2px solid #3A8648;
	margin: 4px 0 0 4px;
	}

#nav li ul li { 
	height:22px; /* Height of each drop down nav item */
	border-top:none;
	float:none;
	width:105%;
	margin: 2px 0;
	}	

#nav li ul li a {
	width:104%;
	height:22px;	/* Height of each drop down nav item, should match above */
	line-height:18px;	 /* Height of each drop down nav item again, should match above */
	padding-bottom:1px;
	display:block;
	}

#nav li ul li a span {
	display:block;
  padding:2px 8px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.2em;
	color:#3A8648;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-home ul a:hover,
#nav-about-us ul a:hover, 
#nav-services ul a:hover,  
#nav-client-center ul a:hover, 
#nav-resources ul a:hover, 
#nav-contact-us ul a:hover { 
	background-image:none;
	background-color:#F3EEDA;
	color:#033E76;
	text-decoration:none;
	}
/* width of drop down nav - choose width that allows items to display on one line */
#nav-home ul,
#nav-home li,
#nav-about-us ul, 
#nav-about-us li,
#nav-services ul, 
#nav-services li,
#nav-client-center ul,
#nav-client-center li,
#nav-resources ul,
#nav-resources li,
#nav-contact-us ul,
#nav-contact-us li { 
	width:110%; 
}		

/* ----------- adding flowplayer css ---------------- */
			/* these two settings will remove borders from playlist entries */
			a:active {
				outline:none;
			}	
			:focus {
				-moz-outline-style:none;
			}
			/* container has a background image */
			#flowplayer {
				padding:0 25px;
				width:685px;
			}
			a.player {
				background:url(http://apnow.s3.amazonaws.com/images/clip.png) scroll no-repeat right top;
				display:block;
				width:425px;
				height:298px;
				text-align:center;
				color:#fff;
				text-decoration:none;
				cursor:pointer;
				float:right;
			}
			/* splash image */
			a.player img {
				margin-top:115px;
				border:0;
			}
			.clips a {
				display:block;
				text-align:left;
			}
			/*{{{ general playlist settings, light gray */
			div.playlist {
				position:relative;
				overflow:hidden;
				height:228px !important;
			}
			div.playlist div.clips {
				position:absolute;
				height:20000em;
			}
			div.playlist, div.clips {
				width:260px;
			}
			div.clips a {
				background:url(http://apnow.s3.amazonaws.com/images/h80.png);
				display:block;
				background-color:#fefeff;
				padding:12px 15px;
				height:46px;
				width:195px;
				font-size:12px;
				border:1px outset #ccc;
				text-decoration:none;
				letter-spacing:-1px;
				color:#000;
			}
			div.clips a.first {
				border-top-width:1px;
				position:absolute;
				top: 0;
				}
			div.clips a.second {
				position:absolute;
				top: 57px;
				}
			div.clips a.third {
				position:absolute;
				top: 114px;
				}
			div.clips a.fourth {
				position:absolute;
				top: 171px;
				}
			div.clips a.playing, div.clips a.paused, div.clips a.progress {
				background:url(http://apnow.s3.amazonaws.com/images/light.png) no-repeat 0px -69px;
				width:225px;
				border:0;
			}
			div.clips a.progress {
				opacity:0.6;
			}
			div.clips a.paused {
				background-position:0 0;
			}
			div.clips a span {
				display:block;
				font-size:11px;
				color:#666;
			}
			div.clips a em {
				font-style:normal;
				color:#f00;
			}
			div.clips a:hover {
				background-color:#f9f9fa;
			}
			div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
				background-color:transparent !important;
			}
			/*}}}*/



			/*{{{ low version */

			div.clips.low a {
				height:31px;
			}
			div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
				background-image:url(http://apnow.s3.amazonaws.com/images/light_small.png);
				background-position:0 -55px;
			}
			div.clips.low a.paused {
				background-position:0 0;
			}
			/*}}}*/


			/*{{{ go buttons */

			a.go {
				display:block;
				width:18px;
				height:18px;
				background:url(http://apnow.s3.amazonaws.com/images/up.png) no-repeat;
				margin:5px 0 5px 105px;
				cursor:pointer;
			}
			a.go:hover, a.go.down:hover {
				background-position:0px -18px;
			}
			a.go.down {
				background-image:url(http://apnow.s3.amazonaws.com/images/down.png);
			}
			a.go.disabled {
				visibility:hidden;
			}

/* ------------   ending flowplayer css ---------------- */