/* Stylesheet for pmod.co.uk */
/* PAUL'S DA DADDY */
/* Stupid b*****d learn to code CSS at www.w3schools.org */

/* Body and table styles */

body
	{
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	color: #585858;
	font-family: Tahoma, Arial;
	font-size: 11px;
	}

/* Link styles */

a 
	{
	text-decoration: none;
	}

a:link
	{ 
	color: #7D7D7D;
    font-weight: bold;
	}

a:visited 
	{
	color: #7D7D7D;
    font-weight: bold;
	}

a:active 
	{
	color: #7D7D7D;
    font-weight: bold;
	}


a:hover 
	{
	color: #415369;
    font-weight: bold;
	}

/* Custom styles */

.title
	{
	font-weight: bold;
	font-size: 14px;
	color: #294860;
	}
	
.titleb
	{
	font-weight: bold;
	font-size: 12px;
	color: #35688F;
	}
	
.titles
	{
	font-weight: bold;
	font-size: 10px;
	color: #254761;
	}
	
.padm
	{
	padding-left: 10px;
	}
	
.pad4
	{
	padding-left: 4px;
	}
	
.date
	{
	color: #ACACAC;
	}
	
.footbg {
        background-color: #CCCCCC;
		}

/* Menu Colours */
	
.menuhead{
filter:alpha(opacity=85, finishopacity=85, style=85, startx=85, starty=85, finishx=85, finishy=85);
border-style:solid;
border-width:1px;
border-color:#C6E1F9;
background-color:#E4E6F1;
}

.catagory{
font-family:verdana;
font-size:11px;
font-weight:bold;
color:#006699;
}

.menu, visted, active{
font-family:verdana;
font-size:10px;
text-decoration:none;
color:#7D7D7D;
}

.menu:hover{
font-family:verdana;
font-size:10px;
text-decoration:none;
color:#415369;
}
	
/* Form style */

.form
    {
    font-family: Tahoma, Arial; 
    font-size: 10px; 
    border: 1px solid;
    }

/* li replaces the normal list "icon" with the image specified */		

li
    {
    list-style-image: url(images/list.gif);
    }
	
/* -------------------------- Portfolio Page --------------------- */
.pg {
    background-color: #EFEFEF;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 60px;
	}
	
.pw {
    background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 60px;
	}
	
.pi {
    float: left;
	padding-right: 4px;
	}