@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Volkhov:400italic,700);

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* General Demo Style */
body {
	background: #e4ebe9 url(../images/featuredbg.jpg);
	color: #444;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    min-width: 320px;
}

a {
	color: #000;
	text-decoration: none;
}
a.readmore{
	color: #FFF;
	text-decoration: none;
	background:-moz-linear-gradient(left, rgba(0,102,0,0.9) 0%,rgba(0,102,0,0.6) 50%,rgba(0,102,0,0.9) 100%); 
  background:-webkit-linear-gradient(left, rgba(0,102,0,0.9) 0%,rgba(0,102,0,0.6) 50%,rgba(0,102,0,0.9) 100%); 
  background:linear-gradient(left, rgba(0,102,0,0.9) 0%,rgba(0,102,0,0.6) 50%,rgba(0,102,0,0.9) 100%);
  margin-top: 10px;
  padding: 2px 15px 3px 15px;
  font-size: 13px;
  float: right;
  -moz-box-shadow:0px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.3) ;
	box-shadow:0px 5px 5px rgba(0,0,0,0.3) ;
	border: 1px solid rgba(255,255,255,0.5);
}
a.readmore:hover{
	color: #000;
	background:-moz-linear-gradient(left, rgba(0,102,0,0.9) 0%,rgba(0,102,0,0.6) 50%,rgba(0,102,0,0.9) 100%); 
  background:-webkit-linear-gradient(left, rgba(0,102,0,0.9) 0%,rgba(0,102,0,0.6) 50%,rgba(0,102,0,0.9) 100%); 
  background:linear-gradient(left, rgba(0,102,0,0.9) 0%,rgba(0,102,0,0.6) 50%,rgba(0,102,0,0.9) 100%);
  margin-top: 12px;
  -moz-box-shadow:0px 2px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.7) ;
	box-shadow:0px 2px 5px rgba(0,0,0,0.7) ;
}
h1 {
	font-size: 20px;
	color: #006400;
	font-family: "Volkhov", serif;
	text-align: left;
	font-weight: 700;
	text-shadow: 1px 1px 3px #FFF;
	margin-bottom: 10px;
}

h1 span, h5 {
	font-size: 18px;
	display: block;
	font-style: italic;
	color: #997f5a;
	font-weight: 400;
	text-shadow: 0px 1px 1px #fff;
}

.container{
	background-image: url(../images/bgline.png);
	background-repeat: repeat-x;
	margin-top: -10px;
	height: auto;
	width:100%;
	float: left;
}
.wrapper {
	position: relative;
	max-width: 1100px;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 140px;
	margin: auto;
}
.header > left{
	width: 37%;
	height: 100px;
	float: left;
	text-align: right;
	margin-right: 8%;
}
.header > left img{
	margin-right: 30px;
	margin-top: 20px;
}
.header > right{
	width: 55%;
	height: 130px;
	float: right;
	background-image: url(../images/bgmenu.jpg);
}
.header > right .shad{
	width: 614px;
	height: 24px;
	float: right;
	background-image: url(../images/shadtop.png);
	position: relative;
	bottom: -12px;
}
@media (max-width: 1280px) {
.header > right .shad{
	width: 614px;
	height: 24px;
	float: right;
	background-image: url(../images/shadtop.png);
	position: relative;
	bottom: -10px;
}
}

.header > right .lipetan{
	width: 96px;
	height: 120px;
	float: left;
	background-image: url(../images/lipetan.png);
	position: relative;
	left: -96px;
	top: 10px;
}
.header > right ul{
	list-style: none;
	margin-left: 20px;
	margin-top: 100px;
}
.header > right li{
	display: inline;
	margin-right: 20px;
	color: #FFF;
	font-size: 14px;
}
.header > right li a{
	color: #FFF;
	text-decoration: none;
}
.header > right li a:hover{
	color: #FFF;
	border-top: 4px solid #7FFF00;
}
/* More examples buttons */

.more {
	position: relative;
	clear: both;
	padding: 20px;
}

.more:before {
	content: "";
	position: absolute;
	background-color: #ddd1b6;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8);
	height: 1px;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	top: -10px;
}

.more ul {
	display: block;
	height: 32px;
	text-align: center;
}

.more ul li {
	display: inline-block;
	line-height: 24px;
}

.more ul li.selected a,
.more ul li.selected a:hover {
	background: #ae997a;
	color: #fff;
	text-shadow: none;
}

.more ul li a {
	text-shadow: 1px 1px 1px #fff;
	color: #555;
	background: #fbf9f5;
	padding: 2px 5px;
	margin: 0 2px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.more ul li a:hover {
	background: #8c795d;
	color: #fff;
	text-shadow: none;
}
blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 500px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: 0px;
top: -20px;
color: #7a7a7a;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

p.info {
	font-family: "Volkhov", serif;
	font-style: italic;
	color: #997f5a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	padding: 20px;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	max-wdith: 440px;
	margin: 0 auto;
}

#contenthome{
	width: 1000px;
	height: auto;
	margin: auto;
	margin-top: -20px;
	padding-bottom: 30px;
}
#contenthome .white{
	width: 630px;
	height: 250px;
	float: left;
	background-color: rgba(255,255,255,0.6);
	-moz-box-shadow: 0 0 25px #FFF inset;
-webkit-box-shadow: 0 0 25px #FFF inset;
box-shadow: 0 0 25px #FFF inset;
padding: 20px;
}
#contenthome .white img{
	width: auto;
	height: 160px;
	float: left;
	-moz-box-shadow:0px -3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px -3px 5px rgba(0,0,0,0.3) ;
	box-shadow:0px -3px 5px rgba(0,0,0,0.3) ;
	border: 6px solid #FFF;
	margin-right: 15px;
}


#contenthome .shadleft{
	width: 1000px;
	height: 15px;
	float: left;
	background-image: url(../images/shadleftpane.png);
	background-repeat: no-repeat;

}
#contenthome .shadright{
	width: 1000px;
	height: 15px;
	float: left;
	background-image: url(../images/shadrightpane.png);
	background-repeat: no-repeat;
	background-position: right;

}

#contenthome  .coloumtrans{
	width: 350px;
	height: 250px;
	float: left;padding: 20px;
}

#contenthome  .coloumtrans .list{
	width: 90%;
	height: auto;
	float: left;
	border-bottom: 1px dotted #666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 10px;
	color: #333;
	font-size: 14px;
	background-image: url(../images/arrow_more1.png);
	background-repeat: no-repeat;
}
#contenthome  .coloumtrans .list a{
	font-size:14px;
	font-weight: bold;
	color: #2A7891;
}
#contenthome  .coloumtrans .list a:hover{
	font-size:14px;
	font-weight: bold;
	color: #333;
}

/* -- */
#contentinside{
	width: 1000px;
	height: auto;
	margin: auto;
	margin-top: 0px;
	padding-bottom: 30px;
}
#contentinside .white h1{
	font-size: 28px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#contentinside .white{
	width: 700px;
	height: auto;
	float: left;
	background-color: rgba(255,255,255,0.6);
	-moz-box-shadow: 0 0 25px #FFF inset;
-webkit-box-shadow: 0 0 25px #FFF inset;
box-shadow: 0 0 25px #FFF inset;
padding: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
#contentinside .white img{
	width: 300px;
	height: auto;
	float: right;
	-moz-box-shadow:0px -3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px -3px 5px rgba(0,0,0,0.3) ;
	box-shadow:0px -3px 5px rgba(0,0,0,0.3) ;
	border: 6px solid #FFF;
	margin-left: 15px;
}
#contentinside .white h1{
	font-size: 28px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#contentinside .white p{
	margin-left: 40px;
}

#contentinside .shadleft{
	width: 1000px;
	height: 15px;
	float: left;
	background-image: url(../images/shadleftpane.png);
	background-repeat: no-repeat;

}
#contentinside .shadright{
	width: 1000px;
	height: 15px;
	float: left;
	background-image: url(../images/shadrightpane.png);
	background-repeat: no-repeat;
	background-position: right;

}

#contentinside  .coloumtrans{
	width: 300px;
	height: auto;
	float: right;padding: 20px;
	background-color: rgba(255,255,255,0.3);
	-moz-box-shadow: 0 0 25px rgba(255,255,255,0.7) inset;
-webkit-box-shadow: 0 0 25px rgba(255,255,255,0.7) inset;
box-shadow: 0 0 25px rgba(255,255,255,0.7) inset;
margin-top: 40px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}

#contentinside  .coloumtrans .list{
	width: 90%;
	height: auto;
	float: left;
	border-bottom: 1px dotted #666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 10px;
	color: #333;
	font-size: 14px;
	background-image: url(../images/arrow_more1.png);
	background-repeat: no-repeat;
}
#contentinside  .coloumtrans .list a{
	font-size:14px;
	font-weight: bold;
	color: #2A7891;
}
#contentinside  .coloumtrans .list a:hover{
	font-size:14px;
	font-weight: bold;
	color: #333;
}

#footer{
	width: 100%;
	height: 60px;
	display: block;
	float: left;
	background-color: Gray;
	color: #FFF;
	border-top: 6px solid rgba(255,255,255,0.2);
}
#footer p{
	width: 1000px;
	height: auto;
	margin: auto;
	padding-top: 20px;
}