/* 
 Document : style
 Created on : 08-Feb-2012, 10:00:31
 Author : m3z
 Description:
 Purpose of the stylesheet follows.
*/

* {
 font-family: 'PTSansNarrowRegular';
}

img {
 border: none;
}

root { 
 display: block;
}

html {
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
 font-size: 120%;
}

a {
 text-decoration: none;
 color: black;
}

h1 {
 font-size: inherit;
 font-weight: inherit;
 padding: 0;
 margin: 0;
 line-height: inherit;
}

body {
 width: 80%;
 margin: 20px auto;
 min-width: 960px;
}

#logo img {
 width: 330px;
}

div#container {
 border: solid 10px black;
 position: relative;
 height: 100%;
 padding: 10px 20px;
}

div#copyright {
 text-align: center;
 padding: 30px;
 font-size: 12px;
 
 width: 50%;
 margin: 0 auto;
 text-align: left;
}

#galleria {
 width: 100%;
 height: 100%;
}

#navigation {
 float: right;
 clear: right;
}

#logo {
 float: left;
}

#navigation * {
 padding: 0;
 margin: 0;
 list-style: none;
 display: inline;
}

#header {
 clear: right;
 float: right;
 margin-top: 5px;
 font-size: 45px;
 font-family: 'PTSansNarrowRegular';
}

#header > * {
 float: right;
 margin-left: 20px;
}

#loginform label {
 font-size: 30px;
 display: block;
 padding-bottom: 10px;
 font-family: Arial;
}

#loginform input[type=text] {
 font-size: 30px;
 letter-spacing: 15px;
 border-radius: 10px;
 padding: 15px;
 border: solid 2px black;
 width: 200px;
 display: block;
 text-align: center;
}

#loginform input[type=submit] {
 background: none;
 border: none;
 display: block;
 text-align: center;
 padding: 0 15px;
 font-size: 30px;
 width: 80px;
 padding-bottom: 0;
 background: #DFEFFF;
 border-radius: 8px;
 cursor: pointer;
 margin: 10px auto 0;
}

#inner_content {
 clear: both;
/* border: 1px lightblue solid;*/
 min-height: 650px;
}

#inner_content > p {
 width: 60%;
 margin-left: auto;
 margin-right: auto;
}

div.image-index {
 width: 33%;
 float: left;
 margin: 35px 0;
 text-align: center;
}

.image-index img {
 border-radius: 5px;
}

.required {
 color: #f58400;
}

#container .testimonial {
 width: 80%;
 border-radius: 8px;
 padding: 5px 25px;
 margin: 15px auto;
}

#container p {
 margin-left: auto;
 margin-right: auto;
}

.sign {
 margin-top: 0;
 padding: 0;
 font-style: italic;
 font-size: 70%;
 text-align: right;
}

#container input, #container textarea {
 background: #EFF5FF;
 border: solid 3px black;
 border-radius: 8px;
 font-size: inherit;
 font-family: inherit;
 padding: 10px;
 display: block;
 resize: none;
 overflow: auto;
}

#container textarea {
 height: 60px;
}

fieldset {
 border: solid 3px black;
 border-radius: 8px;
 width: 60%;
 margin: 0 auto;
 padding: 25px 5% 10px;
}

fieldset input, fieldset textarea {
 width: 90%;
}

#container input[type=submit] {
 background: black;
 color: white;
 margin: 15px auto;
}













































/* Z-INDEX */
 .formError { z-index: 990; }
 .formError .formErrorContent { z-index: 991; }
 .formError .formErrorArrow { z-index: 996; }
 
 .formErrorInsideDialog.formError { z-index: 5000; }
 .formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
 .formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }




 .inputContainer {
 position: relative;
 float: left;
 }

 .formError {
 position: absolute;
 top: 300px;
 left: 300px;
 display: block;
 cursor: pointer;
 }

 .ajaxSubmit {
 padding: 20px;
 background: #55ea55;
 border: 1px solid #999;
 display: none
 }

 .formError .formErrorContent {
 width: 100%;
 background: #ee0101;
 position:relative;
 color: #fff;
 width: 150px;
 font-size: 11px;
 border: 2px solid #ddd;
 box-shadow: 0 0 6px #000;
 -moz-box-shadow: 0 0 6px #000;
 -webkit-box-shadow: 0 0 6px #000;
 padding: 4px 10px 4px 10px;
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 }

 .greenPopup .formErrorContent {
 background: #33be40;
 }

 .blackPopup .formErrorContent {
 background: #393939;
 color: #FFF;
 }

 .formError .formErrorArrow {
 width: 15px;
 margin: -2px 0 0 13px;
 position:relative;
 }
 body[dir='rtl'] .formError .formErrorArrow,
 body.rtl .formError .formErrorArrow {
 margin: -2px 13px 0 0;
 }

 .formError .formErrorArrowBottom {
 box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 margin: 0px 0 0 12px;
 top:2px;
 }

 .formError .formErrorArrow div {
 border-left: 2px solid #ddd;
 border-right: 2px solid #ddd;
 box-shadow: 0 2px 3px #444;
 -moz-box-shadow: 0 2px 3px #444;
 -webkit-box-shadow: 0 2px 3px #444;
 font-size: 0px;
 height: 1px;
 background: #ee0101;
 margin: 0 auto;
 line-height: 0;
 font-size: 0;
 display: block;
 }

 .formError .formErrorArrowBottom div {
 box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 }

 .greenPopup .formErrorArrow div {
 background: #33be40;
 }

 .blackPopup .formErrorArrow div {
 background: #393939;
 color: #FFF;
 }

 .formError .formErrorArrow .line10 {
 width: 15px;
 border: none;
 }

 .formError .formErrorArrow .line9 {
 width: 13px;
 border: none;
 }

 .formError .formErrorArrow .line8 {
 width: 11px;
 }

 .formError .formErrorArrow .line7 {
 width: 9px;
 }

 .formError .formErrorArrow .line6 {
 width: 7px;
 }

 .formError .formErrorArrow .line5 {
 width: 5px;
 }

 .formError .formErrorArrow .line4 {
 width: 3px;
 }

 .formError .formErrorArrow .line3 {
 width: 1px;
 border-left: 2px solid #ddd;
 border-right: 2px solid #ddd;
 border-bottom: 0 solid #ddd;
 }

 .formError .formErrorArrow .line2 {
 width: 3px;
 border: none;
 background: #ddd;
 }

 .formError .formErrorArrow .line1 {
 width: 1px;
 border: none;
 background: #ddd;
 }




/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 9, 2012 04:35:47 AM America/New_York */



@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('./fonts/PT_Sans/PTN57F-webfont.eot');
    src: url('./fonts/PT_Sans/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PT_Sans/PTN57F-webfont.woff') format('woff'),
         url('./fonts/PT_Sans/PTN57F-webfont.ttf') format('truetype'),
         url('./fonts/PT_Sans/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('./fonts/PT_Sans/PTC75F-webfont.eot');
    src: url('./fonts/PT_Sans/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PT_Sans/PTC75F-webfont.woff') format('woff'),
         url('./fonts/PT_Sans/PTC75F-webfont.ttf') format('truetype'),
         url('./fonts/PT_Sans/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('./fonts/PT_Sans/PTC55F-webfont.eot');
    src: url('./fonts/PT_Sans/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PT_Sans/PTC55F-webfont.woff') format('woff'),
         url('./fonts/PT_Sans/PTC55F-webfont.ttf') format('truetype'),
         url('./fonts/PT_Sans/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('./fonts/PT_Sans/PTS76F-webfont.eot');
    src: url('./fonts/PT_Sans/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PT_Sans/PTS76F-webfont.woff') format('woff'),
         url('./fonts/PT_Sans/PTS76F-webfont.ttf') format('truetype'),
         url('./fonts/PT_Sans/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('./fonts/PT_Sans/PTS75F-webfont.eot');
    src: url('./fonts/PT_Sans/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PT_Sans/PTS75F-webfont.woff') format('woff'),
         url('./fonts/PT_Sans/PTS75F-webfont.ttf') format('truetype'),
         url('./fonts/PT_Sans/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('./fonts/PT_Sans/PTS56F-webfont.eot');
    src: url('./fonts/PT_Sans/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PT_Sans/PTS56F-webfont.woff') format('woff'),
         url('./fonts/PT_Sans/PTS56F-webfont.ttf') format('truetype'),
         url('./fonts/PT_Sans/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('./fonts/PT_Sans/PTS55F-webfont.eot');
    src: url('./fonts/PT_Sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PT_Sans/PTS55F-webfont.woff') format('woff'),
         url('./fonts/PT_Sans/PTS55F-webfont.ttf') format('truetype'),
         url('./fonts/PT_Sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('./fonts/PT_Sans/PTN77F-webfont.eot');
    src: url('./fonts/PT_Sans/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PT_Sans/PTN77F-webfont.woff') format('woff'),
         url('./fonts/PT_Sans/PTN77F-webfont.ttf') format('truetype'),
         url('./fonts/PT_Sans/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

