﻿/* CSS Document */

/******* General *******/
* {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

::-moz-selection {
	background: #F5FFD2;
	/*color: #333;*/
}

::selection {
	background: #F5FFD2;
	/*color: #333;*/
}

body {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
}

a.ext-link {
	padding: 0 15px 0 0;
	background: transparent url(../img/ext-link.gif) no-repeat center right;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.year, .emph {
	color: #7b2222;
}

.clear {
	clear: both;
}

.clear-l {
	clear: left;
	padding-bottom: 10px;
}

.clear-r {
	clear: right;
	padding-bottom: 10px;
}


/******* Viewports *******/
.basic-vp {
	width: 775px;
	margin: 0 auto;
}

.global-vp {
	margin: 15px auto 0; 
	width: 840px;
}


/******* Top Menu *******/
.menu-section {
	margin: 0 auto;
	padding: 0 10px;
	height: 38px;
	background: url(../img/global-menu-basic-bg.gif) repeat-x;
}

.menu-section li a {
	overflow: hidden;
	height: 0px;
	padding-top: 20px;
	float: left;
	display: inline;
}

.global-menu-set {
	float: right;
	display: inline;
	margin: 0;
	margin-top: 8px;
	padding: 0;
	list-style: none;
	width: 528px;
}

.global-menu-set li {
	float: left;
	display: inline;
}

.bg-m-prod {
	background: url(../img/m-prod-bg.gif) no-repeat left 5px;
}

.bg-m-abts {
	background: url(../img/m-abts-bg.gif) no-repeat right 5px;
	padding-left: 49px;
}

.bg-m-dnld {
	background: url(../img/m-dnld-bg.gif) no-repeat right 5px;
	padding-left: 49px;
}

.bg-m-news {
	background: url(../img/m-news-bg.gif) no-repeat right 5px;
	padding-left: 49px;
}

.bg-m-ctct {
	background: url(../img/m-ctct-bg.gif) no-repeat right 5px;
	padding-left: 50px;
}

.menu-products {
	width: 47px;
	background: url(../img/m-prod-on.gif) no-repeat left 5px;
}

.menu-about {
	width: 48px;
	background: url(../img/m-abts-on.gif) no-repeat left 5px;
}

.menu-downloads {
	width: 59px;
	background: url(../img/m-dnld-on.gif) no-repeat left 5px;
}

.menu-news {
	width: 86px;
	background: url(../img/m-news-on.gif) no-repeat left 5px;
}

.menu-contact {
	width: 91px;
	background: url(../img/m-ctct-on.gif) no-repeat left 5px;
}

/******* Footer *******/
.foot {
	clear: both;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	font-size: 11px;
	background: transparent url(../img/footer-bg.gif) repeat-x top;
}

.foot * {
	font-family: Arial, Helvetica, sans-serif;
}

.foot a {
	text-decoration: none;
	font-weight: bold;
	color: #777;
}

.foot a:hover {
	color: #000;
	background: #F5FFD2;
	text-decoration: underline;
}

.foot .float-menu {
	float: right;
	display: inline;
	margin-right: 15px;
	width: 325px;
	height: 55px;
	background: transparent url(../img/float-foot-bg.gif) no-repeat center left;
}

.float-menu p {
	margin: 0;
	padding: 20px 0 24px 0;
	margin-right: 60px;
	text-align: center;
	line-height: 13px;
}

.foot .float-luna {
	float: right;
	display: inline;
}

.foot .foot-some {
	padding: 30px 0 5px 10px;
	background: transparent url(../img/footer-fleur.gif) no-repeat center 25px;
	color: #bbb;
}

.foot-some img {
	display: block;
	margin-bottom: 2px;
}