@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e3e3e3;
	background-image:url(images/bg_repeat.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*---arabic grey text---*/
.thrColFixHdr #arabic {
	width: 960px;
	text-align: right;
	color:#5f5f5f;
	padding-bottom:5px;
}
.thrColFixHdr #arabic a{
	width: 960px;
	text-align: right;
	color:#5f5f5f;
	padding-bottom:5px;
}
/*---end arabic grey text---*/
.maintext {
	line-height: 15px;
	color:#5f5f5f;
}
.maintext p {
	line-height: 15px;
	color:#5f5f5f;
}
.maintext li {
	line-height: 15px;
	color:#5f5f5f;
}
.maintext a {
	line-height: 15px;
	color:#5f5f5f;
	text-decoration:underline;
}
.maintext a:hover {
	line-height: 15px;
	color:#5f5f5f;
}
#box_title {
margin:10px;
color:#FFFFFF;

}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px;
} 
.thrColFixHdr #header {
	height:250px;
	background: #fff;
}
/*---Start of top_nav---*/ 
#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
width:940px;
margin: 0;
float: left;
padding-left: 10px;
font: bold 11px Verdana;
background: #828282 url(images/nav_left_corner.png) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 14px 12px 13px 12px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
background: transparent url(images/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
float:right;
background: url(images/nav_right_corner.png) bottom right no-repeat; /*optional right round corner*/
}
/*---End of top_nav---*/


/*---start mainContent---*/
.thrColFixHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/*---panel head text---*/
.panel_head_text{
	padding-left:15px;
	color:#FFFFFF;
	font-family: Georgia, serif;
	font-size:24px;
}
.panel_head_text_caps{
	padding-left:15px;
	color:#FFFFFF;
	font-family: Georgia, serif;
	font-size:24px;
	text-transform: uppercase;
}

.panel_head_text_supplier{
	padding-left:5px;
	color:#FFFFFF;
	font-family: Georgia, serif;
	font-size:24px;
	text-transform: uppercase;
}
.panel_head_text_partner{
text-align:center;
	color:#FFFFFF;
	font-family: Georgia, serif;
	font-size:20px;
	text-transform: uppercase;
}
/*---latest news white text---*/
.latest_news_white {
	color:#FFFFFF;
}
.latest_news_white p {
	color:#FFFFFF;
}
.latest_news_white a {
	color:#FFFFFF;
}
.latest_news_white a:hover {
	color:#FFFFFF;
}
/*---latest news grey text---*/
.latest_news_grey  {
	color:#5f5f5f;
}
.latest_news_grey_caps  {
	color:#5f5f5f;
	text-transform: uppercase;
}
.latest_news_grey p {
	color:#5f5f5f;
}
.latest_news_grey a {
	color:#5f5f5f;
}
.latest_news_grey a:hover {
	color:#5f5f5f;
}


/*---start programme table text---*/
.table_text p {
	color:#5f5f5f;
}
.table_text_border {
	border-right:1px;
	border-right-color:#cccccc;
}
.table_text_white p {
	color:#fff;
}
/*---start footer---*/
.thrColFixHdr #footer {
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	height:70px;
	padding: 0px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hr {
width:80%;
text-align:center;
border:0;
color: #5f5f5f;
background-color: #5f5f5f;
height: 1px;
}
/*---panel head text---*/
.thankyou_text{
	padding-left:15px;
	color:#c43737;
	font-family: Georgia, serif;
	font-size:34px;
	text-align:center;
}