/* ----------------------------------------
/	JSVODKABAR.COM CSS Stylesheet
/	Copyright (c) Haloweb Solutions 2007 
------------------------------------------*/

body, html, div, img { margin: 0px; padding: 0px; }

body { font: 76% Arial, Helvetica, sans-serif ; text-align: center; padding: 30px 0; background: #ffffff url(/images/bg.gif); }

.spacer { clear: both; line-height: 1px; height: 1px; overflow: hidden; } 

#container { position: relative; margin: 0 auto; text-align: left; width: 760px; }

#search { float: right; text-align: right; }
#search p { margin-top: 0; }
#search input.textBox { width: 220px; }

#header { height: 66px; }
#header h1 { 
	display: block; 
	font-size: 5px; text-indent: -5000px; 
	width: 373px; height: 46px; 
	margin: 0px; padding: 0px; 
	position: absolute; top: 0px; left: 0px; 
	background: transparent url(/images/logo.gif) no-repeat 0 0;	
}

#menu { margin-bottom: 30px; } 

ul#nav {
	list-style: none;
	margin: 0px; padding: 0 0 18px 0 !important; padding: 0 0 18px 0;
	display: block; width: 760px; height: 20px;
	position: relative; clear: both;
	color:#000000;
	z-index: 1;
	background-color: #ED6D20;
}

ul#nav li { display: inline;  }

ul#nav li a {
  float:left;
  margin: 0;
  padding: 10px 18px;
  text-decoration:none;
  color: #fff; font-size: 1.3em; font-weight: bold; text-transform: lowercase; }

ul#nav li a:hover, li#activemenu a { color: #333; }

li#activemenu a { color: #333; } 

ul#nav li ul { 
	background-color: #000;
	position: absolute; left: 0px; top: 38px !important; top: 38px; z-index: -1;
	width: 760px;
	margin: 0px; padding: 0 0 15px 0px; 
	list-style: none;
	z-index: 500;
	height: 12px;	    
	border-bottom: solid 2px #333;
}

ul#nav li ul li { display: inline; background: none; }
ul#nav li ul li a { display: inline; background: none; color: #fff; font-size: 1.1em; border: none; font-weight: normal; padding-top: 6px !important; }
ul#nav li ul li a:hover, ul#nav li ul li a:hover span { color: #ED6D20 !important;}
ul#nav li.selected a { color: #ccc !important;}
ul#nav li ul li { background: none; padding: 0px !important;  margin: 0 10px 0 0;  }

#activemenu ul { display: block !important; z-index: 100; }
li ul { display: none; }


#content { width:760px; margin: 10px 0px; position: relative; }

#content h1 { padding: 0 20px; margin: 0.5em 0 0.5em; color: #ED6D20;  }
#content h1 a { text-decoration: none; }
#content h2 { padding: 0 20px; margin: 0.5em 0 0.2em; color: #ddd; font-size: 1.5em; }
#content h3 { padding: 0 20px; margin: 0.5em 0 1em; color: #aaa;}

#content p { padding: 0 20px; color: #fff; font-size: 1.1em; }
#content p strong { color: #fff; }
#content address { padding: 0 20px; margin: 0.5em 0 1em; font-style: normal; }
#content textarea { width: 100%; }
#content hr { padding: 0 20px; margin: 0.5em 20px 1em; height: 1px; 	color: #C7C7C7; background-color: #C7C7C7;	border: 0px; }

#content a { color: #ED6D20; text-decoration: underline; }
#content a:hover { text-decoration: none; color: #B5B5B5; }
#content strong, #content b { font-weight: bold; }

#content a img { border: none; color: none; }

#content table { padding: 0 20px; width: 100%;  margin: 0.5em 0 1em;  }
#content fieldset { padding: 0 20px;  margin: 0.5em 20px 1em; border: 1px solid #ccc; }
#content table th { background-color: #E8E8E8; font-weight: bold; text-align: left; padding: 4px; border: 1px solid #ddd; }
#content table th.leftHeader { width: 130px; text-align: right; vertical-align: top; }
#content table td { padding: 4px; }

#content form input.textBox { width: 100%; }



.error-box {	background-color: #F4F4F4;	 border: 1px solid #ccc; padding: 0.4em 0; margin: 0 20px 1em; color: #333; font-weight: bold; }
.confirm-box	{ background-color: #F4F4F4; border: 1px solid #666666; padding: 0.4em 0; margin: 0 20px 1em; }
.warning-box 	{ background-color: #F4F4F4; border: 1px solid #F0811F; padding: 0.4em 0; margin: 0 20px 1em; }


#footer { clear: both; margin: 10px 0px 0px 0px; padding: 0px; width: 100%; height: 22px; background-color: #ED6D20; border-bottom: solid 2px #444; text-align: right; }
#copy { display: block; color: #ffffff; height: 30px; font-size: 0.9em; line-height: 22px; margin: 0px; padding: 0px 20px; }
#footer a { color: #ffffff; text-decoration: none; }
#footer a:hover { text-decoration: none; color: #6E6E6F; }

.spacer { clear: both; }
