/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Vista Aero
  -----------------------------------
*/
#body {
	font-family: "Century Gothic", serif;
}
.p7VSC04 {
	position: relative;
}
.p7VSC_showall {
	color: #757575;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #FF9900;
}
.p7VSC04 .p7VSC_scrollbox_wrapper {
	border: 1px none #444444;
	margin: 0 30px 0 0;
}
.p7VSC04 .p7VSC_scrollbox {
	height: auto;
	position: relative;
	width: 100%;
}
.p7VSC04 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC04 .p7VSC_content {
	padding: 20px 26px;
	font-family: "Century Gothic", serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}
.p7VSC04 .p7VSC_up a {
	height: 23px;
	width: 20px;
	background-image: url(img/p7VSC04_dbup.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSC_up a:hover {
	background-position: -20px 0px;
}
.p7VSC04 .p7VSC_dn a {
	height: 22px;
	width: 20px;
	background-image: url(img/p7VSC04_dbdn.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSC_dn a:hover {
	background-position: -20px 0px;
}
.p7VSC04 .p7VSC_pauseplay .pause {
	height: 22px;
	width: 20px;
	background-image: url(img/p7VSC04_psplay.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSC_pauseplay .pause:hover  {
	background-position: -20px 0px;
}
.p7VSC04 .p7VSC_pauseplay .play {
	height: 22px;
	width: 20px;
	background-position: -40px 0px;
	background-image: url(img/p7VSC04_psplay.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSC_pauseplay .play:hover  {
	background-position: -60px 0px;
}
.p7VSC04 .p7VSCdragchannel {
	position: absolute;
	width: 20px;
	top: 0px;
	background-image: url(img/p7VSC04_dbbg.gif);
	background-repeat: repeat-y;
	right: 0px;
	display: none;
	cursor: default;
}
.p7VSC04 .p7VSCdragchannel em {
	display: none;
}
.p7VSC04 .p7VSCdragchannel a {
	display: block;
}
.p7VSC04 .p7VSCdragbar {
	position: relative;
}
.p7VSC04 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC04 .p7VSCdragCtrl a {
	height: 62px;
	width: 20px;
	background-image: url(img/p7VSC04_dbdrag.gif);
	background-repeat: no-repeat;
}
.p7VSC04 .p7VSCdragCtrl a:hover  {
	background-position: -20px 0px;
}
#toplinks {
	font-family: "Century Gothic", serif;
	padding-bottom: 5px;
	padding-left: 150px;
	color: #D7D3D4;
	font-size: 12px;
}
#toplinks a:link {
	font-family: "Century Gothic", serif;
	text-decoration: none;
}
#toplinks a:visited {
	font-family: "Century Gothic", serif;
	text-decoration: none;
}
#toplinks a:hover {
	font-family: "Century Gothic", serif;
}
#toplinks a:active {
	font-family: "Century Gothic", serif;
	text-decoration: none;
}
#body a:link {
	font-family: "Century Gothic", serif;
	color: #333333;
}
#body a:visited {
	font-family: "Century Gothic", serif;
	color: #333333;
}
#body a:hover {
	font-family: "Century Gothic", serif;
	color: #FF9900;
}
#body a:active {
	font-family: "Century Gothic", serif;
	color: #333333;
}
.fltright {
	float: right;
	padding-left: 15px;
}
h1 {
	font-size: 16px;
	color: #382426;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.fltleft {
	float: left;
	padding-right: 15px;
}
