@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
background-color:#000000;
text-align:justify;
}

ul{
margin:0px;
padding:0px;
}
li{
list-style:outside;
list-style-type:square;
padding-bottom:10px;
margin-left:20px;
padding-left:5px;
}

.content{
background-color:#212121;
height:auto;
background:url(cont_bg.gif) right bottom no-repeat;
}
.conpart{
width:535px;
height:355px;
padding:10px 20px;
}
.topmenu{
text-align:center;
font-size:16px;
margin-bottom:5px;
}

.topmenu a{
text-align:center;
font-size:16px;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}
.topmenu a:hover{
text-align:center;
font-size:16px;
text-decoration:none;
color:#666666;
font-weight:bold;
}

.smenu{
text-align:center;
font-size:15px;
margin-bottom:5px;
}

.smenu a{
text-align:center;
font-size:15px;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}
.smenu a:hover{
text-align:center;
font-size:15px;
text-decoration:none;
color:#666666;
font-weight:bold;
}
.menuactive{
background:url(menu_bg.gif) no-repeat center;
color:#ebb938;
}
.abtbg{
background:url(abt_bg.gif) center no-repeat;
height:185px;
}



/* Gallery Styles */
 div#top div#nav{
  float:left;
  clear:both;
  width:58px;
  height:52px;
  margin:22px 0 0;
  background:url url(nav-bg.png) 0 0 no-repeat;
 }
  div#top div#nav ul{
   float:left;
   width:580px;
   height:52px;
   list-style-type:none;
  }
   div#nav ul li{
    float:left;
    height:52px;
   }
    div#nav ul li a{
     border:0;
     height:52px;
     display:block;
     line-height:52px;
     text-indent:-9999px;
    }
 
div#header{
 margin:-1px 0 0;
}
div#video-header{
 height:683px;
 margin:-1px 0 0;
}
 div#header div.wrap{
  height:299px;
  background:url(header-bg.png) 50% 0 no-repeat;
 }
 div#header div#slide-holder{
  z-index:40;
  width:580px;
  height:299px;
  position:absolute;
 }
  div#header div#slide-holder div#slide-runner{
   top:9px;
   left:9px;
   width:575px;
   height:358px;
   overflow:hidden;
   position:absolute;
   padding-top:45px;   
   border:#FFFFFF solid 2px;
  }
  div#header div#slide-holder img{
   margin:0;
   display:none;
   position:absolute;
   border:none;
  }
  div#header div#slide-holder div#slide-controls{
   left:0;
   bottom:360px;
   width:580px;
   height:46px;
   display:none;
   position:absolute;
   background:url(slide-bg.png) 0 0;
  }
   div#header div#slide-holder div#slide-controls p.text{
    float:left;
    color:#fff;
    display:inline;
    font-size:10px;
    line-height:16px;
    margin:15px 0 0 20px;
    text-transform:uppercase;
   }
 
   div#header div#slide-holder div#slide-controls p#slide-nav{
    float:right;
    height:24px;
    display:inline;
    margin:11px 0px 0 0;
   }
    div#header div#slide-holder div#slide-controls p#slide-nav a{
     float:left;
     width:24px;
     height:24px;
     display:inline;
     font-size:11px;
     margin:0 5px 0 0;
     line-height:24px;
     font-weight:bold;
     text-align:center;
     text-decoration:none;
     background-position:0 0;
     background-repeat:no-repeat;
    }
    div#header div#slide-holder div#slide-controls p#slide-nav a.on{
     background-position:0 -24px;
    }
div#header div#slide-holder div#slide-controls p#slide-nav a{background-image:url(silde-nav.png);}
div#nav ul li a{background:url(nav.png) no-repeat;}

/* end of Gallery Style */
.content ul.links li {
	list-style: none;
}

.content .guruTable{
	margin-top:25px;
	
}

.content .guruTable a{
	color:#8f8333;
	text-decoration:none;
}

/* contact form */


/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:500px;
	z-index:100;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:370px;width:558px;
	background:#515151 url(birdy.jpg) no-repeat 241px 11px; 
	border:1px solid #929191;
	display:none;
	padding:7px 12px; 
	color:#fff
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:47px; width:211px;
	background:url(contact_me.png); 
	position:absolute; 
	left:368px; bottom:-44px; 
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#6d6d6d url(contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin-top:196px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

#dummycontent {padding-top:100px; height:900px; position:relative;}
.bottomlink {position:absolute; bottom:0;}


/* end contact form */