/* Main Colour Scheme

color:#FCB65A; - goldish yellow
color:#CCCCCC; - grey
color:#FF0000; - red
color:#63C421; - green
color:#FFC400; - yellow

color:#D4DBC4; - background-greenish

color:#FFFFFF; - black
color:#CCCCCC; - grey pale
color:#999999; - grey
color:#FFFFFF; - white

 */
 

/* ---------  HTML TAGS  ---------------------- */ 

body{
	font-family: arial, helvetica, sans-serif, sans;
	font-size:9pt;
	font-style:normal;
	color: #000000;
	line-height: 1.3em;	
	margin: 0px;
	padding: 0px;
	background-color:#000000;
/*	background-image:url(../images/bg-grad.gif);  */
}

a{	
	font-family: verdana, arial, helvetica, sans-serif, sans;
	color: #445452;
	text-decoration: underline;
}
a:link, a:visited {
	color: #445452;
	text-decoration: underline;
}
a:hover{
	color: #445452;
	text-decoration: underline;
}


a.ondark{	
	font-family: verdana, arial, helvetica, sans-serif, sans;
	color: #FFFFFF;
	text-decoration: underline;
}
a.ondark:link, a.ondark:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.ondark:hover{
	color: #FFFFFF;
	text-decoration: underline;
}



a.hotbtn {
	display:block;
	width:auto;
	height:auto;
	border:1px #FFFFFF solid;
}
a.hotbtn:hover{
	border:1px #445452 solid;
}


a.back2top {
	font-size:8pt;
}



p {
	margin-top:0.5em;
	margin-bottom:1em;
}


h1{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 2em;
	color: #445452;
	font-weight: bold;
/*	letter-spacing:-0.05em; */
	margin-top:0;
	margin-bottom:0.75em;

}

h2{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1.6em;
	color: #445452;
	font-weight: bold;
	margin-top:0;
	margin-bottom:0.75em;
}

h3{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1.4em;
	color:#445452;
	font-weight: bold;
	margin-top:0;
	margin-bottom:0.65em;

}

h4{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1.1em;
	font-weight:bold;
	color:#445452;
	margin-top:0;
	margin-bottom:0.55em;

}

h5{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1em;
	font-weight:bold;
	color:#000000;
	margin-top:0.5em;
	margin-bottom:0.5em;

}

ul{
	list-style-type: disc;
	padding-left:1.5em;
	margin-left:0;
}

ol{
	padding-left:1.5em;
	margin-left:0;
}

ol li {
	padding-bottom:1em;
}


ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: arial, helvetica, sans-serif, sans;
	font-size: 8pt;
	color: #999999;
}

img {
	border:0;
}

img#tlogo {
	border:0;
	margin-left:35px;
}





/* ---------  TEXT  ---------------------- */ 

.text_black { color:#000000;}
.text_grey { color:#999999;}
.text_greypale { color:#CCCCCC;}
.text_white { color:#FFFFFF;}
.text_red {color:#FF0000;}
.text_green {color:#63C421;}
.text_yellow {color:#FFC400;}
.text_gold {color:#FCB65A;}

.text_big { font-size:11pt; line-height:1.2em;}
.text_middle { font-size:9pt; line-height:1em;}
.text_small { font-size:8pt; line-height:1em;}
.text_bold {font-weight:bold}
.text_copyright {font-family: verdana, arial, helvetica, sans-serif, sans; font-size:8pt; color:#CCCCCC; }

em {
	font-style:normal;
	color:#CCCCCC;
}
strong {
	font-weight:bolder;
	font-style:normal;
}
abbr {
	text-transform:capitalize;
}
cite {
	font-style:oblique;
	font-size:0.9em;
}


/* ---------  BG COLOURS  ---------------------- */ 
.bg_black { background-color:#000000;}
.bg_grey { background-color:#999999;}
.bg_greypale { background-color:#CCCCCC;}
.bg_white { background-color:#FFFFFF;}
.bg_red {background-color:#FF0000;}
.bg_green {background-color:#63C421;}
.bg_yellow {background-color:#FFC400;}
.bg_greenish {background-color:#D4DBC4;}


/* ---------  BORDER COLOURS  ---------------------- */ 
.border_black { border:#FFFFFF 1px solid;} 
.border_grey827 { border:#CCCCCC 1px solid;}
.border_greypale { border:#CCCCCC 1px solid;}
.border_white { border:#FFFFFF 1px solid;}


/* ---------  ALIGNMENT  ---------------------- */ 

.left { display:block; float:left; }
.right { display:block; float:right; }
.clearboth {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
}
.spacer_v1 {clear:both;	height:1px;	overflow:hidden;}
.spacer_v2 {clear:both;	height:2px;	overflow:hidden;}
.spacer_v3 {clear:both;	height:3px;	overflow:hidden;}
.spacer_v3 {clear:both;height:4px;overflow:hidden;}
.spacer_v5 {clear:both;height:5px;overflow:hidden;}
.spacer_v10 {clear:both;height:10px;overflow:hidden;}
.spacer_v20 {clear:both;height:20px;overflow:hidden;}
.spacer_v30 {clear:both;height:30px;overflow:hidden;}
.spacer_v50 {clear:both;height:50px;overflow:hidden;}

.hLine_grey {clear:both; height:1px; width:100%; background-color:#CCCCCC; overflow:hidden;}
.hLine_black {clear:both; height:1px; width:100%; background-color:#FFFFFF; overflow:hidden;}
.hLine_gold {clear:both; height:1px; width:100%; background-color:#FCB65A; overflow:hidden;}


/* -------  MAIN LAYOUT BLOCKS  ---------------------- */

#footer {
	clear:both;
	text-align:left;
	margin-top:20px;
	padding:10px;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	line-height:1em;
}

#navBar{
	display:block;
	margin: 15px 10px 10px 15px;
}
#content{
	display:block;
	margin: 15px 15px 10px 10px;
}


/* -------  DROP-DOWN TOP MENU  ---------------------- */

.drop_down_menu {
  background-color:#445452; 
  padding: 2px 5px 5px 3px;
}


#nav {
z-index:999999;
line-height:1em;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background:#445452;
}

#nav a {
	display: block;
	color: #FFFFFF;
	padding: 0.25em 1em 0.25em 0;
	text-decoration: underline;
	margin:0;
}

#nav img{
	display:inline;
}


#nav a:link, #nav a:visited, #nav a:active{
	text-decoration: none;
}

#nav a:hover{
	text-decoration: underline;
}



#nav li ul a {
	padding: 0.5em 0em;
}






#nav a.daddy {
	background: transparent url(../images/circle-topmenu.gif) right center no-repeat;
}

#nav li {
	float: left; 
	padding: 0 0.5em;
	margin:0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto; 
	border: solid #E0E0D1 1px;
	padding: 0.5em;
	width:auto;

}


#nav li ul li{
	float:none;
	text-align:left;
	padding:3px; margin:0;
	border-bottom:1px dotted #768281;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/* background-color:#FF0000; */
	
}

/* -------  end of DROP-DOWN TOP MENU  ---------------------- */



/* -------  TOP NAVIGAION MENU  ---------------------- */

ul#topnav {
margin:0;
padding:0;
}
#topnav li {
display: inline;
list-style-type: none;
margin-left:3px;
margin-right:3px;
}
#topnav a {
font-family: arial, helvetica, verdana,sans-serif;
font-size: 9pt;
color: #FCB65A;
padding-right:0.5em;
}

#topnav a:hover {
color: #FFFFFF;

}




/* -------  BOTTOM NAVIGAION MENU  ---------------------- */

ul#bottomnav {
margin:0;
padding:0;
}
#bottomnav li {
display: inline;
list-style-type: none;
margin-left:3px;
margin-right:3px;
}
#bottomnav a {
font-family: verdana,arial, helvetica, sans-serif;
font-size: 8pt;
color: #CCCCCC;
padding-right:0.5em;
}


/*------------  Categoty  ---------------------*/

.category ul
{
text-align: left;
margin:0px 10px 0px 0px;
list-style-type: none;
padding:0;
list-style-image:none;
}
.category  ul li
{
margin:10px 0px;
}




/* ------- COMMON IDS  ---------------------- */
img#toplogo{
margin: 0px 0px 10px 10px;
}
select#country {
	display:compact; 
	font-size:8pt;
	margin:0 2px 0 5px;
}
input#searchfor {
	display:compact; 
	font-size:8pt;
	margin:0 2px 0 5px;
}


/* -------  CONTENT BLOCK ITEMS  --------------- */

.block_1of4{
	float: left;
	margin: 0;
	width: 23%;
}

.block_1of3 {
	width:33.3%; 
	float:left;
	margin: 0;
}

.block_1of2 {
	margin: 0px;
	width:50%;
	float:left;
}

.block_1of1 {
	margin: 0;
	width:100%;
	float:left;
}



/* ---------------- FAQs (expandable options)------------------- */
dl.faq {
	list-style:outside;

}

dl.faq dt{
	color:#CCCCCC; 
/*	color:#FFFFFF; */
	font-weight:bold;
	font-size:9pt;
	cursor:pointer;
	margin:2em 0;
	
}
dl.faq dt em{
	color:#FFFFFF;
	font-weight:normal;
	font-size:8pt;
	cursor:pointer;
}



dl.faq img{
	width:auto;
	height:auto;
	border:0;
	margin-right:0.5em;
}
dl.faq dd{
	margin:0;
	padding:0em 1.5em;
	padding-top:0;
	padding-bottom:2em;
}


#pagetitle {
	font-family: Arial Black, Arial;
	background: #cccccc;
	padding: 2px 10px 3px 10px;
	margin: 0px;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:1px;
	width:auto;
}


.icon_arrow {
	background: url(../images/arrow-small.gif) no-repeat left center;
	cursor: auto;
	display: inline-block;
	padding-left: 12px;
	text-decoration: underline;
	vertical-align: top;
}


.icon_pdf {
	background: url(../images/pdf.gif) no-repeat;
	cursor: auto;
	display: inline-block;
	height: 19px;
	padding-left: 20px;
	text-decoration: underline;
	vertical-align: bottom;
)



