/* CSS Document */
@charset "utf-8";
html {overflow-y: scroll;}
a:focus { outline: none; }
a:active { outline: none; }
a img{border:none !important;}
.clear {clear:both;}

* {
  margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	width:980px;
	background-color:#000;
}
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}

.footer{
	height: 60px;
	width:980px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
}

/*----Head Begins----*/
#head {
	height: 89px;
	background-image: url(../images/header/head_bg3.png);
	background-repeat: repeat-x;
}
#head_left {
	float: left;
	height: 89px;
	width: 236px;
}
#head_right {
	float: right;
	height: 89px;
	width: 744px;
	padding-right:0px;
}
#head_r_upper {
	height: 19px;
	width: 360px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom: 16px;
	margin-left: 378px;
	padding-top: 4px;
	background-image: url(../images/header/head_r_upper_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
	text-align: center;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#head_r_upper a {
	color: #FFF;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: url(../images/white_arrow.png);
	padding-right: 5px;
	padding-left: 6px;
	white-space: normal;
}
#head_r_upper a:hover {
	color: #ED1B23;
}

#head_r_down{
	padding-top:10px;
	height: 20px;
	width: 600px;
	text-align:center;}

/*----Head Ends----*/

/*----New Head starts----*/

#head_left_logo {
	float: left;
	height: 89px;
	width: 236px;
}

#head_right_upper {
	height: 19px;
	width: 360px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight:lighter;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 192px;
	padding-top: 0px;
	/*background-image: url(../images/header/head_r_upper_bg.png);
	background-repeat: repeat-x;
	background-position: top;*/
	vertical-align: top;
	text-align: right;
	display:inline-block;
}
#head_right_upper a {
	color: #C0C0C0;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: url(../images/white_arrow.png);
	padding-right: 12px;
	padding-left: 6px;
	white-space: normal;
}
#head_right_upper a:hover {
	color: #ED1B23;
}

.linkrightborder {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#2E2E2E;
	display:inline-block;
}

/*----New Head ends----*/

/*----Foot Begins----*/

.footertext{
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#666;
	padding-top:24px;
	margin-left:20px;
	display:inline-block;
}

.footertext a{
	color:#666;
}

.footertext a:hover{
	color:#FFF;
	text-decoration:none;
}

.footeritem{
	padding-left:0px;
	padding-right:15px;
	display:inline;
}

.footersocial{
	display:inline-block;
	float:right;
	padding-right:20px;
	padding-top:12px;
}
	
.footericon{
	display:inline-block;
	padding-left:0px;
}


/*----Foot Ends----*/


/* --- image hover fade begings --- */
.fade {
   opacity: 1;
   transition: opacity .10s ease-in-out;
   -moz-transition: opacity .10s ease-in-out;
   -webkit-transition: opacity .10s ease-in-out;
   }

   .fade:hover {
      opacity: 0.7;
      }
/* --- image hover fade ends --- */

/* subscript trick */
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }
