/* CSS Document */
/*
** pixodeo.co.uk style sheet
** Copyright 2007 Andrew Raines
**
** Many thanks to Alexander Limi - his work has greatly inspired
** this style sheet for the look of the website.
**
** Notes:
** #122FC2 is dark blue pixodeo colour
** 
*/

html {
	background-color: white;
	color: #002B3D;
	/*font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	line-height: 1.75em;
}

body {
	margin: 0;
	padding: 0;
}

:link { 
	color: #112FC2;
}

:visited { 
	color: #112FC2;
}

h1, h2, h3, h4, h5, h6
{
        font-weight: normal; 
        color: #122FC2;
        line-height: 1.2em;

}	

h1
{
        font-size: 1.6em; border-bottom: 2px solid #122FC2;
}

h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5, h6 {font-size: 1em;}



/*
a {color: #333333; text-decoration: none;}
a:link a:visited {color: #333333; text-decoration: none;}
a:hover {color: #CCCCCC; text-decoration: underline;}
*/

#menu {
	position: absolute;
	top: 100px;
	margin-left: 25px;
	height: 25px;
	border-width: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	font-weight: bold;
	}
#menu a {color: #000000; text-decoration: none;}
/*#menu a:hover {color: #55a0ff; text-decoration: none;}*/
#menu a:hover {color: #122FC2; text-decoration: none;}

#container {
	position: absolute;
	top: 130px;
	margin-left: 25px;
	width: 850px;
	border-width: 0px;
	padding-left: 23px;
	padding-top: 5px;
	padding-right: 23px;
	padding-bottom: 0px;
	}

#mastwrap {
	background: url('../images/pixodeologo_e.jpg') bottom left repeat-x #122FC2;
}

#masthead {
	position:relative;
	background: url('../images/pixodeologo.jpg') bottom left no-repeat transparent;
	border: 0px solid white;
	height: 100px;
	color: #000;
}
