/*---------------------------------------
Cascading Style Sheet 		
Author: Lyndsey Pearce		
Version: 1.0				
website: Kitchen Advisor
email: lyndsey.pearce@cube3marketing.com
---------------------------------------
*/



/*Normalises margin and padding*/
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, 
th, td 
{
	margin: 0;
	padding: 0;
}

/*Normalises font sizes for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-styles from lists*/
ol, ul{
	list-style: none;
}

/*Normalises font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, th, var{
	font-style: normal;
	font-weight: normal;
}

strong{
	font-weight: bold;
}

/*Removes cellspacing and cellpadding from tables*/
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

/*Left aligns test in caption and th*/
caption, th{
	text-align: left;
}

/*Removes quotation marks from g*/
q:before, q:after{
	content: '';
}

/*Removes list-styles from lists*/
ol, ul{
	list-style: none;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;

}

a {
	color:#004F6F;
	background-color: transparent;
	text-decoration:underline;
}

a:hover {
	color:#74B5CF;
	background-color: transparent;
	text-decoration:underline;
}

/*Headings*/
/*h1#home{
	text-indent:-9999px;
	height:33px;
	background-image:url(../images/h1_home.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;	
}*/



/*=container styles*/
div#container{
	width: 960px;
	margin: 10px auto 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

div#header{
	width:960px;
	text-align:center;
	border-bottom:1px solid #ccc;
	height:100px;
	padding: 0 0 5px 0;

}

div#header h1 {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: top center;
	height:93px;
	text-indent:-9999px;
		margin: 0 0 10px 0;
	
}

#portals{
	text-align:center;
	margin:10px 0 0 0;
}

#portals img{
	margin: 0 30px 0 0;
}

#dotted{
	background-repeat: repeat-x;
	background-position: top left;	
	background-image: url(../images/dotted.gif);

}

#tag{
	width:960px;
	text-align:center;
	margin: 30px 0;
}

#tag h2 {
	background-image:url(../images/tag1.gif);
	background-repeat:no-repeat;
	background-position: center;
	height:54px;
	text-indent:-9999px;	
	margin: 0;
	
}

#contactDetails {
	width:960px;
	text-align:left;
	vertical-align:middle;
	padding:20px 0 30px 0;
}

#contactDetails img{
	margin:0 0 0 30px;
}

#reg p{
	background-image:url(../images/reg.gif);
	background-repeat:no-repeat;
	background-position: left;
	text-indent:-9999px;
	margin: 5px 0 0 30px;	
}

.clear{
	clear:both;
}



