@import "./header.css";
@import "./left.css";
@import "./midle.css";
@import "./footer.css";

/* Reset Bootstrap */
body, h1, h2, h3, h4 { line-height: inherit; }
/*li { line-height: 1.2em; }*/
li { line-height: 1em; }
#content blockquote  p {
	font-size: 12px;
	line-height: 1.5em;
}
a:hover { 
  color: inherit;
  text-decoration: none;
}
hr { border: 1px inset #EEE; }
/* p { margin: inherit; } */
p { margin: 1em 0; }

h1 { margin: 0.67em 0; }
h2 { margin: 0.83em 0; }
h3 { margin: 1em 0; }

fieldset { margin: inherit; padding: inherit; border: inherit; }
textarea, input[type="text"], select, .uneditable-input {
/*	border: inherit; */
	height: inherit;
	padding: 4px;
	margin-bottom: inherit;
	font-size: inherit;
	line-height: inherit;
	border: 1px solid #aaa;
}
legend { border-bottom: 0; }
select:focus, input[type="checkbox"]:focus {
	outline: inherit;
}

.close, .close:hover  { 
	opacity: 1;
	filter: alpha(opacity = 100);
}
.social { min-width: 128px; }

/************/
html,body  { height: 100%; }
body { position: relative;	
	font-family: Verdana, Geneva, sans-serif;
	margin: 0; padding: 0;
	color: #555;
	font-size: 11px;
}
iframe{border:0;}
ul , li, ul p, ol, ol p { margin: 0; padding: 0; }
a, a:visited  { color: #555; text-decoration: none; }
a img { border: 0px none; }


#pgwrap { position: relative;	
	width: 1220px;
	margin: 0 auto;  
	background-color: white;
	min-height: 100%;
}
#hdr a:focus, #left a:focus { border: 0; outline: 0; }
#hdr, #left, #ftr, #hdr li, #left li, #ftr li  { line-height: 1.2em; }
#hdr ul, #left ul, #ftr  ul { list-style: none; }
#hdr, #pg {	padding-bottom: 20px; }
#hdr { position: relative; 
	height: 80px;
}
#ftr {
	padding-top: 10px;
	border-top: 2px dotted #e30613;
	position:relative;
}
#left, #mid , #right , #rightmax #midright, #leftmid { display: block; position: relative; }
#left, #mid, #leftmid { float: left; }
#left  { width: 195px; padding: 0 10px;  }
#mid { 	padding: 0 20px 0 15px; width: 810px; overflow: hidden;}
#right, #rightmax,  #midright { float: right; }
#right { width: 160px; }
#rightmax { width: 180px; }
#midright { 	width: 990px;
	padding: 0 0 0 15px; 
}
#leftmid {
	width: 1010px;
	padding: 0 10px;
}	

#sidead, #sideinf { 
	position: relative;
	width: 180px;
   	overflow: hidden;
}
#sidead { height: 160px; margin: 0 0 10px 0; 
	background-color: #efefef;
}

#sideinf { height: 430px;  
	background-color: #efefef;
}
#sideinf > iframe {
	border: none;
	width: 100%;
	height: 100%;	
	overflow: hidden;
}

.clear { display: block; clear: both; }

/* styling for local splash */
#ebbrSplash {
	position: fixed;
	top: 0; left: 0; 
	width: 100%; height: 100%;
	font-size: 12px;
    z-index: 99;
}
#ebbrSplash h1 { font-size: 18px; }
#ebbrSplash h2 { font-size: 16px; }
#ebbrSplash h3 { font-size: 15px; }
#ebbrSplash h4 { font-size: 14px; }
#ebbrSplash .overlay {
	width: 100%; height: 100%;
	background-color: #afafaf; 
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
#ebbrSplash .lgo {
	position: absolute;
	top: 0; left: 0;
	height: 50px;
}
#ebbrSplash .close {
	position: absolute;
	top: 3px; right: 10px;
	width:  28px;
	height: 28px;   
	cursor: pointer;
	background: url(../img/close.png) no-repeat 0px 0px;
}
#ebbrSplash .close:hover {
	background: url(../img/close.png) no-repeat 0px -29px;
}
#ebbrSplash .close:active {
	background: url(../img/close.png) no-repeat 0px -58px;
}

#ebbrSplash .hdr, #ebbrSplash .content {
	position: absolute;
	left: 50%;
	margin-left: -320px;
	box-shadow: 0px 2px 5px #646464;
}
#ebbrSplash .hdr {
	top: 100px; width: 640px;
	height: 35px;
	color: #fff;
    background: #e30613; /* Old browsers */
    background: -moz-linear-gradient(left, #e30613 0%, #a51008 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e30613), color-stop(100%,#a51008)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e30613 0%,#a51008 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e30613 0%,#a51008 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e30613 0%,#a51008 100%); /* IE10+ */
    background: linear-gradient(to right, #e30613 0%,#a51008 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30613', endColorstr='#a51008',GradientType=1 ); /* IE6-9 */
}
#ebbrSplash .hdr a {
	color: #fff;
}
#ebbrSplash .hdr a.sel {
	font-weight: bold;
}
#ebbrSplash .lang {
	position: absolute;
	list-style: none;
	top: 9px; right: 65px;
	font-size: 13px;
}
#ebbrSplash .lang li { float: left; }
#ebbrSplash .content {
	top: 135px; width: 610px;
	padding: 35px 15px 15px 15px;
	min-height: 145px;
	background-color: #fff;
}
