﻿body {
	/* background: #ffffff url(../../App_Themes/IFRS/_img/bg-pattern.gif) repeat; */
}

#page {
	width: 980px;
	background: transparent /*url(../../App_Themes/IFRS/_img/page-internal-bg.png) repeat-y*/;
	position: relative;
	padding: 0px;
	border: 1px solid #F0F0F0;
	/*margin: 25px auto 0px auto;*/
        margin: 0px auto 0px auto;
}
#home #page {
	background: transparent url(../../App_Themes/IFRS/_img/page-home-bg.png) repeat-y;
	
}
#page {
	background: transparent /*url(../../App_Themes/IFRS/_img/page-internal-bg.png) repeat-y*/;
}
#page-inner {
	width: 960px;
	background: transparent;
}

/* @group navigation */
#navigation ul {
	list-style: none;
	display: inline;
	float: right;
	height: 25px;	
	position: relative;
}
#navigation ul li {
	list-style: none;
	display: block;
	width: auto;
	float: left;
	border: none;
	position: relative;
}
/* @end */

/* @group header */
#home #header {
	background: #FFFFFF url(../../App_Themes/IFRS/_img/header-bg.png) repeat-x;
	position: relative;
}
#home #header-inner {
	background: transparent url(../../App_Themes/IFRS/_img/header-inner-bg.png) right top no-repeat;
	height: 215px;
}
#home #header a.header-logo {
	position: relative;
	/*left: 20px;*/
	top: 20px;
}

#header {
	background: #FFFFFF ;
	/*url(../../App_Themes/IFRS/_img/header-internal-bg.png) repeat-x;*/
	position: relative;
}
#header-inner {
	/* background: transparent url(../../App_Themes/IFRS/_img/header-inner-internal-bg.png) right top no-repeat; */
	height: 0px;

}

#header-inner #title-info {
	position: relative;
	width: 350;
	padding: 0px 215px 0px 0px;
	float: right;
	top: 14px;
}

#header a.header-logo {
	position: relative;
	/*left: 20px;*/
	top: 15px;
}


/* @end */

/* Button Style */
.webbtn {
   color:#FFFFFF;
   background-color:#5F6062;
   border-style:none;
 }
.hooverbutton {

cursor:hand;
color:#FFFF00;
background-color:#555555;
border-style:none;
}
/* @end */


/* @group content */
/* begin #content styles */
#home #content {
	width: 510px;
	float: left;
	padding: 10px;
}
#home .contact-info {
	background: transparent url(../../App_Themes/IFRS/_img/home-contact-bg.png) top left repeat-x;
	padding: 20px;
	width: 210px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#home .contact-info h3 {
	padding: 0px 0px 5px 0px;
	color: #005CAB;
}
#home .contact-info p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#home #content .right {
	margin: 0px 0px 0px 10px;
}

#content {
	width: 600px;
	float: left;
	padding: 10px 20px 10px 0px;
}
/* end #content styles */
/* @end */

/* @group sidebar */
#home #sidebar {
	width: 350px;
	float: left;
	/* background: transparent url(../../App_Themes/IFRS/_img/sidebar-home-bg.png) no-repeat; */
	padding: 10px;
	position: relative;
	
}
#sidebar {
	width: 180px;
	float: left;
	padding-left: 0px;
	padding-top: 9px;
    padding-bottom: 270px;
    padding-right: 20px;	
    position: relative;
	background-color:White;
	
}
/* Right sidebar and submenu */
#right-submenu{
position:absolute;
  top:320px;
  right:50px;
  width:125px;
  height:300px;
  z-index:1;
  }
#right-submenu .bottom{
position:absolute;
  top:640px;
  right:0px;
  width:125px;
 
  
  }
  
 #topbox{
position:absolute;
  top:12px;
  right:0px;
  width:280px;
	
}
#right-sidebar {
	width: 135px;
	float: right;
	padding-left: 0px;
	padding-top: 10px;
padding-bottom: 0px;
padding-right: 5px;	
position: relative;
background-color:White;
font-size: 83%;
}
/* @end */



/* @group footer */
#footer {
	width: 980px; /* WA */
	margin: 0px auto 0px auto;
	position: relative;
	padding: 5px 1px 5px 1px;
}
#footer ul {
	list-style: none;
	display: inline;
	float: left;
	width:400px;
}
#footer ul li {
	list-style: none;
	display: inline;
}
#footer ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	border-right: 1px solid #000000;
	color: #000000;
}
#footer ul li.last a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: none;	
}
#footer ul li a:active {
	color: #CA0002;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #CA0002;
}

#footer p {
	float: right;
	width: 370px;
	text-align: right;
}
/* @end */

/* This is taken from ShippingCalculatorCombo Page */

#shippinginfo ul {
list-style: none outside none;
margin: 0;
padding: 0;
width: 200px;
list-style-image: url("../../App_Themes/IFRS/_img/content-list-bullet.png");
}
.RadWindow_Default a.rwIcon
{
display: none;
}

/* @group clearfix */
/* begin clearfix styles */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix styles */

.test-div {
	height: 10px;
	background: fuchsia;
}

/* @end */