/* Stylesheet for Osiris Communications

 *

 * Copyright © 2006 Eggplant Studios All Rights Reserved.

 * 

 * Author: Eggplant Studios Team

 *

 * Please feel free to learn from this CSS :)

 */



/* Domain Fonts */



#main-sections .domain-title {

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

	font-weight: normal;

	font-size: 99%;

	color:#000;

	padding: 5px 0 0 6px;

	vertical-align: top;

}



#main-sections .domain-info-from {

	font-size: 59%;

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

	color:#4882a2;

	font-weight: normal;	

	padding: 0 0 0 20px;

	display: inline;

}



#main-sections .domain-info-price {

	font-size: 139%;

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

	color:#4882a2;

	font-weight: normal;	

	padding: 0;

	display: inline;

}



#main-sections .domain-more {

	font-size: 69%;

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

	color:#000000;

	font-weight: normal;	

	background: url(../images/bullets/small_arrow.gif) no-repeat;

	padding: 0 0 0 13px;

	margin: 2px 0 0 50px;

}

#main-sections .domain-more a {

	text-decoration: none;

	color:#000000;

}



#main-sections .domain-more a:hover {

	text-decoration: none;

	color:#4882a2;

}

/* Domain blocks */
#main-sections .domain-left, #main-sections .domain-center, #main-sections .domain-right{

	width: 135px;

	min-height: 130px;

	background:url(../images/backgrounds/domain_bg.gif) bottom center no-repeat;

	border-top:1px solid #a49a9a;

	padding: 0 0 10px 0;

}

* html #main-sections .domain-left,* html #main-sections .domain-center,* html #main-sections .domain-right{
	height:130px;
}

#main-sections .domain-left{

	float:left;

	margin: 0 0 0 6px;
	width: auto;
}
* html #main-sections .domain-left{
	margin: 0 0 0 3px; /* I.E Only */
}


#main-sections .domain-center{

	float:left;

	margin: 0 0 0 5px;
	width: auto;

}
* html #main-sections .domain-center{
	margin: 0 0 0 6px; /* I.E Only */
}



#main-sections .domain-right{

	float:right;

	margin: 0 6px 0 0;
	width: auto;

}

* html #main-sections .domain-right{
	margin: 0 3px 0 0; /* I.E Only */
}
