/* basic css */
@font-face{
    font-family: 'bira';
    font-style: normal;
    font-weight: normal;
    text-overflow: visible !important; white-space: nowrap;
    src: url('/font/bira.eot')  format('eot');
    src: url('/font/bira.ttf') format('truetype');
}
body{
    padding:0;
    margin:0;
    font-family: Georgia,serif;
    color: #707070;
}
html{  
    background-color: #FFF;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
input, img, textarea, select{
    outline: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
    clear: right;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.noBorder{
    border: none !important;
}
.marginTop10{
    margin-top: 10px !important;
}
.marginRight5{
    margin-right: 5px !important;
}
.marginRight10{
    margin-right: 10px !important;
}
.marginLeft20{
    margin-left: 20px !important;
}
.greyButton{
    background: url(/images/bg_button.png) repeat-x 0 0 transparent;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #313131;
    font-size: 14px;
    border: 1px solid #dfdede;
    text-decoration: none;
}

.greyButton:hover {

    background: url(/images/bg_hover_button.png) repeat-x 0 0 transparent;
    color: #707070;


}


.horizontalShadow{
    width: 100%;
    height: 20px;
    margin: 10px 0 10px 0;
    background: url(/images/horizontal_shadow.png) repeat-x -10px -10px transparent;
}
input.homeInput{
    font-size: 21px;
    font-style: italic;
    color: #707070;
    padding: 8px 20px 10px 20px;
    margin: 0 0 0 -15px;
    height: 20px;
    background: #e5e5e5;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: inset 0px 0px 5px #959595;
    -webkit-box-shadow: inset 0px 0px 5px #959595;
    box-shadow: inset 0px 0px 5px #959595;
    font-family: Georgia, serif;
    border: 1px solid #fff;
    width: 100%;
}

/* header */

#header{
    width: 100%;
    height: 50px;
    background: #313131;
}
.mainHeader{
    width: 600px;
    margin: 0 auto;
    position: relative;
}
.redLine{
    width: 100%;
    height: 10px;
    background: #e7302a;
}
#navHeader{
    list-style: none;
    color: #e5e5e5;
    font-size: 14px;
    font-style: italic;
    margin: 0 0 0 105px;
    padding: 15px 0 0 0;
}
#navHeader li{
    float: left;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #e5e5e5;
}
#navHeader a, #navHeader a:visited {
    color: #e5e5e5;
    text-decoration: none;
}

#navHeader a:hover, #navHeader a#navCurrent{
    color: #e7302a;
}
.fbHome{
    background: url(/images/sprite_home.png) no-repeat 0 0 transparent;
}
.twitterHome{
    background: url(/images/sprite_home.png) no-repeat -30px 0 transparent;
}
.googleHome{
    background: url(/images/sprite_home.png) no-repeat -60px 0 transparent;
}
.rssHome{
    background: url(/images/sprite_home.png) no-repeat -90px 0 transparent;
}
.fbHome:hover {
    background: url(/images/sprite_home.png) no-repeat -118px 0 transparent;
}
 
.twitterHome:hover {
    background: url(/images/sprite_home.png) no-repeat -148px 0 transparent;
}
.googleHome:hover {
    background: url(/images/sprite_home.png) no-repeat -178px 0 transparent;
}
.rssHome:hover {
    background: url(/images/sprite_home.png) no-repeat -208px 0 transparent;
}
.iconsHome{
    margin: 7px 0 0 0;
}
.areaLogin{
    width: 500px;
    height: 40px;
    margin: 0 auto;
    padding: 0px 100px 0px 303px;
    text-align:center;
}
.logo{
    width: 240px;
    height: 230px;
    margin: 40px auto 15px auto;
}
.searchHome{
    width: 600px;
    margin: 20px auto 0 auto;
}
.searchHome .greyButton{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: none;
    position: relative;
    top: -36px;
    left: 562px;
    font-size: 21px;
    font-style: italic;
    padding: 0;
    font-family: Georgia;
    height: 31px;
    width: 60px;
    cursor: pointer;
}

.searchHome .greyButton:hover {
    background: url(/images/bg_button.png) repeat-x 0 0 transparent;
}

#footer{
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #959595;
    margin: 50px 0 0 0;
}
#footer a, #footer a:visited{
	color: #959595;
	text-decoration: none;
}
#footer a:hover{
	color: #313131;
}


