html,body{
	margin:0px;
	padding:0px;
}
body{
	font-family: arial,sans-serif;
	text-align:left; 
	font-size:12px;
	color:#ffffff;
	background: url(../img/pbg.jpg) center top repeat-y #000000;
	min-width:760px;
}
a, img{outline:none; border:none;}
img, form{margin:0px; padding:0px;}
input{outline:none; vertical-align:middle;}
textarea{outline:none;}
a:link, a:visited, a:active{color:#e7e7e7; text-decoration:none;}
a:hover{color:#ffffff; text-decoration:underline;}

div#bglogo{
	background-image:url(../img/logos.png);
	background-position:center 34px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
}
div#container{
	width:692px !important;
	margin:0px auto !important; 
}

div#header{
	height:114px;
	background:url(../img/h_left.png) left top no-repeat;
	padding-left:32px;
	clear:both;
}
div#header1{
	height:114px;
	background:url(../img/h_right.png) right top no-repeat;
	padding-right:32px;
}
div#header2{
	height:114px;
	background:url(../img/h_center.png) left top repeat-x;
	padding-top:20px;
}

div#content{
	text-align:left;
	background: #ffffff;
	clear:both;
	color:#000000;
	width:692px;
}
div#subcontent{
	padding:4px;
}
div#contentb{
	background: url(../img/cont_bot.png) left bottom no-repeat;
	height:20px;
	clear:both;
}


div#footer{
	clear:both;
	height:150px;
}
#footer p{
	margin:0px; padding:0px; padding-top:5px; vertical-align:middle;
}
.fTab td{
	padding-top:12px;
	color:#ffffff;
}
div#f1{
	height:90px;
	background:url(../img/f_left.png) left top no-repeat;
	padding-left:30px;
	font-size:14px;
}
div#f11{
	height:90px;
	background:url(../img/f_right.png) right top no-repeat;
	padding-right:30px;
}
div#f12{
	height:90px;
	background:url(../img/f_center.png) left top repeat-x;
}
div#f2{
	height:28px;
	background:url(../img/fb.png) left top repeat-x;
}

h1{
	color:#f33434;
	font-size:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px; padding:0px;
}
h1.sel{
	color:#000000;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px; padding:3px; padding-left:6px; padding-right:6px;
	background:#949393;
	display:inline;
	letter-spacing:1px;
}
h1.unsel{
	color:#000000;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px; padding:3px; padding-left:6px; padding-right:6px;
	display:inline;
	letter-spacing:1px;
}
div#sp2 a:link, div#sp2 a:visited, div#sp2 a:active{color:#fc0202; text-decoration:none;}
div#sp2 a:hover{color:#fc0202; text-decoration:underline;}
a.titl:link, a.titl:active, a.titl:visited, a.titl:hover{
	color:#000000 !important; 
	text-decoration:none !important;
}
h2{
	color:#f33434;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
}
h2.rtitle{
	color:#fe0505;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:#000000;
	margin:0px;
	display:inline;
	padding-left:6px; padding-right:6px;
}
h2.sel{
	color:#000000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px; padding:3px; padding-left:6px; padding-right:6px;
	display:inline;
	letter-spacing:1px;
}
h3{
	color:#f33434;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
}
h4{
	color:#f33434;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
}
.hTab td{
	text-align:center;
	font-size:14px;
	height:45px;
	/*padding:4px;*/
}
.hTab td a:link, .hTab td a:visited, .hTab td a:active, .hTab td a:hover{
	font-size:30px;
	color:#fc0202;
	text-decoration:none;
}
.hTab td a:hover{
}
.hTab td.sel{
	/*background:#333;filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;*/
	background:url(../mtdhover.png) left top repeat;
}

div#mm1{
	height:183px;
	background:url(../img/mm_left.png) left top no-repeat;
	padding-left:8px;
	margin-top:9px;
}
div#mm2{
	height:183px;
	background:url(../img/mm_right.png) right top no-repeat;
	padding-right:8px;
}
div#mm3{
	height:183px;
	background:url(../img/mm_center.png) left top repeat-x;
}
div#m1{
	height:6px;
	background:url(../img/m1.png) left top no-repeat;
	clear:both;
}
div#m3{
	height:6px;
	background:url(../img/m3.png) left top no-repeat;
	clear:both;
}
div#m2{
	background:#000000;
	color:#ffffff;
	clear:both;
	padding:10px;
}


/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../img/vpos.png) center center no-repeat;
	/*background: #7f7f7f;*/
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 20px;
	background: url(../img/vtop.png) center center no-repeat;
}
a.jScrollArrowUp:hover {
	/*background-position: 0 -1px;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 20px;
	background: url(../img/vbottom.png) center center no-repeat;
}
a.jScrollArrowDown:hover {
	/*background-position: 0 -1px;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -1px;
}
.orange-bar .jScrollPaneTrack {
	background: #ffffff;
}
.orange-bar .jScrollPaneDrag {
	/*background: url(img/drag_grab.gif) no-repeat 50% 50%;*/
}
.orange-bar .scroll-pane {
	background: #ffffff;
}
.scroll-pane {
	width: 400px;
	height: 200px;
	overflow: auto;
	float: left;
}
#pane2 {
	height: 450px;
	width:644px;
}
#paneG {
	height: 450px;
	width:626px;
}
#pane3 {
	height: 450px;
	width:430px;
}
.flash {
  position: relative; /*or absolute*/
  z-index: 0;
}
object{z-index:0;}
#pane4 {
	height: 450px;
	width:210px;
}
#pane4 a:link, #pane4 a:visited, #pane4 a:active, #pane4 a:hover{
	color:#000000 !important;
	line-height:20px;
}
#pane5{
	height: 140px;
	width:576px;
	padding:10px;
}
#pane6{
	height: 140px;
	width:576px;
	padding:10px;
}

div#sp1{
	background:url(../img/sp_top.png) left top no-repeat;
	height:8px; width:684px;
}
div#sp2{
	background:url(../img/sp_vert.png) left top repeat-x;
	width:624px;
	padding-left:30px;
	padding-right:30px;
}

#FeedBackArea input[type="text"],#FeedBackArea input[type~="text"],#FeedBackArea textarea{background:#a9a8a8; color:#000000; border:solid 1px #a9a8a8; padding:1px;}
#FeedBackArea input[type="text"]:hover,#FeedBackArea input[type~="text"]:hover,#FeedBackArea textarea:hover{background:#e7e7e7; color:#000000; border:solid 1px #a9a8a8; padding:1px;}

.d_top{
	width:599px;
	height:8px;
	background:url(../img/d_top.png) left top no-repeat;
}
.d_bot{
	width:599px;
	height:8px;
	background:url(../img/d_bot.png) left top no-repeat;
}
.d_center{
	width:599px;
	background:url(../img/d_center.png) left top repeat;
}
.lineForm{
	width: 100%;
	zoom: 1;
	z-index:10000;
	background:#949393;
	padding:2px;
}
.lineForm form{
	margin:0px; padding:0px;
}


    .galleryCont{
      display:none;
    }

