header, section, footer, aside, nav, article, figure { display: block; }

* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #fff;
	padding: 0;
	margin: 0;
	vertical-align:top;
}

img {
	border: 0;
}

.container:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

/* start commented backlash hack \*/
* html .container   { height:1%;     }
.container          { display:block; }
/* close commented backlash hack */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.white    { background-color: #fff;    }
.darkblue { background-color: #253d47; }

h1 {
	font-size: 16pt;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	margin: 0;
}

ul {
	list-style-type: none;
}

ul.list {
	padding: 10px 10px 30px 10px;
	margin-left: 20px;
	list-style-type: disc;
}

ul.list > li { font-size: 9pt; }

div.hr {
	padding: 20px 0 20px 0;
	height: 2px;
	margin: 0;
}

div.hr2 {
	padding: 40px 0 40px 0;
	height: 2px;
	margin: 0;
}

div.hr > img,
div.hr2 > img {
	width: 100%;
	height: 2px;
}

html {
	background-color: #355664;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url('../../images/background.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
}

#content {
	visibility: hidden;
}

#header {
	height: 179px;
	padding: 30px 0 0 0;
	margin-bottom: 60px;
}

#header > header {
	position: relative;
	width: 940px;
	height: 179px;
	margin: 0 auto;
}

#header > a {
	position: relative;
}

#header .logo {
	position: absolute;
	top: 35px;
	left: 30px;
}

#header .slogan {
	position: absolute;
	top: 72px;
	left: 166px;
}

#menu {
	height: 25px;
	position: absolute;
	bottom: 0;
	right: 60px;
	padding: 4px 40px;
	border: solid 1px #9cbecc;
	z-index: 1;
	background-image: url('../../images/transparency/white_25.png');
}

#menu > ul {
	list-style-type: none;
}

#menu ul > li {
	float: left;
	padding: 0 5px;
}

#menu ul > li > a {
	display: block;
	text-transform: uppercase;
	padding: 6px 20px;
	font-size: 8pt;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu ul > li > a:hover {
	background-color: #000;
}

#language {
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 2;
}

#language > p {
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 6px;
}

#language > ul > li {
	float: left;
	width: 132px;
	height: 27px;
	cursor: pointer;
	z-index: 1;
}

#language > ul > li > div {
	position: absolute;
	padding: 6px 4px 2px 4px;
	font-size: 8pt;
	z-index: 3;
	height: 19px;
	width: 124px;
	background-image: url('../../images/languages/header.png');
}

#language > ul > li > div > img {
	width: 24px;
	height: 18px;
	padding-right: 4px;
	vertical-align: middle;
	margin-top: -2px;
}

#language > ul > li > ul {
	background-repeat: no-repeat;
	background-image: url('../../images/languages/blur.png');
	position: absolute;
	width: 132px;
	margin: 26px 0 0 0;
	display: none;
	z-index: 2;
}

#language > ul > li > ul > li {
	width: 132px;
	height: 25px;
	background-image: url('../../images/languages/item.png');
}

#language > ul > li > ul > li > a {
	display: block;
	height: 17px;
	padding: 5px 4px 3px 4px;
	text-decoration: none;
	color: #fff;
	font-size: 8pt;
}

#language > ul > li > ul > li > a > img {
	width: 24px;
	height: 18px;
	padding-right: 4px;
	vertical-align: middle;
	margin-top: -3px;
}

#language > ul > li > ul > li.last {
	width: 132px;
	height: 26px;
	background-image: url('../../images/languages/footer.png');
}

#language > ul > li > ul > li.last > a {
	display: block;
	height: 17px;
	padding: 5px 4px 4px 4px;
	text-decoration: none;
	color: #fff;
	font-size: 8pt;
}

#language > ul > li > ul > li.last > a > img {
	width: 24px;
	height: 18px;
	padding-right: 4px;
	vertical-align: middle;
	margin-top: -2px;
}

#footer > footer {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#footer > footer > p {
	font-size: 8pt;
	float: left;
}

#footer > footer > p > a {
	color: #fff;
	font-size: 8pt;
	padding: 2px 8px 3px 8px;
}

#footer > footer > p > a:hover {
	text-decoration: none;
	background-image: url('../../images/transparency/black_50.png');
}

#articles {
	width: 940px;
	margin: 0 auto;
}

#articles > article {
	padding: 20px 20px 40px 20px;
}

#articles div.col1,
#articles div.col2,
#articles div.col3 {
	float: left;
	padding: 0 5px 0 5px;
}

#articles div.col1 { width: 890px; }
#articles div.col2 { width: 440px; }
#articles div.col3 { width: 290px; }

#articles footer {
	position: relative;
	height: 0;
	display: block;
	clear: both;
}

article.darkblue *       { color: #fff; }
article.darkblue h2      { color: rgb(150,200,250); }
article.darkblue a       { color: rgb(175,225,250); }
article.darkblue a:hover { color: rgb(250,225,175); }

article.white *          { color: #253d47; }
article.white h2         { color: rgb(50,100,150); }
article.white a          { color: rgb(75,125,150); }
article.white a:hover    { color: rgb(150,125,75); }

#articles div.category {
	position: relative;
	width: 280px;
	height: 300px;
}
			
#articles div.category > div.background {
	position: absolute;
	width: 280px;
	height: 300px;
	background: #fff;
	overflow: hidden;
}

#articles div.category > div.image {
	position: absolute;
	width: 280px;
	height: 300px;
	overflow: hidden;
	z-index: 2;
	cursor: pointer;
}

#articles div.category > div.image img {
	position: absolute;
}

#articles div.category div.list {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 300px;
	z-index: 1;
}

#articles div.category div.list h1 {
	color: #fff;
	padding: 10px 10px 5px 10px;
	font-size: 100%;
}

#articles div.category div.list ul {
	list-style-type: none;
	padding-left: 20px;
}

#articles div.category div.list > ul > li {
	color: #fff;
	padding: 2px 2px 3px 2px;
}

#articles div.category div.list > ul > li > a {
	color: #fff;
}

#articles div.category div.list > ul > li > a:hover {
	color: rgb(50,150,250);
}

#playerLite {
	border: solid 1px white;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 20px;
	width: 888px;
	height: 666px;
}

#newsletter {
	margin-top: 20px;
	height: 52px;
}

#newsletter input.text {
	margin: 10px 0px 0px 10px;
	border: solid 1px rgb(175,175,175);
	padding: 3px;
	width: 300px;
}

#newsletter input.submit {
	margin: 8px 0 0 10px;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
}

#newsletter p {
	padding-top: 20px;
	padding-left: 20px;
}

#newsletter p img {
	margin-top: -3px;
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

#content .product {
	clear: both;
}

#content .product .description td {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: rgb(50,100,150);
}

#content .product .image {
	vertical-align: top;
	padding-top: 5px;
	width: 170px;
	height: 138px;
}
	
#content .product .image > img {
	width: 150px;
}
	
#content .product th {
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
	padding-bottom: 5px;
}

#content .product th > img {
	display: block;
	margin: 0 auto 0 auto;
	width: 48px;
	border: solid 2px rgb(100,100,100);
}
	
#content .product .details td {
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	width: 95px;
	border: solid 1px rgb(200,200,200);
	padding: 5px;
}
	
#content .product .details {
	background-color: white;
	cursor: default;
}

#content .product .details:hover {
	background-color: rgb(200,225,255);
}
