﻿body { 
background: url(bgimage.jpg) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}

a {
color: #000000;
outline: none;
text-decoration: underline;
}

a:hover {
color: #B50202;
text-decoration: underline;
}

.menu a { 
text-decoration: none;  
color: #FBE158;
display: inline-block; 
line-height: 48px; 
width: 100%;
}

.menu a:hover { 
text-decoration: none; 
color: #FFFFFF; 
display: inline-block; 
line-height: 48px; 
width: 100%;
}

.cabinetmenu a { 
text-decoration: none;  
color: #000000;
display: inline-block; 
line-height: 30px; 
width: 160px;
overflow: hidden;
white-space: nowrap;
}

.cabinetmenu a:hover { 
text-decoration: none; 
color: #FBE158; 
display: inline-block; 
line-height: 30px; 
width: 150px;
overflow: hidden;
white-space: nowrap;
padding-left: 10px;
background-color: #CC0000;
}

.current_page { 
text-decoration: none; 
color: #000000; 
background-color: #FFFFFF; 
line-height:20px; 
padding: 2px 7px 2px 7px; 
border: #CC0000 solid 1px; 
}

.page a { 
text-decoration: none; 
color: #000000; 
background-color: #FBE158; 
line-height:21px; 
padding: 2px 7px 2px 7px; 
border: #CC0000 solid 1px;
}

.page a:hover { 
text-decoration: none; 
color: #FBE158; 
background-color: #CC0000; 
}