BODY
{
    FONT:normal 0.7em Verdana,Arial,Helvetica,sans-serif;
    MARGIN: 10px 0;
    BACKGROUND-COLOR: #fff;
    color:#000;
}
.Site A
{
    COLOR: #002462;
    TEXT-DECORATION: underline
}
.Site A:hover
{
	color:#5A6E87;
}
.Site DT
{
	FONT-WEIGHT: bold
}
.Site DD
{
	PADDING-LEFT: 0;
	MARGIN-LEFT: 0
}
.Site FORM
{
	padding:0!important;
	margin:0;
}
.Site h1,
.Site h2,
.Site h3,
.Site h4
{
	margin:0 0 1em;
}
.Site H1
{
    FONT-SIZE: 210%;
}
.Site H2
{
    FONT-SIZE: 160%;
}
.Site H3
{
    FONT-SIZE: 140%;
}
.Site H4
{
    FONT-SIZE: 130%;
}
.Site H5
{
    FONT-SIZE: 120%;
    display:inline;
}
.Site H6
{
	MARGIN:1em 0 .5em;
	FONT-SIZE: 100%;
}
.Site IMG
{
	BORDER:none;
}
.Site TABLE
{
	BORDER:none;
	WIDTH: 100%;
}
.Site TABLE TD,
.Site TABLE TH
{
	PADDING: 0;
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: left
}

/* ############################### Bespoke classes ################################ */

.Site .box
{
	height:1%;
	border:1px solid #C3C1CF;
}
.Site .box h2.title,
.Site .cartAddress h3,
.Site .cartAddress p.addressTitle
{
	BACKGROUND:#eee;
	font-size:120%;
	padding:3px 5px;
	margin:0;
	color:#5A6E87;
	border-bottom:1px solid #ccc;
}
.Site .box .content
{
	padding:5px;
}
.Site .button,
.Site a.add,
.Site a.edit
{
	font-size:1em;
	background:#e5e5e5 url(/images/layout/button_bg.gif) left bottom repeat-x;
	border-width:1px;
}
.Site a.add,
.Site a.edit
{
 padding: 7px 10px 7px 15px;
 text-decoration: none;
 border-bottom-style: outset;
 border-right-style: outset;
}
.Site a.udelete
{
	padding: 0;
	
	color: #ff8282;	
	background: none;
	line-height: 2em;
	border-bottom-style:none;
	border-right-style: none;
	font-weight: bold;
	font-size: 1.5em;
}
.Site a.udelete:hover
{
	color: #F00;
}
.Site .content img
{
	margin:5px;
}
.Site .content table
{
	width:100%;
}
.Site .content table td
{
	padding:3px;
	text-align:center;
}
.Site .detail H3
{
	FONT-SIZE: 120%
}

.Site .detail IMG.picture
{
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 15px;
    float: none !important;
}
.Site .detail DIV.picture
{
    float: right;
    width: 350px;
}
.Site .detail P
{
	padding: 5px 0 0 5px;
}
.Site .detail .qtybox
{
	display:none;
}
.Site .dropdown,
.Site .textarea,
.Site .textbox,
.Site textarea,
.Site select
{
    WIDTH: 365px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 90%;
}
.Site select
{
	width: auto;
}
.Site #UserLogon .textbox,
.Site #UserLogon .required
{
	width: 150px;
}

.Site #EditContent .textbox,
.Site #EditContent textarea,
.Site #EditContent .required

{
	width: 200px;
}
.Site .form TD
{
	padding:2px 0px;
}
.Site .ghosted
{
    COLOR: #C3C1CF;
}
.Site .label
{
    FONT-WEIGHT: bold
}
.Site .list
{
    MARGIN-BOTTOM: 5px;
    margin-left:1px;
    PADDING: 5px 0;
    BORDER-BOTTOM: #C3C1CF 1px solid
}
.Site .list H3
{
    MARGIN-TOP: 0;
    FONT-SIZE: 120%;
    MARGIN-BOTTOM: 5px
}
.Site .list H4
{
    FONT-WEIGHT: 400;
    FONT-SIZE: 100%;
    MARGIN: 0px
}
.Site .list .date
{
    FONT-SIZE: 90%;
    COLOR: #777;
}
.Site .list IMG.thumbnail
{
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 10px
}
.Site .list P
{
	MARGIN: 3px 0;
}
.Site .noBkg
{
	background:none!important;
}
.Site .stepper
{
    border:1px solid #C3C1CF;
    padding:3px 5px;
}
.Site .stepper P
{
    MARGIN: 0px;
    TEXT-ALIGN: right;
}
.Site .subPageList
{
	margin:0;
	padding:0;
}
.Site .template
{
	margin:0 !important;
	padding:0 !important;
}
.Site .template ul
{
	margin-left:20px !important;
}
.Site TABLE.documentTable
{
    BORDER-TOP: #ccc 1px solid;
    BORDER-LEFT: #ccc 1px solid
}
.Site TABLE.documentTable TD.cell
{
    BORDER-RIGHT: #ccc 1px solid;
	PADDING: 5px;
    BORDER-BOTTOM: #ccc 1px solid
}
.Site TABLE.documentTable TH.heading
{
    PADDING: 5px;
    COLOR: #fff;
    BACKGROUND-COLOR: #5A6E87;
}
.Site TABLE.documentTable TR.alternative
{
    BACKGROUND-COLOR: #fff;
}

/* ################################### Site IDs ################################# */

#mainTable
{
	position:relative;
	width:760px;
	margin:auto;
	background:url(/images/layout/subMenu_bkg.gif) left top repeat-y;
}
.Site #mainHeader
{
	height:86px;
	background: url(/images/layout/mainheader_bg.jpg) left top no-repeat;
}
.Site #logo
{
	position:absolute;
	top:37px;
	right:12px;
}

/* ################################## Menu setup ################################### */

.Site #topMenu
{
	position:absolute;
	top:10px;
	left:0;
}
.Site #topMenu ul 
{
	margin:0;
	padding:0;
	float:left;   	   
}
.Site #topMenu li
{
	padding: 0; 
	margin: 0;
	display: inline;
}
.Site #topMenu ul a
{
	margin:0;
	float:left;
	padding:0 4px;
	color:#fff;
	font-size:80%;
	text-decoration:none;
}
.Site #topMenu ul a:hover
{
	text-decoration:underline;
}
.Site #topMenu ul a img
{
	margin:0;
	float:left;
	padding:0;
	border:1px solid #7a7aa6;
}
.Site #topMenu ul a.activelang img
{
	border-color: #FFF;
}
.Site #mainMenu
{
	position:relative;
	background:#000 url(/images/layout/mainmenu_bg.gif) left bottom repeat-x;
	border-top:1px solid #fff;
}
.Site #mainMenu ul 
{
	margin:0;
	padding:0;
	/*padding-left:149px;*/
	float: right;
	
}
.Site #mainMenu li
{
	display: inline;
}
.Site #mainMenu ul a
{
	position:relative;
	padding:6px 10px;
	display:block;
	float:left;
	color:#fff;
	line-height:1;
	font-size:90%;	
	text-decoration:none;
	border-left:1px solid #fff;
}
.Site #mainMenu ul a.active,
.Site #mainMenu ul a.on
{
	background:#5A6E87;
}
.Site #mainMenu ul a:hover
{
	background:#5A6E87;
}

/* ################################## Sub Menu setup ################################### */

.Site h2#menuTitle,
.Site #cartBrief h2
{
	text-align:center;
	color:#fff;
	font-size:110%;
	background:#596D87 url(/images/layout/submenu_shad.gif) left bottom repeat-x;
	padding:3px 3px 6px;
	margin:0;
}
.Site #subMenu
{
	float:left;
	width:150px;
	/*background:url(/images/layout/bpif-member.gif) center 3px no-repeat;*/
}
.Site #subMenu #bpif
{
	text-align: center;
	padding: 3px 0 3px 0;
}
.Site #subMenu ul
{
	padding: 0;	
	margin:0;
}
.Site #subMenu ul li
{
    padding:0;
    margin:0;
	display:inline;
	list-style: none;
}
.Site #subMenu ul a
{
	color:#5A6E87;
	line-height:1;
	FONT-SIZE: 90%;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	background:url(/images/layout/bullet_default.gif) 5px center no-repeat;
	padding: 7px 5px 7px 13px;
}
.Site #subMenu ul a.active
{
	color:#000;
}
.Site #subMenu ul ul,
.Site #subMenu ul ul ul,
.Site #subMenu ul ul ul ul
{
	margin:0;
}
.Site #subMenu ul ul a
{
	padding-left:23px;
	background:url(/images/layout/bullet_default.gif) 15px no-repeat;
}
.Site #subMenu ul ul ul a
{
	padding-left:33px;
	background:url(/images/layout/bullet_default.gif) 25px no-repeat;
}
.Site #subMenu ul a:hover
{
	color:#000;
}
.Site h1#mainTitle
{
    MARGIN:0;
    text-align:right;
    padding:10px 5px;
    font-size:90%;
    color:#000;
}
.Site h1#mainTitle .label
{
	color:#5A6E87;
}
.Site #mainLayout
{
	height:1%;
	margin-left:170px;
	padding-bottom:20px;
}
* html .Site #mainLayout
{
	margin-left:167px;
}
.Site h1#mainLayoutHeader 
{
	position:relative;
	font-size:120%;
	font-weight:700;
	padding:2px 5px 6px;
	margin:0 0 10px;
	background:#5A6E87 url(/images/layout/maintitle_bg.gif) left bottom repeat-x;
	color:#fff;
}

/* ========= footer menu setup =============== */

.Site #mainFooter
{
    MARGIN:0;
    font-size:80%;
    color:#fff;
    padding:0 10px;
    background:#5A6E87;
}
.Site ul#footerMenu
{
	float:right;
	padding:0;
	margin:0;	
}
.Site ul#footerMenu li
{
	margin:0;
	padding:0;
	display: inline;
}
.Site ul#footerMenu a
{
	line-height:30px;
	padding:0 5px;
	margin:0;
	color:#fff;
	text-decoration:none;
	border-left:1px solid #71849C;
}
.Site ul#footerMenu a:hover
{
	text-decoration:underline;
}
.Site p#copyright
{
	line-height:30px;
	margin:0;
}

/* ======================== */

.Site blockquote,
.Site #header,
.Site #footer,
.Site #header1
{
	min-height:45px;
	background-color:#F5F6F7;
	border:1px solid #AAB9CC;
	padding:10px 10px 0;
}
.Site blockquote
{
	padding-left:100px;
	background:#F5F6F7 url(/images/layout/note.gif) 30px 1em no-repeat;
}
.Site blockquote img,
.Site #header img,
.Site #header1 img,
.Site #footer img
{
	margin:0 0 1em;
}
*html .Site blockquote,
* html .Site #header,
* html .Site #header1,
* html .Site #footer
{
	height:45px;
}
.Site #header,
.Site #header1
{
	margin-bottom:2em;
}
.Site #footer
{
    margin-top:2em;
}

/* ############################### Bespoke template settings ################################ */

.Site #template_Mailform_Right #column1
{
	float:none !important;
    width: 490px !important;
}
.Site #template_Mailform_Right #column2
{
	margin:20px 0 !important;
	width: 490px !important;
}

/* =========================== */

.Site #template_News_Articles_Style_2 #column1
{
	float:left !important;
	width:230px !important;
}
.Site #template_News_Articles_Style_2 #column2
{
	margin:0 0 0 250px !important;   
}

/* =========================== */

.Site #template_Products_Grouped .backlink
{
    PADDING-RIGHT: 2%;
    PADDING-LEFT: 2%;
    PADDING-BOTTOM: 2%;
    WIDTH: 96%;
    PADDING-TOP: 2%;
    BACKGROUND-COLOR: #2e8b57;
    TEXT-ALIGN: right;
}
.Site #template_Products_Grouped .backlink A
{
    COLOR: #fff;
}

/* =========================== */

.Site #template_Sub_Page_Listing #footer
{
    padding: 24px 0;
}

/* =========================== */

.Site TABLE#subPageTable
{
	BORDER-TOP: #ccc 1px solid;
	BORDER-LEFT: #ccc 1px solid
}
.Site TABLE#subPageTable .col1
{
    WIDTH: 30%
}
.Site TABLE#subPageTable .col2
{
    WIDTH: 40%
}
.Site TABLE#subPageTable .col3
{
    WIDTH: 30%
}
.Site TABLE#subPageTable TH.heading
{
    BORDER-RIGHT: #000 1px solid;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 120%;
    PADDING-BOTTOM: 5px;
    COLOR: #ffffff;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #000 1px solid;
    BACKGROUND-COLOR: #04459E;
}
.Site TABLE#subPageTable TD.cell
{
    BORDER-RIGHT: #000 1px solid;
    PADDING:5px;
    VERTICAL-ALIGN: middle;
    BORDER-BOTTOM: #000 1px solid
}
.Site TABLE#subPageTable TR.alternate
{
    BACKGROUND-COLOR: #ccc
}

/* =========================== */

.Site #template_sitemap
{
	margin-left:30px;
}
.Site #template_sitemap ul
{
	list-style-type:none;
	margin:0;
	padding:0
	color:#000;
	line-height:1.8;
}
.Site #template_sitemap li
{
	list-style-type:none;
	padding-bottom:1em;
}
.Site #template_sitemap ul a
{
	color:#000;
	background:url(/images/layout/bullet_2a.gif) left center no-repeat;
	padding-left:20px;
	text-decoration:none;
}
.Site #template_sitemap ul a:hover
{
	color:#0D0D72;
	text-decoration:underline;
}
.Site #template_sitemap ul ul 
{
	line-height:1.5;
}
.Site #template_sitemap ul ul li
{
	padding:0;
}
.Site #template_sitemap ul ul a
{
	padding-left:40px;
	background:url(/images/layout/bullet_1.gif) 20px center no-repeat;
}

/* =========================== */

.Site table#productList
{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.Site table#productList th.heading
{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#ececec;
	color:#5A6E87;
	padding:3px;
}
.Site table#productList td.cell
{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	padding:3px;
}
.Site table#productList .reference h3
{
	font-size:110%;
}
.Site table#productList .image
{
	width:160px;
}

/* ############################ Enquiry specific ############################ */

.Site #cartBrief
{
	margin:20px 0;
}
.Site #cartBrief p
{
	padding:5px;
	margin:0;
	font-size:90%;
}
.Site #cartBrief a.checkoutlink
{
	padding-left:14px;
	background:url(/images/layout/arrow_blue.gif) left center no-repeat;
}
.Site #glFull
{
	color:#444;
}
.Site #glFull select,
.Site #glFull textarea
{
	width:150px!important;
}
.Site .cartAddress,
.Site #cartInvoice,
.Site #optionsForm,
.Site #PayForm,
.Site #cartLogonBox,
.Site #cartRegisterBox
{
	border-color:#ccc;
}
.Site .cartAddress h3
{
	font-size:110%;
	line-height:1.3;
}
.Site .cartAddress table
{
	margin-top:10px;
}
.Site .cartAddress P,
.Site .cartAddress h4,
.Site .cartAddress h5,
.Site .cartAddress a.textButton,
.Site #cartInvoice p
{	
	padding:4px 10px;
}

/* ####    With submenu column widths    #### */

.Site .template_2_Columns #column1,
.Site #template_Sub_Page_Listing #column1,
.Site #template_Image_Library_10up_Stepped_1col #column1 
{				
	width: 290px !important;			
}				
				
.Site .template_2_Columns #column2,
.Site #template_Sub_Page_Listing #column2,
.Site #template_Image_Library_10up_Stepped_1col #column2			
{				
	margin-left: 300px !important;			
}				
				
.Site .template_2_Columns_66_33 #column1				
{				
	width: 385px !important;			
}				
				
.Site .template_2_Columns_66_33 #column2				
{				
	margin-left: 395px !important;			
}		
		
.Site .template_2_Columns_70_30 #column1
{
	float: left;
	width: 425px !important;
}	
.Site .template_2_Columns_70_30 #column2
{
	margin-left: 435px !important;	
}	
	
.Site .template_2_Columns_33_66 #column1				
{				
	width: 195px !important;			
}				
				
.Site .template_2_Columns_33_66 #column2				
{				
	margin-left: 205px !important;			
}				
				
.Site .template_3_Columns #column1,				
.Site .template_3_Columns #column2				
{				
	width: 190px !important;			
}				
				
.Site .template_3_Columns #column2				
{				
	margin-left: 10px !important;			
}				
				
.Site .template_3_Columns #column3				
{				
	margin-left: 400px !important;			
}				
				
.Site .template_2_Columns_Boxed #column1				
{				
	width: 290px !important;			
}				
				
.Site .template_2_Columns_Boxed #column2				
{				
	margin-left: 300px !important;			
}				
				
.Site .template_2_Columns_66_33_Boxed #column1				
{				
	width: 385px !important;			
}				
				
.Site .template_2_Columns_66_33_Boxed #column2				
{				
	margin-left: 395px !important;			
}				
				
.Site .template_2_Columns_33_66_Boxed #column1				
{				
	width: 195px !important;			
}				
.Site .template_2_Columns_33_66_Boxed #column2				
{				
	margin-left: 205px !important;			
}				
.Site #scrollerContainer 				
{				
	width: 580px !important;			
}		

.Site .formMainTable td td,
.Site .formMainTable td th
{
	padding: 5px 0 5px 15px;
	text-align: left;
}		


.Site #membershipBrief
{
	float: left;
	margin-left: 20px;
}
.Site a.EditDetails
{
	font-weight: bold;
}

.Site div.loading,
.Site div.loadingLine
{
	background: url(/images/layout/loading.gif) center top no-repeat;
	margin-top: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	height: 46px;
	text-align: center;
}

.Site #contentBrief .list
{
	border: 2px solid #F00;
	padding: 20px;
}
.Site #userMachineList
{
	border-bottom: 0;	
}
.Site #DeleteContent .button
{
	float: left;
	padding: 10px 15px 10px 15px;
	margin-right: 20px;
	margin-top: 20px;
} 
.Site #DeleteContent .principle
{
	color: #F00;
	font-weight: bold;
	cursor: pointer;
}
.Site .list img.thumbnail
{
	clear: right;
}
.Site .mySubPageList a
{
	font-size: 0.9em !important;
}
.Site .briefImages img.thumbnail
{
	float: left;
}
.Site .briefImages .terminus
{
	clear:left;
}
.Site .imgLink
{
	height: 125px;
	display:inline-block;
	margin: 5px 15px 5px 0;
}
.Site .list .FVPlayer
{
	width: 350px;
}
.Site #socialmedia
{
    padding:8px
}
.Site #socialmedia a,
.Site #socialmedia img
{
    display:block
}
.Site #socialmedia a
{
    float:left;
    margin-left:15px;
}
.Site #socialmedia a.first
{
    margin-left:0
}
