/***************************************************************
*** LEFT MENU STARTPAGE COUNTRY X
****************************************************************/

.startpage div#sidebar{
	margin: 0;
	padding: 0 0 350px 0;
	width: 250px;
	border: 0;
	float: left;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

/*.startpage #navlist li{
	padding-left: 50px;
	padding-bottom: 20px;
}*/

.startpage #sidebar h3 {
	font-size : 11px;
	text-transform: uppercase;
	padding-left: 5px;
	margin-top: 0px;
	background-color: #99ccff;
	color: #000000;
	/*text-indent: 5px;*/
}

/*.startpage #navlist a.quicklink{
	color: #000000;
	display: inline-block;
	width: 120px;
	background-color: transparent;
	margin-right: 0px;
	font-size: 10px;
	border: 1px solid #ff3300;
}
.startpage #navlist a.{
	margin-right: 0px;
}

.startpage #navlist img{  images for quicklinks 
	float: left;
	clear: left;
	margin-right: 0px;
}*/

/***************************************************************
*** LEFT MENU STARTPAGE COM
****************************************************************/

.startpagecom div#sidebar {
	margin: 0;
	padding: 0 0 0 0;
	width: 250px;
	border: 0;
	float: left;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
/*
.startpagecom #navlist li{
	padding-left: 50px;
	padding-bottom: 20px;
}
*/

.startpagecom #sidebar h3 {
	font-size : 11px;
	text-transform: uppercase;
	padding-left: 5px;
	margin-top: 0px;
	background-color: transparent;
	color: #000000;
}

/***************************************************************
*** START PAGE COUNTRY X
****************************************************************/

.startpage #article{
	padding: 50px 80px 50px 25px;

}


.startpage #sidebar table{
	margin-left: 50px;
}
.startpage #sidebar td, .startpage #sidebar td a{
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
	padding-bottom: 15px;
}
td.QuicklinkTxtCell, td.QuicklinkTxtCell a{
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
	padding-bottom: 15px;
	vertical-align: top;
}
.startpage #sidebar td a:hover{
	color: #003a85;
	text-decoration: none;
}

div#wrapper.startpage{
	background-image: none;
	background-color : #ffffff;
}

.startpage div#innerwrapper{
	background-image : none;
	background-color : transparent;
}

.startpage div#maincontent{	/* for individual countries' startpage */
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 550px;
	float: right;
}

.startpage h3{
	line-height: 1.2em;
	margin: 0px 0 0 0;
}

/***************************************************************
*** START PAGE .COM
****************************************************************/
.startpagecom #article {
	background-position : bottom right;
	background-repeat : no-repeat;
	padding: 58px 80px 50px 50px;
	height: 533px;
}

.startpagecom #sidebar table{
	margin-left: 50px;
}

.startpagecom #sidebar td a:hover{
	color: #003a85;
	text-decoration: none;
}

.startpagecom #sidebar td, .startpagecom #sidebar td a{
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
	padding-bottom: 15px;
}

div#wrapper.startpagecom{
	background-image: none;
	background-color : #ffffff;
}

.startpagecom div#innerwrapper{
	background-image : none;
	background-color : transparent;
}

.startpagecom div#maincontent {	/* for .com startpage */
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 550px;
	float: right;
}

.startpagecom h3{
	line-height: 1.2em;
	margin: 15px 0 0 0;
}

/****************************************/

