/* Stylesheet for Osiris Communications

 *

 * Copyright © 2006 Eggplant Studios All Rights Reserved.

 * 

 * Author: Eggplant Studios Team

 *

 * Please feel free to learn from this CSS :)

 */



.bodytext blockquote p{ background: transparent url(../images/content/quote_open.gif) 0 0 no-repeat; padding: 0 35px 0px 35px;}

.bodytext blockquote { background: url(../images/content/quote_close.gif) 100% 100% no-repeat; }





/*.form-btn {

	width: 52px;

	height: 20px;

	color:#FFFFFF;

	padding: 0 0 5px 0;

	border: 1px #405019 solid;

	background-image:url(../images/btns/form_btn.gif);

	background-color: #000000;

	float:right;

	margin: 5px 5px 0 0;

}*/



/* Partners */



.partners-block {
	width: 417px;
	min-height: 50px;
	background: url(../images/content/partners_bg.gif) bottom center no-repeat;
	border-top: 1px #b1b1b1 solid;
	margin: 0 0 0 5px;
}
* html .partners-block {
	height:50px;
}

.partners-block .content { padding: 5px 10px 10px 10px; }

/* Contact Us */



#form-holder { margin: 0 0 0 5px; }



#right-content .address-top {

 	width: 163px;

 	height: 39px;

	background:url(../images/content/address_top.gif) no-repeat;

}

 

#right-content .address-bot {

 	width: 163px;

 	height: 14px;

	background:url(../images/content/address_bottom.gif) no-repeat;

}



#right-content .address-mid {

 	width: 157px;

 	min-height: 250px;

	border-left:3px solid #2c3c4b;

	border-right:3px solid #2c3c4b;


}
* html #right-content .address-mid {

	height:250px;	
}
 

#right-content .content {padding: 5px;}



#right-content .add-header, #right-content .add-body, #right-content .add-number{

	font-family: Arial, Helvetica, sans-serif;

	color:#000000;

/*	word-wrap: break-word;	*/

}

#right-content .add-header {

	font-size: 75%;

	font-weight: bold;	

}

#right-content .add-body{

	font-size: 69%;

}

#right-content .add-number{

	font-size: 69%;

	margin: 5px 0 20px 0;

}



/* Welcome Box */



#welcome-box .top_border{border-top:1px solid #4b5336;}

#welcome-box .content{padding: 0 0 10px 0;}



#welcome-box {

	width: 196px;

	min-height: 360px;

	float: right;

	background: url(../images/backgrounds/welcome_bg.gif) center bottom no-repeat #728d9e;

}
* html #welcome-box {

	height:360px;		

}


#welcome-box .baseline {

	width: 197px;

	height: 8px;

	background: url(../images/backgrounds/welcome_baseline.gif) no-repeat;
}



/* Logo Place Holder */



#logo-holder {

	width: 194px;

	height: 45px;

	background: transparent url(../images/logo.gif) 0 0 no-repeat;

}



/* BBB logo */

#ft .bbb-img {

	float: right;
	width:100px;

}

#home #ft .bbb-img {

	float: right;
	width:100px;
	padding: 0 200px 0 0;

}

/* Help Holder */

.help-btn a{

	float:left;

	width:143px;

	height:49px;

	background: url(../images/backgrounds/help_bg.gif) 0 0 no-repeat;

    margin: 0 0 10px 0;

}



.help-btn a:hover {

	background-position: 0px -49px;

	

}



/* Get In Contact */

.right-getincontact-btn a{

	float:left;

	width:144px;

	height:49px;

	background: url(../images/backgrounds/get_in_contact.gif) 0 0 no-repeat;

}



.right-getincontact-btn a:hover {

	background-position: 0px -49px;	

}



/* Screenshots 



.screenshot-btn {

	float:left;

	margin: 0 0 0 20px;

}

* html .screenshot-btn {
	margin: 0 0 0 13px;
}
*/
/* Banners 

.banner {

	float:left;

	margin: 0 0 5px 6px;

}
* html .banner {

	margin: 0 0 5px 3px; /* I.E Only

}*/

.buttondropdown {
		background-color:#326395; 
		border-top: 1px solid #78a1ca; 
		border-right: 1px solid #0d4a87; 
		border-bottom: 1px solid #0d4a87; 
		border-left: 1px solid #78a1ca; 
		cursor: pointer; 
		height: 25px; 
		width:30px; 
		background-image: url(../images/btn_dropdown.gif); 
		background-repeat: no-repeat; 
		background-position: center;
	  }
	  
