body {
	font-family:Arial;
	font-size:11px;
	background-color:#000;
	background-image:url(../img/bgDesmo.png);
    margin:0px;
    text-align:center;
}

#main {
	width:100%;
	margin:0px auto;
}


#header {
	width:100%;
	margin:0px auto;
	height:151px;
    background:url(../img/bgHeader.png) repeat-x center center;
}



#header_center {
	width:1024px;
	margin:0 auto;
	height:151px;
	background:url(../img/header.png) no-repeat center center;
}


#menu {
	width:860px;
    height:20px;
	float:right;
	text-align:right;
    padding-top:109px;
}

#menu ul, li {
	list-style:none;
    margin:0px;
}

#menu ul {
	padding-right:40px;
}

#menu li {
	display:inline;
	padding:0px 16px;
}

#menu li a { 
	color:#fff;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
}

#menu li a:hover {
	color:#ff0000;
}

#content {
    width:1024px;
    margin:0px auto;
    text-align:left;
}

#content_left {
    width:240px;
    float:left;
}

#content_all {
    float:right;
    width:784px;
    margin-bottom:12px;
}

#menu_left {
    width:230px;
    height:208px;
    margin-top:40px;
    background:url(../img/bgMenuLeft.gif) no-repeat right top;
    padding-top:20px;     
}

#menu_left ul {
    width:150px;
    margin-left:8px;
}

#menu_left li {
    border-bottom:1px solid #ccc;
    padding:5px 18px;       
}

#menu_left .first {
    border-top:1px solid #ccc;
}

#menu_left li a {
    font-size:14px;
    color:#ff0000;
    font-weight:normal;
    text-decoration:none;
}

#menu_left li a:hover {
    color:#fff;
}

#footer {
	width:100%;
	height:75px;
	background:url(../img/bgFooter.gif) repeat-x center center;
	clear:both;
}

#footer p, #footer a {
 	color:#fff;
	font-size:12px;
	padding-top:32px;
	text-decoration:none;
    text-align:center;
}

/*-----GENERAL------*/

h1, h2, h3, h4, h5, p {
    margin:0px;
    padding:0px;
}

h1 {
   color:#ff0000;
   font-family:Georgia;
   font-size:24px;
   font-weight:bold;
   font-style:italic;
   border-bottom:1px solid #333;
   margin-bottom:6px;
   padding-left:6px;
}

h2 {
   color:#ff0000;
   font-family:Georgia;
   font-size:18px;
   font-weight:bold;
   font-style:italic;
}

h3 {
   color:#ff0000;
   font-family:Arial;
   font-size:14px;
   font-weight:bold;
}

h4, h4 a {
    text-align:right;
}

h5 {
   color:#ff0000;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
}

p {
     color:#fff;
     font-size:12px; 
     text-align:justify;    
}

a {
     color:#fff;
     font-size:12px;
     font-weight:bold;
     text-decoration:underline;
}

a:hover {
     color:#ff0000;   
}

/*----- HOME -----*/

.red {
    border:1px solid #ff0000; 
}

.w300 {
    width:300px;  
}

.w460 {
    width:460px;  
}

#box {
     margin-bottom:12px;
     clear:both;
}

#box p {
     text-align:justify;
     color:#fff;
     font-size:11px;
     margin:5px;
}

#box a {
     color:#ff0000;
     font-size:12px;
     text-decoration:none;
     text-align:right;
}

#box a:hover {
     color:#fff;
}

#box .img_right {
     float:right;
     margin-left:8px;
}  

a.press {
     display:block;
     color:#fff;
     font-size:12px;
     text-decoration:none;  
     border-top:1px solid #333;
     padding:3px 9px;
     margin-bottom:3px;  
}

a.press:hover {
     color:#ccc;         
} 

a.mail {
     color:#fff;
     font-size:12px;
     text-decoration:none;   
}
a.mail:hover {
     color:#ccc;
     text-decoration:underline;          
}


/*-----GALLERY-----*/

a.gallery {
   color:#ccc;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   text-decoration:none;
   display:block;
   line-height:18px;
}

a.gallery:hover {
   color:#ff0000;
   text-decoration:underline;    
}

#img_big {
    margin-top:12px;
    margin-bottom:12px;  
    text-align:center;    
}

#img_big img {
    border:1px solid #333;
    
}

#thumb_number {
    text-align:center; 
    margin:0 auto;
    border-top:1px solid #333;   
    border-bottom:1px solid #333;  
    padding:2px 0px; 
    margin-top:12px;         
}

#thumb_number p {
    text-align:center;          
}

#thumb_number a {
    color:#ff0000;
    text-decoration:none;  
    margin: 0px 3px;       
}

#thumb_number a:hover {
    color:#ff0000;
    text-decoration:underline;           
}


/*-------TOOLTIP---------*/

#link1_tooltip,
#link2_tooltip,
#link3_tooltip,
#link4_tooltip,
#link5_tooltip,
#link6_tooltip,
#link7_tooltip,
#link8_tooltip,
#link9_tooltip,
#link10_tooltip,
#link11_tooltip,
#link12_tooltip,
#link13_tooltip,
#link14_tooltip,
#link15_tooltip,
#link16_tooltip,
#link17_tooltip,
#link18_tooltip,
#link19_tooltip,
#link20_tooltip,
#link21_tooltip,
#link22_tooltip,
#link23_tooltip,
#link24_tooltip,
#link25_tooltip,
#link26_tooltip,
#link27_tooltip,
#link28_tooltip,
#link29_tooltip,
#link30_tooltip {
	position: relative;
	width: 370px;
	border: 1px solid #666;
	padding: 5px 10px;
	font-weight: normal;
	background-color: #cc0000;
}
