/*******************************************************/
/*			file: Website\styles\ant0.css	   		*/
/*			www.antshrman.com/					*/
/*			Author: Antony Sharman				*/
/*******************************************************/

/******* DO NOT ALTER UNLESS YOU REALLY MEAN TO ********/

/*******			Start of Globals			******/

body {
	font: 100%  "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #000; /* black */
/*	background-image: url(/images/logo_big.jpg); /* space.gif);  */
	margin: 0; 
	padding: 0;
/* zero the margin and padding of the body element to account for differing browser defaults */
	min-width: 410px;	
/* this forces the center to be no smaller than (410 px) in any browser */
	border:0;
	text-align: center; 
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #060; /* deep green coloured font */
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. 
	Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. 
	If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. 
	You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design 
	(ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. 
	You may want to adjust based on your final font sizing.
*/
span { float:right;
}	/*  */
img.logo {
	float:left;
	position:absolute;
	margin:-12px 0px 0px -12px;
	padding:0px 0px 0px 0px;
	border:none;
}	/* positioning the logo */
img.thumb{ position: relative; border:none;
}	/* In the customer satisfaction section */
#container {
	width: 25em; 		
/* this width (originally 46em) will create a container that will fit in an 800px browser window if text is left at browser default font sizes : also width:750px;*/
	background-color:transparent;
	margin: 0 auto; 	
/* the auto margins (in conjunction with a width) centers the page */
	text-align: left; 	
/* this overrides the text-align: center on the body element. */
}	/* Holding page context */

/*** header definitions ***/
#header 		{	
	background-color:transparent; 	
	padding: 0px 10px 0px 20px; 
/* this padding matches the left alignment of the elements in the divs that appear beneath it. 
If an image is used in the #header instead of text, you may want to remove the padding. */
	height:174px;
} 	/*  */
#header h1 {
	margin: 0; 
/* zeroing the margin of the last element in the #header div will avoid margin collapse - 
	an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; 
/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: .3em .3em .3em .3em; 
/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFe;
/* FFe: off white */
	color: #060;
/* redefining font colour at ne */
	text-align:center;
}	/* defining text position, colour & content background */

/* UL&LI: normalise the list to normal text */
#mainContent ul{ display:inline;
}	/* in this instance "lists" look like sentences */
#mainContent li{ display:inline;
}	/*  */
#mainContent br {
	margin:0px 0px 0px 0px;
}	/*  */
#mainContent a {
	font-size:inherit;		
	text-decoration:none;
	color: #060;
}	/* #mainContent anchor definitions */
#mainContent ul { zoom:1; margin:0; padding:0; border:none; list-style:none; 		/* position:absolute;
	top:13.5em;
	right:36%; */	}
/* RECENT ADDITTION FROM ANT1.css  */	
#mainContent li {  margin:0; border:none;		}
#mainContent li.firstlist { 		margin:0px 0px 0px 0px; 		}
#mainContent li.secondlist {		margin:0px 0px 0px 0px; 		}
#mainContent li.thirdlist {		margin:0px 0px 0px 0px; 		}
#mainContent li.endoffirstlist { 	margin:0px 0px 20px 0px;  	}
#mainContent li.endofsecondlist { 	margin:0px 0px 110px 0px; 	}
#mainContent li.endofthirdlist { 	margin:0px 0px 0px 0px; 		}
/***  ***/
#mainContent a.internal, #mainContent a.external  {
	display:inline;
}	/* how to display URLs */
#mainContent a.external:hover, #mainContent  a.external:active {	
	color: #099;
}	/* 099: pale blue */
#mainContent a.internal:hover, #mainContent  a.internal:active {	
	color: #090;
}	/* 090: pale green */
/* #mainContent font types */
#mainContent h3, #mainContent h4, #mainContent h5,#mainContent h6	{ 	
	margin:0px; 
	padding:0px;
}	/* H3, H4, H5, H6 */
#mainContent h1 {	
	font-size: x-large /*100%*/;
	font-weight:bold;
	text-align: center;
/*	line-height:1.7em; 	*/
	padding:0px 20px 5px 10px;
	margin:-10px 0px 30px 0px;
	} /* DeSEO */
#mainContent h2 {	
	font-size: small /*80%*/;
	font-weight:bold;
	text-align: center;
	line-height:1.6em; 
	/* the next bit IS TO TRY AND CONTROL THE CENTERING ELEMENT */
	padding:0px 20px 5px 10px;
	margin:-10px 0px 0px 0px;	
	}
#mainContent h3 {
	font-size: x-small /*60%*/;
	font-weight:bold;
	text-align: justify;
	}
#mainContent h4 {	
	font-size: x-small /*60%*/;
	font-weight:bold;
	text-align:left;
	padding:0px 0px 3px 0px;
	}
#mainContent h5 {
	position:relative;
	float:right; 
	line-height: normal; 
	font-size: x-small /*60%*/;
	font-weight:normal;
	text-align: right;
	padding:0px 6px 0px 0px;
	margin:-30px 0px 10px 0px;
	}
#mainContent h6 { 
	position:relative;
	float:right;	
	font-size: xx-small /*60%*/;
	font-weight:normal;
	text-align: right;
	}
#mainContent p {	
	font-size: x-small /*60%*/;
	font-weight:bold;
	text-align: left; 	
	padding:4px 6px 6px 6px;
	}	
.continue {
	display: inline-block;
	}
.nopadding{ padding:0px 0px 0px 0px;
}
.nomargin{ margin:0px 0px 0px 0px;
}
.border	{  
	margin:0px 0px 0px 0px ; 
	padding: .6em .6em 1.0em .6em; 	
	border: #060 solid thin ;
	background-image: none;
	}
.clear { clear:both;
}
#footer { 
	padding: 0 10px; 
/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000;
	background-color:transparent;
} 
#footer p {
	margin: 0; 
/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer h2 {
	margin: 0; 
/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color:#000;
}
.hidden2 { display: none;visibility: hidden; }
.hidden0 { display: none; visibility: hidden; }
/* start from the left, take in the whole available width, define the hight and colour */
#menubar 			{ float:left;	width:100%;	height:0px;	background-color: #000; 	
				}
/* no bullets, borders, padding or margin in default list styling */
#menubar ul 		{ clear:left;	float:left;	width:100%;	list-style:none; 			
				}
/* float the menu-bar list members to the left and into position*/
#menubar li 		{ float:left; 	position:relative;	display:inline; font-size:xx-small; 					
				}
/* option placing spacing colours and sizes*/
#menubar ul a 		{ float:left;	display:block; 	color: #000;	font-weight:normal;
				text-decoration:none;	padding:0 6px 0 6px;	line-height:2px; 							
				}
/* menu-bar and secondary choice active and hover colours */
#menubar ul li a.active, 
#menubar ul a:hover, 
#menubar ul ul a:hover
				{ color:#000;  	background:#000; 							}
/* secondary choices visible on hover on menu-bar */
#menubar ul li:hover ul
				{ visibility:invisible; 										}