/* turned off; used with page transitions: html { background-color: #ffffff; }  */

body {
	margin:0px;
	padding:0px;
	color:#555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; 
	background-color:#ffffff;
	background-image: url(../images/bonyx_body.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a, a:link, a:visited {
	color: #0074c5; 
	text-decoration: none;
}

a:hover {
	color: #009900;
	text-decoration: underline;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5{ font-weight: normal; }

h1 { font-size: 36px; color: #000; }
h2 { font-size: 24px; color: #000; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; color: #ccc; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; color: #000; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #000; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }


/* Setting for active clock */
#servertime {
    position: relative; 
	top: -10px; 
	font-style: italic; 
	font-size: 10px; 
	margin-left: 380px;
}
/* End setting for active clock */

/* Scrolling Testimonials */
/* CSS for two tickers; only one in use right now. */
#domticker{
position: relative;
top: -10px;
width: 228px;
/*height: 130px;*/
/* border: 1px solid #fff;
background-color: #FFFFCA;*/
padding: 5px 10px;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
/*background-color: #FFFFCA;*/
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
/* End Scrolling Testimonials */	

.float_l { float: left; }
.float_r { float: right; }

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #000; } 

.button a{
	clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(../images/bonyx_button.png) no-repeat;

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	background: url(../images/bonyx_button_hover.png) no-repeat;
}

#bonyx_header_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
}

#bonyx_header {
	width: 920px;
	height: 100px;
	padding: 0 30px;
}

#bonyx_header  #site_title {
	float: left;
	width: 300px;
	padding: 30px 0 0 0;
}

#bonyx_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#bonyx_header  #site_title h1 a{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#bonyx_header  #site_title h1 a span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	letter-spacing: 2px;
}

#bonyx_header #search_box {
	color: #21272d;
	font-weight: bold;
	font-style: italic;
	float: right;
	width: 250px;
	margin-top:53px;
	height: 130px;
	padding: 5px 10px;
	overflow: hidden;
	background: url(../images/bonyx_login.png) no-repeat; 
}

#bonyx_header #search_box h2 {
	padding-bottom: 5px;
}
#bonyx_header #search_box h3 {
	color: #49A7FF;
	font-style: normal;
}

#bonyx_header #search_box form {
	margin: 0;
	padding: 0;
}

#bonyx_header #search_box form label {
	float: left;
	text-align: right;
	display: block;
	width: 70px;
	margin-top: 3px;
	margin-right: 10px;
}
.input_field {
	height: 16px;
	width: 60px;
	padding: 0 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 10px;
	font-variant: normal;
	line-height: normal;
}

#submit_btn {
	float: right;
	margin-right: 30px;
 	height: 25px;
	width: 60px;
	padding: 0 0 10px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
}

/* menu */

#bonyx_menu {
	clear: both;
	height: 39px;
	padding: 11px 0 0 0;
}

#bonyx_menu ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#bonyx_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#bonyx_menu ul li a {
	position: relative;
	float: left;
	width: 103px;
	display: block;
	height: 23px;
	padding: 4px 0 0 0;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #21272d;	
	font-weight: bold;
	outline: none;
}

#bonyx_menu li a:hover, #bonyx_menu li .current {
	color: #fff;
	background: url(../images/bonyx_menu_hover.png);
}

/* end of menu */

/* banner*/

#bonyx_banner {
	clear: both;
	width: 920px;
	height: 200px;
	/* original: padding: 50px 30px; */
	padding: 20px 30px 10px 30px;
	background: url(../images/bonyx_banner.jpg) no-repeat;
	overflow: hidden;
}

#bonyx_banner h3 {
	color: #99CCFF;
	font-size: 42px;
}

#bonyx_banner p {
	color: #FFFFFF;
	font-size: 16px;
}

/* end of banner */

#bonyx_content_wrapper_outer {
	width: 100%;
	background: url(../images/bonyx_content_top.jpg) top repeat-x;
	border-top: 1px solid #004e85;
	
}

/* Admin page css entries */
#admin_content_wrapper_inner {
	width: 100%;
	// background: url(../images/bonyx_content_bottom.jpg) bottom repeat-x;	
	background: #ffffff;	
	height:400px;"
}

#admin_content_wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 30px;
}

#admin_content {
	width: 620px;
	float: left;
}
#bonyx_admin_banner {
	clear: both;
	width: 920px;
	height: 25px;
	padding: 5px 0 0 0;
	margin-left:-30px;
	background: url(../images/bonyx_banner.jpg) no-repeat;
	overflow: hidden;
}

#bonyx_admin_banner .title{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold; 
	display:inline;
}
#bonyx_admin_banner .info {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	display:inline;
}

#bonyx_admin_banner .alert{
	color: #ff0000;
	font-size: 16px;
	font-weight: bold; 
	display:inline;
}
#bonyx_admin_banner .alerttext {
	color: #FF0000;
	font-size: 14px;
	font-style: italic;
	display:inline;
}

#bonyx_admin_main {
   position:relative; 
   margin-left: 10px; 
   padding:5px; 
   width:620px; 
   height:370px; 
   overflow:auto;
}
#bonyx_admin_main h2{
   color: #0075C5;
}

#bonyx_admin_tab{
   width:60px; 
   height:415px; 
   margin-left:-50px;
   float:left;
}

#bonyx_admin_info {
	float: right;
	margin-right: 40px;
	width: 220px;
	padding: 5px;
}
#bonyx_admin_info h2{
   color: #0075C5;
}
/* End Admin page css entries */

#bonyx_content_wrapper_inner {
	width: 100%;
	background: url(../images/bonyx_content_bottom.jpg) bottom repeat-x;	
}

#bonyx_content_wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 30px;
}

#bonyx_content {
	width: 620px;
	float: left;
}

/* Adding entries for Live Content 
.content_item
{ border-bottom: 1px solid #2AD8DE; } */

.content_item  p{
	/* color: #2AD8DE; */
	color: #555; 
	}

.content_image
{ width: 130px;
  height: 130px;
  margin-top: 20px;
  float: left;
  border: 1px solid #DDD;}
  
.content_image_right
{ width: 130px;
  height: 130px;
  margin-top: 20px;
  float: right;
  border: 1px solid #DDD;}
  
.content_text
{ width: 520px;
  float: right;
  margin-top: 20px;
  padding-left: 20px;}
  
.content_text_left
{ width: 520px;
  float: left;
  margin-top: 20px;
  padding-left: 20px;}
  /* End Adding live content */
  
.service_box {
	width: 280px;
}

.service_image {
	float: left;
	width: 64px;
	margin: 3px 0 0 0;
}

.service_box .service_text {
	float: right;
	width: 200px;
	text-align: justify;
}

.services_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(../images/bonyx_divider.jpg) bottom repeat-x;	
}

.services_section h4 {
	margin-bottom: 20px;
}

.services_section .right {
	float: right; 
	width: 120px;
}

.services_section .right img {
}

.services_sectio .services_content {
	clear: both;
	margin: 10px 0;
}

.services_section .left {
	float: left; 
	width: 470px;
}

.services_section .left p {
	text-align: justify;
}


.post_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(../images/bonyx_divider.jpg) bottom repeat-x;	
}

.post_section h2  {
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	background: url(../images/bonyx_header.png) no-repeat bottom left;
}

.post_section .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .left {
	float: left; 
	width: 130px;
}

.post_content .left img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.post_content .right {
	float: right; 
	width: 450px;
}

.post_section p {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#recent_project {
		width: 620px;
	}
	#recent_project ul { list-style: none; margin: 0; padding: 0; }
	#recent_project ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 270px;
		padding: 6px;
		margin: 0 25px 25px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
	}
	#recent_project ul img {
		width: 270px;
		height: 130px;
		border: none;
		margin-bottom: 5px;
	}

#contact_form {
	float: left;
	padding: 20px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	height: 18px;
	width: 230px;
}

#contact_form form label {
	display: block;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 310px;
	height: 150px;
}

#contact_form form .submit_btn {
	float: left;
	margin-right: 110px;
	width: 103px;
	height: 27px;
	padding: 0px 0 0 0;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(../images/bonyx_button.png) no-repeat;
}


/* sidebar */

#bonyx_sidebar {
	float: right;
	width: 240px;
}

.section_rss_twitter {
	width: 240px;
	margin-top: 20px;
	margin-bottom: 120px;
}

.rss_twitter a{
	display: block;
	width: 240px;
	color: #333;
	padding: 20px 0 0 0;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.rss_twitter a:hover {
	text-decoration: none;	
}

.rss_twitter a span {
	font-size: 15px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}

.rss a{

	background: url(../images/rss.png) right bottom no-repeat;
}

.twitter a{

	background: url(../images/twitter.png) right bottom no-repeat;
}


#sidebar_featured_project {
	margin: 0 0 40px 0;
	padding: 0;
}

#sidebar_featured_project .left {
	float: left;
	width: 64px;
}

#sidebar_featured_project .right {
	float: right;
	width: 170px;
}

#sidebar_featured_project h6 a{
	color: #fff;
}

#news_section {
	margin: 0 0 40px 0;
	padding: 0;
}

.news_section h3 {
}

.news_box a {
	font-weight: normal;
	text-decoration: underline;
}

.news_box  {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

/* end of sidebar */

/* footer */

#bonyx_footer_wrapper {
	clear: both;
	width: 100%;
	background: #005590 url(../images/bonyx_footer.jpg) repeat-x top;
}


#bonyx_footer {
	clear: both;
	width: 940px;
	padding: 20px 30px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
}

#bonyx_footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#bonyx_footer a:hover {
	color: #33CCFF;
	text-decoration: none;
}

#bonyx_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px 0 0;
	display: inline;
}

.footer_menu li a {
	color: #ffffff;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */

/* "Portfolio Page Gallery settings */
#gallery_content {
	width: 620px;
	float: left;
    border: 1px solid #000000; 
	background:#0075C5; 
	width: 660px; 
	padding-left: 20px; 
	margin-left: -20px;	
}

.gal_col_w960 { width: 750px; margin-bottom: 60px }
.gal_col_last { margin: 0 }

#gallery { margin: 0; padding: 0 }
#gallery ul { margin: 0; padding: 0; list-style: none }
#gallery ul li { float: left; display: block; width: 290px; margin: 0 60px 30px 0; font-size: 16px; font-weight: bold; color: #fff }
#gallery ul li.no_margin_right { margin-right: 0 }
#gallery ul li img { width: 270px; height: 130px; border: 1px solid #DCDADA; padding: 1px; margin-top:10px; margin-bottom: 10px; }
/* End "Portfolio Page Gallery settings */