a {
	color: #000;
	text-decoration: none;
}
body {
	background: #fff url(img/bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 0.6em sans-serif,Arial;
}
.gfx a {
	background: #FFFFFF url(img/PS_Banner.swf) no-repeat; display: block; height: 340px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 870px; 
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 13px;
	width: 142px; height: 26px;
	text-align: center;
	font: 1.0em sans-serif,Arial;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #0066FF;
}
.menu a#last {
	width: 135px;
	border-right: none;
}



.container {
	margin: 10px;
	background-color:#FFF;
}
.content {
	background: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.2em sans-serif,Arial;
	color: #06F;
	font-family: Arial, sans-serif;
	text-align: left;
	font-style: italic;
}
.content h2 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
}
.content h3 {
	margin: 0;
	font: bold 1.3em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FFFFFF url(img/bgitem.gif) repeat-x;
	padding: 15px;
	color: #666;
}
.footer {
	padding: 5px;
	background: #FFFFFF;
	color: #666;
} 





/* Tabs */
.tab-box { 
  border-bottom: 1px solid #DDD;
  padding-bottom:5px;
  size:portrait;
}
.tab-box a {
  border:1px solid #DDD;
  color:#FFF;
  padding: 5px 25px;
  text-decoration:none;
  background-color: #0066ff;
}
.tab-box a.activeLink { 
  background-color: #333; 
  border-bottom: 0; 
  padding: 6px 15px;
}
.tabcontent { border: 0px solid #ddd; border-top: 0; padding-top:10px;}
.hide { display: none;}
 
.small { color: #999; margin-top: 100px; border: 1px solid #EEE; padding: 5px; font-size: 9px; font-family:Verdana, Arial, Helvetica, sans-serif; }





#basic-accordian{
	border: none;
	padding:5px;
	width:830px;
	position: relative;
}
.accordion_headings{
	padding:5px;
	background:#333;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor: default;
	font-weight:bold;
	width:auto;
}
.accordion_headings:hover{
	background:#0066FF;
	color:FFFFFF;
	cursor: default;
}
.accordion_headings a:hover{
	color:#FFF;
	cursor:pointer;
}
.accordion_headings a{
	color:#E00111;
	cursor:pointer;
}
.accordion_child{
	padding:15px;
	background:#FFFFFF;
}
.header_highlight{
	background:#0066FF;
}
.header_highlight a{
	background:#0066FF;
	color:#FFF;
}
.ps_download_column{
	color:#E00111;
	text-align:right;
	letter-spacing:3px;
	font-size:10px;
	font-weight: bolder;
	background-image: url(img/download_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
}