/*graphico.co.uk*/

/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. */



/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */


/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/

/* -- Geneic Initiation items not covered in "undothml.css" -- */

body
{
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
}


h1, h2, h3, h4, h5, h6, p
{
	position: relative;
}


fieldset
{
	border : none;
}

legend
{
	display: none;
}


.invisible
{
	display: none;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.theBreaker
{
	height: 1px;
	clear: both;
	overflow: hidden;
}

/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */

.replace
{ 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
} 

.replace span
{
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
*/

/* begin normal CCS for Teir 1 browser: Firefox*/

body {
	margin:0;
	padding:0;
	height: 600px;
	overflow: auto;
	background: #000000;
}

#page {
	height: 400px; 
}

#leftsider {
	padding: 275px 0 0 50px;
	float: left;
	width:400px; 
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	/*margin-top: 60px; */
	padding-left: 6px;
}

.content {
	margin: 0px 5px 0 0px; 
	float: left;
	font-size: 1.1em;
	
}

#content h4 {font-size: 1.2em; 
margin: 5px 5px 5px 15px; 
}

.par {
	color: #ffffff;
	margin: 0px 0px 0 0px; 
	float: left; 
	height: 300px;
}

.par p {
	margin: 5px 5px 5px 15px; 
}

.par h4 {
	margin: 5px 5px 5px 15px; 
}

.breaker {
	float: left; 
	height: 300px;
	width: 380px;
}

.breakerLeft {
	float: left; 
	height: 300px;
	width: 20px;
}

.breakerLeftTwo {
	float: left; 
	height: 300px;
	width: 5px;
}
.breakerRight {
	float: left; 
	height: 300px;
	width: 40px;
}

.breakerRightMail {
	float: left; 
	height: 300px;
	width: 70px;
}
.news {width: 106px;
	height: 17px;
	background: transparent url(../img/menu/bio.gif) no-repeat;
	list-style:none;
	text-decoration:none;
	}