@charset "UTF-8";
/* CSS Document */

* {
	outline: none;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

ul {
	padding: 0;
	margin: 0;
}

ul.nd_list {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	list-style:none;
	color:#000;
}

li.nd_list {
	display: list-item;
	margin-left: 15px;
	padding: 0px;
	list-style-type: disc;
}
a:link, a:visited {
	color: #596e79;
	text-decoration: none;
}

a:hover {
	color: #2e2d30;
}

a img {
	border: none;
	text-decoration: none;
}

a { outline: 0 none; }

.para {
	padding-bottom: 5px;
}

.para_2 {
	padding-bottom: 10px;
}

.article_title {
	font-size: 24px;
}

#spacer {
	background-image: url(images/spacer.gif);
	background-position: left top;
	clear: both;
}

body {
	font-family:Century Gothic,Myriad Pro,Verdana, Georgia, Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2e2d30;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	background: #f2f2f2 url(images/bg.gif) repeat-x;
	background-position: center top;
}

#wrapper {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 0px;
	background: #fff url(images/content_bg.jpg) no-repeat;
	min-height: 725px !important;
}

#rss_news_wrapper {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
}
#rss_news_frame {
	width: 914px;
	float: left;
	min-height: 725px !important;
	background: #fff url(images/default_content_bg.jpg) no-repeat;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

body#espana .espanaWrapper {
	min-height: 765px !important;
}

/*** content style for body of each page ***/
body#benelux .beCnt { background: #fff url(images/be_content_bg.jpg) no-repeat; }
body#deutsch .deCnt { background: #fff url(images/de_content_bg.jpg) no-repeat; }
body#espana .esCnt { background: #fff url(images/es_content_bg.jpg) no-repeat; }
body#poland .plCnt { background: #fff url(images/pl_content_bg.jpg) no-repeat; }
body#splash .defaultCnt { background: #fff url(images/default_content_bg.jpg) no-repeat; }

body#benelux .defaultBeCnt { background: #fff url(images/form_be_content_bg.jpg) no-repeat; }
body#deutsch .defaultDeCnt { background: #fff url(images/form_de_content_bg.jpg) no-repeat; }
body#espana .defaultEsCnt {
	background: #fff url(images/form_es_content_bg.jpg) no-repeat;
	min-height: 885px !important;
}
body#poland .defaultPlCnt { background: #fff url(images/form_pl_content_bg.jpg) no-repeat; }

body#rss .rssCnt { background: #fff url(images/default_content_bg.jpg) no-repeat; }
body#news_desk .rssNewsCnt { background: #fff url(images/default_content_bg.jpg) no-repeat; }
body#desk .deskCnt { background: #fff none; }

body#subscribe .subscribeCnt { background: #fff url(images/default_content_bg.jpg) no-repeat; }

#upper_wrapper {
	width: 894px;
	float: left;
	background-image: url(images/uk_upper_bg.jpg);
	margin-top: 2px;
	margin-bottom: 18px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;	
}

.ie #upper_wrapper {
	width: 894px;
	float: left;
	background-image: url(images/uk_upper_bg_ie.jpg);
	background-repeat:no-repeat;
	margin-top: 2px;
	margin-bottom: 18px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;	
}

body#benelux .be_upper_bg { background-image: url(images/be_upper_bg.jpg); }
body#deutsch .de_upper_bg { background-image: url(images/de_upper_bg.jpg); }
body#espana .es_upper_bg { background-image: url(images/es_upper_bg.jpg); }
body#poland .pl_upper_bg { background-image: url(images/pl_upper_bg.jpg); }
body#subscribe .sub_upper_bg { background-image: url(images/uk_upper_bg.jpg); }

#upper_nav {
	width: 600px;
	height: 30px;
	float: left;/*
	padding-top: 3px;*/
}

#newsletter {
	width: 294px;	
	height: 27px;
	float: left;
	text-align: right;
	padding-top: 3px;
}

#logo {
	width: 350px;
	float: left;
	padding-left: 282px;
	padding-right: 282px;
	margin-bottom: 15px;
}

#main_nav {
	width: 914px;
	float: left;
	color: #FFF;
	font-size: 14px;
	background-color: rgba(0,0,0,0.4); 
	border-top: 1px solid white; 
	border-bottom: 1px solid white;
}

#nav {
	width: 914px;
	float: left;
	text-align: center;
	color: #a5b3bb;
	font-size: 1.2em;
	margin-bottom: 40px;
}

#nav ul {
	list-style-type: none;  
}

#nav a {
	color:#ffffff;
	border:none;
	text-decoration:none;
}

#nav a:link, #nav a:visited {
	color: #576770;
	text-decoration: none;
}

#nav a:hover {
	color: #a5b3bb;
	text-decoration: none;
}

/* dynamic content */
#dynamic_content {
	width: 914px;
	padding-top: 20px;
	float: left;
	text-align: center;
	min-height: 300px !important;
}

* html #dynamic_content { /*IE only style*/
	min-height: 300px !important;
}

#dynamic_content_alt {
	width: 914px;
	padding-top: 20px;
	float: left;
	text-align: center;
	min-height: 300px !important;
}

* html #dynamic_content_alt { /*IE only style*/
	min-height: 300px !important;
}

/* dynamic content */
/*#dynamic_content {
	width: 184px;
	padding: 365px;
	padding-top: 40px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
}*/

#rss_wrapper {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
}

#rss_frame {
	width: 914px;
	float: left;
	min-height: 725px !important;
	background-color: #FFF;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#rss_content {
	width: 914px;
	padding-top: 20px;
	float: left;
	text-align: left;
	min-height: 300px !important;
}

* html #rss_content { /*IE only style*/
	min-height: 300px !important;
}

#news_wrapper {
	width: 669px !important;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	padding: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	border-right: 1px solid #CCC;
	min-height: 400px !important;
}

.news_item {
	width: 659px;
	float: left;
	border-bottom: 1px solid #CCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.imgleft {
	float: left;
	padding: 6px 10px 6px 0px;
}

#advert_wrapper {
	width: 150px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#issue_date {
	color: #bb0069;
	font-weight: bold;
	text-align: right;
}

.advert {
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#language_wrapper {
	width: 472px;
	min-height: 380px !important;
	float: left;
	color: #FFF;
	margin-left: 200px;
	margin-right: 200px;
	padding: 10px;
	text-align: left;
	background-image: url(images/form_bg.png);
	background-repeat: repeat-y;
	border: 1px solid #fff;
}

#sub_wrapper {
	width: 472px !important;
	float: left;
	color: #FFF;
	margin-left: 200px;
	margin-right: 200px;
	padding: 10px;
	text-align: left;
	background-image: url(images/form_bg.png);
	background-repeat: repeat-y;
	border: 1px solid #fff;
	min-height: 400px !important;
}

#welcome_txt {
	width: 472px;
	float: left;
}

#language_left_panel {
	width: 200px;
	float: left;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
}

#language_right_panel {
	width: 261px;
	min-height: 200px;
	float: left;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: 1px solid #fff;
	font-style: italic;
	font-size: 10px;
}

.language_field_text {
	width: 100px;
	height: 25px;
	float: left;
	margin-bottom: 5px;
	padding-top: 5px;
}

.language_field_img {
	width: 99px;
	height: 30px;
	float: left;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 3px;
}

#country_flag {
	width: 36px;
	float: left;
	height: 26px;
	padding-left: 439px;
	padding-right: 439px;
	margin-bottom: 40px;
	margin-top: 35px;
	margin-bottom: 45px;
}

#current_issue_cover {
	width: 164px;
	float: left;
	padding-left: 370px;
	padding-right: 375px;
	margin-top: 16px;
}

.download_issue {
	width: 914px;
	float: left;
	margin-top: 10px;
	color: #bc006a;
}

#prev_issues {
	width: 914px;
	float: left;
}

#previous_issues {
	width: 914px;
	float: left;
}

#popUp_wrapper {
	width: 500px;
	float: left;
	min-height: 550px;
	color: #FFF;
}

.downloads_wrapper {
	width: 600px;
	float: left;
	color: #FFF;
	text-align: left;
}

.download_wrapper {
	width: 470px;
	float: left;
}

.download_title {
	width: 300px;
	float: left;
	padding-top: 15px;
	font-size: 14px;
}

.download_icon {
	width: 85px;
	float: left;
	margin-right: 10px;
	padding-top: 15px;
}

#popUp_wrapper h2{
	/* The form heading */
	font-family: Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size: 40px;
	font-weight: normal;
	padding: 0 0 10px 10px;
	text-align: left;
	color: #576770;
}

#footer {
	width: 894px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
}

#copyright {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}
