﻿/* CSS Document */

*{
margin:0px;
padding:0px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#EDEDED;
}
h2
{
  color:#145ABC;
  font-size:12px;
}
#main
{
	width:800px;
	margin:0px auto 0px auto;
	height:100%;
	border:3px solid  #FFFFFF;
	background-color:#FFFFFF;
	min-height:600px;
}
#header{
width:100%;
/*height:154px;*/
background-image:url(../images/banner.png);
background-repeat:no-repeat;
}
#navigation
{
	
	padding:0px 0;
	background-image:url(../images/bg_strip7.gif);
	/*background-color: gray;*/
	background-repeat:repeat-x;
	margin:0px;
	border:0px solid #FFF;
	width:100%;
	height:39px;
}
#navigation ul
{
	padding:0px 0px;
	margin:0px;
	width:99%;
	list-style:none;
	height:39px;
	
}
#navigation ul li
{
	padding:12px 28px;
	float:left;
	border-right:2px solid #FFF;
}


#navigation ul li a
{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#navigation ul li:hover
{
	padding:12px 28px;
	float:left;
	border-right:2px solid #FFF;
	color:#FFF;
	background-color:#84082C;
	cursor:pointer;
}
#navigation ul li a:hover
{
	text-decoration:underline;
	color:White;
}
#navigation .active
{
	color:#FFF;
	background-color:#84082C;
	cursor:pointer;
}
#navigation .active a
{
	color:White;
}
#footer{
 width:100%;
 background-image:url(../images/bg_strip7.gif);
 /*background-color: gray;*/
 height:30px;
 color:#000000;
 width:800px;
}
.error
{
	color:#FF0000;
}

#Gallery,#news
{
	padding:20px;
}
#Gallery span
{
	width:100px;
}
#Gallery input,#news input,#news textarea
{
	margin:5px;
	border:1px solid Purple;
	
}
#imageControl img
{
	width:100px;
	height:100px;
}

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
/*core classes*/ 
.stripViewer { position: relative; overflow: hidden; border: 5px solid #ff0000; margin: 0 0 1px 0; } 
.stripViewer ul 
{
	/* this is your UL of images */
	 margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none; 
} 
.stripViewer ul li { float:left; } 
.stripTransmitter { overflow: auto; width: 1%; } 
.stripTransmitter ul { margin: 0; padding: 0; position: relative; list-style-type: none; } 

.stripTransmitter ul li{ width: 20px; float:left; margin: 0 1px 1px 0; } 
.stripTransmitter a{ font: bold 10px Verdana, Arial; text-align: center; line-height: 22px; background: #ff0000; color: #fff; 
	text-decoration: none; display: block; }
 .stripTransmitter a:hover, a.current{ background: #fff; color: #ff0000; } 
 /*tooltips formatting*/ 
 .tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; } 
 
 .floatLeft
 {
	float:left;
 }
 #hedaing
 {
	background-image:url(../images/gsprite_pg_slate_20100405.png);
	background-repeat:repeat-x;
	border-style:solid;
	border-width:1px 1px 0 0;
	border-color:#DBE1E6;
	padding:8px 5px 7px;
	position:relative;
 }
 #left_category
 {
	margin-left:0px;
 }
 #left_category li
 {
	background-position:left -2276px;
	border-style:solid;
	border-width:0 0 1px;
	Position:relative;
	background-image:url(../images/sprite_pg_slate_20100422_ltr.png);
	background-repeat:no-repeat;
	list-style:none;
	border-color:#FFFFFF;
	padding:10px;
 } 
 #left_category li a
 {
	background-position:14.9em -3391px
 }
