﻿.flag {
	border: 1px solid #000000;
	display: block;
	width: 440px;
	height: 75px;
	padding: 5px;
	margin: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}
#world {
	background-position: 15px center;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	background-image: url('../images/Flags/globe.gif');
	background-repeat: no-repeat;
}


#heading h2 {
	text-align: center;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
}
#USA {
	background-image: url('../images/Flags/USAFlag.gif');
	background-repeat: no-repeat;
	padding: 5px;
	background-position: 15px center;
}


.flagtext {
	padding: 5px;
	margin-left: 105px;
	line-height: 70px;
	color: #0000FF;
	text-decoration: underline;
}
#australia {
	background-image: url('../images/Flags/AustraliaFlag.gif');
	background-repeat: no-repeat;
	background-position: 15px center;
}


#canada {
	background-image: url('../images/Flags/CanadaFlag.gif');
	background-repeat: no-repeat;
	background-position: 15px center;
}


#UK {
	background-image: url('../images/Flags/UK-EuroFlag.gif');
	background-repeat: no-repeat;
	background-position: 15px center;
}


.ukflagtext {
	margin-left: 200px;
	line-height: 70px;
	color: #0000FF;
	text-decoration: underline;
}
#flags a:hover {
	background-color: #FF9933;
}
/* Set Navbar to selected page */
#tsm-navbar a.tsm-buy  {
	background-color: #000000;
}

