body {
	color: #A29C9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	/* fallback *//* background-color: #2e80cd;
	background-position: center center;
	background-repeat: no-repeat; /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
	/*background: -webkit-gradient(radial, center center, 0, center center, 460, from(#78c3ff), to(#2e80cd)); /* Safari 5.1+, Chrome 10+ */
	/*background: -webkit-radial-gradient(circle, #78c3ff, #2e80cd); /* Firefox 3.6+ */
	/*background: -moz-radial-gradient(circle, #78c3ff, #2e80cd); /* IE 10 */
	/*background: -ms-radial-gradient(circle, #78c3ff, #2e80cd);
	background: -o-radial-gradient(circle, #78c3ff, #2e80cd);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c3ff', endColorstr='#2e80cd', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
 background-image:url('fon.png');
}
.pattern {
	/*background-image:url(images/pattern.png);*/
	background-repeat:no-repeat;
	height:500px;
	position:absolute;
	z-index:-1;
	width:100%;
	background-position:center top;
}

p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, .jqueryslidemenu a, .jqueryslidemenu ul li ul li a {
	color:#3d474e;
	font-family: 'Open Sans', sans-serif;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
	color:#2273be;
}
h1, h2, h3, h4, h5 {
	color:#3d474e;
	font-weight:600;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}
p {
	color:#888888;
	padding-bottom:10px;
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 10px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
}
.align {
	float: left;
	margin: 0 10px 0px 0;
	width:auto;
}
a img {
	border:none;
}
img {
	max-width:100%;
	height:auto;
}

iframe{
max-width:100%;
height:auto;
height:100%;
}

.iframe_video{
width:100%;
height:500px;
}

 *|*:focus {
 outline: none;
}
a:link, a {
	color:#a29c9a;
	text-decoration:none;
}
a:hover {
	color:#2273be;
}
.thumb_img {
	float: left;
	margin: 0px 20px 0px 0px;
}
iframe {
	border:none;
}
.description {
	display:block;
	overflow:hidden;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
}
.drop_cap {
	background-color:#4d4c47;
	display: block;
	height:40px;
	width:40px;
	border-radius:68px 68px 68px 68px;
	position:relative;
	text-align:center;
	line-height:40px;
}
.drop_cap h3 {
	color:#fff;
}
.drop_cap:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#2273be;
	cursor:pointer;
}
.button {
	margin-top:20px;
}
.button a {
	background-color:#303030;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#111111)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #303030, #111111); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #303030, #111111); /* for opera 3.6+ */
	border:1px solid #000;
	padding:7px 15px 7px 15px;
	color:#fff;
	font-size:13px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-transition: all 0.2s ease 0s;
	font-family: 'Open Sans', sans-serif;
	border-radius:5px;
}
.button a:hover {
	background-color:#111111;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#303030'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#303030)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #111111, #303030); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #111111, #303030); /* for opera 3.6+ */
	border:1px solid #000;
	color:#2273be;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-radius:5px;
}
ul.list {
	list-style:none;
}
ul.list li {
	padding-bottom:8px !important;
	margin-bottom:8px !important;
	background-image:url(images/list_icon.png);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:16px;
	border-bottom:1px solid #eee;
}
ul.list li:last-child {
	margin-bottom:0px !important;
}
hr {
	border: 0 none;
	height: 1px;
	margin:50px 0px;
	background-color:#eee;
}
.v_space {
	height:50px;
}
.img_bor {
	background-color: #F4F4F4;
	border: 1px solid #DEDEDE;
	padding: 3px;
}
/*end common/genral style*/

/* Top Panel
----------------------------------------------------------------------------------------------------*/
#panel_wrap {
	position:relative;
	z-index:3333;
	text-align:center;
}
#panel {
	background-color: #111;
	display: none;
	padding-top:10px;
	color:#fff;
}
/*.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #111111;
	position:relative;
}
.btn-slide {
	background: url(images/trigger.png) no-repeat right -2px;
	text-align: center;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	top:0px;
	position:relative;
	z-index:333;
	width:23px;
	margin:0px auto;
	height:28px;
}
.slide .active {
	background-position: right -29px;
}*/
/* Page Wrap
----------------------------------------------------------------------------------------------------*/
#page_wrap {
	width:1000px;
	margin:0px auto;
}
/* Container Top
----------------------------------------------------------------------------------------------------*/
#container_top {
	height:15px;
	margin-top:15px;
}
/* Container
----------------------------------------------------------------------------------------------------*/
#container {
	background-image:url(images/content_body.png);
	background-repeat:repeat-y;
}
/* Content
----------------------------------------------------------------------------------------------------*/
.content {
	padding:50px 30px;
	overflow:hidden;
}
.content h3, .content h4 {
	padding-bottom:15px;
}
/* Logo
----------------------------------------------------------------------------------------------------*/
#logo {
	text-align:center;
	padding-bottom:0px;
}
/* Teaser
----------------------------------------------------------------------------------------------------*/
.teaser {
	text-align:center;
}
.teaser h2 {
	margin-bottom:15px;
}
.teaser_box {
	text-align:center;
}
.teaser_box h3 {
	padding:20px 0px;
}
/* Title Wrapper
----------------------------------------------------------------------------------------------------*/
.title_wrapper {
	background-image:url(images/title_hr.png);
	background-position: 0 20px;
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom:20px;
}
.title_wrapper h3 {
	background-color: #fff;
	display: inline-block;
	padding:10px;
}
/* Advice Box
----------------------------------------------------------------------------------------------------*/
.advice_box article {
	padding:20px 20px 30px 20px;
	text-align:center;
	display:block;
}
.advice_box h4 {
	padding-bottom:10px;
}
.advice_box {
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat; /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#f5f5f5)); /* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #ffffff, #f5f5f5); /* Firefox 3.6+ */
	background: -moz-radial-gradient(circle, #ffffff, #f5f5f5); /* IE 10 */
	background: -o-radial-gradient(circle, #ffffff, #f5f5f5); /* Opera cannot do radial gradients yet */
	border-top:5px solid #328535;
	border-bottom:1px solid #fff;
	-webkit-box-shadow: 0 8px 6px -6px #b2b2b2;
	-moz-box-shadow: 0 8px 6px -6px #b2b2b2;
	box-shadow: 0 8px 6px -6px #b2b2b2;
}
/* Sign up info
----------------------------------------------------------------------------------------------------*/
.sign_up_info {
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat; /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#f5f5f5)); /* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #ffffff, #f5f5f5); /* Firefox 3.6+ */
	background: -moz-radial-gradient(circle, #ffffff, #f5f5f5); /* IE 10 */
	background: -o-radial-gradient(circle, #ffffff, #f5f5f5); /* Opera cannot do radial gradients yet */
	overflow:hidden;
	padding:20px;
	border:1px solid #dedede;
}
.mail_icon {
	float:left;
	margin-top:7px;
}
.mail_form {
	float:right;
	margin-top:15px;
}
.mail_form .s {
	border: 1px solid #d0d0d0;
	background-color:#fff;
	color:#666666;
	-moz-box-shadow:    inset 0 0 8px #eeeeee;
	-webkit-box-shadow: inset 0 0 8px #eeeeee;
	box-shadow:         inset 0 0 8px #eeeeee;
	border-radius: 3px 0 0 3px;
	color: #BBBBBB;
	display: block;
	float: left;
	font-size: 13px;
	height:14px;
	line-height: 20px;
	margin: 0;
	padding: 7px 6px;
	width:200px;
}
.mail_form .searchsubmit {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transition: all 200ms ease 0s;
	background:#2273be;
	border-color: #2273be #2273be #3e99ed;
	border-image: none;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #3e99ed inset;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-weight: bold;
	height:30px;
	margin: 0;
	padding:5px 10px 8px;
	text-align: center;
	text-shadow: 1px 1px 0 #555555;
	width:70px;
}
.mail_form .searchsubmit:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	border-color: #353535;
	background-color: #1A1D1E;
	box-shadow: inset 0 1px 0 0 #808080;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
footer {
	background-color:#bdbdbd; /* for non-css3 browsers */
	overflow:hidden;
	padding:15px;
	border-top:3px solid #328535;
}
.footer_shadow {
	margin-bottom:30px;
}
.social_icons {
	margin-top:10px;
	display:block;
}
.social_icons ul li {
	display: inline-block;
	margin-right:3px;
}
.rss_icon, .skype_icon, .facebook_icon, .twitter_icon {
	background-color: #3F3F3F;
	background-position: center center;
	display: inline-block;
	height:35px;
	line-height:35px;
	text-align: center;
	width:35px;
}
.rss_icon {
	border-bottom:1px solid #e67918;
}
.rss_icon:hover {
	background-color: #e67918;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}
.skype_icon {
	border-bottom:1px solid #14aee9;
}
.skype_icon:hover {
	background-color: #14aee9;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}
.facebook_icon {
	border-bottom:1px solid #5070ab;
}
.facebook_icon:hover {
	background-color: #5070ab;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}
.twitter_icon {
	border-bottom:1px solid #adebed;
}
.twitter_icon:hover {
	background-color: #adebed;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}
/* Sub Header
----------------------------------------------------------------------------------------------------*/
.sub_header {
	padding:35px 30px 30px 30px;
	background-color:#f1f0ef; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f1ee', endColorstr='#f1f0ef'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f1ee), to(#f1f0ef)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f3f1ee, #f1f0ef); /* for firefox 3.6+ */
	border-bottom:1px solid #dedede;
	overflow:hidden;
}
.search_box {
	float:right;
	padding-top:10px;
}
.search_box .s {
	border: 1px solid #d0d0d0;
	background-color:#fff;
	color:#666666;
	-moz-box-shadow:    inset 0 0 8px #eeeeee;
	-webkit-box-shadow: inset 0 0 8px #eeeeee;
	box-shadow:         inset 0 0 8px #eeeeee;
	border-radius: 3px 0 0 3px;
	color: #BBBBBB;
	display: block;
	float: left;
	font-size: 13px;
	height:14px;
	line-height: 20px;
	margin: 0;
	padding: 7px 6px;
	width:135px;
}
.search_box .searchsubmit {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transition: all 200ms ease 0s;
	background-color:#2273be;
	border-color: #2273be #2273be #3e99ed;
	border-image: none;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #3e99ed inset;
	background: url(images/icon-search.png) no-repeat scroll center center #2273be;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-weight: bold;
	height:30px;
	margin: 0;
	padding:5px 10px 8px;
	text-align: center;
	text-shadow: 1px 1px 0 #555555;
	width:35px;
}
.search_box .searchsubmit:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	border-color: #353535;
	background-color: #1A1D1E;
	box-shadow: inset 0 1px 0 0 #808080;
}
.bread_crumb {
	float:left;
}
.bread_crumb ul {
	list-style:none;
}
.bread_crumb ul li {
	display:inline-block;
	padding-right:10px;
	margin-top:10px;
}
a.sub_active {
	font-weight:bold;
}
/* Aside
----------------------------------------------------------------------------------------------------*/
.one_third_last .sidebar_top {
	background-image:url(images/sidebar_right_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:21px;
}
.one_third_last .sidebar_middle {
	background-image:url(images/sidebar_right_middle.png);
	background-repeat:repeat-y;
	background-position:left center;
	padding-left:30px;
}
.sidebar_control {
	position:relative;
	top:-23px;
}
.one_third_last .sidebar_bottom {
	background-image:url(images/sidebar_right_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:27px;
}
.one_third .sidebar_top {
	background-image:url(images/sidebar_left_top.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:20px;
}
.one_third .sidebar_middle {
	background-image:url(images/sidebar_left_middle.png);
	background-position:right center;
	background-repeat:repeat-y;
	padding-right:30px;
}
.one_third .sidebar_bottom {
	background-image:url(images/sidebar_left_bottom.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:23px;
}
/* Contact
----------------------------------------------------------------------------------------------------*/
.contact_col {
	padding:30px;
	text-align:center;
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat; /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#f5f5f5)); /* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #ffffff, #f5f5f5); /* Firefox 3.6+ */
	background: -moz-radial-gradient(circle, #ffffff, #f5f5f5); /* IE 10 */
	background: -o-radial-gradient(circle, #ffffff, #f5f5f5); /* Opera cannot do radial gradients yet */
	border-top:5px solid #2273be;
	border-bottom:1px solid #fff;
	-webkit-box-shadow: 0 8px 6px -6px #b2b2b2;
	-moz-box-shadow: 0 8px 6px -6px #b2b2b2;
	box-shadow: 0 8px 6px -6px #b2b2b2;
}
.contact_col img {
	padding-bottom:20px;
}
#contact-form input, #contact-form textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border: 1px solid #DDDDDD;
	background-color:#fff;
	color:#666666;
	-moz-box-shadow:    inset 0 0 8px #eeeeee;
	-webkit-box-shadow: inset 0 0 8px #eeeeee;
	box-shadow:         inset 0 0 8px #eeeeee;
}
#contact-form input {
	width:95%;
}
#contact-form textarea {
	height:185px;
	width:98%
}
#contact-form textarea:focus, #contact-form input:focus {
	border: 1px solid #E1E1E1;
}
#contact-form p input#submit {
	float:left;
	background-color:#303030;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#111111)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #303030, #111111); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #303030, #111111); /* for opera 3.6+ */
	border:1px solid #000;
	padding:7px 15px 7px 15px;
	border-radius:5px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	float:left;
	margin-top:10px;
	-moz-transition: all 0.2s ease 0s;
	width:100px;
}
#contact-form p input#submit:hover {
	background-color:#111111;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#303030'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#303030)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #111111, #303030); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #111111, #303030); /* for opera 3.6+ */
	border:1px solid #000;
	color:#3fc6c3;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	cursor:pointer;
}
#contact-form label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	color: #282724;
}
.vaidate_error {
	border:1px solid #F96E5B!important;
}
#response {
	color:#006633;
}
.contact_details .thumb_img {
	padding-top:4px;
}
