/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	padding-bottom: 20px;
    font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
    font-size: 0.8em;
    behavior: url("scripts/csshover.htc");
    background: #fff url("../images/body_bg.png") 0 0 repeat-x;
    color: #512800;
    text-align: center;
}

img {
    border: none;
}

p {
	margin-bottom: 1em;
	color: #512800;
	line-height: 1.6em;
}

p a, p a:link {
	color: #D10164;
}

p a:visited {
	color: #80033F;
}

p a:hover {
    text-decoration: none;
}

h1 {
	margin-bottom: 15px;
	color: #d10164;
	font-size: 2em;
}

strong, b {
	font-weight: bold;
}

i, em  {
	font-style: italic;
}

h3, h4, h5 {
	color: #d10164;
}

h2 {
	font-size: 1.7em;
	color: #54a7de;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 0.4em;
}

h4, h5 {
	font-size: 1.3em;
	margin-bottom: 0.3em;
}

table {
	width: 100%;
	margin: 0.4em 0 1.5em 0;
	font-size: 1em;
	border-top: 2px #5BA2D6 solid;
	border-left: 1px #5BA2D6 solid;
	border-bottom: 1px #5BA2D6 solid;
}

table tr th {
	padding: 8px 15px;
	text-align: left;
	color: #512800;
	border-right: 1px #5BA2D6 solid;
	border-bottom: 1px #5BA2D6 solid;
}

table tr th.suda {
	background: #c5bcb1;
}

table tr td {
	padding: 6px 15px;
	color: #00528C;
	border-right: 1px #5BA2D6 solid;
	border-bottom: 1px #5BA2D6 solid;
}

table tr td.suda {
	background: #f4f2f0;
}

table.centerTd tr td, table.centerTd tr th {
	text-align: center;
}

table.miniPadding tr td {
	padding: 4px 10px;
}

table.miniPadding tr th {
	padding: 4px 10px;
}

form table {
	border: none;
}

form table td {
	border-top: 1px #E4E4E4 solid;
	border-right: none;
	background: none;
}

input, select {
	font-size: 11px;
	background: #fff;
}

input, select {
	border: 1px #C0C0C0 solid;
	padding: 2px;
}

select {
	width: 120px;
}

textarea {
	font-size: 11px;
	font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
	border: 1px #C0C0C0 solid;
	padding: 2px;
}

ul {
	margin-bottom: 1.5em;
	margin-left: 23px;
}

ul li {
	padding: 2px 0 2px 5px;
	margin-bottom: 0.3em;
	list-style: disc;
}

ul li ul {
	margin: 0 0 -4px 15px;
	padding-top: 0.3em;
}

ul li ul li {
	background: url("../images/lili.gif") 0 5px no-repeat;
}

ul li ul li ul {
	margin-left: 23px;
	padding-top: 0.5em;
}

ul li ul li ul li {
	background: url("../images/lili.gif") 0 5px no-repeat;
}

ol {
	margin-left: 23px;
	list-style: decimal;
	margin-bottom: 1.5em;
}

ol li {
	margin-bottom: 0.5em;
}

hr {
	color: #d5d5d5;
	border: 0 none;
	border-top: 1px solid #d5d5d5;
	height: 1px;
	margin: 0 0 1em 0;
}

.border {
	border: 1px solid #d5d5d5 !important;
}

/*--USEFUL----------------------------------------------------------------*/

.clear {
    clear: both;
    overflow: hidden;
    font-size: 1px;
}

hr.clear {
	visibility: hidden;
	margin: 0 !important;
}

.break {
	height: 1em;
}

.mBottom {
	margin-bottom: 1em;
}

.mRight {
	margin-right: 1em;
}

.mLeft {
	margin-left: 1em;
}

.mTop {
	margin-top: 1em;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.photo {
	float: left;
	margin: 0 10px 5px 0;
}

.taCenter {
    text-align: center;
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: 971px;
	margin: 0 auto 0 auto;
    text-align: left;
    background: #fff url("../images/page_bg.png") 0 0 repeat-y;
    position: relative;
}

#pageContent {
    padding: 70px 0 0 0;
    background: url("../images/page_content_bg.png") 0 0 no-repeat;
}

#pageFooter {
    height: 25px;
    background: url("../images/page_footer_bg.png") 0 0 no-repeat;
}

/*--HEADER----------------------------------------------------------------*/

#header {
    width: 971px;
    height: 115px;
    position: absolute;
    left: 0;
    top: 0;
}

#header #logo {
    display: none;
}

#header #logoPrint {
    display: block;
}

#header #logoCs {
	display: none;
}

/*--PARTS----------------------------------------------------------------*/

#leftPart {
    display: none;
}

#middlePart {
    width: 748px;
    float: left;
}

#text {
	width: 510px;
	float: left;
}

#banner2 {
    margin-bottom: 15px;
}

#rightPart {
    display: none;
}

/*--PHOTOGALLERY----------------------------------------------------------*/

#photogallery {
	padding: 0 13px 0 13px;
}

#photogalleryContent {
	padding-top: 10px;
}

#photogalleryContent .photoMini {
	width: 100px;
	height: 100px;
	margin: 0 21px 20px 0;
	_margin: 0 23px 10px 0;
	float: left;
	display: block;
	position: relative;
	background: url("../images/photo_mini_border.gif") 0 0 no-repeat;
}

#photogalleryContent .photoMini .photo {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 5px;
	top: 5px;
}

#photogalleryContent .photoMini .zoom {
	width: 23px;
	height: 23px;
	background: url("../images/zoom.png") 0 0 no-repeat;
	position: absolute;
	right: 11px;
	bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/zoom.png', sizingMethod='scale');
	_background: none;
}

.photogalleryNavi {
	display: none;
}

/*--FOOTER----------------------------------------------------------------*/

#footer {
    width: 600px;
    height: 93px;
    border-top: 1px #000 solid;
    margin: 0;
    text-align: left;
    font-size: 0.85em;
}

#footerLeft {
    width: 570px;
    padding: 20px 0 0 0px;
    float: left;
}

#footerLeft p {
    line-height: 1.3em;
    color: #00528c;
}

#footerInfo {
    margin-bottom: 5px;

}

#footerInfo strong {
    color: #d10164;
}
 
#footerRight {
    display: none;
    
}
