/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/

/* Main Menu */
#menu {
	padding: 0;
	margin-bottom: -1px;
 	border-bottom:1px solid #E9484C;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;


    background: #D60000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#960202, #D60000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#960202, D60000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#960202, D60000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#960202, #D60000); /* Standard syntax */
}


#header{



   background: #1D1585; /* For browsers that do not support gradients */ 
        background: -webkit-linear-gradient(#2D268E, #1D1585); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#2D268E, #1D1585); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#2D268E, #1D1585); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#2D268E, #1D1585); /* Standard syntax */
}


#slider #slidemain .cover, #slider #slidemain .video_cover{
font-size: 0;
margin: 0 100px 50px;
}

#slider{
	width:100%;
}