/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}
/* Global properties ======================================================== */
html {width:100%}
body {font-family:Arial, Helvetica, sans-serif;font-size:100%;color:#222;min-width:1020px;background:url("../images/texture.jpg"); }
.ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat}
.main {
	border-radius: 13px 13px 13px 13px;
    box-shadow: 0 0 4px 0;
    font-size: 0.875em;
    line-height: 1.785em;
    margin: 0px auto 0;
    padding: 0;
    width: 1020px;}
a {
	color: #CCCCCC;
	outline: none
}
a:hover {text-decoration:none}
.col-1, .col-2,
.column-1, .column-2 {float:left}
.wrapper {width:100%; overflow:hidden; position:relative; margin: 0 auto;}
.extra-wrap {overflow:hidden}
p {margin-bottom:18px}
.p1 {margin-bottom:8px}
.p2 {margin-bottom:15px}
.p3 {margin-bottom:30px}
.p4 {margin-bottom:40px}
.p5 {margin-bottom:50px}
.reg {text-transform:uppercase}
.fleft {float:left}
.fright {float:right}
.alignright {text-align:right}
.aligncenter {text-align:center}
.it {font-style:italic}
.color-1 {color:#fff}
.color-2 {color:#000}
.color-3 {color:#666}
/*********************************boxes**********************************/
.indent {padding:21px 0 0; position:relative; overflow:hidden}
.indent-left {padding-left:30px}
.indent-right {padding-right:50px}
.indent-bot {margin-bottom:20px}
.indent-bot2 {margin-bottom:30px}
.indent-bot3 {margin-bottom:45px}
.prev-indent-bot {
   
    /*width: 316px;*/}
.prev-indent-bot2 {float: left;
    margin-left: 30px;
    margin-top: 5px;
    width: 373px;}
.img-indent-bot {margin-bottom:25px}
.margin-bot {margin-bottom:35px}
.margin-top {margin-top:-7px}
.img-indent {float:left; margin:0 20px 0px 0}
.img-indent2 {float:left; margin:0 13px 0px 0}
.img-indent-r {float:right; margin:0 0px 0px 40px}
.buttons a:hover {cursor:pointer}
.menu li a,
.link,
.button,
.button-2,
h1 a {text-decoration:none}
/*********************************header*************************************/
header {
	width:100%;
	position:relative;
	z-index:2;
}
.row-top {
	width: 100%;
	min-height: 117px;
	/*background: url(../images/row-top-tail.png) left top repeat-x #f6a20e;*/
	border-radius: 14px 14px 0 0;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color:#FFF;
}
h1 {
	float: left;
	padding: 27px 0 0 41px;
	position: relative;
}
	h1 a {
		display:block;
		width:218px;
		height:73px;
		text-indent:-9999px;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
.support {
	display:block;
	font-size:29px;
	line-height:1.2em;
	padding:29px 65px 0 30px;
	letter-spacing:-2px;
	background:url(../images/pic-1.png) 0 32px no-repeat;
	float:right;
}


/***** slider *****/
.slider-inner {padding-left:284px}
.slider {
	position: relative;
	width: 1020px;
	height: 344px;
	float: left;
	border-bottom: 1px solid #5F111A;
}
.items {display:none}
.next,
.prev {
	display:block;
	width:58px;
	height:58px;
	text-indent:-9999px;
	background:url(../images/slider-control.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:145px;
	z-index:99;
	cursor:pointer;
}
.next {left:auto; right:0; background-position:left bottom}

.banner1-bg {
	width:284px;
	height:397px;
	background:url(../images/banner1-bg.jpg) 0 0 no-repeat;
	float:left;
}
.banner-1 {
	width:376px;
	height:397px;
	background:url(../images/banner-1.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}

/*********************************aside*************************************/
aside {
	width:100%;
	padding:0px 0 21px 0px;
	background-color:#FFF;
}
/*********************************content*************************************/
#content {
	width:100%;
	padding:20px 0;
	position:relative;
	z-index:1;
	background-color:#FFF;
}

.spacer-1 {
	width:100%;
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}

h2 {
	font-size:44px;
	line-height:1.204em;
	color:#f6a20e;
	text-transform:uppercase;
	margin-bottom:6px;
	letter-spacing:-4px;
}
h3 {
	font-size:36px;
	line-height:1.222em;
	color:#222;
	letter-spacing:-2px;
	margin-bottom:22px;
}
h4 {
	font-size: 15px;
	line-height: 58px;
	color: #222;
	letter-spacing: -1px;
}
h6 {color:#000}

.border-bot {
	width:100%;
	padding-bottom:20px;
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
	width: 100%;
	color: #ccc;
	background:#E5E5E5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCCCCC;
}
	.box .padding {padding:25px 10px 0 30px}
	.box-bg {
		width:100%;
		padding-bottom:24px;
		background:#0072C6;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}

.button {
	display:inline-block;
	padding:6px 30px;
	font-size:21px;
	line-height:1.238em;
	letter-spacing:-1px;
	color:#2b2b2b;
	border:2px solid #fff;
	background:url(../images/button-tail.gif) 0 0 repeat-x #dbdbdb;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}
.button:hover {background:#dbdbdb}

.button-2 {
	display:inline-block;
	padding:7px 23px 8px;
	font-size:21px;
	line-height:1.238em;
	letter-spacing:-1px;
	color:#fff;
	background:url(../images/button2-tail.gif) 0 0 repeat-x #222;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}
.button-2:hover {background:#0072C6;}

.list-1 li {
	line-height:21px;
	padding:2px 0 2px 20px;
	background:url(../images/marker-1.png) 0 8px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#222;
	}
	.list-1 li a:hover {text-decoration:none}

.list-2 li {
	line-height:25px;
	padding:0px 0 12px 20px;
	background:url(../images/marker-1.png) 0 8px no-repeat;
}
.list-2 li.last-item {padding:0 0 0 20px}
	.list-2 li a {
		display:inline-block;
		color:#222;
	}
	.list-2 li a:hover {text-decoration:none}

.price-list li {
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	line-height: 21px;
	padding:2px 0;
	color: #222;
}
	.price-list strong {
	  background: url(../images/pic-2.gif) repeat-x 0% 17px;
	  display: block;
	  overflow: hidden;
 }
	.price-list span {
		float: right;
		color: #222;
	}
	.price-list li a {
		float: left;
		text-decoration: none;
		color: #222;
	}
	.price-list li a:hover {color:#F6A20E}

.link:hover {text-decoration:underline}

.link-1 {
	display:inline-block;
	font-size:14px;
	padding-right:8px;
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff}

.text-1 {line-height:23px}
.text-2 {font-size:14px; line-height:1.285em}

dl span {float:left}
dl strong { font-weight:normal}
dl dd {width:50%; overflow:hidden}

/***** contact form *****/
#contact-form {display:block}
	#contact-form label {
		display:block;
		height:37px;
		overflow:hidden;
	}
	#contact-form input {
		float:left;
		width:265px;
		font-size:12px;
		line-height:1.25em;
		color:#222;
		padding:6px 10px 7px;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		border:1px solid #e5e5e5;
		background:url(../images/input-tail.gif) 0 0 repeat-x;
		border-radius:9px;
		-moz-border-radius:9px;
		-webkit-border-radius:9px;
		outline:none;
	}
	#contact-form textarea {
		float:left;
		height:238px;
		width:529px;
		font-size:12px;
		line-height:1.25em;
		color:#222;
		padding:6px 10px;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		border:1px solid #e5e5e5;
		background:url(../images/area-tail.gif) 0 0 repeat-x;
		overflow:auto;
		border-radius:9px;
		-moz-border-radius:9px;
		-webkit-border-radius:9px;
		outline:none;
	}
.text-form {
	float:left;
	display:block;
	font-size:14px;
	line-height:2em;
	width:83px;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
}

.buttons {padding:15px 0 0 0; text-align:right}
.buttons a {margin-right:8px; padding:8px 32px}

/****************************footer************************/
footer {
	width: 100%;
	/* [disabled]height:132px; */
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 9;
	background-image:url("../images/texture.jpg");
}
	.footer-bg {
		background: none repeat scroll 0 0 #222222;
    border-radius: 0 0 9px 9px;
    padding: 18px 0 48px;
    width: 100%;
	}

.list-services {
	float: right;
    margin-right: 32px;
    overflow: hidden;
    padding: 0;
    width: 112px;
}
	.list-services li {
		float:left;
		padding:0 0 0 8px;
	}
	.list-services li:first-child {padding:0}
		.list-services li a {
			display:block;
			width:32px;
			height:32px;
			text-indent:-9999px;
			background:url(../images/social-icons.png) 0 0 no-repeat;
		}
		.list-services li.item-1 a {background-position:-40px 0}
		.list-services li.item-2 a {background-position:-80px 0}

#easyTooltip{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 8px;
	color: #fff;
	border: 1px solid #fff;
	background: #222;
	position: relative;
	z-index: 99;
	alignment-adjust: auto;
}

/*********extra***********/
.block {
	/* [disabled]height:132px; */
}
.extra {
	
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-image: url(../images/texture.jpg);
	padding-top: 8px;
}
html, body {height:100%}

.header_links {
	background-color: #0072C6;
	border-radius: 4px 4px 4px 4px;
	color: #fff;
	float: right;
	font-size: 12px;
	margin: 62px 15px 0 0;
	padding: 2px 10px;
	border: 1px solid #000000;
}
.header_links a
{
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	}
#send_btn
{
	background: #0072C6;
	border-radius: 10px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-top: 3px;
	border: 1px solid #000000;
	color: #FFFFFF;
	}
/*	MENU
/*------------------------------------------------------*/

#access .menu {
	list-style: none;
	font-weight: bold;
	position: relative;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background-color: #0072C6;
}
#access .menu select {
	border: 2px solid #eee;
	padding: 10px 10px 10px 10px;
	background-color: #f9f9f9;
	color: #434343;
	margin-bottom: 20px;
	margin-top: 20px;
}
#access .menu ul {
	margin: 0;
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: left;
	z-index: 2000;
	height: 42px;
	margin: 0;
	/*background: #4b4b4b url(../images/mainmenu-bg.jpg);*/
}
#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	z-index: 101;
	margin: 0;
	float: left;
}
#access .menu ul li.homebut-icon {
	display: block;
	float: left;
}
#access .menu ul li.homebut-icon a {
	margin: 0;
	width: 48px;
	height: 31px;
	padding: 9px 0px 0px 26px;
	background: url(../images/mainmenu-bg.jpg);
	border-radius: 12px 0px 0px 12px;
}

#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 15px 47px 14px 45px;
	background: url(../images/mainmenu-devider-line.png) no-repeat left top;
	border-left: 1px solid #000;
}
#access .menu ul li a:hover, 
#access .menu ul li.active a, 
#access .menu ul li a.selected {
	color: #fff;
	background-color: #92278f;
}
#access .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 190px;
	padding: 0;
	text-align: left;
	background: #3b3b3b;
	
}
#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	height: auto;
	z-index: 1050;
}
#access .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 12px 20px 13px 20px;
	font-size: 11px;
	color: #FFFFFF;
	background: #B073B6;
	width: 150px;
	border-bottom: 1px solid #424242;
	line-height: 1.5;
}
#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	background-color: #92278F;
	color: #fff;
}

#access .menu ul li ul li:last-child {
	border: none;
}
* html #access .menu {
	height: 1%;
}

.selectnav {display: none; width: 440px; margin-left: 20px;}
#list
{
	list-style: disc !important;
	padding-left: 15px !important;
}
#heading
{
	font-family:Verdana, Geneva, sans-serif; font-size:26px; font-weight:500;
}
#services
{
	font-weight:500; letter-spacing: 0.5px;
}