
html, body { margin: 0; padding: 0; }

body{
background:url("../images/bg-big.jpg") repeat-y;
}

.logo{
	
	text-align:center;
	height:157px;
	width:1000px;
	background:url("../images/header.jpg");
}

.header{
	width:1000px;
	text-align:center;
	margin:0 auto;
	
}
.page{
	width:100%;
	text-align: center;
	
}
.menu{
	width:1000px;
	text-align:center;
	margin:0 auto;
	
}

.container{
	width:1000px;
	text-align:left;
	margin:0 auto;
	height:287px;
}

.container h3{
 font-family: Arial, Helvetica, sans-serif;
}
.content{
	margin:0 auto;
	width:1000px;
	height:1500px;
	
	
}

#offer_table{
	background:#efefef;
	width:910px;
}
.left{
	padding-left:1px;
	float:left;
	text-align: center;
}
#offer_table th{
	background: #ffe270; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe270 0%, #febf01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe270), color-stop(100%,#febf01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffe270 0%,#febf01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffe270 0%,#febf01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffe270 0%,#febf01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffe270 0%,#febf01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe270', endColorstr='#febf01',GradientType=0 ); /* IE6-9 */
	padding:10px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}


#offer_table td{
	padding:7px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}


.middle{
	top:-20px;
	position:relative;
	width:1000%;
	height:277px;
	padding-top:30px;
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 0%, #287ec9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(100%,#287ec9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#287ec9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7db9e8 0%,#287ec9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7db9e8 0%,#287ec9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7db9e8 0%,#287ec9 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#287ec9',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 12px 20px #CCCCCC;
	-webkit-box-shadow: 0px 12px 20px #CCCCCC;
	box-shadow: 0px 12px 20px #CCCCCC;
}

        
     
/* CSS3 effects
--------------------------------------------*/

/*for top-level*/     
.decor1_1 
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0px 1px 4px #ccc;
    -webkit-box-shadow: 0px 1px 4px #ccc;
    box-shadow: 0px 1px 4px #ccc;
            
}

/*for submenu.*/    
.decor1_2 
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 0px 12px 20px #CCCCCC;
    -webkit-box-shadow: 0px 12px 20px #CCCCCC;
    box-shadow: 0px 12px 20px #CCCCCC;  
}


.button {

background: #ffe270; /* Old browsers */
background: -moz-linear-gradient(top,  #ffe270 0%, #febf01 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe270), color-stop(100%,#febf01)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffe270 0%,#febf01 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffe270 0%,#febf01 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffe270 0%,#febf01 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffe270 0%,#febf01 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe270', endColorstr='#febf01',GradientType=0 ); /* IE6-9 */
	
   padding: 8px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
	
    border: 1px solid #ffe270;
    font-family: Arial, Helvetica, sans-serif;

font-size:12px;
   }
.button:hover {
	background: #fff4c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff4c6 0%, #febf01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4c6), color-stop(100%,#febf01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff4c6 0%,#febf01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff4c6 0%,#febf01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff4c6 0%,#febf01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff4c6 0%,#febf01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4c6', endColorstr='#febf01',GradientType=0 ); /* IE6-9 */
   }

.button1 {
background: #eef2e8; /* Old browsers */
background: -moz-linear-gradient(top,  #eef2e8 1%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eef2e8), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eef2e8 1%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eef2e8 1%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eef2e8 1%,#b3bead 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eef2e8 1%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef2e8', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */

   padding: 8px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
	
    border: 1px solid #eef2e8;
    font-family: Arial, Helvetica, sans-serif;

font-size:12px;
   }
.button1:hover {
background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#b3bead 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfff4 0%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
   }
.clearfix::after{content:"";display:table;clear:both}
