@charset "utf-8";
/* 
*
* Coded by a l p e r i c a (alperica@alperica.com)
* www.alperica.com  | 2008
*
*/


body{
background-color:#fff;
border:none;
font-family:Arial, Helvetica, Verdana, Times New Roman;
margin:0;
padding:0;
width:100%;
height:100%;
}


a:link {
text-decoration:none;
color:#000000;
}
a:visited {
    text-decoration:none;
	color:#000000;
}
a:hover {
    text-decoration:none;
	color: #CC0000;
}


/* ----- CONTAINER ----- */
#container{
position:relative;
border:none;
clear:both;
margin:0;
padding:0;
}

/*CONTAINER Header*/
#header{
background: #fff url(../images/header_bg.jpg) repeat-x;
height:62px;
margin:0;
padding:5px 5px 5px 5px;
width:100%;
top:0;
position:fixed;
z-index:99;


}

#header .logo{
width:154px;
height:43px;
margin:0 0 0 20px;
padding:0;
background-image: url(../images/logo.png) !important;
background-image: none;
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png', sizingMethod='scale');
display:block; cursor:pointer;
}

#menuButtons{
text-align:left;
width:825px;
height:30px;
position:relative;
padding:100px 0 0 0;
}

#menuButtons ul{
text-align:left;
margin:25px 0 0 190px;
padding:0;
font-size:12px;
border:0;
}

#menuButtons ul li {
float:left;
list-style:none;
text-align:center;
font-weight:bold;
margin-right:25px;
}

#spacer{
clear:left;
margin:0;
padding:0;
height:75px;
}


/*CONTAINER Content*/

#content{
width:1000px;
height:100%;
margin:0;
padding:0 0px 25px 0;
}

.contentButtons{
float:left;
margin:0;
padding:7px 15px 0 10px;
width:140px;
height:300px;
}

.contentButtons ul{
margin:0;
padding:0;
font-size:12px;
border:0;
}

.contentButtons ul li {
list-style:none;
text-align:right;
font-weight:bold;
font-size:11px;
line-height:15px;
}

.contentText{
font-family:Arial, Helvetica, Verdana, Times New Roman;
font-size:11px;
color:#222;
float:left;
width:600px;
border:0;
margin:0;
padding: 10px 10px 10px 10px;

}


.contentText p{
font-family:Arial, Helvetica, Verdana, Times New Roman;
font-size:11px;
text-align:justify;
margin:0;
padding:20px 0 20px 0;
color:#222;
}

.contentText h1{
font-family:Arial, Helvetica, Verdana, Times New Roman;
background: #333 url(../images/sign.jpg) left no-repeat ;
width:584px;
height:15px;
font-size:12px;
text-align:justify;
margin:0;
padding:0 0 0 20px;
color:#fff;
font-weight:bold;
}

.contentText h2{
font-family:Arial, Helvetica, Verdana, Times New Roman;
width:584px;
height:15px;
font-size:12px;
text-align:justify;
margin:0;
padding:20px 0 0 20px;
color:#000;
font-weight:bold;
}

.photo {
float:left;
width:165px;
height:610px;
margin:0;
padding:10px 5px 0 0;
}







/* ----- FOOTER ----- */
#footer{
width:100%;
background:#666666 url(../images/footer_bg.jpg) repeat-x;
height:35px;
position:fixed ;
bottom: 0;
z-index:100;
}

/*FOOTER alperica*/
#footer .alperica{ background:#FFFFFF url(../images/alperica_btn.jpg); float:right; width:9px; height:11px; margin: 10px 10px 0 0; padding:0; }
#footer .alperica_btn{ position:absolute; bottom:10px ;right:10px; width:20px; height:20px; }
#footer .alperica_btn a:link{ background:#FFFFFF url(../images/alperica_btn.jpg);}
#footer .alperica_btn a:hover{ background:#FFFFFF url(../images/alperica_btn.jpg) bottom; !important;}

/*FOOTER copyright*/
#footer .copyright {font-size:10px; float:left; margin:10px 0 0 10px; padding:0; }
