/* Start of CMSMS style sheet 'main' */
/* Reset all styles */



/* CSS reset */



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,

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-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

}

body {
        
        background-image: url(Images/Xiconos/lajnagal.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
}
 
h1 {
       line-height: 110px;
       text-transform: uppercase;
       font-size: 2em;
       letter-spacing: 0.5em;
       color: #FDFCE9;

}

h2 {
      font-weight: bold;
      font-size: 1.5em;
      color: #463a3b;
}

h3 {
      font-weight: normal;
      font-size: 1em;
      color: #121212;

}
h4 {
      
      font-weight: normal;
      font-size: 0.8em;
      color: #463a3b;

}






img {
       border: 0px;
       margin: 2px;
}

a { 
font-weight: bold;
text-decoration: none;
}

a:link  { 
         color: #2b6f8e; 
        
}
a:visited { 
         color: #2b6f8e; 
        
}
a:hover { 
         color: #8e2b2b; 

} 
a:active{ 
         color: #463a3b; 
        
}

a.menulink:link  { 
          color: #f2eee6; 
   
}

a.menulink:visited { 
         color: #f2eee6;        
}

a.menulink:hover { 
         color: #ff9933; 
} 

a.menulink:active{ 
         color: #ff9933;        
}

.menulink {
           padding: 0.8em;            
}



#header {

       
       background: url(Images/MZheader.jpg) no-repeat center;
       text-align: center;

     
}
span.links {       font-size: 0.8em;
                        background: black;
			display: inline;			
                        border-radius: 6px 6px 0px 0px;  
                        -webkit-border-radius: 6px 6px 0px 0px;  
                        -moz-border-radius: 6px 6px 0px 0px;                      
			padding: 0.2em 1em 0.1em 1em;
			
}
#wrapper  { 
            background: white;
             text-align: center; 
            margin: 0 auto;
            width: 980px;
            padding: 0em 0.7em 0em 0.7em;        
            border: solid #ccc;
            border-width: 0px 1px 0px 1px
            
         
}
#menu {  

width: 980px;
text-align: center;

}

#content {  
         float:left;
         border-radius: 15px;  
       -webkit-border-radius: 15px;  
       -moz-border-radius: 15px;  
	 padding: 10px;;
         margin: 5px;;
         font-size: 0.7em;  
	 text-align: center;
	 width: 370px;
         background: white;
        border: 1px solid #eee;

}

#content2 {
         float: right;
         border-radius: 15px;  
         -webkit-border-radius: 15px;  
         -moz-border-radius: 15px;  
	 padding: 10px;;
         margin: 5px;
         font-size: 0.7em;  
	 text-align: center; 
         width: 530px;
         border: 1px solid #eee;
}     
#contentPT {  

         float:left; 
	 width: 10%;
         text-align: left;       
 
}
#contentPT1 {
       
       float: right;
       width: 45%;
       text-align: center;
}

#contentPT2 {
       
       float: right;
       width: 45%;      
       text-align: center;
}

#crta { 
            
            border: grey solid;
            border-width: 1px 0px 0px 0px;
         
}
#crta2 { clear:both;
            
            border: grey solid;
            border-width: 0px 0px 1px 0px;
            margin-bottom: 10px;
         
}

#mylinks {
            
       
            border: #e9e5dd solid;
            border-width: 1px 0px 1px 0px;
            text-align: center;
}
          
#rub {  
         float:left;
         border-radius: 10px;  
       -webkit-border-radius: 10px;  
       -moz-border-radius: 10px;  
         padding:1em ;
         margin:2em 0em 2em 7em ;
         background:#f2eee6;
	
}

#rub1 {  
         float:right;
         border-radius: 10px;  
         -webkit-border-radius: 10px;  
         -moz-border-radius: 10px;  
	 border: #e9e5dd solid;
         border-width: 2px ;
         padding:1em ;
         margin: 2em 7em 2em 0em;
}

#rub2 {  
          
          clear: both;
          border-radius: 10px;  
          -webkit-border-radius: 10px;  
          -moz-border-radius: 10px;  
          background: black;
          color: white;
          
}

#left {  
         float: left; 
         padding-left: 0.5em ;
         padding-right: 0.5em ;           	   	
}

#right {  
         float: right; 
         padding-left: 0.5em ;
         padding-right: 0.5em ;         	   	
}


#footer { 
            background: white;
            clear: both;
            border: #eee solid;
            margin: 5px 0px 0px 0px; 	
            padding: 0.5em 0em 3em 0em; 
            border-width: 1px 1px 0px 1px;  
            text-align: center;
            border-radius: 5px 5px 0px 0px; 
            -webkit-border-radius: 5px 5px 0px 0px;
           -moz-border-radius: 5px 5px 0px 0px; 

}
/* End of 'main' */

