/*  body and font definitions */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: black;
  background : black url(images/r01.jpg) no-repeat top;
  font-size: 16px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#DDDDDD;  
  padding:15px 15px;
  margin:0px;
}

p, h2, pre {
  margin: 0px;
  padding: 10px;
}	
			
h1 {
  font-size: 2px;
  text-transform:uppercase;
  text-align: right;
  color: #564b47;
  background-color: #555555;
  padding:5px 5px;
  margin:0px

}

h2 {
  font-size:14px;
  padding-top:10px;
  text-transform:uppercase;
  /*color: #564b47;*/
  color: #FF9900;
  background-color: transparent;
}

h3 {
  font-size:11px;
  text-align: center;
  padding-top: 0px;
  color: #fff;
  background-color: transparent;
}

  
a { 
  color: #FFFFFF;
  font-size: 11px;
  background-color:transparent;
  text-decoration: none; 
}
 
pre { 
  color: #564b47;
  font-size: 15px;
  background-color:transparent;
  font-family: Courier, Monaco, Monospace;
}
#head{
  
  width:730px;
  margin:0px auto; 
  margin-bottom:8px;  
  height:150px;
 /* height:auto;
  background : #000000 ;*/
  
}


#content {
  /*width:75%; */
  width:730px;
  margin:0px auto;
  /*border:4px solid #564b47; */
  border:1px solid #666666;
/*  background : #fff url(img/r01.jpg) repeat-x top; */
  background : #000000;
  font-size: 12px;
  text-decoration: none;
  font-family: inherit;
}



/*  positioning-layers static and absolute */

	
/*#content {
  border:1px solid #564b47; 
  background-color:#fff;
  font-size: 16px;
  font-family: inherit;
}
*/
#content a {
  color: #ff0000;
  font-size: 11px;
  background-color:transparent;
  text-decoration: none; 
}

#content #tv {
  font-size: 11px;
  color: #fff;
  border-left:1px dotted #000; 
  border-bottom:1px dotted #000;
  float:left;
  width:250px;
  background-color:#660000;
  margin:15px 15px 15px 15px;
}

#menu {
   width:730px; margin:0px auto;
   height : 34px;
  padding-top : 0;
  padding-bottom: 0px;
}
#menu li {
  list-style : none;
  display : inline;
  line-height : 34px;
}
#menu li a {
  text-decoration : none;
  margin : 0;
  padding : 9px 15px 10px 15px;
  font-weight : bold;
  color : #fff;
}
#menu li a:hover {
  color : #FF9900;
  background : #000000;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  border-right:1px solid #666666;
  margin : 0;
}
#menu li a.current {
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  border-right:1px solid #666666;
  background : #000000;
  color : #fff;
}

#top {
  padding-top : 0;
  background : transparent;
  height : 35px;
}
#top h1 {
  font : bold 1.8em Arial, Sans-Serif;
  padding : 20px 0 0 0;
  margin : 0;
  letter-spacing : 1px;
  color : #616161;
}
#top h2 {
  font : 0.9em Arial, Sans-Serif;
  letter-spacing : 0;
  color : #868686;
  margin : 0;
  padding : 0;
}
#top #icons {
  float : right;
  margin : 25px 1px 0;
  padding : 0;
}
#top #icons img {
  padding-right : 2px;
  border : 0;
}


/*******************************EXTRA***********************/



.container{
	width: 75%;
	border:1px solid #666666;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffffff;
	text-align:center;
	
}
/*****************SLIDER************************/

/*.clearfloat {
	 this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}*/
#grafcontainer {
    width: 730px;
	height:148px;
	
	
}

#mainGraphic {border:solid #999999 1px; 
	/*float: left;*/	
	padding: 0;
	width: 730px;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid #999999;
border-bottom-width: 10px;*/
width: 730px; /*width of featured content slider*/
height: 148px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
/*background: white;*/
width: 730px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{ 
display:none;
width:200px; 
text-align: center;
padding: 10px 260px;
margin-top: -28px;
z-index: 10000;
position:absolute;
font-size: 0.24em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.pagination a{
padding: 2px 5px;
text-decoration: none; 
color: #CCCCCC;

}

.pagination a:hover, .pagination a.selected{
color: #CCCCCC;
text-decoration: underline;
}
#phototab{
text-align: center;
font-size:10px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#FF9900;
} 

#phototab a{
text-decoration: none; 
color: #FF9900;
}

#phototab a:hover {
  color : #FFFFFF;
} 