* {
	margin: 0;
	padding: 0;
}

body {
	background: #F1EFE2 url(/share/images/background.gif) repeat;
	color: #333;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	position: absolute;
	left: -9000px;
}
a {
	color: #E3362D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

fieldset {
	border: none;
}

hr {
	height: 10px;
	float: left;
	visibility: hidden;
	width: 100%;
	clear: both;
}

input, select, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#header {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background: #F1EFE2 url(/share/images/header-background.jpg) top left no-repeat;
}

#wrap {
	position: relative;
	z-index: 5;
	width: 890px;
	margin: 0 auto;
}

#main {
	margin-top: 240px;
	padding: 0 10px;
	background: url(/share/images/main-background.jpg) repeat-y;
	line-height: 18px;
}

#container {
	width: 870px;
	display: block;
	background: url(/share/images/main-background.png) no-repeat;
}

#content {
	width: 600px;
	height: 100%;
	margin-right: 10px;
	padding: 20px 10px 0 10px;
	float: left;
	background: url(/share/images/main-vertical-dots.gif) right repeat-y;
}

#right {
	width: 230px;
	float: left;
	font-size: 11px;
}

#bottom {
	padding-bottom: 25px;
	clear: both;
	background: url(/share/images/bottom-background.jpg) bottom no-repeat;
}

#footer {
	width: 870px;
	padding: 0 10px 30px 10px;
	color: #666;
	font-size: 11px;
}

/*-- Header */
#header img.logo, #header span.logo {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

#header #menu {
    position: relative;
	z-index: 4;
	width: 867px;
	height: 70px;
	margin: 0 auto;
	margin-top: 170px;
	padding-left: 13px;
	list-style: none;
	background: url(/share/images/header-menu-background.jpg) no-repeat;
	overflow: hidden;
}
#header #menu a.menu1 {
    padding: 0 10px;
	float: left;
	background: url(/share/images/submenu-separator.gif) top right no-repeat;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 52px;
	color: #fff;
}
#header #menu a.menu2 {
    padding: 0 9px;
	font-size: 11px;
	text-transform: none;
	background: none;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 52px;
	color: #fff;
}
#header #menu a:hover {
	color: #fc1a10;
}

#header #menu a.current {
	color: #fc1a10;
}

#header #language {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 169px;
	height: 19px;
	margin-left: 246px;
	padding-left: 25px;
	padding-top: 5px;
	background: url(/share/images/header-language.png) no-repeat;
}

#header #language a {
	padding: 2px 3px 3px 3px;
}

#header #language a.current {
	background: url(/share/images/flag-border.gif) no-repeat;
}

#header .bottom{
	margin-top: -13px;
	height: 36px;
	background: #F1EFE2 url(/share/images/header-bottom.jpg) repeat-x;
	z-index: 4;
}


/*--> Wrap */
#wrap img.face{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	margin-top: -13px;
	margin-left: -592px;
}

/*--> Content */
#content p {
	margin-bottom: 10px;
}

#content h1 {
    /* original CSS
	position: absolute;
	left: -9000px;
	*/
	position: relative !important;
	left: 0 !important;

	height: 46px;
	padding: 3px 3px 0 3px;
	margin-bottom: 10px;
	/*float: left;*/ display: inline;
	background: url(/share/images/title-background.gif) repeat-x top left;
	clear: both;
	font: normal 24px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	line-height: 46px;
	text-transform:uppercase;
}

#content h2 {
	font-size: 17px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #FF0000;
	text-transform:uppercase;
	clear: both;
}

#content h3 {
	font-size: 16px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

#content h4 {
	font-size: 12px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

#content h5 {
    color: #757474;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

#content small {
	padding: 0 3px;
	color: #888;
	font-family: Arial, Verdana, sans-serif;
	clear: both;
	display: block;
}

#content small.info {
	margin-left: 150px;
	font-style: italic;
	font-size: 11px;
}

#content dl {
	float: right;
	list-style: none;
}

#content dl dd {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

#content dl dd {
	padding: 0 5px;
	float: left;
}

#content dl dd a {
	height: 16px;
	float: left;
	padding-right: 21px;
	text-decoration: none;
	line-height: 16px;
}

#content dl dd a.send {
	background: url(/share/images/icon-send-to-friend.gif) bottom right no-repeat;
}

#content dl dd a.print {
	background: url(/share/images/icon-print.gif) bottom right no-repeat;
}

#content img {
	padding: 2px;
	border: 1px solid #eaeae6;
	background: #fff;
}

#content img.float-left {
	margin: 0 10px 10px 0;
}

#content img.float-right {
	margin: 0 0 10px 10px;
}

#content .gallery img {
	margin: 0 15px 15px 0;
	float: left;
}

#content blockquote {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #e2dcb1;
	background: #fafae4;
	font-style: italic;
}

#content blockquote.error {
	border-color: #f1ccc4;
	background: #fbf0ee;
	color: #CC3300;
	font-style: normal;
}

#content label {
	width: 150px;
	float: left;
	line-height: 23px;
}

#content label span {
	color: #CC3300;
}

#content label.label-short {
	width: auto;
	margin-right: 10px;
	line-height: 18px;
}

#content input.input-button {
	margin-left: 150px;
	float: left;
}

#content input.input-checkbox {
	margin-right: 5px;
	float: left;
}

#content input.input-radio {
	margin-right: 5px;
	float: left;
}

#content input.input-text {
	width: 192px;
	padding: 2px 2px 3px 2px;
	border: 1px solid #999;
	background: #fff;
	float: left;
}

#content select.select {
	width: 198px;
	padding: 2px 2px 3px 2px;
	border: 1px solid #999;
	background: #fff;
	float: left;
}

#content textarea {
	width: 370px;
	padding: 2px 2px 3px 2px;
	border: 1px solid #999;
	background: #fff;
	float: left;
}

#content .button-back {
	height: 17px;
	margin-right: 12px;
	padding-left: 16px;
	float: left;
	background: url(/share/images/button-back.gif) top left no-repeat;
}

#content .button-top {
	height: 17px;
	padding-left: 16px;
	float: left;
	background: url(/share/images/button-top.gif) top left no-repeat;
}

#content .button-back span, #content .button-top span {
	height: 17px;
	padding-right: 8px;
	float: left;
	background: url(/share/images/button-background.gif) top right no-repeat;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	line-height: 17px;
}

#content input:focus, #content select:focus, #content textarea:focus {
	border: 1px solid #dfdab3;
}

#content ul {
	list-style-type: square
}

#content ul li {
	margin-left: 15px;
}

/*--> Right */
#right a {
    text-decoration: none;
}

#right div.register {
 	background: url(/share/images/main-horizontal-dots.gif) bottom repeat-x;
}

#right span.register {
	position: relative;
	z-index: 6;
	height: 25px;
	margin: 0 0 10px 40px;
	display: block;
	font-size: 19px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

#right span.register embed {
	cursor: pointer;
}

#right h5 {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #757474;
	margin: 5px 0 5px 0;
}

#right em {
	min-height: 66px;
	padding: 7px 0;
	color: #666;
	background: url(/share/images/testimonials-background.gif) top left no-repeat;
	display: block;
	clear: both;
}

#right fieldset {
	border: none;
}

#right ul#navigation {
	width: 230px;
	padding: 3px 0;
	margin-bottom: 15px;
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	list-style: none;
	font-size: 12px;
}

#right ul#navigation li {
	padding: 1px 0 2px 0;
	background: url(/share/images/main-horizontal-dots.gif) bottom repeat-x;
}

#right ul#navigation li.heading {
    text-transform: uppercase;
    background: none !important;
}

#right ul#navigation li.last {
	padding: 1px 0;
	background: none;
}

#right ul#navigation li a {
	width: 217px;
	height: 27px;
	padding: 0 5px;
	display: block;
	text-decoration: none;
	line-height: 27px;
	/* color: #333; */
	color: #fff;
	background: url(/share/images/submenu-background-inact.gif) no-repeat;
}

#right ul#navigation li a:hover {
	background: url(/share/images/submenu-background.gif) no-repeat;
	color: #fff;
}

#right ul#navigation li a.current {
	background: url(/share/images/submenu-background.gif) no-repeat;
	color: #fff;
}

#right #search-form {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(/share/images/main-horizontal-dots.gif) bottom repeat-x;
}

#right #search-form input {
	width: 192px;
	padding: 2px 2px 3px 2px;
	float: left;
	border: 1px solid #999;
	background: #fff;
}

#right #search-form input:focus {
	border: 1px solid #dfdab3;
}

#right #search-form input.button {
	width: auto;
	margin-top: -2px;
	margin-left: 3px;
	border: none;
	float: left;
	background: none;
}

#right #mailing {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(/share/images/main-horizontal-dots.gif) bottom repeat-x;
}

#right #mailing input {
	width: 222px;
	padding: 2px;
	border: 1px solid #999;
	background: #fff;
}

#right #mailing input:focus {
	border: 1px solid #dfdab3;
}

#right #mailing input.button {
	width: auto;
	padding: 5px 0;
	border: none;
	display: block;
	background: none;
}

#right ul#sponsors {
	padding-bottom: 15px;
	list-style: none;
}

#right ul#sponsors li {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

#right ul#sponsors li div {
    background: #FFFFFF;
    border: 1px solid #e5e0cf;
    padding: 0;
    height: 79px;
    line-height: 74px;
}

#right ul#sponsors li a img {
	/*border: 1px solid #e5e0cf;*/
	vertical-align: middle;
}


/*--> Bottom */
#bottom fieldset {
	background: url(/share/images/footer-dots.gif) top repeat-x;
}

#bottom fieldset legend {
	margin: -15px 0 0 5px;
	padding-top: 15px;
	padding-left: 5px;
	font: bold 14px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #757474;
}

#bottom fieldset ul {
	margin-top: 30px;
	list-style: none;
}

#bottom fieldset ul li {
	padding: 5px 10px;
	float: left;
	height: 43px;
	margin-bottom: 10px;
}

#bottom fieldset ul li a img {
	border: none;
}

#bottom fieldset ul li.divider {
    border-right: 1px solid #CCCCCC;
}

img.bottom {
	padding-bottom: 15px;
	float: left;
}

/*--> Footer */
#footer ul {
	list-style: none;
}

#footer ul li {
	padding: 0 3px;
	float: left;
}

#footer ul li a {
	color: #666;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p.hr {
	padding-bottom: 10px;

}

#footer #developers {
	padding: 13px 0 0 0;
	background: url(/share/images/footer-dots.gif) 0 8px repeat-x;
}

#footer #developers a {
	color: #E3362D;
	text-decoration: none;
}

#footer #developers a:hover {
	text-decoration: underline;
}

/*--> News Widget */
a.newsWidget {
    text-decoration: none;
    color: #E10810;
}

a.newsWidget :hover {
    text-decoration: underline;
    cursor: pointer;
    color: #FF0000;
}

a.newsWidget h3 {
    color: #E10810;
}

.formManager {
    margin:10px;
    padding: 10px;
	/*border: 1px solid #f2f2f2;*/
	background-color: transparent; /*#efecdb;*/
	display: block;
}
.formManager label {
	display:block;
	margin: 5px 0;
}
#content .formManager label.nonBlock {
    float: left;
    width: auto;
}
.formManager input.checkbox {
    position: relative;
    float: left;
    margin: 10px 10px 0 10px;
    width: 20px !important;
}
.formManager input {
    margin: 5px 0;
	padding: 2px;
	border:1px solid #999;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	width: 250px;
}
.formManager textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #999;
	height:100px;
	display:block;
	color:#777;
}
.formManager input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
}
.formManager input.bgSubmit {
    background: url(/share/images/button-send-bg.gif);
    width: 55px;
    height: 20px;
    border: 0;
    position: relative;
    left: 150px;
}
.formManager input.bgReset {
    background: url(/share/images/button-reset-bg.gif);
    width: 65px;
    height: 20px;
    border: 0;
    position: relative;
    left: 160px;
}
.formManager input.enSubmit {
    background: url(/share/images/button-send-en.gif);
    width: 45px;
    height: 20px;
    border: 0;
    position: relative;
    left: 150px;
}
.formManager input.enReset {
    background: url(/share/images/button-reset-en.gif);
    width: 45px;
    height: 20px;
    border: 0;
    position: relative;
    left: 160px;
}
.formManager input.bgSubmit:hover, .formManager input.enSubmit:hover,
.formManager input.bgReset:hover, .formManager input.enReset:hover {
    cursor: pointer;
}
/* --> CSS for non-validated form widget fields */
div.validationErrors {
    display: none;
    border: 1px solid #F1CCC4;
    background: #FBF0EE;
    padding: 10px;
    color: #CC3300;
}
.red { color: #FF0000; }
div.validationErrors ul {
    list-style-type: square;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #FF0000;
}

/*--> Misc */
.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.spacer { clear: both; }

a.btnBack {
    text-decoration: none;
    background: url(/share/images/button-back.gif) no-repeat left center;
    padding: 5px 0 5px 16px;
}
a.btnBack span {
    color: #FFFFFF;
    background: url(/share/images/button-background.gif) no-repeat right center;
    padding: 5px 10px 5px 0;
}
a.btnBack :hover {
    cursor: pointer;
}

a.btnTop {
    text-decoration: none;
    background: url(/share/images/button-top.gif) no-repeat left center;
    padding: 5px 0 5px 16px;
}a.btnTop span {
    color: #FFFFFF;
    background: url(/share/images/button-background.gif) no-repeat right center;
    padding: 5px 10px 5px 0;
}
a.btnTop :hover {
    cursor: pointer;
}
