/*           __             _______ __            ___            		       ____________________________________	  	  	*/
/*          / /   _________/ / ___// /___  ______/ (_)___  _____  		      //				       			 //			*/
/*         / /   / ___/ __  /\__ \/ __/ / / / __  / / __ \/ ___/  		   	 //    Design by Cem 'Sam' Erbay    //  		*/
/*        / /___/ /  / /_/ /___/ / /_/ /_/ / /_/ / / /_/ (__  )    		    //    http://www.lrdstudios.com    //         	*/
/*       /_____/_/   \__,_//____/\__/\__,_/\__,_/_/\____/____/   		   //_________________________________//   			*/																																

/*@import url(http://fonts.googleapis.com/css?family=Play:400,700);*/

* {
	margin: 0; /* sticky footer */
}

#footer, .pusher { /* 245 - 432 sticky footer 
	height: 432px;*/
}
#wrapper {
	/*min-height: 100%;
	/*min-height:150px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -432px; /* the bottom margin is the negative value of the footer's height 
	/*margin: 0 auto -432px; /* the bottom margin is the negative value of the footer's height 
	position: relative;
	width: 100%; */
}
#wrapper {
	position: relative;
	width: 100%;
	min-height:350px;
}

html, body {
	height: 100%; /* sticky footer */
}

body {
	background-position: center top;
	background-attachment: scroll;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	height: 100%; /* sticky footer */
/*	color:#0000FF; */
	color:rgb(239, 240, 242);
}

#top {
	width: 100%;
	height: 40px;
	position: relative;
	background-image: url(top_bg.png);
}

#top_logo_menu {
	width: 100%;
	height: 80px;
	position: relative;
	top: -10px;
	background: url(menu_bg_minified.png) repeat-x left center;
}

#header{
	width: 100%;
	background-repeat: repeat;
	border-bottom: 1px solid #fff;
	position: relative;
}

.header_home{
	height: 560px;
	
}

.header_general{
	height: 140px;
}


#header .pattern{
	width: 100%;
	height: 550px;
	background-repeat: repeat;
	background-position: center top;
	position: absolute;
}


.bg_shadow {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	background: url(bg_shadow.png) repeat-x 0 0;
}

.ft_shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -20px;
	background: url(ft_shadow.png) repeat-x 0 0;
}


/*======== TYPOGRAPHY =========*/
a, a:hover {
text-decoration:none;
}

input[type=text], textarea{
background: url(input_bg.jpg) repeat-x 0 0 #fff;
font-family: Verdana, Geneva, sans-serif;
}

.text-red {color: #FF0000;}
.text-white {color: #FFF;}
.text-black {color: #000;}
.text-green {color: #008000;}
.text-blue {color: #0000FF;}
.text-yellow {color: #FFFF00;}
.text-orange {color: #FFA500;}
.text-purple {color: #800080;}

h1,h2,h3,h4,h5,h6 {
line-height:1.5em;
margin-top:15px;
margin-bottom:10px;
font-weight:700;
font-family:Play, Arial, "Arial", Helvetica, Times, serif;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
text-decoration:none;
}

h1 a:hover {
text-decoration:none;
}

h1 {
font-size:28px;
}

h2 {
font-size:21px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

h5 {
font-size:16px;
}

h6 {
font-size:15px;
}

hr{
height:1px;
background: #fff;
border: 0;
border-top: 1px solid #ccc;
margin: 30px 0 20px 0;
}

hr.simple{
height:1px;
background: #fff;
border: 0;
border-top: 1px solid #989898;
margin: 0;
}


hr.divider {
height:17px;
background: url(divider.png) no-repeat center center;
border: 0;
padding: 10px 0;
margin: 0;
}

hr.divider_2{
height:18px;
background: url(divider_2.png) no-repeat center center;
border: 0;
padding: 10px 0;
margin: 0;
}

p {
margin-bottom:20px;
margin-top:10px;
}

ol {
margin-left:35px;
}

ul {
margin-left:30px;
}

strong {
font-weight:700;
}

em {
font-style:italic;
}

.alignleft {
float:left;
margin-right:10px;
}

.alignright {
float:right;
margin-left:10px;
}

.relative {
position:relative;
}

.left {
float:left;
}

.right {
float:right;
}

.center {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

img.center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_border {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.ph_frame {
	position: absolute;
	height: 156px;
	width: 220px;
	top: 3px;
	left: 0;
	background: url(ph_frame.png) no-repeat 0 0;
	text-align: center;

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;

	/* [disabled]vertical-align: middle; */
	/* [disabled]display: table-cell; */
}

.latest_posts img {
margin-left: 2px;
}

img {
	margin-top: 5px; 
}

a:hover .img_border {
	border: 1px solid #ed8137;
	background-color: #fff;
}

code, pre {
display:block;
padding:0 15px;
border:0;
border-top: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
border-left: 5px solid #ccc;
color: #555;
background:url('pre_code_bg.png') repeat scroll 0 0 transparent;
font-size:11px;
line-height:19px;
margin-bottom:20px;
overflow:hidden;
font-family:Lucida Console, "Times New Roman", Times, serif;
}

blockquote.bquote1 {
margin:20px;
border-left:5px solid #ccc;
padding-left:25px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-style:italic;
line-height:1.5em;
}
blockquote.bquote2 {
margin:20px;
padding-left:48px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-style:italic;
line-height:1.5em;
background:transparent url(quote.png) no-repeat scroll top left;
background-position:top left;
}
blockquote.bquote3 {
margin:20px;
border:0;
border-left: 5px solid #ccc;
border-right: 5px solid #ccc;
padding: 0 25px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-style:italic;
line-height:1.5em;
background: #fff;
}

.info_msg,.note_msg,.tip_msg,.error_msg,.succes_msg {
padding:20px;
margin:20px 0;
max-width: 940px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
-khtml-border-radius:10px;
border-radius:7px;
padding-left:55px;
background:#eee;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

.info_msg{
background:#E3F7FC url(info.png) no-repeat scroll 10px 14px;
border:1px solid #8ed9f6;
color:#2e6093;
}

.note_msg {
background:#FFFBC8 url(note.png) no-repeat scroll 10px 15px;
border:1px solid #f5d145;
color:#8F680E;
}

.error_msg {
background:#FFC8D1 url(error.png) no-repeat scroll 10px 15px;
border:1px solid #D96E66;
color:#cd0a0a;
}

.tip_msg {
background:#E6FFE9 url(tip.png) no-repeat scroll 10px 15px;
border:1px solid #BCDB58;
color:#38762C;
}
.succes_msg {
background:#DDFFCD url(succes.png) no-repeat scroll 10px 15px;
border:1px solid #b7db58;
color:#38762C;
}

/*table {
	border:3px solid #D8D8D8;
	border-collapse:collapse;
	margin-bottom:30px;
	margin-top:20px;
	width: 100%;
}

table th {
padding:5px;
color: #555;
padding: 10px 13px;
text-align: center;
background: url(ft-texture.png) repeat #f1f2f4;
border-right:1px solid #D8D8D8;
font-size:14px;
font-weight: 700;
}

table td {
border:1px solid #D8D8D8;
padding:5px;
padding-left:13px;
text-align: center;
background: #fff;
}

table td:hover {
background-color:#F6F7F9;
}
*/
.drop-cap {
font-family:Play, Arial, "Arial", Helvetica, Times, serif;
display:block;
float:left;
font-size:34px;
line-height:30px;
margin: 3px 10px 5px 0;
}
.drop-cap2 {
font-family:Play, Arial, "Arial", Helvetica, Times, serif;
display:block;
float:left;
text-align: center;
font-size:34px;
line-height:30px;
color: #fff;
padding: 9px 10px;
background: #ED8137;
margin: 5px 8px 0 2px;
}

.highlight1,.highlight2,.highlight3,.highlight4 {
	padding:2px 7px;
}

.highlight1 {
	border: 1px solid #ccc;
	background-color:#fff;
	color:#333;
}
.highlight2 {
	border: 1px solid #ccc;
	background-color:#FF6;
	color:#000;
}
.highlight3 {
	background-color:#333;
	color:#f5f5f5;
	border: 1px solid #fff;
}
.highlight4 {
	border: 1px solid #ccc;
	background-color:#FA8467;
	color:#f5f5f5;
}

ul.doc_succes_list,ul.star_list,ul.check_list,ul.plus_list,ul.collaboration_list,ul.user_list,ul.award_list,ul.lightbulb_list {
	margin:0;
}
ul.doc_succes_list li,ul.star_list li,ul.check_list li,ul.plus_list li ,ul.collaboration_list li,ul.user_list li ,ul.award_list li,ul.lightbulb_list li {
	margin-bottom:10px;
	padding-left:24px;
	display:block;
}

ul.doc_succes_list li  {
	background:url('doc_succes.png') no-repeat left center transparent;
}

ul.star_list li {
	background:url('star.png') no-repeat left center transparent;
}

ul.check_list li {
	background:url('check.png') no-repeat left center transparent;
}

ul.plus_list li {
	background:url('plus.png') no-repeat left center transparent;
}

ul.collaboration_list li {
	background:url('collaboration.png') no-repeat left center transparent;
}

ul.user_list li {
	background:url('user.png') no-repeat left center transparent;
}

ul.award_list li {
	background:url('award.png') no-repeat left center transparent;
}

ul.lightbulb_list li {
	background:url('lightbulb.png') no-repeat left center transparent;
}


/*========= Search Form ========*/

.search-form {
	width: 219px;
	height: 38px;
	background: url(search.png) no-repeat 0 0;
	position: relative;
	float: right;
	top: 7px;
	right: 15px;
}

.search-form input[type=text] {
	border: 0;
	padding: 5px;
	line-height: 24px;
	font-size: 12px;
	background: transparent;
	width: 170px;
}

.search-form input[type=submit] {
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	height: 38px;
	width:38px;
	background: transparent;
	cursor: pointer;
}

.search-form input:hover[type=submit] {
	background: url(search.png) no-repeat -180px -39px;
}

/*======= Top content ========*/
.top_text{
	position: relative;
	float: left;
	left: 150px;
	top: 6px;
	font-size: 11px;
	line-height: 22px;
	height: 20px;
	font-weight: 400;
}

.top_text_right{
	position: relative;
	float: right;
	right: 12px;
	/*top: 147px;*/
	top: 6px;
	font-size: 11px;
	line-height: 22px;
	height: 20px;
	font-weight: 400;
}

.top_text a{
	color: #fff;
	padding-right: 7px;
	padding-left: 7px;
	border-left: 1px dotted #C9C9C9;
}

.top_text_right a{
	color: #fff;
	padding-right: 7px;
	padding-left: 7px;
	border-right: 1px dotted #C9C9C9;
}

.top_text a.first{
	padding-left: 0;
	border-left: 0;
}

.top_text_right a.last{
	padding-right: 0;
	border-right: 0;
}

/*.logo {
	width: 200px;
	height: 100px;
	position: absolute;
	top: -30px;
	left: 0;
	background: url(logo_v2.png) no-repeat 0 0;
	border:0;
}*/

.logo {
	width: 200px;
	height: 108px;
	position: absolute;
	top: -14px;
	left: 0;
	background: url(logo_v4.png) no-repeat 0 0;
	border:0;
}

/*======== Horizontal menu =========*/
#nav li a {
color:#777;
text-shadow: 1px 1px 1px #fff;
}

#nav li a:hover{
color:#999;
text-shadow: 1px 1px 1px #fff;
}

#nav {
position: absolute;
z-index: 99999;
background:none;
right: 10px;
top: 0 !important;
margin:0;
padding:0;
border-bottom:none;
}

#nav li a,#nav li {
float:left;
}

#nav li {
display: block;
list-style:none;
position:relative;
}

#nav li a {
position:relative;
padding: 0 15px;
height: 69px;
line-height: 80px;
text-decoration:none;
margin:0;
font-size:15px;
font-weight:700;
text-transform:uppercase;
text-align: left;
font-family:Play, Arial, "Arial", Helvetica, Times, serif;
}



/* == Submenu == */

#nav li ul {
display:none;
position:absolute;
left:0;
top:91%;
padding:0;
margin:0;
z-index: 99999;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

#nav li:hover > ul {
display:block;
}

#nav li ul li,#nav li ul li a {
position:relative;
float:none;
background: #e4e3e3;
font-family: Verdana, Geneva, sans-serif;
}

#nav li ul li {
_display:inline;
/* for IE */
}

#nav li ul li a {
height: 40px;
line-height: 40px;
width:180px;
display:block;
font-size:13px;
font-weight:400;
text-transform:capitalize;
margin: 0;
padding: 0 10px;
text-align: left;
color: #555;
border-bottom: 1px solid #ccc;
}

#nav li ul li a:hover {
background:#eee;
color: #777;
}

/* == 12. Sub-Sub Menu == */
#nav li ul li ul {
display:none;
background:#484848;
border-top: 1px solid #ccc;
}

#nav li ul li:hover ul {
left:100%;
top:-1px;
}

/*====== Footer Vertical menu =====*/

ul.vnav {
	padding:0;
	margin:0;
	border-top: 1px dashed #ccc;
	text-decoration:none;
	list-style: none;
	margin-bottom: 10px;
}


.vnav li:hover > ul {
display:block;
}

ul.vnav li,ul.vnav li a {
float:none;
border-bottom: 1px dashed #ccc;
}

ul.vnav2 {
	padding:0;
	margin:0;
	border-top: 1px dashed #ccc;
	text-decoration:none;
	list-style: none;
	margin-bottom: 0px;
}


.vnav2 li:hover > ul {
display:block;
}

ul.vnav2 li,ul.vnav li a {
float:none;
border-bottom: 1px dashed #ccc;
}

/* #####################################	EDITORIAL	################################### */
.contaqus {
border:0;
line-height: 18px;
display:block;
font-size:13px;
font-weight:400;
text-transform:capitalize;
margin: 0;
padding: 0 10px;
text-align: left;
}

.contaq1 {
		height:75px;
}
.contaq2 {
		height:70px;
}
.contaq3 {
	margin-top:-14px;
	padding-top:0px;
	height:20px;
}
/* ###############################		LOOPING IMAGES 		############################# */
/* rotator in-page placement */
    div#rotator {
	position:relative;
}
/* rotator css */
	div#rotator ul li {
	left:0px;
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
		}
    div#rotator ul li.show {
	z-index:500
}
/* ###############################		LOOPING IMAGES 		############################# */
/* ###############################		SLIDING NEWS 		############################# */
#marquemasktop {
	width: 440px;
	height:220px;
	background-image:url(newsmask.png);
	background-repeat:repeat;
	background-position:center;
}

#marqueecontainer{
	position: relative;
	top:-20px;
	width: 440px; /*marquee width */
	height: 244px; /*marquee height */
	overflow: hidden;
}

/* ###############################		SLIDING NEWS 		############################# */

ul.vnav li a {
height: 20px;
border:0;
line-height: 20px;
display:block;
font-size:13px;
font-weight:400;
text-transform:capitalize;
margin: 0;
padding: 0 10px;
text-align: left;
}

ul.vnav li a:hover {
text-shadow: 1px 1px 1px #333;
}

ul.vnav2 li a {
height: 12px;
border:0;
line-height: 12px;
display:block;
font-size:13px;
font-weight:400;
text-transform:capitalize;
margin: 0;
padding: 0 0px;
text-align: left;
}

ul.vnav2 li a:hover {
text-shadow: 1px 1px 1px #333;
}

.company_image {
width: 128px;
height: 128px;
background: url(company.png) no-repeat 0 0;
float: left;
}

#footer h3 {
color: #eee;
text-shadow: 1px 1px 1px #333;
margin-bottom:6px;
margin-top:11px;
margin-left:0;
margin-right:0;
}

/*========== Button ========*/
.css_bt , #footer a.css_bt{
color: #eee;
font-size: 12px;
padding: 7px 7px;
margin: 5px 0;
border: 1px solid #ccc;
text-decoration: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 1px #555;
background: url(button.png) repeat-x center 0;
display:inline-block;
}
.css_bt:hover,  #footer a:hover.css_bt {
border-bottom: 1px solid #ccc;
background: url(button.png) repeat-x 0 -41px;
text-shadow: 1px 1px 1px #fff;
color: #555;
}

/* ======== Social icons ========*/
.social-tag-icons {
display:block;
height:32px;
padding:0;
}

.social-tag-icons img{
margin: 0 5px 15px 5px;
}

.social-tag-icons a:hover {
border: 0;
}
/*======= Footer Text =========*/
#footer{
	position: relative;
	margin-top: 40px;
	width: 100%;
	border: 0;
}

#footer-bar-bt{
	width: 100%;
	height: 40px;
	background-image: url(footer-bar-bottom_minified.png);
	color: #eee;
}

#footer ul.vnav li a {
	padding: 0 0 0 10px;
}

.last_text_l,.last_text_r  {
line-height: 40px;
font-size: 10px;
color: #eee;
}

.last_text_l,.last_text_r  {
	float: left;
	font-size: 11px;
}

.last_text_r {
float: right;
}

/*======= Tooltip Styles =========*/
p#vtip {
display : none;
position : absolute;
padding : 5px 10px;
left : 5px;
font-size : 0.8em;
background: url(vtip.png);
font-size : 10px;
color : #fff;
border : 0;
font-weight : 400;
font-family : arial, sans-serif;
border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
z-index : 9999;
}
p#vtip #vtipArrow {
position : absolute;
top : -10px;
left : 17px;
}

/*======== General page ========*/

.one_page .top_bar {
color: #666666;
height: 80px;
margin: 30px 0 5px 0; 
background-image: url('top-bar-page.png');
background-position: center center ;

}

.one_page .top_bar h1 {
float: left;
font-size: 22px;
margin: 0;
padding: 0;
padding-left: 15px;
line-height: 56px;
color: #666666;
font-weight: 700;
text-shadow: 1px 1px 1px #fff;
}

.one_page .top_bar .position {
float: right;
margin: 0 15px;
padding: 0;
padding-left: 50px;
line-height: 56px;
color: #666666;
font-weight: 400;
}

.one_page .top_bar .position a {
margin: 0 5px;
color: #333;
border: 0; 
text-shadow: 1px 1px 1px #fff;
}

.one_page .top_bar .position a:hover {
color: #777;
}

/*=========== About page ===========*/

.about_img {
position: relative;
}


.about_dscr h2 {
margin: 0;
}

.about_img .social {
position: absolute;
background: url(transparent_bg.png);
height: 30px;
width: 130px;
padding: 0 4px 0 7px;
margin: 0 4px;
bottom: 4px;
border-top: 1px solid #000;
}

.about_img .social  a {
border: 0 ;
}

.about_img .social .icon{
padding: 0;
border: 0 ;
margin: 5px 0 0 2px;
}

.about_block {
margin-bottom: 25px;
}

p.sub_h {
margin-top: 0px;
}

.sidebar {
}

.side_block {
width: 260px;
margin: 0 10px 30px 10px;
padding: 0;
float: left;
border: 0;
}

.side_block .title {
font-size: 22px;
font-weight: 700;
font-family:Play, Arial, "Arial", Helvetica, Times, serif;
padding: 0;
margin: 5px 0 15px 0;
}

/*========== Sidebar menu ==========*/
ul.side_nav {
padding:0;
margin:0;
border-top: 1px dashed #ccc;
text-decoration:none;
list-style: none;
margin-bottom: 20px;
}

.side_nav li:hover > ul {
display:block;
}

ul.side_nav li,ul.side_nav li a {
float:none;
border-bottom: 1px dashed #ccc;
}

ul.side_nav li a {
height: 35px;
border:0;
line-height: 35px;
display:block;
font-size:13px;
font-weight:400;
text-transform:capitalize;
margin: 0;
padding: 0 10px 0 20px;
text-align: left;
color: #333;
background: url(55.png) no-repeat 0 0;
}

ul.side_nav li a:hover {
text-shadow: 1px 1px 1px #fff;
background: url(55.png) no-repeat 0 -65px;
}

.margin_ltb3 {
margin: 3px 0 3px 3px;
}
.margin_rtb3 {
margin: 3px 3px 3px 0;
}

/*========= Blog post style =========*/
.blog_post {
width: 920px;
margin: 0 0 40px 0;
padding: 0;
}

.blog_post .title {
font-size: 22px;
font-weight: 700;
font-family:Play, Arial, "Arial", Helvetica, Times, serif;
padding: 0 0 15px 0;
margin: 5px 0 0 0;
border-bottom: 1px dashed #ccc;
}

.blog_post .title a:hover {
color: #444;
text-shadow: 1px 1px #fff;
border: 0;
text-decoration: none;
}

.blog_post .metahead, .blog_post  .metafooter {
height: 35px;
line-height: 35px;
font-size: 11px;
border-bottom: 1px dashed #ccc;
margin-bottom: 15px;
color: #868686; 
}

.blog_post .metafooter {
border-top: 1px dashed #ccc;
color: #333;
}


.blog_post .metahead p, .blog_post  .metafooter p {
margin: 0 5px;
padding: 0;
}

.blog_post .text {
margin-top: 0;
padding: 0;
}

.blog_post .tags a{
color: #868686;
margin-left: 3px;
}

.blog_post .tags a:hover{
color: #444;
text-shadow: 1px 1px #fff;
border: 0;
}

.blog_img{
width: 212px;
height: 142px;
border: 0;
margin-left: 4px;
}

/* ============= Pagination Global ============== */
#list_pagination {
display:block;
text-align:center;
height:22px;
line-height:21px;
clear:both;
margin-bottom: 25px;
margin-left:-5px;
font-size:12px;
font-weight:400;
}

#list_pagination a, #list_pagination .active_list_link, #list_pagination .disabled_list_pagination{
padding:5px 8px;
border:1px solid #B4B4B4;
margin-left:5px;
text-decoration:none;
background-color:#F4F4F4;
width:22px;
font-weight:400;
color: #868686;
}

#list_pagination a{
background-color:#F4F4F4;
color: #868686;
}

#list_pagination a:hover {
background-color:#FFF;
border:1px solid #B4B4B4;
color: #555;
}

#list_pagination .active_list_link {
background-color:#E2E2E2;
color:#919191;
cursor:default;
}

#list_pagination .disabled_list_pagination {
background-color:#F5F5F5;
color:#D7D7D7;
cursor:default;
}

/*=========== Blog comments style ===========*/
#comments .comment .text {
	background: #fff;
	padding: 0 10px;
	display: inline;
	float: left;
	margin: 0;
	width: 508px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#comments .comment .reply_text {
	background: #fff;
	padding: 0 10px;
	display: inline;
	float: left;
	margin: 0;
	width: 400px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#comments .comment .reply {
	float: right;
}

.gravatar{
margin-top: 0;
}

#comments .comment .head	 {
	font-size: 15px;
	margin: 5px 0;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom:1px solid #DFDFDF;
	font-weight: 700;
	color: #555;
}

#comments .comment .head .name, #comments .comment .head a.name	 {
	color: #555;
}

#comments .comment .head .date	 {
	font-size: 12px;
	font-weight: 400;
	color:#555;
}

#comments .comment .head a.reply_link {
	float: right;
	font-size: 12px;
	font-weight: 400;
	color: #555;
}

#comments .comment .head a:hover.reply_link, #comments .comment .head a:hover.name {
	border-bottom: 0;
}

#comment_form {
margin: 0 0 20px 0;
}

#comment_form  input[type=text]{
background: url(input_bg.jpg) repeat-x 0 0 #fff;
border: 1px solid #ccc;
padding: 8px 10px;
margin: 10px 8px 10px 0;
width: 190px;
}

#comment_form  input.input_url {
border: 1px solid #ccc;
padding: 8px 10px;
margin: 10px 8px 10px 0;
width: 415px;
}

#comment_form  textarea {
background: url(input_bg.jpg) repeat-x 0 0 #fff;
border: 1px solid #ccc;
padding: 8px 10px;
margin: 10px 0;
width: 620px;
}

#comment_form  input[type=submit] {
border: 0;
padding: 10px 15px;
margin: 10px 0;
cursor: pointer;
color: #eee;
text-shadow: 1px 1px 1px #555;
}

#comment_form  input:hover[type=submit] {
color: #555;
text-shadow: 1px 1px 1px #fff;
}

#comment_form  input, #comment_form  textarea {
font-family: Verdana, Geneva, sans-serif;
color: #6a6a6a;
}


/*========= Portfolio ==========*/
#portfolio {
margin: 0;
padding: 0;
}

#portfolio li {
margin-bottom: 20px;
padding: 0;
}

.pf_col4 {
margin: 0;
padding: 0;
}

.pf_col4 li.grid_4 h4 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.pf_col4 li img {
width: 216px;
height: 143px;
margin-left: 2px;
outline: none;
border: 0;
}

.pf_col4 li img:focus {
border: 0;
outline: none;
}

.pf_col4 li a:hover{
border: 0;
}

.pf_col4 li{
position: relative;
}

#pf_image {
	margin-bottom: 20px;
}

#pf_image a {
	border:  0;
}

/*============== Home Page =============*/

#slider_place {
position: relative;
height: 380px;
margin-top: 30px;
}

.slider_frame{
position: absolute;
background: url(frame.png) no-repeat center top;
top: -10px;
left: 5px;
height: 390px;
width: 960px;
z-index: 0
}



#slider_place .video {position:relative;width:910px;height:330px;background:#000; margin: 0; border: 0; left: 26px; top: 10px; z-index: 100;}

.home_services .service_1, .home_services .service_2, .home_services .service_3, .home_services .service_4, .home_services .service_5, .home_services .service_6{
height: 64px;
width: 64px;
margin: 0 10px 5px 0;
float: left;
}

.home_services .service_1 {
background: url(48.png) no-repeat 0 0
}

.home_services .service_2 {
background: url(49.png) no-repeat 0 0
}

.home_services .service_3 {
background: url(50.png) no-repeat 0 0
}

.home_services .service_4 {
background: url(51.png) no-repeat 0 0
}

.home_services .service_5 {
background: url(43.png) no-repeat 0 0
}

.home_services .service_6 {
background: url(44.png) no-repeat 0 0
}

.latest_posts {
margin-top: 20px;
}

/*============== Contact Form ===============*/
#contact label {
height: 12px;
line-height: 12px;
width: 150px; 
font-size: 12px; 
font-weight: 700;
-webkit-border-radius:5px;
}

#filters select {
  /*  background: transparent;
  width: 268px;
   
   padding: 5px;
   font-size: 16px;
   line-height: 1; */
   width:190px;
   padding: 3px 4px 3px 2px;
   margin: 5px 4px 10px 0px;
   /*height: 20px;*/
   border: 1px solid #ccc;
   border-radius: 0;
   background: url("input_bg.jpg") repeat-x scroll 0px 0px rgb(255, 255, 255);
   font-family: Verdana,Geneva,sans-serif;
   color: rgb(106, 106, 106);
   /*-webkit-appearance: none;*/
}
/*
#filters {
   background: url("dropdown.png") no-repeat right scroll 0px 0px rgb(255, 255, 255);
}

.filters select {
   -moz-appearance:window;
   background-image: url('dropdown.png');
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 20px;
}
/*
@-moz-document url-prefix() {
.css-select-moz{
     background-image: url('dropdown.png');
     background-repeat: no-repeat;
     background-position: right center;
     padding-right: 20px;
  }
} 
*/
#contact {
margin: 0 0 20px 10px;
}

#contact  input[type=text]{
border: 1px solid #ccc;
padding: 8px 10px;
margin: 10px 8px 20px 0;
width: 480px;
}

#contact  .phone{
width: 230px;
float: left;
}

#contact  .subject {
width: 240px;
float: right;
}

#contact  .phone input, #contact  .subject input{
width: 210px;
}

#contact  textarea {
border: 1px solid #ccc;
padding: 8px 10px;
margin: 10px 0;
width: 480px;
height: 150px;
}

#contact  input[type=submit] {
border: 0;
padding: 10px 15px;
margin: 0 0 10px 0;
cursor: pointer;
}

#contact  input[type=text], #contact  textarea, #contact  select {
background: url(input_bg.jpg) repeat-x 0 0 #fff;
font-family: Verdana, Geneva, sans-serif;
color: #6a6a6a;
}

.error_message { 
display: block; 
height: 22px; 
line-height: 22px; 
background: #FBE3E4 url('error.gif') no-repeat 10px center; 
padding: 3px 10px 3px 35px; 
color:#8a1f11;
border: 1px solid #FBC2C4; 
margin-bottom: 15px;
-webkit-border-radius:5px; 
}

.loader { 
padding: 0 10px; 
}

#contact p{
font-weight: 700;
margin-bottom: 0px; 
}

/*#contact .captcha {
background: url(captcha.jpg);
font-size: 24px;
line-height: 24px;
height: 24px;
margin-top: 13px;
border: 1px solid #ccc;
font-weight: 700;
color: #fff;
}*/

#contact span.required{ 
font-size: 13px; 
color: #ff0000; 
} /* Select the colour of the * if the field is required. */

#contact legend { 
padding:7px 10px; 
font-weight:bold; 
color:#000; 
border:1px solid #eee; 
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
margin-bottom:0 !important; 
margin-bottom:20px; 
}

/*========= Tabs ==========*/

ul.tabs, ul.tabs2 {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	float: left;
	list-style: none;
	height: 38px; /*--Set height of tabs--*/
	border-bottom: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	width: 100%;
}
ul.tabs li, ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 37px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 37px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #B7B7B7;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url(ft-texture.png) repeat #f1f2f4;
}
ul.tabs li a, ul.tabs2 li a {
	text-decoration: none;
	color: #555;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover, ul.tabs2 li a:hover {
	background: url(ft-texture.png) repeat #eee;
}
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs2 li.active, html ul.tabs2 li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #F4F4F4;
	border-bottom: 1px solid #F4F4F4; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container, .tab2_container {
	border: 1px solid #B7B7B7;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #F4F4F4;
	margin-bottom: 20px;
}
.tab_content, .tab2_content {
	padding: 0 20px;
	font-size: 12px;
}


/*========= Accordion ==========*/

.accordion_place {
padding-bottom: 20px;
}

.accordion_button {	
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 38px; /*--Set height of tabs--*/
	line-height: 38px; /*--Set height of tabs--*/
	border-top: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	width: 100%;
	cursor: pointer;
	color: #555;
	font-size: 12px;
	font-weight: 700;
	background: url(ft-texture.png) repeat #f1f2f4;
	}
	
.accordion_button .title {	
padding-left: 20px;
border: 1px solid #fff;
}
	
.accordion_container {	
	border: 1px solid #B7B7B7;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #F4F4F4;
}

.accordion_last {	
	border-bottom: 1px solid #B7B7B7;
}

.accordion_content {
	padding: 0 20px;
	font-size: 12px;
}

.on {
	background: url(ft-texture.png) repeat #DCDCDC;
	border-bottom: 1px solid #B7B7B7;
	}
	
.over {
	background: url(ft-texture.png) repeat #eee;
	}
.overlapper
{
	position:absolute;
	top:1px;
	left:3px;
	z-index:9;
}
.image-holder {
margin-right:10px;
padding-right:10px;
margin-bottom:5px;
height:auto;
width:auto;
position:relative;
float:left;
}

.image-holder-right {
margin-left:10px;
padding-left:10px;
margin-bottom:5px;
height:auto;
width:auto;
position:relative;
float:right;
}

/* MEH http://ryanfait.com/sticky-footer/ and http://www.cssstickyfooter.com/
* {
	margin: 0;
}
html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -252px; 
}
.footer, .pusher {
	height: 252px; 
}*/
