/* Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* START STYLING LAYOUT */

html, body {
	background-image:url('/images/bg.gif');
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#000000;
	height:100%;
}

div.wrapper {
	width:780px;
	min-height:100%;
	position:relative;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #dbdbdc;
	border-right:1px solid #dbdbdc;
}

/* HEADER */
div.header {
	width:780px;
	height:120px;
	background-color:#FFFFFF;
	background-image:url('../images/header.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}

div.menu-container {
	position:relative;
	top:-15px;
	background-image:url('/images/menu-end.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:24px;
	height:53px;
	float:left;
	z-index:50;
}

div.content {
	background-image:url('/images/content-top.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	width:529px;
	padding:20px;
	padding-top:30px;
	margin-top:-15px;
	margin-bottom:60px;
	background-color:#FFFFFF;
	float:left;
}

div.right-container {
	position:absolute;
	top:106px;
	bottom:60px;
	right:0;
	width:231px;
	background-image:url('/images/col-bg.jpg');
	float:left;
}

div.right-footer {
	position:absolute;
	bottom:0px;
	background-image:url('/images/col-footer-bg.jpg');
	width:231px;
	height:40px;
}

div.offers {
	padding:10px;
	color:#000000;
}

ul.menu {
	background-image:url('/images/menu-bg.jpg');
	height:53px;
	background-repeat:repeat-x;
	background-position:left top;
}

ul.menu li {
	height:53px;
	float:left;
	background-image:url('/images/menu-div.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	padding-left:2px;
}

ul.menu li a {
	background-image:url('/images/menu-bg.gif');
	background-repeat:repeat-x;
	height:31px;
	display:block;
	padding-top:22px;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
/*
ul.menu li a:hover {
	background-image:url('../images/menu-bg.gif');
	background-position:0px 0px;
	background-position:left middle;
	background-repeat:repeat-x;
}
*/
ul.menu li a.active {
	background-image:url('../images/menu-bg.gif');
	background-position:0px 0px;
	background-position:left middle;
	background-repeat:repeat-x;
}

/* BODY */
div.body {
	width:780px;
	display:block;
	margin-bottom:60px;
	background-color:#FFFFFF;
	clear:both;
}

div.body p {
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
}

/* Left container */
div.left-container {
	padding:10px;
	width:180px;
	float:left;
}

div.left-container h3 {
	font-family:Tahoma;
	font-size:14px;
	color:#5fb8e1;
	text-transform:uppercase;
}

div.admin-menu-container {
	background-image:url('/images/menu-end.gif');
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:24px;
	height:53px;
	float:left;
	z-index:99;
}

div.admin-content {
	padding:20px;
	padding-bottom:60px;
}

div.admin-content h3 {
	font-family:Tahoma;
	font-size:14px;
	color:#5fb8e1;
	text-transform:uppercase;
}

div.admin-content table th {
	background-color:#ff6000;
	color:white;
}

div.admin-content table tr.blue {
	background-color:#c7ecfd;
}

div.admin-content table tr.white {
	background-color:#FFFFFF;
}

ul.lang-container {
	position:absolute;
	right:0;
	margin-top:5px;
}

ul.lang-container li {
	float:left;
	width:45px;
	height:20px;
}

ul.lang-container li img {
	border:1px solid #FFFFFF;
}

div.left-container h4 {
	margin-top:10px;
	font-family:Tahoma;
	font-size:13px;
	color:#ff6000;
}


div.content h1 {
	font-family:Tahoma;
	font-size:14px;
	color:#1c396a;
	text-transform:uppercase;
}

div.content h2 {
	font-family:Tahoma;
	font-size:13px;
	color:#1c396a;
	text-transform:uppercase;
}

div.content a {
	color:#1c396a;
}

div.content h4 {
	text-align:center;
	padding-bottom:3px;
}

div.content ul.submenu li {
	float:left;
	background-image:url('../images/submenu-bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
}

div.content ul.submenu li:hover {
	background-image:url('../images/submenu-bg-hover.gif');
}

div.content ul.submenu a {
	background-image:url('../images/submenu-left.gif');
	background-repeat:no-repeat;
	background-position:top left;
	height:23px;
	display:block;
	padding-left:5px;
	color:white;
	text-decoration:none;
}

div.content ul.submenu a span {
	background-image:url('../images/submenu-right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	padding-left:15px;
	padding-top:3px;
	padding-right:10px;
	height:20px;
	display:block;
}

ul.lang-menu {
	position:relative;
	right:0px;
}

ul.lang-menu li {
	float:left;
	width:30px;
	height:15px;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #ff6000;
	margin:2px;
}

ul.lang-menu li a {
	width:30px;
	height:15px;
	display:block;
	text-decoration:none;
	color:#ff6000;
}

ul.lang-menu li.active {
	background-color:#5fb8e1;
	color:#FFFFFF;
}

ul.lang-menu li.active a {
	color:#FFFFFF;
}

div.content ul.submenu a:hover {
	background-image:url('../images/submenu-left-hover.gif');
}

div.content ul.submenu a:hover span {
	background-image:url('../images/submenu-right-hover.gif');
}

div.content ul.submenu li.active {
	background-image:url('../images/submenu-bg-hover.gif');
}

div.content ul.submenu li.active a {
	background-image:url('../images/submenu-left-hover.gif');
}

div.content ul.submenu li.active a span {
	background-image:url('../images/submenu-right-hover.gif');
}

div.content div.gallery img {
	border: 4px solid white;
}

/* FOOTER */
div.footer {
	clear:both;
	position:absolute; 
	bottom:0;
	width:750px;
	padding:15px;
	height:30px;   /* Height of the footer */
	background-color:#FFFFFF;
	background-image:url('/images/footer.jpg');
	background-position:top left;
	background-repeat:repeat-x;
}

div.footer div.contact {
	position:absolute;
	right:0;
	bottom:0;
	color:#FFFFFF;
	font-size:10px;
	width:180px;
}

#selector {
	background: url('../images/menu-start.jpg') no-repeat scroll top left;
	width: 62px;
	height: 39px;
}
.error {
	display:block;
	color:red;
}

ul.resources-menu {
	margin-bottom:20px;
}

