/*** v1.0.2 additions ***/

#bv_maincontent * .bv_overlay {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(images/magnify.png) center center no-repeat #000;
	cursor: pointer;
	left:0px;
	top:0px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 20;
	opacity: 0;
}

#bv_maincontent * .bv_overlay:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

#bv_maincontent * .bv_fbox {
	position:relative;
	display:inline-block;
}

/*** v1.0.2 end ***/


body {

	background-color: #fff;
	font-family: Arial, Verdana, Segoe, sans-serif;
	font-size: 16px;
	color: #222;
	margin:0px;
	overflow-y: visible;
	overflow-x: hidden; 
}

blockquote {
	#444;
	font-size:14px;
}

p {
	margin:3px;
}

a {
	outline: none;
	color:#33bb33;
}


/* BLOG ENTRIES */

.bv_blogtitle {
	font-size:28px;
	font-weight:bold;
	display:inline-block;
	border-bottom: 4px dotted #33bb33;
	padding-bottom:2px;
	margin-bottom:5px;
}

.bv_blogdesc {
	padding-top:10px;
	
}

.bv_blogpublishdate { 
	font-size:12px;
	font-weight:bold;
	color: #068ac8;
	margin-left:25px;
	
}

.bv_blogwrapper {

}

.bv_blogentries {
	float:right;
	width:250px;
	padding:14px;
	margin:12px;
	background-color:#e5ffe5;
	border:2px dotted #ccffcc;
	border-radius:15px;
}

/* END OF BLOG */

/* BRUVAH WEB FORMS */

	.bv_webform_wrapper {
		width:880px;
		padding:15px;
	}

	.bv_webform_header {

	}

	.bv_webform {

	}

	.bv_webform_label {
		vertical-align:top;
		width:300px;
	}

	.bv_webform_textarea {
		width:550px;
		display:inline-block;
	}


/* END WEB FORMS */

/* Editor Formatting */

 h1,
 h2,
 h3,
 h4,
 h5{
 
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-left: 0;
	padding: 0;
	background: none;
	color:#164d24 !important;
	font-weight: bold;
}


.redactor_format_h1, h1 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 28px !important;
	line-height: 32px !important;
	padding:5px 0 5px 0 !important;
	border-bottom:2px solid #c9e0c9;
	color:#164d24 !important;
	font-weight: bold;
}

.redactor_format_h2, h2 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 24px !important;
	line-height: 26px !important;
	color:#164d24 !important;
	font-weight: bold;
}

.redactor_format_h3, h3 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 20px !important;
	line-height: 22px;
	padding:4px;
	color:#164d24 !important;
	font-weight: bold;
	background-color:#c9e0c9 !important;
}
.redactor_format_h4, h4 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 16px !important;
	line-height: 18px !important;
	color:#164d24 !important;
	font-weight: bold;
}
 h5 {
	font-family: Arial, Verdana, Segoe, sans-serif;
	margin-bottom: 10px;
	font-size: 1em !important;
}

/* 

Editor Image Styling

bv_ed_button = bv_button

*/

.bv_ed_shadow_border {
	-moz-box-shadow: 0 12px 8px -12px #000;
	-webkit-box-shadow: 0 12px 8px -12px #000;
	box-shadow: 0 12px 8px -12px #000;
	border: 1px solid #ccc;
	padding:8px;
}

.bv_ed_shadow_border:hover, .bv_ed_border:hover {
	opacity:0.8;
	background-color:#eee;
}

.bv_ed_shadow {
	-moz-box-shadow: 0 12px 8px -12px #000;
	-webkit-box-shadow: 0 12px 8px -12px #000;
	box-shadow: 0 12px 8px -12px #000;
}

.bv_ed_border {
	border: 1px solid #ccc;
	padding:8px;
}

.bv_ed_rounded {
	border-radius:15px;
}

/* End of Editor Formatting */

/* Mailing List */

#bv_maillist {
	display:none;
	/* display:block;*/
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:50;
	top:-60px;
	height:100px;
	left:840px;
	width:200px;
	text-align:right;
}


#bv_mail_content {
	text-align:center;
	top:0px;
	border-radius:0 0 12px 12px ;
	left:7px;
	padding:8px 12px 12px 12px;
	margin:0px;
	color:#fff;
	position:relative;
	width:200px;
	height:40px;
	background-color:#2c2c2c;
	
}

#bv_mail_button_container {
	left:50px;
	bottom:0px;
	border-radius:0 0 10px 10px;
	text-align:center;
	position:relative;
	display:block;
	width:140px;
	height:25px;
	background-color:#2c2c2c;
	padding:1px;
}

#bv_mail_button {
	color:#ccc;
	font-size:12px;
	text-decoration:none;
}

#bv_mail_button:hover {
	color:#fff;
}

#bv_mail_content input {
	background-color:#aaa;
	font-size:12px;
	border:2px solid #ccc;
}

#bv_mail_content input.error {
	border: 1px solid #f00;
}


.bv_mail_valid {
	float:left;
	top:0px;
	line-height:10px;
	font-size:10px; 
}


/* End of Mailing List */

#bv_sitecontainer {
	min-width:100%;
	width:100%;
	margin:0px auto;
}

#bv_sitewrapper {
	width:960px;
	margin:0px auto;
}


#bv_logo {

	position: absolute;
	margin-top:15px;
	left:100px;
	top:5px;
	height:95px;
	z-index:2;
	text-align:left;
}

#bv_logo img {
	height: 80px;
}

.logo {
	margin-top:45px;
}

.imagebar{
	margin-bottom:10px;
	width:210px;
	position:relative;

}

#bv_topbar {
	
}

#bv_topbar_menubar {
	
	position:absolute;
	left: 375px;
	top:53px;
	display:inline-block;
	width:590px;
	text-align:left;
	margin:0px;
	z-index:4;
}


.bv_top_btn1,.bv_top_btn2,.bv_top_btn3,.bv_top_btn4,.bv_top_btn5 {

	font-family:arial;
	display:inline-block;
	height:15px;
	font-weight:bold;
	font-size:16px;
	padding-top:3px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:7px;
	margin:4px;
	margin-bottom:2px;
	color: #000000;
	text-decoration:none;
	
}

.bv_top_editor {
	padding-left:11px;
	padding-right:11px;
}

.tophighl {
	background:#eee;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #ddd;
}

.bv_top_btn1:hover,.bv_top_btn2:hover,.bv_top_btn3:hover,.bv_top_btn4:hover,.bv_top_btn5:hover {
	background:#88bb88;
	border-radius: 5px 5px 0px 0px;
	color: #ffffff;
}

.bv_menutitle {
	position:absolute;
	top:-21px;
	left:15px;
	font-size:11px;
	padding:3px 5px 1px 5px;
	z-index:10;
	border-radius: 4px 4px 0px 0px;
	border: 1px dashed #a55;	
}

.menuhighl {
	border: 1px dashed #a55 !important;
	color: #000;
	position:relative;
}

#bv_header {
	display: none;
}



#bv_banner {


}

#bv_main_menuwrapper, #bv_main_menubar {
	display:none;
}

#bv_header2 {
	display:none;

}

#bv_mainbody {
	position:absolute;
	left: 365px;
	top:155px;
	width:635px;
	margin:0px auto;
	text-align:center;
	z-index:2;
	background-color: #fff;
	padding:25px;
	opacity:.90;
	filter:Alpha(Opacity=90);
}

.bv_content {
	width:635px;
	margin:0px auto;
	text-align:left;
	position:relative;
	min-height:200px;
	
}

.bv_serv_images, .bv_serv_imagesodd {
	float: left;
	width: 280px;
	max-width:280px;
	display:inline-block;
}

.bv_serv_container {
	display: inline-block;
	min-width:100%;
	margin:10px;
	border-top: 3px solid #f1f4ab;
	padding-top: 12px;
}

.bv_serv_price {
	font-size:18px;
	color: #77AA77;
	font-weight: bold;
}

.bv_imagepri {
	width:260px;
}

.bv_imagesec {
	width: 75px;
}

.bv_serv_title {
	font-size:16px;
	font-weight:bold;
}

.bv_imagethumb {
	border: 1px solid #666;
	margin-top:3px;
	background-color: #fff;
	padding:4px;
	padding-bottom:3px;
	display:inline-block;
	vertical-align:top;
}

#bv_footer {

	
}

#bv_footer_menubar {
	margin-top:40px;
	width:100%;
	text-align:center;
	background-color:#eee;
	border-radius:10px;
	border: 1px solid #ddd;

}

.bv_footer_btn1,.bv_footer_btn2,.bv_footer_btn3,.bv_footer_btn4,.bv_footer_btn5 {
	color: #777;
	padding-left:7px;
	padding-right: 7px;
	padding-top: 1px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size:12px;
	display:inline-block;
	margin:4px;
}

.bv_footer_btn1:hover,.bv_footer_btn2:hover,.bv_footer_btn3:hover,.bv_footer_btn4:hover,.bv_footer_btn5:hover {
	color: #000;
}


#bv_poweredby {
	margin-top:25px;
	text-align:center;
	width:100%;
	font-size:13px;
	padding:15px;

}

#bv_poweredby a {
	text-decoration:none;
	font-weight:bold;
}

#bv_poweredby a:hover {
	text-decoration:underline;
}

#bv_poweredby img {
	margin-bottom:-7px;
}

img {
	border: 1px solid #000;
}

a img{
	border:0px;
}

.noborder {
	border: 0px;
}

.bv_button, .bv_ed_button  {
	background-image:url(images/btn_grad.png);background-repeat:repeat-x;
	border: 1px solid #aaa;
	padding:8px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	display:inline-block;
	margin-bottom:3px;
}

.bv_button:hover, .bv_ed_button:hover {
	background-color: #aaa;
	background-image:url(images/btn_gradh.png);background-repeat:repeat-x;
	
}

.bv_small_font {
	font-size: 12px;
	padding:5px;
}

.bv_xsmall_font {
	font-size: 11px;
	padding:4px;
}

.bv_success {
	color: #272;
	background-color: #dfd;
	border: 1px solid #9d9;
	padding: 6px;
}

.bv_error {
	display:block;
	color: #722;
	background-color: #fdd;
	border: 1px solid #d99;
	padding: 6px;
}

.bv_details {
	border: 1px solid #aaa;
	padding:4px;
	color: #000;
	font-size:12px;
}


/* END TABLES CSS */

/* SUPPORT SECTION */

.bv_ticket,.bv_ticketsep {
	width:100%;
	border:1px solid #aaa;
	border-radius: 10px;
	padding:10px;
	margin:7px 0px 7px 0px;
	background-image:url(images/gtw_grad.png);background-repeat:repeat-x;
	display:block;
}

.bv_green {
	background-image:url(images/grtw_grad.png);background-repeat:repeat-x;
}

.bv_ticketsep {
	display:inline-block;
	width:97%;
	border: 1px solid #fff;
	border-bottom: 0px;
}

.bv_ticketnum {
	font-weight:bold;
	margin:0px 0px 12px 0px;
	display:block;
	font-size:14px;
	position:relative;
}

.bv_ticketstatus, .bv_tickettype {
	width:200px;
	font-size:12px;
	display:inline-block;
	position:relative;
}

.bv_who {
	margin:5px 0px 0px 0px;
	display:block;
	font-weight:bold;
	font-size:14px;
}

.bv_created {
	display:block;
	font-size:11px;
}

.bv_sstatus1, .bv_sstatus2, .bv_sstatus3, .bv_sstatus4 {
	font-weight:bold;
}

.bv_sstatus1 {
	color: #090;
}

.bv_ticketdesc {

		
}

.bv_ticketreply {

	margin: 0px auto;
	width:600px;
	
}

/* TOOLTIPS CSS */

a.bv_tool{
	position:relative; /*this is the key*/
	z-index:24;
	color:#000;
}

a.bv_tool:hover{
	z-index:25; 
}

a.bv_tool span{
	display: none;
	border:1px solid #999;
	background-color:#333; color:#fff;
	padding: 6px 9px;
	width:450px;
}

a.bv_tool:hover span{ 
	display:block;
	position:absolute;
	top:2em; left:2em;
	text-align: center;
	text-decoration: none;
}


/* END TOOLTIPS */

.bv_center {
	text-align:center;
}


