/* CSS Document */

/***********/
/* GENERAL */
/***********/

* {
	margin: 0px;
	padding: 0px;
}
/* behavior: url("css/iepngfix.htc");*/

body, fieldset, form, ul, li, input, textarea  {
	border: none;	
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) top center no-repeat #0071ac;
	color: #0071ac;
	width: 100%;
}

a {
	cursor: pointer;
	color: #373737;
	text-decoration: none;
}

.clearAll {
	display: block;
	clear: both;
}

.noMargin {
	margin: 0px;
}

.noDisplay {
	display: none;
}

.noBorder {
	border: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

legend {
	display: none;
}

.chkbox {
	vertical-align: middle;
	border: none;
	width: 15px;
}

.floatNone {
	float: none !important;
}

.marginRight {
	margin-right: 20px;
}

.wrapper {
	width: 994px;
	margin: 0 auto;
	background: url(../images/body_bg.jpg) top center no-repeat #0071ac;
}

.wrapperStore {
	width: 100%;
	background: url(../images/store_bg.jpg) top center no-repeat #35ccf2;
	clear: both;
}

.wrapperFooter {
	width: 100%;
	background: url(../images/footer_bg.jpg) top center repeat-x;
	clear: both;
}

hr {
	background: #a9a9a9;
	clear: both;
	color: #a9a9a9;
	display: block;
	height: 1px;
	margin: 0px 0px 10px 0px;
}

p.error {
	color: #e0222c;
}

.error {
	color: #e0222c;
}
/**********/
/* HEADER */
/**********/

.header {
	position: relative;
	height: 673px;
	width: 994px;
}

a.home {
	position: absolute;
	top: 20px;
	left: 37px;
	width: 131px;
	height: 131px;
	display: block;
}

p.languages {
	position: absolute;
	left: 180px;
	top: 15px;
}

form.searchForm {
	position: absolute;
	right: 5px;
	top: 11px;
	width: 185px;
}

form.searchForm input {
	border: 1px solid #87c3de;
	width: 113px;
	height: 22px;
	color: #90909e;
	padding: 3px 5px 0px 5px;
	font-family: Arial;
	float: left;
}

form.searchForm input.btnSearch {
	width: 35px;
	height: 34px;
	background: url(../images/btn_search.gif) top right no-repeat;
	border: 0px;
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
}


/* SYSMENU */

ul.sysmenu {
	width: 480px;
	height: 29px;
	list-style: none;
	background: url(../images/sysmenu_bg.gif) top left no-repeat;
	position: absolute;
	left: 299px;
	top: 11px;
}

ul.sysmenu li {
	position: relative;
	float: left;
}

ul.sysmenu li a:hover, ul.sysmenu li a {
	cursor: pointer;
	display: block;
	height: 29px;
}

ul.sysmenu a.menu1 {
	width: 98px;
}

ul.sysmenu a.menu2 {
	width: 57px;
}

ul.sysmenu a.menu3 {
	width: 105px;
}

ul.sysmenu a.menu4 {
	width: 150px;
}
ul.sysmenu a.menu5 {
	width: 70px;
}

ul.sysmenu li a span {
	display: none;
}


/* MENU */

ul.menu {
	width: 130px;
	height: 102px;
	list-style: none;
	background: url(../images/menu_bg.gif) top left no-repeat;
	position: absolute;
	left: 208px;
	top: 97px;
}

ul.menu li {
	position: relative;
	clear: both;
}

ul.menu li a:hover, ul.menu li a {
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

ul.menu a.menu1 {
	width: 107px;
	height: 27px;
}

ul.menu a.menu2 {
	width: 130px;
	height: 26px;
}

ul.menu a.menu3 {
	width: 95px;
	height: 26px;
}

ul.menu a.menu4 {
	width: 74px;
	height: 22px;
}

ul.menu li a span {
	display: none;
}


/* ALERT */

div.alert {
	position: absolute;
	top: 50px;
	left: 540px;
	background: url(../images/alert_bg.gif) top left no-repeat;
}

div.alert p {
	padding: 0px 0px 20px 40px;
	width: 340px;
	font-size: 13px;
	color: #004f7a;
}


/* 4 MODULES */

div.fourModules {
	position: relative;
	background: blue;
}

div.fourModules h2 {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	width: 200px;
	padding: 5px 0px 0px 10px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
}

div.fourModules p {
	position: absolute;
	font-size: 13px;
	color: #004f7a;
}

div.fourModules p a {
	font-size: 13px;
	color: #004f7a;
	text-decoration: underline;
	font-weight: bold;
}

div.fourModules p a:hover {
	text-decoration: none;
}

div.fourModules a.first {
	position: absolute;
	top: 355px;
	left: 58px;
	display: block;
	width: 170px;
	height: 30px;
	cursor: pointer;
}

div.fourModules p.first {
	top: 385px;
	left: 68px;
	width: 200px;
}

div.fourModules a.second {
	position: absolute;
	top: 323px;
	left: 303px;
	display: block;
	width: 100px;
	height: 30px;
	cursor: pointer;
}

div.fourModules p.second {
	top: 353px;
	left: 313px;
	width: 170px;
}

div.fourModules a.third {
	position: absolute;
	top: 315px;
	left: 497px;
	display: block;
	width: 190px;
	height: 30px;
	cursor: pointer;
}

div.fourModules p.third {
	top: 345px;
	left: 507px;
	width: 180px;
}

div.fourModules a.fourth {
	position: absolute;
	top: 342px;
	left: 729px;
	display: block;
	width: 150px;
	height: 30px;
	cursor: pointer;
}

div.fourModules p.fourth {
	top: 372px;
	left: 739px;
	width: 175px;
}


/* GIFT CERTIFICATE */

div.giftCertificate {
	position: relative;
}

div.giftCertificate h2 {
	display: none;
}

div.giftCertificate p {
	position: absolute;
	top: 500px;
	left: 738px;
	width: 200px;
	color: #004f7a;
	font-size: 12px;
}

div.giftCertificate a.overLink {
	position: absolute;
	left: 550px;
	top: 485px;
	height: 50px;
	width: 180px;
	display: block;
	cursor: pointer;
}

/***********/
/* CONTENT */
/***********/

/* CURRENT NEWS */

div.currentNews {
	clear: both;
	position: relative;
	width: 994px;
}

div.currentNews h2 {
	position: relative;
}

div.currentNews h2 a {
	position: absolute;
	bottom: 40px;
	left: 20px;
	display: block;
	width: 400px;
	height: 50px;
	cursor: pointer;
}

div.currentNews h2 a span{
	display: none;
}


.currentNews ul.column1 {
	float: left;
	position: relative;
	width: 400px;
	left: 63px;
	font-size: 12px;
	color: #002133;
}

.currentNews ul.column2 {
	float: right;
	position: relative;
	right: 0px; 
	width: 424px;
	font-size: 12px;
	color: #002133;
}

.currentNews ul li {
	color: #91cfed;
	font-size: 12px;
	list-style: none;
	padding: 0px 0px 15px 0px;
}

.currentNews ul li h3 {
	color: #ffffff;
	font-size: 18px;
	padding: 2px 0px 0px 25px;
	font-weight: normal;
	background: url(../images/bullet.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
}

.currentNews ul li p {
	color: #91cfed;
	font-size: 12px;
	padding: 5px 0px 0px 25px;
}

.currentNews ul li a {
	color: #ffffff;
	text-decoration: none;
}

.currentNews ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* STORE */

div.store {
	position: relative;
	width: 994px;
	margin: 0 auto;
	clear: both;
	background: url(../images/store_bg.jpg) top center no-repeat #35ccf2;
}

div.store div.spacer {
	height: 190px;
}

div.store h2 {
	position: relative;
}

div.store h2 a {
	position: absolute;
	top: 85px;
	left: 20px;
	display: block;
	width: 400px;
	height: 55px;
	cursor: pointer;
}

div.store h2 a span {
	display: none;
}

div.store div.row {
	clear: both;
}

div.store div.item {
	float: left;
	width: 190px;
	padding: 0px 20px 0px 35px;
	position: relative;
}

div.store div.item h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	padding-left: 7px;
}

div.store div.item h3 a:hover {
	text-decoration: underline;
}

div.store div.item p {
	font-size: 12px;
	color: #004f7a;
	padding: 5px 5px 5px 7px;
}

div.store div.item a {
	color: #ffffff;
}

div.store div.item a.thumb {
	position: relative;
	width: 179px;
	height: 170px;
	display: block;
	text-align: center;
	background: #FFFFFF;
	overflow: hidden;
}

div.store div.item a.thumb img {
	margin-top: -75px;
}

div.store div.noStyle a.thumb {
	background: none;
}

div.store div.noStyle a.thumb img {
	margin-top: 0px;
}

div.store div.item a.thumb span.overlay {
	background: url(../images/picture_overlay.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
	position: absolute;
	top: 0px;
	left: 0px;
	width: 179px;
	height: 170px;
}

div.store div.item div.price {
	background: url(../images/price_bg.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 76px;
	height: 76px;
	display: block;
	color: #ffffff;
	font-size: 15px;
	z-index: 1;
	text-align: center;
	line-height: 75px;
	font-weight: bold;
}

div.store div.seperator {
	background: url(../images/seperator.gif) top center no-repeat;
	height: 50px;
	clear: both;
}

/**********/
/* FOOTER */
/**********/

.footer {
	clear: both;
	width: 994px;
	height: 225px;
	position: relative;
	font-size: 12px;
	color: #90909e;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) top center repeat-x;
}

.footer a {
	color: #004f7a;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer h4 {
	color: #004f7a;
	font-size: 12px;
	position: absolute;
	top: 100px;
	left: 35px;
	line-height: 37px;
}

ul.footerMenu {
	position: absolute;
	top: 110px;
	left: 163px;
}

ul.footerMenu li {
	float: left;
	list-style: none;
	font-size: 12px;
	padding: 0px 10px;
	background: url(../images/footermenu_bg.gif) top right no-repeat;
}

ul.bottomMenu {
	top: 148px;
}