@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg_grad.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #8ec93d;
	font-size: 20px;
}
p {
	margin: 10px 0;
}
#container {
	margin: auto;
	width: 800px;
	background: #d9efe9 url(images/content_bottom.jpg) no-repeat center bottom;
}
#header {
	height: 190px;
	background: url(images/header.jpg) no-repeat center top;
	text-align: right;
}
#header img {
	border: none;
}
#header #flags {
	padding-top: 20px;
}
#menu {
	height: 38px;
	background: url(images/menu.jpg) no-repeat center bottom;
	padding-left: 40px;
}
#menu a, #menu div {
	display: block;
	width: 144px;
	height: 24px;
	padding-top: 14px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #dadada;
}
#menu_promos marquee {
	padding: 0 6px;
}
#menu a:hover, #menu div:hover, #menu_promos {
	text-decoration: none;
	background: url(images/menu_hover.jpg) no-repeat center bottom;
}
#menu div a {
	display: inline;
	float: none;
	text-transform: none;
}
#menu div a:hover {
	background: none;
}
#content {
	min-height: 392px;
	_height: 392px;
	padding: 40px;
	background: url(images/content_top.jpg) no-repeat center top;
}
#content img {
	padding: 5px;
	background: #dadada url(images/paper_texture.jpg);
	border: solid 1px #dadada;
	-moz-border-radius: 10px;
}
#footer {
	height: 10px;
	padding: 5px;
	text-align: center;
	color: #dadada;
}
#footer a {
	color: #dadada;
}

/* COLORS */
.color_green, .color_green a {
	color: #8ec93d;
}
.color_red, .color_red a {
	color: #c1272d;
}
.color_blue, .color_blue a {
	color: #0099ff;
}
.color_bluedark, .color_bluedark a {
	color: #000099;
}
.color_bluegreen, .color_bluegreen a {
	color: #d9efe9;
}
.color_grey, .color_grey a {
	color: #dadada;
}

/* SUBSCRIPTION */
#content #subscription strong {
	color: #8ec93d;
}
#content #subscription table td {
	padding: 4px 10px;
}
#content #subscription input, #content #subscription textarea {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8ec93d;
	border: solid 1px #dadada;
}
#content #subscription textarea {
	height: 100px;
}
#content #subscription .input_text {
	background: white url(images/input_text.gif) repeat-x left -6px;
}
#content #subscription .input_button {
	text-transform: uppercase;
	width: 100%;
	height: 24px;
	background: white url(images/input_button.gif) repeat-x left 1px;
	font-weight: bold;
}

/* INQUIRY */
#content #inquiry table td {
	padding: 4px 10px;
}
#content #inquiry table td.td_submit {
	border-left: solid 1px #18A8E4;
}
#content #inquiry input, #content #inquiry textarea {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8ec93d;
	border: solid 1px #dadada;
}
#content #inquiry textarea {
	height: 100px;
}
#content #inquiry .input_text {
	background: white url(images/input_text.gif) repeat-x left -8px;
}
#content #inquiry .input_button {
	text-transform: uppercase;
	width: 100px;
	height: 24px;
	background: white url(images/input_button.gif) repeat-x left 10px;
	font-weight: bold;
	cursor: pointer;
}
.botfield {
	display: none;
}

/* CONTACTS */
#content #contacts strong {
	color: #8ec93d;
}

/* GALLERY */
#content #gallery {
	text-align: center;
}
#content #gallery .thumb_container {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}
#content #gallery .thumb_container .thumb {
	width: 160px;
	width: 75px;
	padding: 10px;
}

/* TITLES */
#content #titles table {
	width: 100%;
	border-collapse: collapse;
}
#content #titles th {
	font-weight: normal;
	t_ext-transform: uppercase;
	padding: 0;
	border-bottom: solid 2px #8ec93d;
}
#content #titles .languages th {
	border-bottom: solid 1px #8ec93d;
}
#content #titles table th a {
	color: #8ec93d;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#content #titles table th a span {
	display: block;
	width: 100%;
	height: 100%;	
	padding-top: 4px;
	padding-bottom: 4px;
}
#content #titles td {
	padding: 4px;
	font-size: 9px;
	border-left: dotted 1px #8ec93d;
	border-right: dotted 1px #8ec93d;
	border-bottom: solid 1px #8ec93d;
}