/* Stylesheet for Osiris Communications

 *

 * Copyright © 2006 Eggplant Studios All Rights Reserved.

 * 

 * Author: Eggplant Studios Team

 *

 * Please feel free to learn from this CSS :)

 */


/*testsing*/
#outer-grid{

	width:58.58em;

	text-align: left;

}
* html #outer-grid{
	width:59.41em; /* IE */
}


#scaffolding {

	width:58.58em;

	margin: 0;

	text-align:left;

	min-width: 950px;

	max-width: 950px;

}
* html #scaffolding {
	width:950px;		
}


#header {

	width:46.25em;

	min-width: 750px;

	max-width: 750px;

}
* html #header {
	width:750px;	
}


#header .call-free{

	min-width: 750px;

}



#header .top-bar {

	min-width: 750px;	

}	



#top_navigation ul {

	height: 27px;

	width: 46.25em;

	min-width: 750px;

	max-width: 750px;	

}
* html #top_navigation ul {
	width:750px;	
}


#shadow-holder {

	height: 5px;

	width:46.25em;
}
* html #shadow-holder {
	width:46.90em; /* IE */
}


/* rules for inner main templates */

.index-main{

	width:46.25em;

    min-width:750px;

    max-width: 750px;

}
* html .index-main{
    width:750px;
}

/* left hand navigation */

#left-column-top {

	/*width: 22.08%;*/
	width: 167px;

	min-width: 167px;

	float: left;

}



/* main content in center */

#center-top{	

	/*width: 77.73%;*/
	width: 583px;

	min-width: 583px;

	float: left;

}



#right-col-top{	

	width: 38%;

	min-width:293px;

	float: right;

}



#left-col-bottom {

	float: left;
	min-width: 329px;
	width: 329px;
}



#center-bottom {
	float: left;
	/*width: 56%;*/
	min-width: 421px;
	width:421px;
}



#center-base{
	float: left;
	/*width: 56%; */
	min-width: 421px;
	width:421px;
}

#hd,#body {

	margin-bottom: 1em;

	text-align:left;

}



.ft {

	width:46.25em;

	min-width: 750px;
	
	clear:both;
	
	padding-top: 1px;

}
* html .ft {

	width:750px;	
}


/* self clear floated parent containers */

#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui-

ge:after, .yui-gf:after

{content:".";display:block;height:0;clear:both;visibility:hidden;} 


  /* #bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {zoom:1;}IE */

/* * html #bd, * html .yui-g, * html .yui-gb, * html .yui-gc, * html .yui-gd, * html .yui-ge, * html .yui-gf {zoom:1;}  IE */

