﻿body {
	background-color: #BFC4C7;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/test_body_bak.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#outerwrapper
{
    position:absolute;
	width:100%;
	padding:0px;
	background-image: url(/images/test_layout1_bak.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
#innerwrapper
{
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width:936px;
}
#outercontainer 
{
	float:left;
	width:936px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

/* Headers */
#header
{
    clear:left;
    float:left;
	width:936px;
	background-color: #FFFFFF;
}
.breadcrumbs
{
   font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}	
#splitheader
{
    float:left;
	width:936px;
	background-color: #FFFFFF;
	margin-bottom:20px;
}
#splitheaderleft
{
	float:left;
	width:460px;
	background-color: #FFFFFF;
}
#splitheaderright
{
	float:right;
	width:400px;
	background-color: #FFFFFF;
}

#innercontainer
{
	clear: left;
	float: left;
	width: 936px;
	background-color: #FFFFFF;
}
#leftpane
{
	float:left;
	width:250px;
	padding: 15px;
}


/* Footers */
#innerfooter
{
	clear: left;
	float: left;
	width: 936px;
	font-size: 12px;
	background-color: #4477AE;
	color: #FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
}
#innerfooter a, #innerfooter a:link, #innerfooter a:visited, #innerfooter a:active
{
    color: #FFFF99;
    text-decoration: underline;
}
#innerfooter a:hover
{
    color: #CC0000;
    text-decoration: none;
}

#innerfooterleft
{
  float:left;
  width:400px;
  padding-left:10px;
}
#innerfooterright
{
  float:right;
  width:400px;
  padding-right:10px;
  text-align: right;
}
#outerfooter
{
  clear:left;
  float:left;
  margin-top:10px;
  width:936px;
  font-size:12px;
}
#outerfooter a, #outerfooter a:link, #outerfooter a:visited, #outerfooter a:active
{
    color: #FFFF99;
    text-decoration: underline;
}
#outerfooter a:hover
{
    color: #CC0000;
    text-decoration: none;
}

#outerfooterleft
{
 float: left;
 width: 400px;
    
}
#outerfooterright
{
  float:right;
  width:400px;
  text-align: right;
}

/* Main Areas */
#rightpane
{
	float:right;
	width:646px;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 15px;
}
#maincontent
{
	float:right;
	width:631px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* Links */

a, a:link, a:visited, a:active
{
    color: #3366CC;
    text-decoration: underline;
}
a:hover
{
    color: #CC0000;
    text-decoration: none;
}

/* Headings */

h1 
{
	color: #EA4604;
	font-size: 25px;
}
h2
{
 color: #3366CC;
 font-size: 22px;
}
h3
{
    color: #003300;
    font-size: 18px;
}
h4
{
    color: #3366CC;
    font-size: 16px;
    font-weight: bold;
}

form .smallform label, form .smallformlgtext label
{
    width: 100px;
    float: left;
    text-align: left;
    margin-right: 10px;
    display: block;
    font-size: 12px;
    color: #000000;
}
form .smallform input, form .smallform textarea
{
 width  : 160px;
 color  : #781351;
 background  : #fee3ad;
 border  : 1px solid #781351
}


form   .smallformsubmit input
{
width  : 98px;
margin-left: 112px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

form .myenquiryform label, form .myenquiryformlgtext label
{
    width: 100px;
    float: left;
    text-align: left;
    margin-right: 10px;
    display: block;
    font-size: 12px;
    color: #000000;
}
form .myenquiryform input, form .myenquiryform textarea
{
 width  : 160px;
 color  : #781351;
 background  : #fee3ad;
 border  : 1px solid #781351
}


form   .myenquiryformsubmit input
{
width  : 98px;
margin-left: 112px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}
#enquiryform p
{
margin-top:2px;
padding-top:2px;
margin-bottom:2px;
padding-bottom:2px;
}
.imgblock
{
	float:left;
	width:200px;
	background-color: #FFFFCC;
	text-align:center;
	margin-right:30px;
	margin-top:5px;
	margin-bottom:5px;
	
}

.dropshadowcontent {
	position: relative;
	background-color: white;
	color: black;
	border: 1px black dashed;
	top: -10px;
	left: -10px;
	z-index: 10;
	padding: 5px;
	margin: 0;
}

.dropshadow {
	position: relative;
	background-color: 	red;
	width: 200px;
	z-index: 5;
	background-image: url("/images/dropshadow.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.dropshadowleft, .dropshadowtop {
	border: 1px none black;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 10px;
	margin: 0;
	padding: 0;
}

.dropshadowtop {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("/images/dropshadow_topright.gif");
}

.dropshadowleft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url("/images/dropshadow_bottomleft.gif");
}

#floating1 {
	position:absolute;
	left:680px;
	top:30px;
	width:250px;
	height:30px;
	z-index:1;
	background-color: #CCCCCC;
	visibility:hidden;
	display:none;
}
#floating2 {
	position:absolute;
	left:5px;
	width:930px;
	top:100px;
	height:30px;
	z-index:2;
	background-color: #FFFFFF;
}
#floating3 {
	position:absolute;
	left:678px;
	top:350px;
	width:250px;
	height:24px;
	z-index:3;
	text-align: right;
}
#frmMailList
{
	margin: 0px;
	padding: 0px;
}


/*- Menu Tabs J--------------------------- */
    #tabsJ {
	float:left;
	width:100%;
	font-size:12px;
	line-height:normal;
	border-bottom:1px solid #24618E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-variant: normal;
      }
    #tabsJ ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("/images/tableftJ_v2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
	float:left;
	display:block;
	background:url("/images/tabrightJ_v2.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
	color:#FFFFFF;
	text-decoration: underline;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
	 /* Sidebar \*/	
	 
#consultation
{
	float:left;
	width:230px;
	border:1px solid #999999;
	background-color: #F8F8F8;
	background-image: url(/images/sidebar_consultation_bak.jpg);
	background-repeat: repeat-x;
	padding: 9px;
	
} 
#consultation h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4477AE;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	float:left;
}
#newsletter
{
   clear:left;
	float:left;
	width:230px;
	border:1px dotted #999999;
	background-color: #FFFFFF;
	padding: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	margin-top: 20px;
	
} 
#newsletter h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4477AE;
	
	margin: 0px;
	padding: 0px;
}

#twitter
{
   margin-top:20px;
      clear:left;
	float:left;
	width:250px;
	border:0px ;
	padding: 0px;
	
} 
.coldivide
{
	background-image: url(/images/divider.gif);
	background-repeat: repeat-y;
}

.myblock {
	background-color: #FFFFCC;
	padding: 4px;
	width: 95%;
	border: 1px dashed #999999;
}
.myblock2 {
	background-color: #FFFFFF;
	padding: 4px;
	width: 95%;
	border: 1px dashed #999999;
}

