﻿/*****************************************************/
/*                                                   */
/*	 www.AllensOfBranksome.co.uk Main CSS Document   */
/*   Created by Peter Cooney (pete@genesis-it.net)   */
/*	           http://www.genesis-it.net             */
/*	                                                 */
/*	        Copyright (C) Peter Cooney 2006	         */
/*                                                   */
/*****************************************************/

/*     Common Properties Used Throughout The Site     */
/******************************************************/

body {
    background-color:			#FFFFFF;
    	
    color:						#000000;
    text-decoration:			none;
    font-size:					14pt;
    font-family:				Georgia;
    
	margin-left:				0px;
	margin-right:				0px;
	margin-top:					0px;
	margin-bottom:				0px;
	
	scrollbar-face-color:		#EEEEEE;
	scrollbar-highlight-color:	#DDDDDD;
	scrollbar-shadow-color:		#FFFFFF;
	scrollbar-3dlight-color:	#CCCCCC;
	scrollbar-arrow-color:		#3C643C;
	scrollbar-track-color:		#CCCCCC;
	scrollbar-darkshadow-color:	#FFFFFF;
}

img {
	border:						0;
}

hr {
	width:						90%;
	text-align:					center;
}

/*    Common Hyperlink Styles    */
/*********************************/

a:link, a:visited {
	text-decoration: 			none;
   	color: 						#800000;
}

a:active {
	text-decoration: 			none;
	color : 					#800000; 	
}

a:hover	{
	text-decoration: 			underline;
	color : 					#500000;
}

/*    Page Specific Body Styles    */
/***********************************/

body.Index {
	background-color: 			#FEFCD3;
	margin-left:				30px;
	margin-right:				30px;
	margin-top:					30px;
	margin-bottom:				0px;
}

body.HomePage {
	font-size: 					12pt;
}

/*    Table Styles    */
/**********************/

table {
	border-collapse:			collapse;
	padding:					0px;
}

/*    Styles & Classes   */
/*************************/

.Welcome {
	color:						#800000;
	font-weight:				bold;
	font-style:					italic;
	font-size:					20pt;
}

.ManufacturerName {
	color:						#800000;
	font-weight:				bold;
	font-style:					italic;
	font-size:					18pt;
}

.ManufacturerIntro {
	color:						#800000;
	font-weight:				bold;
	font-style:					italic;
}

.ManufacturerDetail {
	/* No special style at this time. */
	/*      Added for future use      */
}

.ItemType {
	color:						#800000;
	font-weight:				bold;
	font-style:					italic;
}

.ItemName {
	color:						#800000;
	font-weight:				bold;
}

.ContactMethod {
	color:						#800000;
	font-weight:				bold;
	font-style:					italic;
}

/*    Page Elements    */
/***********************/

#MasterFrame {
	background-color: 			#FFFFFF;
	width:						100%;
	height:						100%;
}

#Frame {
	width:						100%;
	height:						100%;
}

#Spacer {
	height:						20;
}

#Header {
    clear:						both;
    height:						150;
    color:						#800000;
    font-size:					24pt;
    text-align:					center;
	font-weight:				bold;
	font-style:					italic;
}

#Links {
    width:						140;
}

#Links_Top {
	text-align:					left;
	vertical-align:				top;
	font-size:					18px;
	font-weight:				bold;
}

#Links_Middle {
	text-align:					left;
	vertical-align:				middle;
}

#Links_Bottom {
	text-align:					left;
	vertical-align:				bottom;
	font-size:					18px;
	font-weight:				bold;
}

#OpeningTimes {
	clear:						both;
    color:						#800000;
    text-align:					center;
	font-weight:				bold;
}

#ContactDetails {
	color:						#800000;
	font-weight:				bold;
	font-style:					italic;
}

#SectionTitle {
	background-repeat:			no-repeat;
	text-align:					center;
	color:						#800000;
	font-weight:				bold;
	font-size:					24pt;
	height:						100;
}

#SectionIntro {
	text-align:					left;
	vertical-align:				top;
}

#Item_Left {
	text-align:					left;
	vertical-align:				top;
}

#Item_Right {
	text-align:					right;
	vertical-align:				top;	
}

#Contact_Icon {
	width:						120;
	height:						120;
	text-align:					left;
	vertical-align:				top;
}

#Contact_Details {
	height:						120;
	color:						#800000;
	text-align:					left;
	vertical-align:				top;
}

#Genesis {
	font-size:					7pt;
	text-align:					center;
	font-style:					italic;
	background-color:			#FEFCD3;
	height:						30;
}