#selectCountry { font: 11px/14px Arial, Helvetica, sans-serif; }
.select_country, .select_country1, .select_country2 {
	text-transform:uppercase;
	color: yellow;
	font: 11px/14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align:middle;
}
td.select_country1 {
	background-image:url(images/home/home2_04.jpg);
	width:160px;
	height:52px;
	padding-right: 0px;
}
td.select_country2 {
	background-image:url(images/home/home2_05.jpg);
	width:160px;
	height:52px;
	padding-right: 0px;
}

/**** TOP MENU *****/
table.home_menu { width:100%; }
td.home_menu {
	width: 534px;
	height: 25px;
	background-image:url(images/home/home2_10.jpg);
	text-align:right;
	padding-right: 20px;

	text-transform:uppercase;
	font-weight: bold;
	color: yellow;
	font: 11px/14px Arial, Helvetica, sans-serif;
}


/***** BREAKING NEWS *****/
td.breaking_news {
	background-image:url(images/home_17.jpg);
	width:185px;
	height:435px;
}

div.breaking_news {
	overflow:auto;
	padding:13px;
	width: 100%;
}

.breaking_news_link {
	color:red;
	text-decoration:underline;
}
.breaking_news_link:hover {
	text-decoration:none;
}

.breaking_news_date {
	font: 13px/16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #16467F;
}

.breaking_news_description {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666666;
}


/***** WELCOME *****/
td.welcome {
	font: 12px/16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding-top:10px;
	padding-left:20px;
}


/***** FEATURED PRODCUTS *****/
td.featured_products {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666666;

	background-image:url(images/home_36.jpg);
	width: 173px;
	height:186px;
	vertical-align: top;
}

div.featured_products {
    overflow:auto;
    width:168px;
    height:186px;
	padding-left: 5px;
}

.featured_products_title {
	font: 13px/16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #16467F;
}

.featured_products_link {
	color:red;
	text-decoration:underline;
}
.featured_products_link:hover {
	text-decoration:none;
}

.featured_products_description {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666666;
}



/***** SUPPORT *****/
td.support {
	padding-left: 10px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666666;

	width:176px;
	height:186px;
	background-image:url(images/home_39.jpg);
	vertical-align:top;
}


body { margin: 0px; }

/***** LAYOUT *****/
#wrap 
{
	width:800px;
	border-left: solid white 6px;
	border-right: solid white 6px;
	background-color: #ffffff;
	margin: 0 auto;
}

#nav
{
	width: 800px;
	height: 100px;
	background-image: url(images/home/nav.jpg);
}