/********************************************************************************
*                        Stylesheet for Alphabit website                        *
*                          Created by Tim Butler 2007                           *
*                                                                               *
*                     ------------ BASIC THEME -------------                    *
*                                                                               *
* The website uses DIV code for position and style elements                     *
* This avoids the use of tables to make the site more efficient & W3C compliant *
********************************************************************************/

body 
{   
    color: Black;
    background: url(Images/Background1.gif) White fixed;
    font-family: Verdana, Sans-Serif;
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px; 
}

/************************************
*  Div styles for MasterPage Header *
************************************/
/* Style for Main Header Control DIV on MasterPage - make transparent */
#header
{
   padding: 0px;
   width: 898px;
   height: 157px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: left;
   background-color: White;
   border: 1px solid black;
}

/* Style for Header DIV on MasterPage containing Logo */
#headerLogo
{
	position: relative;
	left: 200px;
	top: 5px;
	width: 500px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: White;
}

/* Style for Header DIV on MasterPage containing Web SiteMap control */
#headerSiteMap
{
	float: left;
	position: relative;
	left: 5px;
	vertical-align: middle;
	top: 7px;
	width: 600px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: Transparent;
	display: inline;
}
/* Style for Header DIV on MasterPage containing Theme Selector control */
#headerTheme
{
	float: left;
	position: relative;
	left: 5px;
	vertical-align: top;
	top: 4px;
	width: 280px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: White;
	display: inline;
}

/* Style for Header DIV on MasterPage containing Web Menu control */
#headerMenu
{
	float: left;
	position: relative;
	left: 0px;
	vertical-align: middle;
	top: 5px;
	width: 898px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #006699;
}

/************************************
*  Div styles for MasterPage Footer *
************************************/
#footer
{
   padding: 0px;
   width: 898px;
   height: 50px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
   background-color: White;
   border: 1px solid black;
}


#footerbase
{
	position: relative;
	top: 12px;
	padding: 0px;
	width: 898px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #006699;
}

/******************************
*  Div styles for DefaultPage *
******************************/
#defaultPage
{
	padding: 0px;
	width: 890px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-left: 5px solid #006699;
	border-right: 5px solid #006699;
	border-top: 5px solid #006699;
	border-bottom: 5px solid #006699;
}
	
#defaultPagePicture
{
	background-image: url(Images/Page/HomeBackground.jpg);
	background-repeat: no-repeat;
	background-color: Blue;
	position: relative;
	left: 0px;
	top: 0px;
	width: 890px;
	height: 668px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

/**********************************
*  Div styles for Web Design Page *
**********************************/
#webdesignPage
{
	padding: 0px;
	width: 890px;
	background-color: White;
	margin-left: auto;
	height: 850px;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-left: 5px solid #006699;
	border-right: 5px solid #006699;
	border-top: 5px solid #006699;
	border-bottom: 5px solid #006699;
}
	
#webdesignPagePicture
{
	background-image: url(Images/Page/WebDesignBackground.jpg);
	background-repeat: no-repeat;
	background-color: Blue;
	position: relative;
	left: 0px;
	top: 0px;
	width: 890px;
	height: 850px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

/*******************************
*  Div styles for ExamplesPage *
*******************************/
#examplesPage
{
	padding: 0px;
	width: 890px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-left: 5px solid #006699;
	border-right: 5px solid #006699;
	border-top: 5px solid #006699;
	border-bottom: 5px solid #006699;
}
	
#examplesPagePicture
{
	background-image: url(Images/Page/ExamplesBackground.jpg);
	background-repeat: no-repeat;
	background-color: Blue;
	position: relative;
	left: 0px;
	top: 0px;
	width: 890px;
	height: 668px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

/********************************
*  Div styles for FAQPage *
********************************/
#faqPage
{
	padding: 0px;
	width: 890px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-left: 5px solid #006699;
	border-right: 5px solid #006699;
	border-top: 5px solid #006699;
	border-bottom: 5px solid #006699;
}
	
#faqPagePicture
{
	background-image: url(Images/Page/FAQBackground.jpg);
	background-repeat: no-repeat;
	background-color: Blue;
	position: relative;
	left: 0px;
	top: 0px;
	width: 890px;
	height: 1150px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}


/********************************
*  Div styles for Contacts Page *
********************************/
#contactPage
{
	padding: 0px;
	width: 890px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-left: 5px solid #006699;
	border-right: 5px solid #006699;
	border-top: 5px solid #006699;
	border-bottom: 5px solid #006699;
}
	
#contactPagePicture
{
	background-image: url(Images/Page/ContactBackground.jpg);
	background-repeat: no-repeat;
	background-color: Blue;
	position: relative;
	left: 0px;
	top: 0px;
	width: 890px;
	height: 720px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}


/********************
*  Style for Panels *
********************/
.PanelStyle
{
	background-color: White;
	-moz-opacity: 0.92; 
	filter: alpha(opacity=92); 
	margin-left: auto; 
	margin-right: auto; 
	padding-left: 5px; 
	padding-right: 5px;
    border-color: Maroon;
    border-width: 1px;
    border-style: solid;
}

/********************************************************
*                         TEXT                          *
* Styles used for various Texts used throughout Website *
********************************************************/

/* Standard text used throughout website */
.DefaultText
{
	color: Black;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
    line-height: 20px;
}

/* Standard Text but centralised on Page  */
.DefaultCentreText
{
	color: Black;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Medium Size Text used for Highlighting etc */
.MediumText
{
    color: #006699;
    background-color: inherit;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
} 

/* Bold text used throughout website */
.DefaultBoldText
{
    color: Black;
    background-color: inherit;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none
}

/* Small Bold text used throughout website */
.SmallBoldText
{
    color: Black;
    background-color: inherit;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none
}

/* Bold Red highlight text used throughout website */
.DefaultRedText
{
    color: Red;
    background-color: inherit;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none
}

/* Text for Menu control on Master Page Header */
.MenuText
{
	font-family: Gill Sans MT, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: White;
}

/* Text for Menu Selected control on Master Page Header */
.MenuSelectedText
{
	font-family: Gill Sans MT, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: Yellow;
}
	
/* Brown / Gold Large Text used for Headers */
.HeaderText
{
	color: #999966;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
    white-space: nowrap;
}

/* ListText uses larger line spacing for displaying Lists */
.ListText
{
    color: Black;
    background-color: inherit;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}

/* Text Style used on Prices table on Website pages */
.WebsiteTableText
{
	color: Purple;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}




/**********************************************************
*                         ANCHORS                         *
* Styles used for various ANCHORS used throughout Website *
**********************************************************/

/* Style for standard interpage anchor links */
A.DefaultAnchor, A.DefaultAnchor:link, A.DefaultAnchor:visited
{
	color: Navy;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A.DefaultAnchor:hover
{
	color: Red;
	background-color: inherit;
	text-decoration: underline;
}

/* Style for Gray anchor links */
A.SpacedAnchor, A.SpacedAnchor:link, A.SpacedAnchor:visited
{
	color: Gray;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

A.SpacedAnchor:hover
{
	color: Red;
	background-color: inherit;
	line-height: 25px;
	text-decoration: underline;
}

/**********************************************************
*                         ANCHORS                         *
* Styles used for various ANCHORS used throughout Website *
**********************************************************/

/* Style for standard interpage anchor links */
A.DefaultAnchor, A.DefaultAnchor:link, A.DefaultAnchor:visited
{
	color: Navy;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A.DefaultAnchor:hover
{
	color: Red;
	background-color: inherit;
	text-decoration: underline;
}

/* Style for Gray anchor links */
A.SpacedAnchor, A.SpacedAnchor:link, A.SpacedAnchor:visited
{
	color: Gray;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

A.SpacedAnchor:hover
{
	color: Red;
	background-color: inherit;
	line-height: 25px;
	text-decoration: underline;
}

