body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:		Arial, sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	color:#ffffff;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
img {
	border: 0;
}
#surround {

}
#header {
	background-image: 	url(../images/coke_nav_tile.gif);
	background-repeat: 	repeat-x;
	width:				100%;
	height:				36px;
	position: 			absolute;
	text-align: 		center;
	z-index:			1;
	top:				0;
	left:				0;
}
#main {
	margin-left: 		auto;
	margin-right: 		auto;
	width:				960px;
	height:				580px;
	position:			relative;
	background-image:	url(../images/taste_the_happiness.jpg);
	background-repeat:	no-repeat;
	background-position:40px 36px;
	z-index:			50;
}
#nav-bar {
	position:			absolute;
	width:				603px;
	height:				36px;
	top:				0;
	left:				30px;
	background-image: 	url(../images/coke_nav_bg.gif);
	background-repeat:	no-repeat;
	z-index:			10;
}
#coke-disc {
	position:			absolute;
	height:				268px;
	right:				0;
	top:				0;
	z-index:			20;
}
#nav-links {
	position:			relative;
	text-align:			center;
	top:				7px;
	font-size:			11px;
	color:				#ffffff;
}
#nav-links ul {
	padding:			0;
	margin:				0;
	white-space:		nowrap;
	list-style-type:	none;
}
#nav-links li {
	display:			inline;
}
#nav-links a {
	padding:			0.25em 0.4em;
	text-decoration:	none;
}
#nav-links a:hover {
	color:				#980000;
}
#nav-regions {
	position:			absolute;
	margin-top:			140px;
	margin-left:		395px;
	font-size:			15px;
}
.region {
	color: 				#F40009;
	cursor:				pointer;
}
#open-happiness {
	position:			absolute;
	left:				258px;
	top:				278px;
}
#nav-countries {
	position:			absolute;
	left:				395px;
	top:				290px;
	width:				300px;
	font-size:			0.80em;
}
#nav-countries #column1 {
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				220px;
}
#nav-countries #column2 {
	position:absolute;
	left:				222px;
	top:				0px;
	width:				220px;
}
#nav-countries #column3 {
	position:absolute;
	left:				424px;
	top:				0px;
	width:				140px;
}
.nav_row{
	padding-bottom:		2px;
	font-size:			11px;
}
#nav-countries .nav_row a:hover{
	color:				#f40009;
}
#nav-countries .nav_row_focus {
	font-weight: 		bold;
	color:				#f40009;
}
#nav-countries .nav_row_blur {
	font-weight: 		normal;
}
.nav_row a{
	color:				#ffffff;
}
.countrylist {
	display:none;
}

#footer {
	position:			absolute;
	bottom:				0;
	text-align: 		center;
	font-size:			8px;
	color: 				#ffffff;
	margin-top:			25px;
	width:				100%;
}








