/****************************************************/
/****************************************************/
/*****************CCA STYLE SHEET********************/
/****************************************************/
body {
  margin: 0;
  background: #4394CF;
  font-size: 10pt;
  font-family:  Century Gothic, Arial, Helvetica;
}


img {
  border: none;
}

.clear {
  clear:both;
}

h1 {
   font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3{
  font-size: 11pt;
}

h4 {
  font-size: 10pt;
}


#news_column h4 {
  font-size: 18px;
  line-height: .3em;
}

a, a:visited, a:active {
  color: #0033FF;
  text-decoration: none;
}

a:hover {
  color: #3399FF;
  text-decoration: none;
}


#wrapper {
  width: 951px;
  margin: 0 auto;
}

#background_index {
  width: 907px;
  padding: 0 22px 0 23px;
  background: url(images/background.gif) repeat-y;
  overflow:hidden;
}

#background {
  width: 907px;
  padding: 0 22px 0 23px;
  background: url(images/inner-background.gif) repeat-y;
  overflow:hidden;
}

#background_top {
  width: 951px;
  height: 47px;
  background: url(images/background-top.gif) no-repeat;
}

#background_top_inner {
  width: 951px;
  height: 47px;
  background: url(images/inner-background-top.gif) no-repeat;
}

#background_bottom_index {
  width: 951px;
  height: 60px;
  background: url(images/background-bottom.gif) no-repeat;
}

#background_bottom {
  width: 951px;
  height: 60px;
  background: url(images/inner-background-bottom.gif) no-repeat;
}

/****************************************************/
/*********************HEADER*************************/
/****************************************************/

#header {
  position: relative;
  width: 906px;
  height: 85px;
  background: right url(images/header.gif) no-repeat;
}

#header_inner {
  position: relative;
  width: 906px;
  height: 86px;
  background: right url(images/inner-header.gif) no-repeat;
}

#ibd_helpline {
  position: absolute;
  left: 620px;
  width: 221px;
  height: 57px;
}


#flash_container {
  width: 906px;
  height: 141px;
  background: #000000;
}

#left_flash {
  float: left;
  width: 590px;
  height: 141px;
}

#right_flash {
  float: right;
  width: 316px;
  height: 141px;
  background: url(images/flash_right.jpg) no-repeat;
  text-align: right;
  }

#right_flash .share_index {
  padding-right: 15px;
  margin-top: 42px;
  float: right;
  font-family: Arial;
}
#share{
  float: right;
}


#right_flash .share_index td, #share td {
  padding-bottom: 12px;
  padding-right: 3px;
}




#right_flash .share_index a, #right_flash .share_index a:visited, #right_flash .share_index a:active{
  color: black;
  font-size: 12px;
}

#right_flash .share_index a:hover{
    color: #3399FF;
}

#right_flash .share_index a, #right_flash .share_index a:visited, #right_flash .share_index a:active{
    font-family: Arial;
    font-weight: bolder;
    color: #0078c5;
    text-decoration: none;
}


/****************************************************/
/*******************NAVIGATION***********************/
/****************************************************/

#navigation {
  position: relative;
  width: 906px;
  height: 26px;
  z-index: 10;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
    z-index: 2;
}

ul.nav li.top {
	position: relative;
    float: left;
    display: inline;
    margin: 0;
}

li.top ul {
	position: absolute;
	left: 0;
	top: 26px;
	display: none;
    z-index: 2;
}

ul.subnav li a, ul.subnav li a:visited, ul.subnav li a:link  {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
    font-family: Century Gothic, Arial, Helvetica;
	background: #0079C1;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
    width: 150px;
}

li:hover ul.subnav, li.over ul.subnav {
	display: block;
}

ul.subnav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#upper_nav {
  position: relative;
  float: right;
  top: 59px;
  width: 339px;
  height: 26px;
  background: url(images/upper-nav-bg.gif) repeat-x;
}

#upper_nav_inner {
  position: relative;
  float: right;
  top: 61px;
  width: 336px;
  height: 25px;
  background: url(images/upper-nav-bg.gif) repeat-x;
}

#navigation_shadow_index {
  width: 906px;
  height: 16px;
  background: url(images/navigation-shadow.gif) no-repeat;
}

#navigation_shadow {
  width: 906px;
  height: 16px;
  background: url(images/inner-navigation-shadow.gif) no-repeat;
}

/****************************************************/
/*********************CONTENT************************/
/****************************************************/

#blue_buttons {
  position: relative;
  float: left;
  width: 130px;
  padding: 10px;
}

#news_column {
  position: relative;
  float: right;
  /* the right measurement below was actually -1px to allow for a horizontal line, but removed this to allow for
  fully justified text to display better on 19.06.2009 on request from client */
  right: 10px;
  width: 135px;
  padding-left: 10px;
  color: #666666;
  font-size: 11px;
}

#content_index {
  position: relative;
  margin: 0 150px 0 155px;
  padding: 10px 40px 1px 15px;
}

#content {
  position: relative;
  margin: 0 0 0 155px;
  padding: 10px 40px 1px 15px;
}

/****************************************************/
/*********************MINICART***********************/
/****************************************************/
.minicart {
    font-size: 11px;
    color: #3a81c3 !important;
    display: block;
    margin-left: 10px;
}
.minicart .cartitemnum {
    font-size: 15px;
}
.checkoutbtn {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

/****************************************************/
/**********************FOOTER************************/
/****************************************************/

#footer {
  position: relative;
  top: 30px;
  width: 906px;
  height: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
}

#footer a,#footer a:visited,#footer a:active {
  text-decoration: none;
  color: #FFFFFF;
}

#footer a:hover {
  text-decoration: none;
  color: #CCFFFF;
}

/****************************************************************************/
/****************************ADMIN STYLES***********************************/
/****************************************************************************/

.admintable {
  background-color: white;
}


.header {
    background-color: #EAF4FF;
    color: black;
    font-weight: bold;
    font-size: 10pt;
}

.title {
  font-size: 12pt;
  font-weight: bold;
}
.error {
    color: red;
}
.result {
    color: green;
}

/****************************************************************************/
/****************************ADMIN STYLES***********************************/
/****************************************************************************/


.admin {
    margin-top: 10px;
    margin-left: 10px;
    background-color: white;
}


.admintable {
  background-color: white;
}


.header {
    background-color: #EAF4FF;
    color: black;
    font-weight: bold;
    font-size: 10pt;
}

.title {
  font-size: 12pt;
  font-weight: bold;
}

