@media screen and (min-width: 960px) {


body {
	background: #2d2d2d;
	min-width: 960px;
	margin: 0;
}
img {
	display: block;
	border: 0;
}
/** box-shadow **/
.box {
	background-color: #e7e7e7; /* Needed for IE */
	display: inline-block;
	-moz-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	-webkit-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShdow=true, ShadowOpacity=0.80);
	/* For IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.box > img {
	display: block;
}
.clearfix {
	width: 960px;
	margin: 0 auto;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	line-height:0;
	height:1%;
	visibility:hidden;
}
/*------------ Sprites ------------*/
.more, .subscribe {
	background: url(../images/interface.png) no-repeat;
}
.phone, .mail, .home, .fax, #footnote .connect a {
	background: url(../images/icons.png) no-repeat;
}
.frame1, .frame2, .frame3, .frame4, .frame5, .news > li {
	background: url(../images/frames.png) no-repeat;
}
.more, .subscribe {
	background-position: -107px 0;
	color: #fff;
	display: inline-block;
	font: 12px/28px Arial, Helvetica, sans-serif;
	height: 28px;
	width: 97px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 0;
}
.subscribe {
	background-position: -222px -38px;
	height: 38px;
	line-height: 38px;
	width: 212px;
}
.subscribe:hover {
	background-position: 0 -38px;
}
.home, .phone, .mail, .fax {
	background-position: 0 1px;
	padding-left: 24px;
}
.phone {
	background-position: 0 -26px;
}
.fax {
	background-position: 0 -54px;
}
.mail {
	background-position: 0 -82px;
}
.frame1 {
	background-position: -117px 0;
	height: 150px;
	width: 203px;
	margin: 0 auto 6px;
	padding: 8px 7px 0;
	text-align: center;
}
.frame2 {
	background-position: 0 -517px;
	height: 316px;
	width: 924px;
	margin: 0 auto 18px;
	padding: 6px 7px 0;
	text-align: center;
}
.frame3 {
	background-position: -344px 0;
	height: 221px;
	width: 586px;
	margin: 0 auto 6px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame4 {
	background-position: 0 0;
	height: 108px;
	width: 93px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame5 {
	background-position: -610px -238px;
	height: 220px;
	width: 268px;
	padding: 7px 6px 0;
	text-align: center;
	z-index: -100;
}
/*------------ HEADER ------------*/
#header {
	background: #333333 url(../images/header-bg.png) repeat 0 0;
	border-bottom: 4px solid #808080;
	padding: 15px 0 20px;
	animation: 15s linear 0s normal none infinite animate;
	-webkit-animation: 15s linear 0s normal infinite animate;
	-moz-animation: 15s linear 0s normal none infinite animate;
	-ms-animation: 15s linear 0s normal none infinite animate;
	-o-animation: 15s linear 0s normal none infinite animate;
}
@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 180px 0;}
}
 
@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 180px 0;}
}
 
@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 180px 0;}
}
 
@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 180px 0;}
}
 
@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 180px 0;}
}

/** logo **/
.logo {
	float: center;
}
/** button **/
.button_a, input[type='submit']{
	border:1px solid #393B3E;
	-webkit-box-shadow: #737373 0px 1px 5px ;
	-moz-box-shadow: #737373 0px 1px 5px ; 
	box-shadow: #737373 0px 1px 5px ; 
	-webkit-border-radius: 23px; 
	-moz-border-radius: 23px;
	border-radius: 23px;
	font-size:14px;
	font-family:helvetica, sans-serif; 
	padding: 10px 20px 10px 20px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: 0px 1px 0 rgba(10,10,10,0.1);
	font-weight:bold; 
	color: #ccc;
	background-color: #515459; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#515459), to(#3B3C40));
	background-image: -webkit-linear-gradient(top, #515459, #3B3C40);
	background-image: -moz-linear-gradient(top, #515459, #3B3C40);
	background-image: -ms-linear-gradient(top, #515459, #3B3C40);
	background-image: -o-linear-gradient(top, #515459, #3B3C40);
	background-image: linear-gradient(to bottom, #515459, #3B3C40);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#515459, endColorstr=#3B3C40);
}

.button_a:hover, input[type='submit']:hover{
	color: #999999;
	border:1px solid #393B3E;
	background-color: #3B3C40; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3B3C40), to(#202124));
	background-image: -webkit-linear-gradient(top, #3B3C40, #202124);
	background-image: -moz-linear-gradient(top, #3B3C40, #202124);
	background-image: -ms-linear-gradient(top, #3B3C40, #202124);
	background-image: -o-linear-gradient(top, #3B3C40, #202124);
	background-image: linear-gradient(to bottom, #3B3C40, #202124);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3B3C40, endColorstr=#202124);
}
.button_b{
	border:1px solid #393B3E;
	-webkit-box-shadow: #737373 0px 1px 5px ;
	-moz-box-shadow: #737373 0px 1px 5px ; 
	box-shadow: #737373 0px 1px 5px ; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:14px;
	font-family:helvetica, sans-serif; 
	padding: 10px 20px 10px 20px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: 0px 1px 0 rgba(10,10,10,0.1);
	font-weight:bold; 
	color: #909090;
	background-color: #a51b1b; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a51b1b), to(#fb0000));
	background-image: -webkit-linear-gradient(top, #a51b1b, #fb0000);
	background-image: -moz-linear-gradient(top, #a51b1b, #fb0000);
	background-image: -ms-linear-gradient(top, #a51b1b, #fb0000);
	background-image: -o-linear-gradient(top, #a51b1b, #fb0000);
	background-image: linear-gradient(to bottom, #a51b1b, #fb0000);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a51b1b, endColorstr=#fb0000);
}

.button_b:hover{
	color: #999999;
	border:1px solid #393B3E;
	background-color: #650000; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#650000), to(#a30000));
	background-image: -webkit-linear-gradient(top, #650000, #a30000);
	background-image: -moz-linear-gradient(top, #650000, #a30000);
	background-image: -ms-linear-gradient(top, #650000, #a30000);
	background-image: -o-linear-gradient(top, #650000, #a30000);
	background-image: linear-gradient(to bottom, #650000, #a30000);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#650000, endColorstr=#a30000);
}
.button_c{
	margin: 0 6px;
	border:1px solid #393B3E;
	-webkit-box-shadow: #737373 0px 1px 5px ;
	-moz-box-shadow: #737373 0px 1px 5px ; 
	box-shadow: #737373 0px 1px 5px ; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	font-family:helvetica, sans-serif; 
	padding: 8px 16px 8px 16px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: 0px 1px 0 rgba(10,10,10,0.1);
	font-weight:bold; 
	color: #ccc;
	background-color: #515459; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#515459), to(#3B3C40));
	background-image: -webkit-linear-gradient(top, #515459, #3B3C40);
	background-image: -moz-linear-gradient(top, #515459, #3B3C40);
	background-image: -ms-linear-gradient(top, #515459, #3B3C40);
	background-image: -o-linear-gradient(top, #515459, #3B3C40);
	background-image: linear-gradient(to bottom, #515459, #3B3C40);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#515459, endColorstr=#3B3C40);
}

.button_c:hover{
	color: #999999;
	border:1px solid #393B3E;
	background-color: #3B3C40; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3B3C40), to(#202124));
	background-image: -webkit-linear-gradient(top, #3B3C40, #202124);
	background-image: -moz-linear-gradient(top, #3B3C40, #202124);
	background-image: -ms-linear-gradient(top, #3B3C40, #202124);
	background-image: -o-linear-gradient(top, #3B3C40, #202124);
	background-image: linear-gradient(to bottom, #3B3C40, #202124);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3B3C40, endColorstr=#202124);
}
/*------------ CONTENTS ------------*/
#contents {
	padding-bottom: 24px;
}
#contents > div.clearfix:first-child {
	width: 940px;
	padding: 30px 10px 0;
}
#contents img {
}
h1 {
	color: #e90000;
	font: 29px/30px Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
	text-transform: uppercase;
}
h2 {
	color: #626262;
	font: 19px/24px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
p {
	color: #ccc;
	font: 14px/24px Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
p a {
	color: #ccc;
}
p a:hover {
	color: #999999;
}
/** Adbox **/
.bg {
	background:#2d2d2d url(../images/adbox-bg.png);
	width: 100%;
	height: 382px;
}
.adbox {
	margin-bottom: -2px;
}
.adbox > div {
	width: 958px;
	margin: 0 auto;
}
.adbox img {
	float: left;
	margin: 90px 110px;
	transition-duration: 1.5s;
}
.adbox img:hover {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transition-duration: 2s;
}
.adbox .detail {
	float: right;
	margin: 60px 110px;
	font-family: Arial, Helvetica, sans-serif;
	height: 185px;
	line-height: 48px;
	width: 308px;
	text-align: left;
}
.adbox .detail h1 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	text-transform: none;
}
.adbox .detail p {
	color: #fff;
	font: 25px/48px "Times New Roman", Times, serif;
	margin: 0;
}
.adbox .detail a {
	color: #ccc;
	padding: 6px 15px 6px 15px;
	font: bold 25px Arial, Helvetica, sans-serif;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
	transition-duration: 0s;
}
.adbox .detail a:hover {
	color: #606060;
	}


.highlight {
	background: #333333;
	border-bottom: 1px solid #333333;
}
.highlight .clearfix {
	width: 940px;
}
.highlight h1 {
	font-size: 32px;
	line-height: 36px;
	padding: 12px 0 12px;
	text-transform: none;
}
.highlight h2 {
	color: #065c57;
	margin-bottom: 24px;
}
.testimonial, .main, .sidebar > div h2, .sidebar ul li, .main > .section {
	background-image: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-y;
}
.testimonial {
	float: right;
	width: 260px;
	margin-left: 20px;
	padding: 24px 20px;
}
.testimonial > span {
	color: #626262;
	display: block;
	font: 14px/24px Arial, Helvetica, sans-serif;
	text-align: right;
}
.featured {
	background:#2d2d2d;
	padding: 30px 0;
}
.featured > h2 {
	color: #f53b3b;
	width: 940px;
	margin: 0 auto 24px;
	padding: 0 10px;
}
.featured ul {
	list-style: none;
	padding: 0;
}
.featured li {
	float: left;
	width: 220px;
	margin: 0 10px;
}
.featured li p {
	padding-left: 4px;
}
.featured li p b {
	color: #8c8c8c;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.featured li .more {
	margin-left: 4px;
}
.main {
	float: left;
	min-height: 960px;
	width: 600px;
	padding: 0 0 0 32px;
}
.main h1 {
	margin-bottom: 18px;
}
.main h2 {
	margin-bottom: 12px;
}
.main h1 + h2 {
	margin: 0;
}
.main h1 + div.frame3 {
	margin-top: 36px;
}
.main > .section {
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 600px;
	margin-bottom: 16px;
	margin-left: -28px;
	padding-left: 30px;
}
.main > .last-child, .sidebar ul li.last-child {
	background: none;
}
.main > .section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main > .section ul li {
	display: inline-block;
	margin: 0 0 24px;
}
.main > .section ul li .frame4 {
	float: left;
	margin-bottom: 1px;
	margin-right: 20px;
}
.main > .section ul li p {
	margin: 6px 0 0;
}
.main > .section ul li p b {
	display: block;
	text-transform: uppercase;
}
.practices {
	list-style: none;
	display: inline-block;
	width: 640px;
	margin: 0 0 0 -20px;
	padding: 0;
}
.practices li {
	float: left;
	margin: 0 20px 36px;
}
.practices li a {
	text-decoration: none;
}
.practices li a span {
	background-color: #696969;
	color: #e2e2e2;
	display: block;
	font: 19px/46px "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: -45px 0;
	position: relative;
}
.practices li a:hover span {
	background-color: #393939;
}
.sidebar {
	float: left;
	width: 290px;
	padding-right: 18px;
}
.sidebar > div {
	margin: 0 0 30px;
}
.sidebar > div h2 {
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 0 6px;
	padding-bottom: 18px;
}
.sidebar > div:first-child h2 {
	margin-bottom: 0;
	margin-top: 6px;
}
.sidebar > div p {
	margin: 0;
	padding-bottom: 24px;
	padding-right: 30px;
}
.sidebar > div p span {
	display: block;
	text-align: right;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	background-position: left bottom;
	background-repeat: repeat-x;
	display: inline-block;
	min-height: 36px;
	width: 280px;
	padding: 6px 0 10px 10px;
}
.sidebar ul li > a span.box {
	float: left;
	margin-right: 20px;
}
.sidebar ul li a {
	color: #f53b3b;
	font: 13px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.sidebar ul li a:hover {
	color: #9f2626;
}
.sidebar ul li img.box {
	float: left;
	margin: 4px 20px 12px 0;
}
.sidebar .contact li {
	background: none;
	padding-left: 0;
}
.sidebar .contact li p {
	padding: 0  0 0 30px;
}
.sidebar .contact li p span.home {
	float: left;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: -30px;
	padding: 0;
}
.sidebar .contact li p em {
	display: block;
	font-size: 19px;
	font-style: normal;
}
.news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news > li {
	background-position: 0 -238px;
	display: inline-block;
	height: 269px;
	width: 578px;
	margin-bottom: 12px;
	padding: 6px 22px 0 6px;
}
.news > li .box {
	float: left;
	margin-right: 20px;
}
.news > li p.info, .details p.info {
	font-size: 11px;
	margin: 0;
	padding-top: 24px;
}
.author {
	color: #4e9995;
}
.news > li h2, .details h2 {
	color: #065c57;
	letter-spacing: 0;
	margin-bottom: 24px;
}
.news > li .more {
	float: right;
}
.images {
	float: left;
	width: 210px;
	margin-right: 20px;
	padding-right: 10px;
}
#contents .images img.box {
	border: 5px solid #fff;
}
.details {
	float: left;
	width: 360px;
}
.details p.info {
	padding-top: 0;
}
.message label {
	color: #626262;
	display: block;
	font: 13px/24px Arial, Helvetica, sans-serif;
}
.message input[type='text'] {
	height: 24px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
}
.message textarea {
	height: 110px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	cursor: pointer;
	border: none;
}
/*------------ FOOTER ------------*/
#footer {
	background: #333333;
	border-top: 3px solid #808080;
}
#footer .section {
	float: left;
	min-height: 152px;
	width: 259px;
	border-left: 1px solid #808080;
	padding: 30px;
}
#footer .section h4 {
	color: #8c8c8c;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
#footer .section p {
	font-size: 12px;
	margin: 0;
}
#footer .section:first-child {
	border: 0;
}
#footer .contact p span {
	text-transform: uppercase;
}
#footnote {
	background: #2d2d2d;
	border-top: 1px solid #808080;
	padding: 6px 0 3px;
}
#footnote p {
	color: #f53b3b;
	font: 11px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left: 10px;
	text-align: left;
	text-transform: uppercase;
}
#footnote .connect {
	float: left;
	display: inline-block;
	margin: 0 10px;
	padding: 6px 0;
}
#footnote .connect a {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 6px;
}
/*----new 2018 style-----*/
#php-form{
	position: relative;
}
.message input[type="submit"] {
    position: absolute;
    right: 0px;
    bottom: 19px;
}
/*----END new 2018 style-----*/
}



#captcha-error{ color: #ffcdcd;}
#captcha-ok{color: #fff;}