/*****************************************************
* BASE
******************************************************/
html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0; 
    font-family: Arial, Helvetica, FreeSans, sans-serif; 
    font-size: .8em; 
    line-height: 1.4; 
    color: black;
    background: white;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
	padding: 0; 
    line-height: 1.2;
    font-weight: bold; 
    font-style: normal;
	color: #3662b1;
}


a:focus { outline: none; }

h2 {
	font-size: 2em;
	font-weight: normal;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

p {
    margin: .75em 0; 
}

address {
    margin: .75em 0;
    font-style: normal;
}

a {
    text-decoration: underline;
}

a:link, a:visited {
    color: #3662b1;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

a img {
    border: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, button, select {
    vertical-align: middle; 
}

*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.csc-firstHeader {
	margin-top: .5em;
}

.content2cols {
	width: 100%;
}

.content2cols .left {
	float: left;
	width: 50%;
	overflow:hidden;
}
.content2cols .left .in {
	padding-right:10px;
}
.content2cols .right {
	float: left;
	width: 50%;
	overflow:hidden;
}
.content2cols .right .in {
	padding-left:10px;
}

.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 div {
	margin: 0 0 1em 0;
}

.tx-powermail-pi1 div label {
	display: block;
	font-weight: normal;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_submit {
	text-align: center;
	padding-top: 20px;
}

.tx-powermail-pi1 .powermail_mandatory_js {
	color: #cc0000;
}

.tx-powermail-pi1 input.powermail_submit {
	background: #3662b1;
	color: #fff;
	border: 0;
	cursor: pointer;
}

/*****************************************************
* LAYOUT
******************************************************/
html, body {
	width: 100%;
	height: 100%;
}

img#background {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
}

#globalWrapper {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}

#headerWrapper {
	width: 100%;
	height: 80px;
	background: #e4f1dc url(../images/headerbkg2.gif) repeat-x left top;
}

#headerWrapper #header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

#contentWrapper {
	width: 100%;
	padding-bottom: 46px;
}

#contentWrapper #content {
	width:940px;
	margin:20px auto 30px auto;
	padding:10px;
	background:#FFF;
}

#contentWrapper #searchBar {
	display:none;
	width: 960px;
	margin: 20px auto;
}

#contentWrapper #searchBar .tx-macinasearchbox-pi1 {
	width: 838px;
	text-align: right;
}

#contentWrapper #searchBar .tx-macinasearchbox-pi1 input.searchTerm {
	height: 24px;
	font-size: 20px;
	width: 380px;
	background-color:#e4f1dc;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid white;
	border-right:1px solid white;	
	padding-left: 5px;
}

#contentWrapper #content #main {
	/*float: left;
	width: 778px;*/
	background: #fff url(../images/mainbkg.gif) repeat-x left top;
	padding: 1px 20px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}

#contentWrapper #content #submenu {
	float: right;
	width: 190px;
	background: #fff;
}

#footerWrapper {
	width: 100%;
	height: 46px;
	background-color: #539117;
	position: absolute;
	bottom: 0px;
	z-index: 500;
}

#footerWrapper #footer {
	width: 1050px;
	margin: 0 auto;
}

#footerWrapper #footer p {
	height: 41px;
	padding: 5px 0 0 0;
	margin: 0;
	color: #fff;
	text-align: center;
}

/*****************************************************
* Header
******************************************************/
#header h1 {
    font-size: 2em;
	/*width: 300px;
	height: 60px;*/
	/*width: 331px;
	height: 58px;*/
	margin: 0;
	/*background: url(../images/logo.gif) no-repeat left top;*/
	position: absolute;
	top: 15px;
	left: 10px;
}

#header h1 span {
	/*display: block;
	font-size: .65em;
	font-weight: normal;*/
	display: none;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
	color: #3662b1;
	text-decoration: none;
	/*display: block;
	width: 331px;
	height: 58px;*/
}
#header h2 {
	position:absolute;
	top:40px;
	left:10px;
	margin:0;
	padding:0;
	font-size:1.5em;
}

/*****************************************************
* MAIN MENU
******************************************************/
#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 3px;
	height: 30px;
}

#header ul li {
	display: inline;
}

#header ul li a:link, #header ul li a:visited,
#header ul li a:hover, #header ul li a:active {
	display: block;
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	margin: 0 20px;
	color: #3662b1;
}

#header ul li a:hover, #header ul li a:active,
#header ul li a.act:link, #header ul li a.act:visited,
#header ul li a.act:hover, #header ul li a.act:active {
	color: #000;
}

#header ul li.tab a:link, #header ul li.tab a:visited,
#header ul li.tab a:hover, #header ul li.tab a:active {
	width: 165px;
	background: url(../images/menubkg.png) no-repeat 0px 0px;
	color: #666;
	font-weight: bold;
	margin: 0 10px;
}

#header ul li.tab a:hover, #header ul li.tab a:active,
#header ul li.tab a.act:link, #header ul li.tab a.act:visited,
#header ul li.tab a.act:hover, #header ul li.tab a.act:active {
	background: url(../images/menubkg.png) no-repeat 0px -30px;
	color: #fff;
}


#header ul.language {
  position: absolute;
  right: 0px;
  top: 0px;
}

#header ul.language li {
  display: inline;
}

#header ul.language li a:link, #header ul.language li a:visited,
#header ul.language li a:hover, #header ul.language li a:active {
	margin: 0 10px;
}

/*****************************************************
* SUBMENU
******************************************************/
#submenu ul {
	padding: 0;
	list-style-type: none;
	width: 170px;
	margin: 10px auto;
}

#submenu ul li {
	display: block;
	margin: 10px 0;
}

#submenu ul li a:link, #submenu ul li a:visited,
#submenu ul li a:hover, #submenu ul li a:active {
	display: block;
	color: #fff;
	background-color: #336633; 
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

#submenu ul li a:hover, #submenu ul li a:active,
#submenu ul li a.act:link, #submenu ul li a.act:visited,
#submenu ul li a.act:hover, #submenu ul li a.act:active {
	background-color: #669900;
}


/*****************************************************
* partners
******************************************************/
.partners {
	clear:both;
	padding:20px 0 10px 0;
}
.partners img {
	margin:0 10px;
}


/*****************************************************
* USER_PAYSDOUBS
******************************************************/
.user-paysdoubs-pi1 {
	position: relative;
}


.user-paysdoubs-pi1-header {
	height: 100px;
}

.user-paysdoubs-pi1-header h2 {
	float: left;
}

.user-paysdoubs-pi1-header ul {
	list-style-type: none;
	margin: 0 60px 0 0;
	padding: 0;
	float: right;
}

.user-paysdoubs-pi1-header ul li {
	display: inline;
}

.user-paysdoubs-pi1-header ul li.title {
	display: block;
	float: left;
	height: 43px;
	line-height: 43px;
	padding: 0 5px;
	color: #669900;
}

.user-paysdoubs-pi1-header ul li a:link,.user-paysdoubs-pi1-header ul li a:visited,
.user-paysdoubs-pi1-header ul li a:hover, .user-paysdoubs-pi1-header ul li a:active {
	display: block;
	float: left;
	height: 43px;
	line-height: 43px;
	padding: 0 5px;
	text-decoration: none;
	color: #669900;
}

.user-paysdoubs-pi1-header ul li.act a:link,.user-paysdoubs-pi1-header ul li.act a:visited,
.user-paysdoubs-pi1-header ul li.act a:hover, .user-paysdoubs-pi1-header ul li.act a:active {
	margin: 0 5px;
	background: #65a426;
	color: #fff;	
}


.user-paysdoubs-pi1-items {
	width: 778px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #999999;
}

h2.subcat {
	font-size: 1.5em;
	margin: 0 0 1em 0;
}

.user-paysdoubs-pi1-items .user-paysdoubs-pi1-image { 
	width: 120px;
	float:left;
	text-align: center;
}

.user-paysdoubs-pi1-items .user-paysdoubs-pi1-image img {
	margin-bottom: 10px;
}

.user-paysdoubs-pi1-items .user-paysdoubs-pi1-content {
	width: 630px;
	float: right;
}

.user-paysdoubs-pi1-items .user-paysdoubs-pi1-content h3 {
	margin-top: 0;
}

.user-paysdoubs-pi1-footer {
	text-align: right;
	padding: 0 0 10px 0;
}

