@charset "UTF-8";
/* CSS Document */

a:link {text-decoration:none; color:#696969; outline: none;}
a:visited {text-decoration:none; color:#696969;}

a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}

a:active {
	color: #000000;
	background-color: #FFF000;
}
	

body {
	font-family: Helvetica;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-color: #FFFFFF;

}
 
.italic{font-style:italic;}




/*preload classes*/ 
.svw {
	width: 50px;
	height: 20px;
	background: #FFFFFF none repeat scroll 0 0;
	left: 330px;
	top: 19px;
	position: absolute;
	
	
} 
.svw ul {
	position: relative;
	left: -999em;
	
} 
 
/*core classes*/ 
.stripViewer {
	position: absolute;
	overflow: hidden;
	border-top: 0px solid #000000;
	margin-top: 16px; 
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
    padding-top: 9px;
	width: 630px;
	left: 330px;
	
}
 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0px; 
top: 0px; 
width: 1%; 
list-style-type: none; 
cursor: pointer;
} 

.stripViewer ul li {  
float:left; 
}
 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
}
 
.stripTransmitter ul {
	margin: 0;
	position: absolute;
	list-style-type: none;
	left:330px;
	top:529px;
	border-top: 1px solid #696969;
	width:630px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
} 

.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 

.stripTransmitter a{ 
font: bold 10px Helvetica, Arial; 
text-align: left; 
line-height: 22px; 
background: #ffffff; 
color: #000000; 
text-decoration: none; 
display: block;
outline: none; 
} 


.stripTransmitter a:hover, a.current{ 
background: #ffffff; 
color: #000000; 
text-decoration: underline;
} 


h1{
	font-family: Helvetica;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;	
	}
	
h2{
	font-family: Helvetica;
	font-size: 11px;
	line-height: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #696969;
	padding-top: 14px;
	}

h3{
	text-indent: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}	
p{
	text-indent: 30px;
}

  
#col1 {
	position:absolute;
	left:10px;
	top:0px;
	width:150px;
	height:146px;
	z-index:1;
	margin-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}

#col1 a{display: block;  /* to increase clickable area as a’s 
   default to inline */ 
 color: #000000; 
 text-decoration: none;
  border-bottom: 0px solid #FFF;
  outline: none;

}
#col1 a:hover {
	background-color: #FF0000;
	color:#FFFFFF;
} 


#col2 {
	position:absolute;
	left:170px;
	top:0px;
	width:150px;
	height:18px;
	z-index:2;
	margin-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}


	




#footer{
	position: absolute;
	width:150px;
	top:730px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #696969;
	text-indent: 0px;
	left:10px;
	font-size: 9px;
	padding-top:3px;
	
	}
	

#nav {
	padding: 0;
	list-style-type: none;
	width: 150px;
	float: left; /* Contain floated list items */
	background-color: #ffffff;
	position: absolute;
	left:10px;
	top: 94px;
	display: inline;
	z-index: 4;
} 
#nav li { 
 margin: 0; 
 padding: 0; 
 float: left; /* This corrects the */ 
 width: 100%; /* IE whitespace bug */ 
} 
#nav a {    
 display: block;  /* to increase clickable area as a’s 
   default to inline */ 
 color: #000000; 
 text-decoration: none;
  border-bottom: 0px solid #FFF;
  outline: none;
 
} 
#nav #nav_con a { 
 border: none; 
} 
#nav a:hover {
	background-color: #FF0000;
	color:#FFFFFF;
} 


#description {
	left:330px;
	height:171px;
	top:559px;
	position: absolute;
	width:310px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	color: #666666;
}

#description2 {
	left:650px;
	height:171px;
	top:559px;
	position: absolute;
	width:310px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	color: #666666;
	
}

	
	

	
#mygalone{
	
}
#bar3 {
	position:absolute;
	left:330px;
	top:0px;
	width:630px;
	height:10px;
	z-index:5;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
