body {
	font-family:"Trebuchet MS";
	background-color: #7C1102;
}

#wrapper{
width: 1000px;
margin: auto;
}

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

/* Header Image for login/Register */
#header{
width:1000px;
height: 190px;
}
/* Before login, Logo Hyperlink */
#header .box {background:url(../images/header1.jpg) no-repeat;float:left; width:438px; height:190px;position: relative;}
#boxlink { position: absolute; width: 438px; height: 190px; width: 240px; height: 130px; margin:15px 0 0 100px;}	


#header .logo{background:url(../images/header1.jpg) no-repeat; float:left; width: 438px; height: 190px;}
#header .rightimg{ float: right; background:url(../images/new-header2.jpg) no-repeat; width: 562px; height: 190px;}

/* Header Image for After Login Pages */
#headerOth{
width:1000px;
height: 190px;
}
/*After Login, Logo Hyperlink  */
#headerOth .box1 {background:url(../images/header1.jpg) no-repeat;float:left; width:438px; height:190px;position: relative;}
#box-link { position: absolute; width: 438px; height: 190px; width: 240px; height: 130px; margin:15px 0 0 100px;}	

 
#headerOth .logoOth{background:url(../images/header1.jpg) no-repeat; float:left; width:438px; height:190px;}
#headerOth .rightimgOth{ float:right; background:url(../images/seller-header.jpg) no-repeat; width:562px; height:190px; }
#nav1 li {
  /*float the main list items*/
  float: left;
  display: block; 
  padding-right: 15px;
  list-style: none; 
  margin-top: 105px;
  * margin-top: 120px; /* reposition for IE */  
}

 #nav1 li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
  
}

 #nav1 li a {
  /*for all links in the list*/
  color: #fff; 
  font-weight: bold;
  display: block;
  height: 15px;
  width: auto; 
  padding:5px;
  text-decoration:none;
  
}
 #nav1 li.off ul, #nav1 li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
   height: auto; 
 /* top: 55px;*/
  font-size:15px;
  margin-left: -40px;  
  * margin-left: 0px;  
}

 #nav1 li.on ul {
  /*display active subnav list*/
  display: block;
}
 #nav1 li.on ul a, #nav1 li.off ul a {   
  /*ie doesn't inherit the float*/
  border: 0;
  color: #fff;
  width: auto; 
    margin-top: -95px;
  * margin-top: -105px;  /*reposition for IE*/ 
}

/* #nav1 li.on ul {
  /*display the current topic ---/
  display: block;
} */

 #nav1 li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
}

#nav1 li.off a:hover, #nav1 li.off:hover a {
  /*background: #29497b;*/ 
  
}

#nav1 li.off:hover ul, #nav1 li.over ul { 
  display: block;
}

#nav1 li.off a:hover,
#nav1 li:hover a,
#nav1 li.over a {
/* background: #29497b;*/
  color:#FFFF00;
}

#nav1 #active a{color:#FFFF00;}

/* Navigation style for Admin Pages (style start)*/
#navAdmin li {
  /*float the main list items*/
  float: left;
  display: block; 
  padding-right: 5px;
  list-style: none; 
  margin-top: 105px;
  * margin-top: 125px; /* reposition for IE */  
}

 #navAdmin li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
  
}

 #navAdmin li a {
  /*for all links in the list*/
  color: #fff;
  font-weight: bold;
  display: block;
  height: 15px;
  width: auto; 
  padding:5px;
  text-decoration:none;
}
 #navAdmin li.off ul, #navAdmin li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
   height: auto; 
 /* top: 55px;*/
  margin-left: -60px;
  * margin-left: -105px /*Reposition for IE*/
}

 #navAdmin li.on ul {
  /*display active subnav list*/
  display: block;
}
 #navAdmin li.on ul a, #navAdmin li.off ul a {   
  /*ie doesn't inherit the float*/
  border: 0;
  color: #fff;
  width: auto; 
    margin-top: -95px;
  * margin-top: -115px;  /*reposition for IE*/ 
}

#navAdmin li.on ul {
  /*display the current topic*/
  display: block;
}

 #navAdmin li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
}

#navAdmin li.off a:hover, #navAdmin li.off:hover a {
  /*background: #29497b;*/ 
  
}
#navAdmin li.off ul, #navAdmin li.on ul {
  /*put the subnav below*/
 
 /* top: 0px;
  *top: 0px; reposition for IE*/
}
#navAdmin li.off:hover ul, #navAdmin li.over ul { 
  display: block;
}

#navAdmin li.off a:hover,
#navAdmin li:hover a,
#navAdmin li.over a {
/* background: #29497b;*/
  color:#FFFF00;
}

#navAdmin #active a{color:#FFFF00;}

/*(style end) Admin pages */

/* close Header Image Other Pages */

#maincont{
  width: 1000px;
  background: #FFFFFF;
  color: #000000;
}

#reglog{
	width: 120px;		
	margin-left:315px;	
	* margin-left:310px; /*IE */ 

}

#reglog a{color: #FFFFFF; font-size:12px; text-decoration: none; padding: 10px;}



#nav li {
  /*float the main list items*/
  float: left;
  display: block; 
  padding-right: 15px;
  list-style: none; 
  margin-top: 83px;
/*  * margin-top: 80px;   
*/}

 #nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
  
}

 #nav li a {
  /*for all links in the list*/
  color: #fff;
  font-weight: bold;
  display: block;
  height: 15px;
  width: auto; 
  padding:5px;
  text-decoration:none;
}
 #nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
   height: auto; 
 /* top: 55px;*/
  margin-left: -40px;
}

 #nav li.on ul {
  /*display active subnav list*/
  display: block;
}
 #nav li.on ul a, #nav li.off ul a {   
  /*ie doesn't inherit the float*/
  border: 0;
  color: #fff;
  width: auto; 
    margin-top: -75px;
  * margin-top: -75px;  /*IE*/ 
}

#nav li.on ul {
  /*display the current topic*/
  display: block;
}

 #nav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
}

#nav li.off a:hover, #nav li.off:hover a {
  /*background: #29497b;*/ 
  
}
#nav li.off ul, #nav li.on ul {
  /*put the subnav below*/
 
  /*top: 24px;
  *top: 30px; reposition for IE*/
}
#nav li.off:hover ul, #nav li.over ul { 
  display: block;
}

#nav li.off a:hover,
#nav li:hover a,
#nav li.over a {
/* background: #29497b;*/
  color:#FFFF00;
}

#nav #active a{color:#FFFF00;}

.img{background: url(../images/header1.jpg) no-repeat; height:190px;}


#footer{
width: 1000px;
background: url(../images/footer.png) no-repeat;
height: 172px;
}

.footernav a{

color:#FFFFFF;
font-size: 12px;
font-weight:bold;
float: right;
text-decoration: none;
margin-top: 20px;
}

.cright{width: 300px; float: left; margin-top: 20px;}
/* advertiserprofile.php */
#page-happy { border: 1px solid #660033; background:#F4E6B9 6px 6px no-repeat; padding: 0px 0px 0px 24px; color:#000000; margin:0em 1em 1em 1em;}

/* CSS for Advertiser YearCalendar */
#contentAdv {
	width: 950px;
	border-top: none;
	margin:auto;
}

#colOneAdv {
	float:left;
	width: 210px;
	font-size:9px;
	margin-top:2px;	
}

#colTwoAdv {
	float: right;
	width: 680px;
	margin-top:2px;
}
/* for login Page */
#contentlogin {
	width: 850px;
	margin: 0 auto;
	/*border: 5px solid #000;
	border-top: none;*/

}

#hotImg {
	float:left;
	width: 424px;
	margin-top:50px;
	margin-left:30px;
}

#logDetails {
	float: right;
 	margin: 50px 0px 0px 10px;	
	width: 230px;
	padding: 0 0px 0 0px;
	/* background-color: #F18F10;	 */
}



/*for index page*/
#menu1 {
	float: right;
	width: 300px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
	margin-right:10px;
}

#content {
	width: 800px;
	margin: 0 auto;
	border-top: none;
	
}
#hotimgAlign {
	margin-top:50px;
	margin-left:50px;
	* margin-top:50px; /* IE */
	* margin-left:50px; /* IE */

}
/* tooltip */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#FFCC99; text-decoration:none;}

a.info span{display: none; padding:2px 3px; width:130px;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-5em; left:2em; width:20em;
	border:1px solid #6c6c6c;
    background-color:#cff; color:#000;
    text-align: left;}
	
#sellernew {  
  font:100% "Trebuchet MS";
  margin-left: 150px;
  padding: 0;
  width: 650px;
   
}

form fieldset {
 
  border: 1px solid #000;
  padding: 0px;        
  margin: 0 0 20px 0px;
 /* widows: 150px;*/

}

form fieldset legend {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	font-family:"Trebuchet MS";
	 }

form label { 
	display: inline;  
	float: left; 
	width: 110px;
	margin: 3px 0px 0 0px; 
	padding: 0; 
	text-align: right; 
	font-weight: bold;
	font-size: 10px;
	color:#666666;	
	font-family:"Trebuchet MS";
}

form .selectindustry{
	font-family:"Trebuchet MS";
	font-size:14px;
}
form .checking{	
	width:auto;      
	margin:5px 50px 0px 10px;
}
form textarea{	
	width:auto;      
	margin:5px 0px 0 10px;                     
}
form input#reset {
	margin-left:200px; 
}
form input#submit {
	margin-left:200px; 
}
form input#submitReg{
	margin-left:35px;
	margin-right: -35px;
}
/* seller page Radio buttons */
form input.rbtnDuration {
	margin:5px 0px 0 10px;
	width:20px;
}
a.datepicker1{

	margin:5px 0px 0px 5px;
	* margin:5px 0px 0px 5px;	 /* IE */
}
.dispDate{
	margin-top: 8px;
}
#frmIndex{
	width:50px;
	float:right;
} 

#colorBarTop
{
	position:relative;	
	overflow:visible;
	border-top:1px #B60001 solid;		
	clear:both;
	width: 620px;
}
/* for Sel_industry page Back image for Event Headings */
#backimg{
 background:url(../images/imgSearchBg_1x65.gif) repeat-x top; 
}

form .advprofile{margin-left: -45px;}

/*advertiser profile*/


/*newregister*/
#reg_form{
width: 700px;
margin: auto;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
#reg_form label{
float: left;
width: 120px;
font-weight: bold;
}

#reg_form input, textarea{
width: 210px;
/*margin-bottom: 5px;*/
}

#reg_form textarea{
width: 250px;
height: 150px;
}

#reg_form .boxes{
width: 1em;
}

#reg_form #submitbutton{

width: 60px;
}

#reg_form br{
clear: left;
}
/* CSS for Advertiser/Opeator Section in userhome.php */

#AdvertiserSection {
	float:left;
	width: 100px;
}

#OperatorSection {
	float: right;
	width: 100px;
	}
