@charset "utf-8";
/* 

LOWFIELD

Description
	
	This stylesheet is used to style overall layout and home page content
	

Contents

	1. Default Styles
	2. Classes
	3. Layout
	4. Header
	5. Menu
	6. Centre Content
	7. Right Content 
	8. Footer
*/


/* - 1. Default Styles -  */

*{
	margin:0; /* Set default padding and margin values to zero */
	padding:0;}

#header h1{ float:left; width:240px; }
#header h4{ float:right; font-size:2em; color:#fff; margin-top:1.2em;
					text-align:right; }
#accreditations{ margin:1em 0 0 0; padding:0; list-style:none; }
#accreditations li{ margin:0 25px 0 0; padding:0; list-style:none; display:inline;
				float:left; }
#accreditations img{ width:110px; }
/*html{
	overflow:auto;}*/
a.bullets{
		font-size:1.1em;		
		color:#666666;
		font-weight:bold;
		width:auto;
	}
li.redBullets{
	list-style-image:url(../gui/bullet.png);
	color:#666666;
	width:130px;

}	
li{
	list-style:none;
	/*list-style-image:url(../gui/bullet.png);*/
	color:#666666;	
	/*list-style-type:none;*/
	}
.tdRight{
	margin-left:10px;
	padding-left:0px;
}

a{
	text-decoration:none;}
	
a img{
	border:none;}
	
body{
	background-image:url(../gui/bg.jpg);
	background-repeat:repeat;
	margin: 25px 0px 0px 0px;
}
	
#wrapper{
	width:987px;
	overflow:auto;
	border:0px solid red;
	margin:0 auto 0 auto;
	font-size:62.5%; /* Match ems to 10% of pixel sizes */
	font-family:Verdana, Arial, Helvetica, sans-serif;}
	

/* - 2. Classes -  */
.bold{
	font-weight:bold;}
	
.boldlink{
	font-weight:bold;
	color:#666666;}

.italic{
	font-style:italic;}



/* - 3. Layout -  */



		
/* - 4. Header -  */
h1{
	/*margin-top:20px;
	width:987px;
	height:60px;
	border:0px solid red;*/}

#logo{
	float:left;}

#trada{
	float:right;
	margin:10px 0 15px 0;}



/* - 5. Menu -  */
#menu{
	font-family:Helvetica, sans-serif;
	clear:both;
	margin:15px 0 0 0px;
	padding:0px 0 0px 275px;
	height:23px;
	width:713px;
	background-image:url(../gui/menu/menubg.jpg);
	background-repeat:no-repeat;}

#menu a{ color:#ffffff; }

.menuitem, .menuitem2{
	display:inline;
	color:#ffffff;
	font-size:1.2em;}
	
.menuitem2{
	font-size:1.0em;
	font-weight:100;}


/* - 5. Flash -  */	
#flash{
	margin-top:10px;}
	
/* - 6. Centre Content -  */
#content_centre{
	width:987px;
	margin-top:10px;
	padding-top:10px;
	border:0px solid red;
	background-image:url(../gui/content/centre/bg.gif);
	background-repeat:no-repeat;}
	
#content_centre_news{
	background-image:none;
	background-color:white;
	border:0px solid red;
	margin-top:-5px;
	padding-top:0;
	width:987px;}
	
*html #content_centre_news{
	margin-top:0px;}
	

/* - 7. Centre Left -  */
#centreleft{
	width:192px;
	height:250px;
	border:0px solid red;
	float:left;
	display:inline;
	margin:0px 0px 0px 10px;
	background-image:url(../gui/content/centre/gallery.jpg);}
	
#viewgallery{
	float:right;
	display:inline;}

/* - 6. Centre Middle -  */

#centre{
	margin:0px 0 0 225px;
	border:0px solid red;
	width:540px;}

#home-page-list {
margin-left: 15px;
}
	
h1{ 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height:1.2em;
	margin:0 0 0.3em 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:2.3em;
	color:#666666;
}
h1 span{
	color:#cc0033;
}	
h2{
	margin-bottom:10px;}
	
#textcopy{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	color:#666666;}
	

/* - 7. Centre Right -  */
#centreright{
	float:right;
	display:inline;
	margin:0 10px 0 0;
	border:0px solid red;
	width:162px;}



/* - 8. Footer -  */
#footer


