@charset "utf-8";

/* Master css created on 10/04/08 */

/* reset the desired elements for best control */

a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1,h2, h3, h4, h5, h6,
hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small,
span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	background-color: transparent;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

focus {
	outline: 0;
}




/***************************/
/*     MASTER STYLE OVERRIDES   */
/***************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #6C4524 url(../images/construct/page_bckgd.jpg) no-repeat 50% top;
}

hr {
border-top: 1px solid #C2C2C2;
}


p {
	color: #666;
	line-height: 135%;
	margin-bottom: 7px;
}

h1 {font-size: 140%;
	color: #6C4524;
}


h2 {font-size: 110%;
	color: #6C4524;
	margin-top: 8px}
	
h3 {font-size: 90%;
	color: #F47836;
	margin-top: 8px}
	


ol {color: #666;}

ol li { 
	padding: 0 0 5px 20px;
	margin: 0 0 0 0;
	line-height: 130%;
	list-style-type: decimal ;
}	
	
	
hr {
	height: 1px;
	background-color: #ccc;
	color:#ccc;
}




/***************************/
/*     MAIN PAGE ELEMENTS      */
/***************************/

#mainContainer {
	background: #FFF url(../images/construct/main_bckgd.gif) no-repeat left bottom;
	width: 960px;
	margin: 0 auto;
	min-height: 600px;
	position: relative;
	overflow: auto;
}


#centreContentHolder {
	margin: 18px 10px 50px 10px;
	padding-bottom: 30px;
	background: transparent url(../images/construct/box_bot.jpg) no-repeat left bottom;
}

#topBox {
	height: 32px;
	font-size: 1px;
	background: transparent url(../images/construct/box_top.jpg) no-repeat;	
}

#centreHeader {
	margin: 10px 45px 10px 45px;
	padding-bottom: 0px;
	border-bottom: 1px solid #C2C2C2;
}


#mainContent {
	margin: 12px 26px 10px 45px;
	padding-bottom: 8px;
	border-bottom: 0px solid #C2C2C2;
	min-height: 250px
}

#mainContent.textwidth {
	margin: 12px 45px 10px 45px;
	padding-bottom: 8px;
	border-bottom: 0px solid #C2C2C2;
	min-height: 250px
}


.MainImgPad {
float: right;
padding: 0 0 0 35px;
margin-top: 0px;
}

#RightColumn {
	float: right;
	width: 250px;
	margin: 0 0 0 30px;
}

.imgCentre {
	display: block;
	margin: 5px auto;
}

#centreFooter {
	margin: 0 45px;
	padding: 10px 0;
	border-top: 1px solid #C2C2C2;
}

#footer {
	font-size: 86%;
	padding-bottom: 15px;
	/*background: transparent url(../images/footer_bckgd.gif) no-repeat left bottom; */
}

#footerTop {
	padding: 8px 10px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #595959;
	margin: 0 0 15px 0;
}

img#tyLogo {
	margin: 12px 0 0 23px;
}

img#onelanBadge {
	position: absolute;
	right: 22px;
	bottom: 174px;
	z-index: 10;
}




/****************************/
/*               LEFT COLUMN                */
/****************************/

#mLeftColumn {
	float: left;
	width: 227px;
	/*overflow: auto;*/
}

#masthead {
	position: relative;
	height: 122px;
	background: transparent url(../images/construct/masthead_bckgd.gif) no-repeat right bottom;
}

#leftColumn {
	width: 197px;
}

#leftNav {
	margin: 0 0 0 23px;
}

/*********************************/
/*               LEFT SUBNAVIGATION              */
/*********************************/

.subNav {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
    list-style-type: none;
    /*border-top: 2px #ddd solid;
    border-bottom: 2px #ddd solid;*/
}

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

.subNav li {
	float:left;
	width: 100%;
	margin:0;
	padding: 0
}

.subNav a, .subNav strong {
	display:block;
    width: 90%;
    padding: 4px 0px 4px 10%;
    text-decoration: none;
    background-color:#FFF;
    color: #444;
    border-bottom: 1px #BCBCBC solid;
}

/* Section Title */
.subNav li.sectionTitle {
    width: 90%;
	margin: 30px 0 0 0;
    padding: 4px 0px 4px 10%;
	font-size: 135%;
    /*font-weight: bold;*/
    color: #6C4524;
    background: #FFF;
    border-bottom: 1px #BCBCBC solid;
}

.subNav li span {
    display:block;
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
	border-bottom: 1px #BCBCBC solid;
}

/* Level 1 */
.subNav li#active, .subNav li strong {
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    color: #595959;
    background: transparent url(../images/MainNavigation/btn_bckgd.jpg) no-repeat left 50%;
    border-bottom: 1px #BCBCBC solid;
	font-size: 90%;
}

.subNav li a { 
	width: 90%;
	padding-left: 10%; 
	background-color: #FFF;
	color: #444;
	font-size: 90%;
}

.subNav li a:focus, .subNav li a:hover, .subNav li a:active { 
	background-color:#F47836; 
	color: #FFF;
}


.subNav li ul { 
	margin-top: 5px;
	border-top: 1px #BCBCBC solid;
	padding-left: 12%;
	margin-left: -12%;
}

.subNav li ul li a { 
	width: 100%;
	padding-left: 12%;
	margin-left: -12%;
	background-color: #FFF;
	font-weight: normal;
	color: #444;
	font-size: 80%;
}

.subNav li ul li a:focus, .subNav li ul li a:hover, .subNav li ul li a:active { 
	background-color:#dfdfdf; 
	color: #444;
}

.subNav li ul li a.selected {
   background-color:#dfdfdf; 
	color: #444;
}

.NavPara {
    padding: 4px 0px 4px 8%;
	font-size: 75%;
	line-height: 130%;
}

.NavPara2 {
    padding: 4px 0px 0px 8%;
	font-size: 85%;
	line-height: 120%;
}




/*****************************/
/*                 CENTRE COLUMN           */
/*****************************/

#mCentreColumn {
	float: left;
	width: 600px;
	/*overflow: auto;*/
}

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

#mainNav {
	min-height: 71px;
	background: #F47836 url(../images/construct/mainnav_bckgd.jpg) repeat-y;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 23px 0 0 0;
	overflow: auto;
}

#mainNav ul {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
}

#mainNav ul li {
	float: left;
}

#mainNav ul li a {
	display: block;
	float: left;
	padding: 4.3em 0 0 0;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}

#mainNav ul li a:hover {
	color: #6C4524;
}

#mainNav ul li a#m-company { width: 113px; background: transparent url(../images/MainNavigation/m-company_bckgd.gif) no-repeat 50% 30%; }
#mainNav ul li a#m-services { width: 95px; background: transparent url(../images/MainNavigation/m-services_bckgd.gif) no-repeat 50% 30%; }
#mainNav ul li a#m-portfolio { width: 94px; background: transparent url(../images/MainNavigation/m-portfolio_bckgd.gif) no-repeat 50% 30%; }
#mainNav ul li a#m-products { width: 94px; background: transparent url(../images/MainNavigation/m-products_bckgd.gif) no-repeat 50% 30%; }
#mainNav ul li a#m-partners { width: 93px; background: transparent url(../images/MainNavigation/m-partners_bckgd.gif) no-repeat 50% 30%; }
#mainNav ul li a#m-contact { width: 111px; 	background: transparent url(../images/MainNavigation/m-contact_bckgd.gif) no-repeat 50% 30%; }



/*****************************/
/*                RIGHT COLUMN               */
/*****************************/

#mRightColumn {
	float: left;
	width: 133px;
	/*overflow: auto;*/
}

#topBar {
	height: 122px;
	background: transparent url(../images/construct/topbar_bckgd.gif) no-repeat left bottom;
}

#rightColContent {
	margin: 0 23px;
}

/* right column link styles */
#rightMenu {
	width: 100%;
	/*overflow: hidden;*/
	margin: 30px 0 0 0;
	list-style: none;
}

#rightMenu li {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}

#rightMenu a {
	display: block;
	padding: 4px 0 4px 17px;
	text-decoration: none;
	color: #6C4524;
	background: transparent url(../images/construct/bullet.gif) no-repeat left .5em;
}

#rightMenu li a:focus, #rightMenu li a:hover { 
	text-decoration: underline;
	color: #6C4524;
}





/**********************/
/*         MISC CLASSES         */
/**********************/

.txtOrange {
	color: #F47836;
}

.txtGrey {
	color: #595959;
}






/********************************/
/*                   BREADCRUMB                    */
/********************************/
#centreHeader p {
	font-size: 75%;
}

#centreHeader p a {
	color: #949494;
	text-decoration: none;
	border-bottom: 0px solid #949494;	
}

#centreHeader p a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;	
}


/********************************/
/* TEMPLATE SPECIFIC FONT OVERRIDES  */
/********************************/
#mainContent p {
	font-size: 90%;
	line-height: 140%;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
	color: #595959;
}

#mainContent h1 {
	line-height: 140%;
	padding-bottom: 10px;
	text-align: left;
}

#mainContent h2 {
	font-size: 100%;
	line-height: 140%;
	padding-bottom: 10px;
	text-align: left;
	color: #6C4524;
}

#mainContent p.nomargin {
	padding-bottom: 0px;
}


#mainContent ul {   /*  BULLETS  */
	margin: 0 20px 5px 20px;
}

#mainContent ul li {   /*  1st LEVEL BULLETS   */
	padding: 0 0 5px 20px;
	color: #666;
	margin: 0 0 0 0;
	line-height: 130%;
	font-size: 90%;
	background: transparent url(../images/construct/bullet.gif) no-repeat left .1em;
}	

#mainContent ul li ul li {  /*  2nd LEVEL BULLETS  */
	padding: 0 0 0 15px;
		color: #999;
	margin: 3px 0 0 0;
	line-height: 130%;
	background: transparent url(../images/construct/bullet.gif) no-repeat left .5em;
}	

#mainContent ul li ul li ul li  {   /*  3rd LEVEL BULLETS  */
	padding: 0 0 0 15px;
	margin: 4px 0 0 0;
	line-height: 130%;
	background: transparent url(../images/construct/bullet.gif) no-repeat left .5em;
}	

#footerTop p {
	width: 458px;
	margin: 0;
	text-align: left;
	font-size: 90%;
	padding:0 0 0 0px;
}

#footerTop p.floatRight {
	float: right;
	width: 110px;
	text-align: right;
	margin: 0;
}

#footerTop p.floatRight span {
	background: transparent url(../images/construct/small_tick.gif) no-repeat left .1em;
	padding-left: 1.2em;
}

#footer p {
	color: #595959;
	margin: 0 10px;
	text-align: center;
	line-height: 140%;
}

#footer p a {
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #949494;	
}

#footer p a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;	
}


#centreFooter p {
	font-size: 90%;
	width:280px;
	margin: 0;
	text-align: left;
	color: #595959;
}

#centreFooter p.infoRight {
	float: right;
	width: 200px;
	text-align: right;
	margin: 0;
}


#mainContent p a {
	color: #F47836;
	text-decoration: none;
	border-bottom: 1px solid #F47836;	
}

#mainContent p a:hover {
	color: #6C4524;
	text-decoration: none;
	border-bottom: 1px solid #F47836;	
}



#mainContent p img a {
	border-bottom: 0px solid #F47836;	
}

#mainContent p img a:hover {
	border-bottom: 0px solid #F47836;	
}



