@charset "utf-8";
/* CSS Document */

/* body */
body { background-image: url(http://www.uk3ads.co.uk/_images/background.gif); }

/* template */
	.boxtop
	{	
		/*make this the same size as the top image*/	
		display:block;	
		width:980px;	
		height:50px;	
		/*set the image as a background*/	
		background-position:center;	
		background-repeat:no-repeat;	
		background-image:url(http://www.uk3ads.co.uk/_images/top_template.png);	
	}	
	
	.boxmiddle
	{	
		/*make this the same size as the top image*/	
		display:block;	
		width:980px;	
		/*set the image as a background*/	
		background-position:center;	
		background-repeat:repeat;	
		background-image:url(http://www.uk3ads.co.uk/_images/middle_template.png);	
	}	
	
	.boxbottom
	{	
		/*make this the same width as the bottom image*/	
		/*dont set the height as this needs to be flexible*/	
		display:block;	
		width:980px;
		height:50px;	
		/*set the image as a background*/	
		background-position:center;	
		background-repeat:no-repeat;	
		background-image:url(http://www.uk3ads.co.uk/_images/bottom_template.png);	
	}	


/* text */
.text_white_regular { font-family: Arial; font-size: 12px; color: #ffffff; font-weight:bold; }
.text_white_small { font-family: Arial; font-size: 10px; color: #ffffff; }


.text_grey_small { font-family: Arial; font-size: 10px; color: #333333; }
.text_grey_regular { font-family: Arial; font-size: 12px; color: #333333; }
.text_grey_medium { font-family: Arial; font-size: 16px; color: #333333; font-weight:bold; }
.text_grey_large { font-family: Arial; font-size: 20px; color: #333333; font-weight:bold; }

.text_red_regular { font-family: Arial; font-size: 12px; color: #820000; font-weight:bold; }

/* hyperlinks */
A.text_grey_regular_link_one:link { font-family:Arial; font-size:12px; COLOR: #333333; font-weight: none; TEXT-DECORATION: none; }
A.text_grey_regular_link_one:visited { font-family:Arial; font-size:12px; COLOR: #333333; font-weight: none; TEXT-DECORATION: none; }
A.text_grey_regular_link_one:hover { font-family:Arial; font-size:12px; COLOR: #333333; font-weight: none; TEXT-DECORATION: underline; }
A.text_grey_regular_link_one:active { font-family:Arial; font-size:12px; COLOR: #333333; font-weight: none; TEXT-DECORATION: none; }

A.text_grey_medium_link_one:link { font-family:Arial; font-size:16px; COLOR: #333333; font-weight: bold; TEXT-DECORATION: none; }
A.text_grey_medium_link_one:visited { font-family:Arial; font-size:16px; COLOR: #333333; font-weight: bold; TEXT-DECORATION: none; }
A.text_grey_medium_link_one:hover { font-family:Arial; font-size:16px; COLOR: #333333; font-weight: bold; TEXT-DECORATION: underline; }
A.text_grey_medium_link_one:active { font-family:Arial; font-size:16px; COLOR: #333333; font-weight: bold; TEXT-DECORATION: none; }

A.text_white_regular_link_one:link { font-family:Arial; font-size:12px; COLOR: #ffffff; font-weight: bold; TEXT-DECORATION: none; }
A.text_white_regular_link_one:visited { font-family:Arial; font-size:12px; COLOR: #ffffff; font-weight: bold; TEXT-DECORATION: none; }
A.text_white_regular_link_one:hover { font-family:Arial; font-size:12px; COLOR: #ffffff; font-weight: bold; TEXT-DECORATION: underline; }
A.text_white_regular_link_one:active { font-family:Arial; font-size:12px; COLOR: #ffffff; font-weight: bold; TEXT-DECORATION: none; }

A.text_red_regular_link_one:link { font-family:Arial; font-size:13px; COLOR: #820000; font-weight: bold; TEXT-DECORATION: none; }
A.text_red_regular_link_one:visited { font-family:Arial; font-size:13px; COLOR: #820000; font-weight: bold; TEXT-DECORATION: none; }
A.text_red_regular_link_one:hover { font-family:Arial; font-size:13px; COLOR: #820000; font-weight: bold; TEXT-DECORATION: underline; }
A.text_red_regular_link_one:active { font-family:Arial; font-size:13px; COLOR: #820000; font-weight: bold; TEXT-DECORATION: none; }

/* form buttons */
.text_grey_regular_form_fields{ font-family: Arial; font-size: 12px; color: #333333; border-bottom: 1px solid #333333; border-right: 1px solid #333333; border-left: 1px solid #333333; border-top: 1px solid #333333;}
.text_grey_regular_form_button{ font-family: Arial; font-size: 12px; background-color:#333333; color: #ffffff; border:1px solid #333333; }
