/* ********************** */
/* *                    * */
/* *   Nauticad - CSS   * */
/* *   02/22/2006       * */
/* *                    * */
/* ********************** */



/* ********************** */ /* OVERALL */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body.index {
	background: #000C65 url(../img/index/body_bg.gif) repeat-x;
}

body.others {
	background: #000F84 url(../img/others/body_bg.gif) repeat-x;
}

body.popup {
	font: normal 80% verdana, sans-serif;
	overflow: auto;
	padding: 10px;
}

td a {
	font: normal 80% verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
}

.content {
	background: #333F9D url(../img/others/content_bg.gif) repeat-x;
}

.footerbg {
	background: url(../img/others/footer_bg.gif) 0 100% repeat-x;
}

.title {
	background: url(../img/others/title_bg.jpg) -2px 0 repeat-x;
	padding: 15px 0 0 59px;
	font: normal 24px georgia, serif;
	color: #FFF;
	height: 70px;
}

.text, .text td {
	background: #FFF;
	font: normal 80% verdana, sans-serif;
	color: #1E4371;
}

.text ul {
	margin-left: 20px;
}

.text a {
	color: #08B6EF;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
}

.text a:hover {
	text-decoration: underline;
}

.footer {
	background: url(../img/others/footer_background.gif);
	height: 70px;
	padding-top: 40px;
	text-align: center;
	color: #FFF;
}

.footer a {
	font: bold 80% verdana, sans-serif;
}

.leftlinks img {
	display: block;
	margin-bottom: 2px;
}

.png {
	behavior: url(css/png.htc);
}

#banniere {
	position: relative;
}

#cache {
	position: absolute;
	left: 52px;
	top: 132px;
	width: 144px;
	height: 17px;
	background: #F7FBFE;
}

.index_text {
	text-align: left;
	color: #FFF;
	font-weight: bold;
	font-size: 80%;
}

.index_text ul {
	padding-left: 20px;
}

.index_text ul li {
	list-style-type: none;
}