/***********************************************/
/* FPOK Evolution fpok.css                     */
/* Use with template fpok-template.php         */
/* Always use the includes                     */
/***********************************************/


/**** HTML tag styles ****/

body{
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background: #000000 url(http://www.fpok.co.uk/images/fpok_bg.jpg) top center repeat-y;
	text-align: center;
}


.box table{
	font-size: 100%;
	color: #31324d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

/**** Hyperlink and anchor tag styles ****/

a:link, a:visited{
	color: #31324d;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}




/**** Wrapper styles ****/
#wrapper{
	margin: 0 auto;
	width:760px;
	background-color: #ffffff;
	text-align: left;
}


/**** topmenu Styles ****/

#topmenu{
	text-align: center;
	margin: 0 auto;
	font-weight: normal; 
	color: #404040;
        PADDING: 5px 0px 5px 0px;
	border-top: 3px solid #31324d;
	border-bottom: 3px solid #31324d;
	Width: 100%;
}

#topmenu a{
	color: #404040;
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	border: 1px solid #ffffff;
}

#topmenu a:hover{
	text-decoration: none;
	background: #31324d;
	COLOR: #ffffff;
	border: 1px solid #000000;
}


/**** Content Styles ****/

#content{
	margin: 0 auto;
	Width: 100%;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px;
	line-height: 1.5;
}

#footer{
	border-top: 3px solid #31324d;
	color: #ABABAB;
	margin: 0 auto;
	Width: 100%;
	PADDING: 5px 0px 5px 0px;
	font-size: 7pt;
	font-weight: normal; 
	line-height: 1.5;
}

/**** Box Styles ****/
.box{
	border-width: 0px 1px 1px 1px;
        border-color: #31324d;
        border-style: solid;
	color: #31324d;
	margin: 0px 5px 5px 5px;
	Width: 180px;
	PADDING: 2px 2px 2px 2px;
	font-size: 8pt;
	font-weight: normal; 
	line-height: 1.5;
}

.box ul{
	margin: 0px;
	padding: 2px;
	list-style: none;
	top: 0px;
}

.box ul li {
	margin: 0px;
	padding: 2px;
	list-style: none;
	top: 0px;
}

.boxtop{
	border: 1px solid #31324d;
	background: #31324d;
	color: #ffffff;
	margin: 5px 5px 0px 5px;
	Width: 180px;
	PADDING: 2px 2px 2px 2px;
	font-size: 8pt;
	font-weight: normal; 
	line-height: 1.5;
}


/**** Content-sd2 Styles ****/
.sidemenu{
	float: left;
	position: relative;
	font-weight: normal; 
	color: #000000;
	MARGIN: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	Width: 200px;
	line-height: 1.5;
}


.maincontent{
	color: #31324d;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 201px;
	line-height: 1.5;
}

.maincontent table{
	font-size: 100%;
}

.maincontent h3{
	font-size: 15pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}


/**** Top Styles ****/

#top{
	color: #FFFFFF;
	margin: 5px auto 5px auto;
	Width: 100%;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
}

.spacer{
	margin: 0 auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	Width: 750px;
	height: 2px;
	font-size: 2px;
}

.clear{
	clear: both;

}