/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/180% Arial, sans-serif, Helvetica;
	color: #666;
	margin: 0; padding: 0;
	background: #e7e7e7 url(../images/back.jpg) repeat;
	letter-spacing: 1px;
	scrollbar-face-color: #DBDBDB;
	scrollbar-shadow-color: #E7E7E7;
	scrollbar-highlight-color: #E7E7E7;
	scrollbar-3dlight-color: #E7E7E7;
	scrollbar-darkshadow-color: #E7E7E7;
	scrollbar-track-color: #E7E7E7;
	scrollbar-arrow-color: #666;
}

/* Links */
a {
	text-decoration: none;
	color: #333;	
	border-bottom: #999 1px dashed;
}
a:hover, a:focus {
	color: #FF0033;
	border-bottom: #999 1px solid;
}

/* Images */
img  {
	border: none;
}
.imageleft {
	margin-right: 10px;
	float: left;
	margin-top: 8px;
	border: none;
}
.imageright {
	margin-left: 10px;
	float: right;
	margin-top: 8px;
	border: none;
}
#footer .imageleft {
	margin-top: 3px;
}
#footer .imageright {
	margin-top: 3px;
}
.imgAlign {
	vertical-align: middle;
}
.noHover a, .noHover a:hover{
	border-bottom: none;
}
/* Photo Gallery */
#photos {
}
#photos a, #photos a:hover{
	border-bottom: none;
}
#photos img { 
	padding: 4px;
	margin: 0px;
	width: 101px;
	height: 76px;
	border: 2px solid #e7e7e7;
	background: #e7e7e7;
}
#photos img:hover {
	border: 2px solid #FF0033;
	background: #DBDBDB;
}
#photos a:hover { background-color: transparent; border: none }

/* Film Gallery */
.film {
}
.film a, #film a:hover{
	border-bottom: none;
}
.film img { 
	margin: 0px;
	border: none;
}
.film a:hover { background-color: transparent; border: none }


/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0;
}
h1  {
	font: 22px/160% "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 3px 0 2px 6px;
	text-transform: uppercase;
	background-color: #DBDBDB;
}
h2  {
	font:  20px/160% "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 0 10px 0;
	font-style: italic;
	color: #666;
}
h3  {
	font:  16px/160% Arial, sans-serif, Helvetica;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 5px 0;
	margin: 4px 0 5px 0;
	color: #666;
}
h4  {
	font:  18px/180% Arial, sans-serif, Helvetica;
	font-weight: normal;
	letter-spacing: 4px;
	padding: 4px 0 10px 0;
}
h4 a {
	text-decoration: none;
	border-bottom: none;
}
h4 a:hover {
	color: #FF0033;
	border-bottom: #999 1px dashed;
}
h5  {
	font:  18px/180% Arial, sans-serif, Helvetica;
	font-weight: normal;
	letter-spacing: 4px;
	padding: 4px 0 10px 14px;
}
h6  {
	font:  16px/160% Arial, sans-serif, Helvetica;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 0;
	color: #666;
}
h6 a {
	text-decoration: none;
	color: #666;	
	border-bottom: none;
}
h6 a:hover {
	color: #FF0033;
	border-bottom: #999 1px dashed;
}
p, dl { padding: 0 0 18px 0; margin: 0; }

ul, ol {
	margin: 10px 10px;
	padding: 0 10px;
}
ul { list-style: none; }
.date {
	font:  14px/160% "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin:0; padding: 0;
	color: #666;
}

/* Forms */
form button {
	cursor: pointer;
}
/*fieldset {
	border: none;
}*/
.textfield {
	width: 260px;
	background-color: #DBDBDB;
	border: #E7E7E7;
	font: 11px/180% Arial, sans-serif, Helvetica;
	color: #333;
	margin: 0; padding: 3px 5px 3px 5px;
	letter-spacing: 1px;
	border: none;
}
input {
	background-color: #DBDBDB;
	font-size: 11px;
	border: none;
	margin: 0; padding: 3px 5px;
	color: #333;
}
.inputmessage {
	width: 260px;
	height: 100px;
	background-color: #DBDBDB;
	border: #E7E7E7;
	font: 11px/180% Arial, sans-serif, Helvetica;
	color: #333;
	margin: 0; padding: 3px 5px;
	letter-spacing: 1px;
	border: none;
}
.formbuttons {
	background-color: #DBDBDB;
	font: 14px/180% Arial, sans-serif, Helvetica;
	font-weight: bold;
	letter-spacing: 1px;
	border: #E7E7E7;
	margin: 0; padding: 2px 2px;
	color: #666;
  	cursor: pointer; /* hand-shaped cursor */
	border: none;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#loader {
	display: none;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 912px;
	background-color: #E7E7E7;
}
#header {
	width: 912px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
	background: #999 url(../images/header_bg.jpg) no-repeat;
}
#header #manag{
	background: transparent url(../images/bannermanag_bg.jpg) no-repeat;
}
#logo{
	position: absolute;
	width: 132px;
	height: 123px;
	top: 12px;
	margin: 0 0 0 140px; 
	padding: 0;
	border: 0;
	z-index: 100;
}
#logo a{
	border: none;
}
#banner {
	width: 912px;
	height: 200px;
	margin: 0; padding: 0;
	border: 0;
	z-index: 0;
}
#navLeft {
	float: left;
	width: 254px;
	height: 769px;
	margin: 0; padding: 0;
	border: 0;
	background: transparent url(../images/menu_bg.jpg) no-repeat;
}
#nav {
	width: 254px;
	height: 769px;
	margin: 0; padding: 0;
	border: 0;
}
#nav ul {
	list-style: none;
	padding: 0;	
	margin: 0 0 12px 1px;
}
#nav ul li a {
	display: block;
	width: 100%;
	padding: 4px 0 4px 7px;
	border: none;
	margin-left: 0;
	color: #FFFFFF;
	font-weight: bold;
}
#nav ul li a:hover {
	border-left: 2px solid #FF0033;
	background: transparent url(../images/white28.png) repeat;
	padding: 4px 0 4px 5px;
	text-decoration: none;
	color: #FF0033;
}
#nav ul li#active a {
	color: #FF0033;
}
#nav #line1, #nav #line2 {
	border-top: #CCC 1px dashed;
	padding: 0;	
	margin: 0 0 12px 1px;
}
#nav #line1 {
	width: 218px;
}
#nav #line2 {
	width: 212px;
}
#content {
	float: right;
	width: 658px;
	margin: 0;
	padding: 0;
	border: 0;
}
#contentInner {
	width: 643px;
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
}
.contentlist ul { list-style: disc; }

.floatLeft {
	float: left;
	width: 390px;
	margin: 0;
	padding: 0;
	border: 0;
}
.floatRight {
	float: right;
	width: 235px;
	margin: 0;
	padding: 0;
}
#footer {
	clear: both;
	width: 912px;
	height: 320px;
	border: none;
	margin: 0;
	padding: 30px 0;
	background: #DBDBDB url(../images/footer_bg.jpg) repeat-x;
	font: 11px/160% Arial, sans-serif, Helvetica;
	color: #666666;
	letter-spacing: 2px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #F7104A;
}
#footer #left {
	float: left;
	width: 380px;
	margin: 0 0 0 30px;
	padding: 0;
	border: 0;
}
#footer #middle {
	float: left;
	width: 132px;
	margin: 0 0 0 25px;
	padding: 0;
	border: 0;
	text-align: center;
}
#footer #middle a{
	border: none;
}
#footer #right {
	float: right;
	width: 270px;
	margin: 0 40px 0 0;
	padding: 0;
	border: 0;
}
#footer ul {
	list-style: none;
	padding: 0;	
	margin: 0 0 20px 0;
	border-top: 1px dashed #999;
}
#footer ul li a {
	display: block;
	width: 98%;
	padding: 4px 0 4px 5px;
	border: none;
	margin-left: 0;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 1px dashed #999;
	text-decoration: none;
}
#footer ul li a:hover {
	border-left: 2px solid #F7104A;
	border-right: 2px solid #F7104A;
	padding: 4px 0 4px 5px;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	color: #F7104A;
}
#footer ul li#curr a {
	color: #F7104A;
}
.floatRightborder {
	float: right;
	width: 225px;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	border-left: #999 1px dashed;
}
.textalignRight {
	text-align: right;
	margin: 10px 0 0 0;
}
.clear {
	clear: both;
	height: 10px;
}
.clearBorder {
	clear: both;
	height: 10px;
	border-bottom: #999 1px dashed;
	margin-bottom: 10px;
}
.div_spacer {
	padding-top: 12px;
}

/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 05 - Silverstone
  -----------------------------------
*/
.p7VSC05 {
	position: relative;
	padding: 0;
}
.p7VSC05 h6  {
	font:  12px/180% Arial, sans-serif, Helvetica;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
	color: #666;
}
.p7VSC05 h6  {
	text-decoration: none;
	color: #666;	
	border-bottom: none;
}
.p7VSC05 h6 a:hover {
	color: #FF0033;
	border-bottom: #999 1px dashed;
}
.p7VSC_showall {
	color: #757575;
	letter-spacing: 0.1em;
}
.p7VSC05 .p7VSC_scrollbox_wrapper {
	border: 1px dashed #C0C2C1;
}
.p7VSC05 .p7VSC_scrollbox {
	position: relative;
	border: 0;
	width: 100%;
}
.p7VSC05 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC05 .p7VSC_content {
	padding: 14px 14px;
}
.p7VSC05 .p7VSCtoolbar {
	position: relative;
	background-color: #272727;
	height: 25px;
	background-image: url(../images/newsscroller/p7VSC05_toolbg.jpg);
	background-repeat: repeat-x;
	display: none;
}
.p7VSCtoolbar em {display: none;}
.p7VSCtoolbar a {display: block; text-decoration: none; border: none;}
.p7VSC05 .p7VSCscrollup {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC05 .p7VSC_up {
	background-image: url(../images/newsscroller/p7VSC05_up.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.p7VSC05 .p7VSC_up:hover {
	background-position: 0px -25px;
}
.p7VSC05 .p7VSCscrolldown {
	position: absolute;
	top: 0px;
	right: 0px;
}
.p7VSC05 .p7VSC_dn {
	background-image: url(../images/newsscroller/p7VSC05_dn.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.p7VSC05 .p7VSC_dn:hover {
	background-position: 0px -25px;
}
.p7VSC05 .p7VSC_pauseplay {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -11px;
}
.p7VSC05 .p7VSC_pauseplay .pause {
	height: 25px;
	width: 32px;
	background-image: url(../images/newsscroller/p7VSC05_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC05 .p7VSC_pauseplay .pause:hover  {
	background-position: 0px -25px;
}
.p7VSC05 .p7VSC_pauseplay .play {
	height: 25px;
	width: 32px;
	background-position: 0px -50px;
	background-image: url(../images/newsscroller/p7VSC05_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC05 .p7VSC_pauseplay .play:hover  {
	background-position: 0px -75px;
}
.p7VSC05 .p7VSCdragchannel {
	position: absolute;
	width: 2px;
	top: 0px;
	left: -2px;
	/*display: none;*/
	cursor: default;
}
.p7VSC05 .p7VSCdragchannel em {
	display: none;
}
.p7VSC05 .p7VSCdragchannel a {
	display: block;
	border: none;
}
.p7VSC05 .p7VSCdragbar {
	position: relative;
}
.p7VSC05 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC05 .p7VSCdragCtrl a {
	height: 9px;
	width: 6px;
	background-image: url(../images/newsscroller/p7VSC05_meter.gif);
	background-repeat: no-repeat;
}
/* 
  -----------------------------------
  End Vertical Scroller Magic
  -----------------------------------
*/


/* Other page components */

.div_floatright {
	float: right;
	width: 220px;
	padding-left: 25px;
}
.div_floatright ul {
	list-style: none;
	width: 98%;
	padding: 0;	
	margin: 0 0 20px 0;
	border-top: 1px dashed #999;
}
.div_floatright ul li a {
	display: block;
	width: 95%;
	padding: 4px 0 4px 5px;
	border: none;
	margin-left: 0;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 1px dashed #999;
}
.div_floatright ul li a:hover {
	border-left: 2px solid #F7104A;
	border-right: 2px solid #F7104A;
	padding: 4px 0 4px 5px;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	color: #F7104A;
	background-color: #DBDBDB;
}
.div_floatright ul li#open a {
	color: #F7104A;
}
.small  {
	font: 10px Arial, sans-serif, Helvetica;
	font-style: normal;
	font-weight: normal;
}
.redtext {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FF0000;
	font-weight: bold;
}
