﻿/* ---- RESET ----- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000000;
	text-decoration: none;
	outline: none;
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease-in;
}
a:hover {
	vertical-align: baseline;
	background: transparent;
	color: #009CE0;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
 padding: 0px;
 margin: 0px;
 font-size: 100%;
 font-weight: normal;
 width: auto;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;}
*{
 outline: 0px;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/*** main starts ***/
.outer {
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
}
.header {
	background-position: left top;
	width: 100%;
	float: left;
	background-image: url('../img/header-bg.jpg');
	background-repeat: repeat-y;
	background-size: 100%;
}
.content_outer {
	width: 98%;
	height: auto;
	padding: 1%;
	overflow: hidden;
	background-color: #EFEFEF;
}
.logo {
	width: 11.224489795918367%;
	float: left;
}
.banner {
	width: 88.77551020408163%;
	float: left;
}
.banner img {
	max-width: 100%;
	float: left;
}
.logo_inside {
	/*width: 100%;
	float: left;*/
	text-align: left;
	margin: 3px 0px 0px 4px;
}
.logo_inside img {
	max-width: 100%;
}
/*** main ends ***/




@media screen and (max-width:800px)
{
.outer { width: 100%; }
}
@media screen and (max-width:768px)
{
.banner {
	width: 87%;
	margin-left: 1.5%;
	float: left;
}
}

@media screen and (max-width:640px)
{

}
@media screen and (max-width:600px)
{

}
@media screen and (max-width:568px)
{

}

@media screen and (max-width:480px)
{
.banner {
    width: 87%;
    padding-top: 1%;
}
}
@media screen and (max-width:375px)
{

}

@media screen and (max-width:360px)
{
}

@media screen and (min-width:769px) and (max-width:800px)
{	

}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{

}

