@charset "utf-8";

/*STYLED TAGS*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgTile2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

li {
	line-height: normal;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	background-position: left top;
	text-align: left;
}

/*FORM STYLING*/

textarea {
	padding: 2px;
	background-color: #FFFFFF;
	color: #666666;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	padding: 2px;
	font-size: 11px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #666666;
	border: 1px none;
	font-family: Arial, Helvetica, sans-serif;

}

.newsinput {
	padding: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 2px solid #CCCCCC;
	width: 200px;
}
form {
	background-color: #FFFFFF;
	padding: 0px;
}

/*LINKS*/

a:link {
	font-weight: bold;
	color: #e1051f;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #f39c0f;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #e1051f;
	text-decoration: none;
}

a:visited{
	font-weight: bold;
	color: #e1051f;
	text-decoration: none;
}

/*CUSTOM CLASS*/

.bodyTxt {
	padding: 5px;
}

.headingCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e1051f;
	font-weight: bold;
	padding-top: 8px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 8px;
}

.maintableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.navmainTile {
	background-image: url(images/navmain_bg.jpg);
	background-repeat: no-repeat;
}

.navNewsletter {
	background-image: url(images_uk/UK_Newsletter_BG.jpg);
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.navmainLinks {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	list-style-image: url(images/arrow.gif);
}

.vidBG {
	background-image: url(images/vidBGtile.jpg);
	padding-top: 5px;
	padding-bottom: 0px;
}
.rightBGTile {
	background-image: url(images/newsBGTile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
	padding-right: 15px;
	padding-top: 2px;
}
.countriesBGTile {
	background-image: url(images/newsBGTile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
}
.mainCopyArea {
	text-align: justify;
	background-position: left top;
}
.searchCell {
	background-image: url(images/topBGTile.jpg);
	background-repeat: repeat-x;
}
.topbgtile {
	background-image: url(images/topBGTile.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
