/*Global Styles*/

body{
    background-image: url('https://www.revoltec.com/data/media/bg-body.jpg');
	background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #919190;
}

h1,h2,h3,h4,h5,h6{
    color: #fff;
}

h1{
    font-size: 22px;
    font-weight: 400;
    margin-top: 0px;
}

a{
    color: #fff;
    text-decoration: none;
}

.clearfix {
  *zoom: 1;
}

#drivers_blck, #manuals_blck{
    padding-left:20px;
    margin-bottom: 30px;
}

#drivers_blck>a:hover, #manuals_blck>a:hover{
    color:#b76304;
}

.ui-accordion-content{
    display:block!important;
}

#drivers, #manuals{
    cursor: default!important;
    margin-bottom: 10px;
    font-size: 20px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.container{
    min-height: 500px;
    width: 940px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #000;
}

/*Header Styles*/

#header{
    padding: 20px;
}

.logo{
    float: left;
    width: 260px;
}

.top-menu{
    float:right;
    width: 640px;
}

#menu{
    list-style: none outside none;
    float: right;
    font-weight: 400;
}

#menu li{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #b76304;
}

#menu li:last-child{
    border-right: 0px;
}

#menu a{
    text-decoration: none;
    color: #b76304;
}

/*Content Styles*/

#content{
    padding: 0 40px 0 40px;
}

#content p{
    padding: 20px 0 20px 0;
}


.image-right{
    float:right;
}


/*Footer Styles*/

.footer-menu{
    float:left;
    width: 640px;
    font-size: 11px;
}

.footer-menu #menu{
    float: left;
}

.footer-menu #menu li:first-child{
    padding-left: 0px;
}

.language-menu #menu li{
    border-right: 0px;
    padding-right: 5px;
    padding-left: 0px;
}


.language-menu #menu li:last-child{
    padding-right: 20px;
}

.dp_nop
{
	background-color:#ccc;
	color: black;
	border: 1px solid black;
}

.dp_pro
{
	background-color:white;
	color: grey;
	border: 1px solid black;
}
.dp_pro .product_download
{
	color: grey;
}

#tbl_con
{
	border: 0;
}

.title_all_content
{
	font-size: 160%;
	color:white;
	padding-bottom:8px;
}
