/* reset everything! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -----[ Main DIVs ]--------------------------------------------------------------------- */

body {
	background: #FFFFFF url(../images/bkgs/page.gif) repeat-x left top;
	font-family: Georgia, "Times New Roman", serif;
	color: #666699;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img {
    border: none;
}

form {
    margin: 0px;
    padding: 0px;
}

#page {
	width: 98%;
	height: 30px;
	margin: 0px;
	padding: 5px 0 0 5px;
}

#page-right {
	float: right;
	margin: 0 0 0 0px;
}
#page-right-country {
	float: right;
	margin: 0 0 0 10px;
}
#page-right-favs {
	float: right;
	margin: 0 0 0 10px;
}
#page-right-home {
	float: right;
	margin: 0 0 0 10px;
}
#page-left {
	float: left;
}
#page-logo {
	position: absolute;
	top: 5px;
	right: 58px;
	width: 15px;
	height: 15px;
}
#page-logo-fr {
	position: absolute;
	top: 5px;
	right: 108px;
	width: 15px;
	height: 15px;
}


#wrapper{
	width: 400px;
	margin: 20px auto;
	z-index:899;
}

#header {
	width: 400px;
	margin: 0 0 20px 0;
	z-index:799;
}

#main-body {
	width: 400px;
	margin: 0 0 0px 0;
	z-index:99;
}

#footer{
	width: 300px;
	margin: 0px auto;
}

a.jump:link {color: #FFFFFF; text-decoration: none;}
a.jump:active {color: #FFFFFF; text-decoration: none;}
a.jump:visited {color: #FFFFFF; text-decoration: none;}
a.jump:hover {color: #999999; text-decoration: underline;}



/* -----[ TABS ]--------------------------------------------------------------------- */

#country1 {
	background: url(../images/bkgs/tab_web2.png) no-repeat left top;
	color: #000000;
}

#country2 {
	background:  url(../images/bkgs/tab_uk2.png) no-repeat left top;
	color: #000000;
}

#country3 {
	background:  url(../images/bkgs/tab_news2.png) no-repeat left top;
	color: #000000;
}

#country4 {
	background:  url(../images/bkgs/tab_image2.png) no-repeat left top;
	color: #000000;
}

#country5 {
	background:  url(../images/bkgs/tab_video2.png) no-repeat left top;
	color: #000000;
}

#country6 {
	background:  url(../images/bkgs/tab_audio2.png) no-repeat left top;
	color: #000000;
}

#country7 {
	background:  url(../images/bkgs/tab_maps2.png) no-repeat left top;
	color: #000000;
}

#countrytabs {
	margin: 3px 0 0 0px;
	padding: 0px 0px 0px 24px;
}


/* -----[ COUNTRY MENU ]--------------------------------------------------------------------- */
#VertMenu {
    margin: 0px 0px 0px 2px;
    width: 160px
}

#VertMenu img {
    padding: 0px 3px 0px 0px;
    margin: 0px;
    float: none;
    display: inline;
}

#VertMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#VertMenu li {
    display: inline;
    padding: 0px;
    margin: 0px
}
#VertMenu a {
    width: 70px;
    height: 16px;
    margin: 0px;
    color: #FFFFFF;
    display: block;
    background-color: #000000;
    padding: 2px 0px 0px 2px;
    font-family: century gothic, arial, sans-serif;
    font-size: 10px;
    text-decoration: none;
}

#VertMenu a:hover {
    background: #999999;
    color: #FFF;
}


.searchBox {
	font-size: 18px;
	font-weight: normal;
	color:#333333;
	border: 2px solid #7F9DB9;
	background-color: #EBF5FF;
}



