* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../gfx/bgr.main.png) repeat-x top rgb(0, 23, 57);
}

div {
	_height: 1%;
}

a {
 	color: #006ab3;
	text-decoration: none;
}

button {
	border-top: 3px double white;
	border-left: 3px double #eeeeee;
	border-bottom: 3px double silver;
	border-right: 3px double #eeeeee;
	background: #00305c;
	padding: 2px 10px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}

.Input {
	padding: 1px;
	height: 16px;
	line-height: 16px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: white;
}

/************************************************** BASE STYLE **************************************************/

.Base {
	position: relative;
	width: 927px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	padding: 295px 10px 0px 10px;
	background: url(../gfx/bgr.base.png) left top repeat-y;
	_background: url(../gfx/bgr.base_ie6.png) 9px top repeat-y;
}

/********** HEAD **********/

.Base .Head {
	position: absolute;
	top: 0px;
	left: 10px;
	background: rgb(0, 48, 94);
	width: 927px;
}

/*** Image ***/

.Base .Head .Image {
	height: 237px;
}

.Base .Head .Image img {
	display: block;
}

/*** Logo ***/

.Base .Head .Logo {
	position: absolute;
	top: 30px;
	right: 33px;
}

/*** Shop ***/

.Base .Head .Shop {
	position: absolute;
	top: 205px;
	right: 175px;
}

/*** Links ***/

.Base .Head .Links {
	position: absolute;
	top: 5px;
	left: 5px;
	color: rgb(156, 157, 195);
}

.Base .Head .Links a {
	margin: 0 7px;
	font-size: 10px;
	color: rgb(156, 157, 195);
	text-transform: lowercase;
}

.Base .Head .Links img {
	vertical-align: middle;
}

/*** Menu ***/

.Base .Head .Menu {
	background: url(../gfx/bgr.menu.png) repeat-x top left;
	padding: 18px 0 0 0;
	height: 40px;
	margin: 0;
}

.Base .Head .Menu .Spacer {
	float: left;
}

.Base .Head .Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	background: url(../gfx/spc.menu.png) no-repeat top left;
}

.Base .Head .Menu li.First {
	padding: 0px;
	background: none;
}

.Base .Head .Menu li a {
}

.Base .Head .Menu li a.Level1 {
	padding: 0 15px;
	display: block;
	color: #00305e;
	background: #FDE800;
	line-height: 40px;
	font-family: SolexBlack, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.Base .Head .Menu li a.Level1:hover {
	background: #646466;
	color: #fde800;
}

.Base .Head .Menu li a img {
	display: block;
}

.Base .Head .Menu li ul {
	position: absolute;
	left: 2px;
	top: 40px;
	background: url(../gfx/bgr.submenu.png);
	padding: 5px 0;
	height: auto;
	z-index: 100;
	margin: 0;
}

.Base .Head .Menu li.First ul {
	left: 0px;
}

.Base .Head .Menu li ul li ul {
	top: -5px;
	left: 100%;
}

.Base .Head .Menu li ul li {
	float: none;
	background: none;
	padding: 0;
	_border-bottom: 1px solid #777777;
}

.Base .Head .Menu li ul li a {
	display: block;
	line-height: 17px;
	padding: 3px 15px;
	font-size: 12px;
	white-space: nowrap;
}

.Base .Head .Menu li ul li.Default a,
.Base .Head .Menu li ul li.SubmenuDefault a,
.Base .Head .Menu li.Active ul li.Default a,
.Base .Head .Menu li.Active ul li.SubmenuDefault a {
	background: none;
	color: white;
	font-weight: normal;
}

.Base .Head .Menu li ul li.Selected a,
.Base .Head .Menu li ul li.SubmenuSelected a,
.Base .Head .Menu li.Active ul li.Selected a,
.Base .Head .Menu li.Active ul li.SubmenuSelected a {
	background: none;
	color: white;
	font-weight: bold;
}

.Base .Head .Menu li ul li.Active a {
	background: rgb(253, 232, 0);
	color: #00305e;
}

/********** SIDEBAR **********/

.Base .SideBar {
	float: right;
	width: 225px;
	_margin-left: -3px;
	padding: 10px 0 50px 0;
}

.Base .SideBar h4 {
	color: #00305c;
	font-weight: normal;
	text-transform: uppercase;
	font-family: SolexBlack;
	font-size: 24px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0;
}

.Base .SideBar h5 {
	color: #00305c;
	font-weight: normal;
	text-transform: uppercase;
	font-family: SolexBlack;
	font-size: 14px;
}

.Base .SideBar h6 {
	color: #565457;
	font-weight: normal;
	text-transform: uppercase;
	font-family: SolexBlack;
	font-size: 14px;
}

.Base .SideBar img {
	display: block;
}

.Base .SideBar .Text {
	padding: 10px 15px 10px 20px;
	font-size: 10px;
	color: rgb(86, 84, 87);
	line-height: 14px;
}

.Base .SideBar .Text p {
	margin: 0px;
	font-size: 10px;
	line-height: 14px;
}

.Base .SideBar .Teaser {
	padding: 5px 15px 30px 20px;
	display: block;
	position: relative;
}

.Base .SideBar .Teaser img {
	vertical-align: middle;
	display: block;
}

.Base .SideBar .Teaser .Image {
	margin: 0px;
}

.Base .SideBar .Teaser .Text {
	padding: 5px 0 10px 0;
	display: block;
}

.Base .SideBar .Teaser .More {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 10px;
	color: rgb(0, 48, 94);
	padding: 0 0 0 11px;
	background: url(../gfx/bul.more.png) no-repeat 0 3px;
	float: right;
	margin: 8px 0 0 0;
}

.Base .SideBar .Newsletter {
	padding: 5px 0px 10px 20px;
}

.Base .SideBar .Newsletter img {
	margin: 0 0 5px 0;
}

.Base .SideBar .Newsletter label {
	margin: 0 0 10px 0;
	display: block;
	font-size: 10px;
	color: rgb(86, 84, 87);
}

.Base .SideBar .Newsletter label .Input {
	display: block;
	width: 186px;
}

/********** BODY **********/

.Base .Body {
	margin: 0 225px 0 0;
	_margin: 0 222px 0 0;
	padding: 0 0 50px 0;
	z-index: 1;
}

/*** Path ***/

.Base .Body .Path {
	height: 26px;
	background: url(../gfx/bgr.path.png) repeat-x bottom left;
	margin: 0 25px 44px 15px;
	font-size: 10px;
}

.Base .Body .Path a {
	font-size: 10px;
	line-height: 25px;
	color: rgb(100, 100, 102);
}

.Base .Body .Path span {
	margin: 0 5px;
}

/*** Text ***/

.Base .Body .Text {
	padding: 0 33px;
}

/*** Teaser ***/

.Base .Body .Teaser {
	display: block;
	padding: 50px 60px 50px 237px;
	color: rgb(191, 191, 191);
	font-size: 10px;
	background: url(../gfx/bgr.teaser.png) repeat-x bottom;
	position: relative;
}

.Base .Body .Teaser h1 {
	color: #fde800;
	font-size: 27px;
	font-family: SolexBlack;
	font-weight: normal;
	text-transform: uppercase;
}

.Base .Body .Teaser h2 {
	color: #ffffff;
	font-size: 13px;
	font-family: SolexBlack;
	font-weight: normal;
	text-transform: uppercase;
}

.Base .Body .Teaser img {
	display: block;
}

.Base .Body .Teaser .Image {
	position: absolute;
	top: 50px;
	left: 60px;
	_left: -177px;
}

/************************************************** HOME STYLE **************************************************/

.Home {
	background: url(../gfx/bgr.home.png) left top repeat-y;
	_background: url(../gfx/bgr.home_ie6.png) 9px top repeat-y;
}




