body
{
	font-family:Arial; background:url(funky-wallpaper-hd3.jpg) top repeat-x !important;  
	font-size:12px;
	margin:0 auto;
}

#header 
{
	width:100%;
	background:url(headerbgorange.png) bottom repeat-x;
	height:90px; border:0px solid #000000;
}

.lefttop
{
	background:url(leftbgtoporange.png) bottom  no-repeat; 
	border:0px solid #000;
	height:44px;
	width:260px;
 }
.leftmid
{
	background:url(leftbgmidorange.png) bottom  repeat-y; 
	border:0px solid #000;
	min-height:400px;
	width:240px;
	padding:10px ;
}
.leftbot
{
	background:url(leftbgbotorange.png) top  no-repeat; 
	border:0px solid #000; 
	height:20px;
	width:260px;
 }



.righttoplarge
{
	background:url(rightbgtoplarge.png) bottom  no-repeat; 
	border:0px solid #000;
	height:10px;
	width:990px; padding-left:20px; color:#FFFFFF; padding-bottom:5px;  
}
.rightmidlarge
{
	background:url(rightbgmidlarge.png) bottom  repeat-y; 
	
	width:910px; 
	padding:0px 20px 10px 20px  ; 
 }
.rightbotlarge
{
	background:url(rightbgbotlarge.png) top  no-repeat; 
	border:0px solid #000;
	height:40px;
	width:990px; margin-bottom:10px;  
}

	
		.inner_title {
    background: url("inner_title.jpg") no-repeat scroll left bottom transparent;
    border-bottom: 0px solid #CCCCCC;
    color: #747474;
    font-family: Tahoma,Arial;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    padding-left: 10px;
    vertical-align: top; line-height:3px;
}			
.inner_titlesmall{
    background: url("inner_title_small.jpg") no-repeat scroll left bottom ;
    border-bottom: 0 solid #CCCCCC;
    color: #747474;
    font-family: Tahoma,Arial;
    font-size: 14px;
    font-weight: bold;
    height: 39px;
    padding-left: 10px;
    padding-top: 0px;
    vertical-align: top; margin-top:10px;
}	
.addon {
    background-color: #bebebe;
    background-image: url("bg-button.png");
    background-position: center top;
    background-repeat: repeat-x;
    border-color: #9e9d9e;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    padding: 4px 12px; 
	width:300px; 
	height:75px;
    text-decoration: none; 
}
.addon:hover {
    background-color: #8b8589;
    background-image: url("bg-button.png");
    background-position: center top;
    background-repeat: repeat-x;
    border-color: #7c7b7c;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
	width:300px;
	height:75px;
    padding: 4px 12px; 
    text-decoration: none;
}

input[type="submit"],input[type="button"]
{
  display: inline;
  position: static  ;
  padding: 3px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius:5px;
  font: 11px/1.4 "verdana","myriad-pro-2", "Lucida Grande", Sans-Serif;
  background-color: #7d7c7d /*#b6d3f4*/;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7c7d), to(#7d7c7d)) !important; 
  background-image: -webkit-linear-gradient(top, #7d7c7d, #7d7c7d) !important; 
  background-image:    -moz-linear-gradient(top, #7d7c7d, #7d7c7d) !important; 
  background-image:     -ms-linear-gradient(top, #7d7c7d, #7d7c7d) !important; 
  background-image:      -o-linear-gradient(top, #7d7c7d, #7d7c7d) !important; 
  color: white !important;
  box-shadow: inset 0 1px 1px white,
                    0 3px 3px rgba(0,0,0,0.6); cursor: pointer;
  border: 1px solid #655c62 !important;
  font-weight: 300;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3); 
  
}	
/*.btn_01:hover*/
input:hover[type="submit"],input:hover[type="button"] 
{
	box-shadow: inset 0 2px 6px white,
                    0 3px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 2px 6px white,
                    0 3px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 2px 6px white,
                    0 3px 3px rgba(0,0,0,0.6);
	-ms-box-shadow: inset 0 2px 6px white,
                    0 3px 3px rgba(0,0,0,0.6);				
	-ms-box-shadow: inset 0 2px 6px white,
                    0 3px 3px rgba(0,0,0,0.6);
    -o-box-shadow: inset 0 2px 6px white,
                    0 3px 3px rgba(0,0,0,0.6);						
	 behavior:url(ie-css3.htc);
}

.correntnext{ 
	cursor:pointer;  
	border-radius:55px; 
	border:1px solid #655c62; 
	padding:5px 8px 5px 8px ; 
	margin-right:3px; 
	color: #FFFFFF; 
	text-decoration:none;
	font-weight:bold;  
	 box-shadow: inset 0 1px 1px white,
                    0 1px 1px rgba(0,0,0,0.6);
    background:#4b4c4e; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4c4e), to(#4b4c4e)) !important; 
    background-image: -webkit-linear-gradient(top, #4b4c4e, #4b4c4e) !important; 
    background-image:-moz-linear-gradient(top, #4b4c4e, #4b4c4e) !important; 
    background-image:     -ms-linear-gradient(top, #4b4c4e, #4b4c4e) !important; 
    background-image:      -o-linear-gradient(top, #4b4c4e, #4b4c4e) !important; 
	
   }
   .current{ 
	background-image:-moz-linear-gradient(top, #898a8c, #898a8c) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#898a8c), to(#898a8c)) !important; 
    background-image: -webkit-linear-gradient(top, #898a8c, #898a8c) !important; 
    background-image:     -ms-linear-gradient(top, #898a8c, #898a8c) !important; 
    background-image:      -o-linear-gradient(top, #898a8c, #898a8c) !important; 
	border-radius:55px; 
	color: #000000; 
	border:1px solid #666666; 
	padding:5px 8px 5px 8px; 
	background:#da9c78; 
	margin-right:3px; 
	font-weight:bold;
	 box-shadow: inset 0 1px 1px white,
                    0 1px 1px rgba(0,0,0,0.6);
	}
	
	#footer {
    background: url("../images/footerbg.png") repeat-x scroll center top #FEFEFE;
    border-top: 2px solid #bebbbd;
    bottom: 0;
    height: 27px;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.logohead{padding-top:0px;
    font-weight:bold;
    text-shadow:1px 1px #efefef;
    color:#656164; 
    font-size:28px;
    float:left;}
	
	.signout{	 background:url(borderbg1.jpg) repeat-x;    }
	
	.signoutleft{ background:url(borderbg.png) no-repeat right  top ;  }
	

.submenufont 
{
    color: #000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.submenufont:hover 
{
    color: #ccc;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.submenu ul li 
{
    border:0px dashed  #008000;
    border-radius:10px 10px 10px 10px;
    float:left;
    margin:5px 2px 3px;
    padding:1px  12px 1px 12px;
}
.submenu ul li:hover 
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 1px white inset, 0 1px 1px #fff;
    float: left;
}
.active 
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 1px white inset, 0 1px 1px #000;
	
    float: left;
}

.nv-con {
    border-bottom: 1px solid #E9E9E9;border-top:3px solid #000;
    height: 30px;
    text-align: center; background:#D5D5D5; 
    width: 100%; position:fixed; top:0;z-index: 999;
	
}