body { background-color:#E0E0E0;}

/*.Slider {
   height: 300px;
   overflow: hidden;
   border:1px solid #000000;
   margin:20px;
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, sans-serif;
}*/

.Slider {
    width:1060px;
    height:300px;
    /*padding:10px;*/
    background:#fff;
    margin:0px 20px;
    border-radius:2px;
}
.Slider h4{
    background:#eee;
    margin:0;
    padding:60px 20px;
    text-align:center;
    -webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
            box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
}

.css3-shadow{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}


.Content {
   height: 300px;
   overflow: hidden;
   /*border:1px solid #000000;*/
   margin:20px;
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, sans-serif;
}

.header {
	 height: auto;
   overflow: hidden;
   margin:20px;
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, sans-serif;
}

.headerright {
    width: auto;
    float: right;
    margin-top: 20px;
}

.headerleft {
    float: none; /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
    margin-top: 10px;
}

.header a:link, a:visited {
  font-family: Verdana, Geneva, Arial, sans-serif;
   /*font-size: 140%;*/
  text-decoration: none;
  color: #000;
  }

.header a:focus {
  color: #118ACF;
  }

.header a:hover {
  color: #118ACF;
  }

.header a:active {
  color: #118ACF;
  }

.navbar {
   height: 38px;
   overflow: hidden;
   margin:20px;
   background-color:#272727;
   color: #fff;
   font-size: 16px;
   font-family: Verdana, Geneva, Arial, sans-serif;
   border-top-width:5px;
   border-top-color:#A8A8A8;
   border-top-style:solid;
   
}

.navbar a:link, a:visited {
  font-family: Verdana, Geneva, Arial, sans-serif;
   /*font-size: 140%;*/
  text-decoration: none;
  color: #fff;
}
.navbar a:hover {
  font-family: Verdana, Geneva, Arial, sans-serif;
   /*font-size: 140%;*/
  text-decoration: none;
  color: #39AEF1;
}
  
.navbar_1 {
	margin-top: 6px;
	float: left; /* not needed, just for clarification */
  /* the next props are meant to keep this block independent from the other floated one */
  /*width: 150px;*/
  overflow: hidden;
	/*border-top-width:5px;
  border-top-color:#A8A8A8;
  border-top-style:solid;*/

}

.navbar_2 {
	margin-top: 6px;
	float: left; /* not needed, just for clarification */
  /* the next props are meant to keep this block independent from the other floated one */
  /*width: 150px;*/
  overflow: hidden;
	/*border-top-width:5px;
  border-top-color:#118ACF;
  border-top-style:solid;*/
}

.navbar_3 {
	margin-top: 6px;
	float: left; /* not needed, just for clarification */
  /* the next props are meant to keep this block independent from the other floated one */
  /*width: 150px;*/
  overflow: hidden;
	/*border-top-width:5px;
  border-top-color:#A8A8A8;
  border-top-style:solid;*/
}

.navbar_4 {
	margin-top: 6px;
	float: left; /* not needed, just for clarification */
  /* the next props are meant to keep this block independent from the other floated one */
  /*width: 150px;*/
  overflow: hidden;
	/*border-top-width:5px;
  border-top-color:#A8A8A8;
  border-top-style:solid;*/
}


#footer {
   height: 23px;
   overflow: hidden;
   margin:0px;
   background-color:#272727;
   color: #fff;
   font-size: 14px;
   font-family: Verdana, Geneva, Arial, sans-serif;
   text-align: right;
   position: absolute;
   bottom: 0px;
   width: 100%;
   border-top-width:5px;
   border-top-color:#878787;
   border-top-style:solid;
}

/*
#footer a:link,a:visited,a:focus,a:hover,a:active {
  font-family:Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #fff;
}*/

#footer a:link, a:visited {
  font-family: Verdana, Geneva, Arial, sans-serif;
   /*font-size: 140%;*/
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  font-family: Verdana, Geneva, Arial, sans-serif;
   /*font-size: 140%;*/
  text-decoration: none;
  color: #39AEF1;
}
  
.box h3 {
    text-align:center;
    position:relative;
    top:0px;
}

.box {
    width:1100px; height:800px;
    background:#FFF;
    margin:20px auto;
}
 
/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
 
.effect8:before, .effect8:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top: 10px; bottom: 10px;
    left:0; right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
 
.effect8:after {
    right:10px; left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

hr {
  background: #bbb; 
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 1.4em;
  border: none; 
}

table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	/*margin:20px;*/
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:1px 25px 2px 5px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:5px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:5px;
}
table td:first-child {
	text-align: left;
	padding-left:5px;
	border-left: 0;
}
table td {
	text-align: left;
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}