@import "/CSSFiles/general.css";

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

/*
1. Text Formatting ----------------------------------------------------
2. Colour & Background Styles --------------------------------------------
3. Structure defining Styles ------------------------------------------
4. Map Styles 

*/


/* 1. Text Formatting ------------------------------------------------- */

body{ background-color:#4D4D4D; font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; font-size:0.8em; text-align:center; line-height:normal; color:#0C0C0C; background-image: url(Images/Background.jpg); }

h1 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: normal;
	color:#ec008c;
	text-align:left;
}
h2 {
	color:#ec008c;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;	
	text-align:left;
}

h3 
{
	color:#ec008c;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: normal;
	text-align:left;
}
h4 {
	color:#ec008c;
	font-size: 1.1em;
	font-weight: normal;
	text-align:left;

}
h5 {
	color:#ec008c;
	font-size: 1em;
	font-weight: bold;
	font-style:italic;
	text-align:left;
}

h6 {
	color:#ec008c;
	font-size: 0.8em;
	font-weight: bold;
	font-style:italic;
	text-align:left;
}

.divTopLeft h1 {
    font-size: 1.7em;
	line-height: 1.3em;
	font-weight: normal;
	color:white;
	margin: 0px 0px 0px 0px;
	text-align:left;
}	
/*------------------------- Master Page Structures ------------------------------ 
---------------------------------------------------------------------------------*/  

div.divBanner{float:left; line-height:normal;}


.divTopLeft ul { color:White; font-size:1.3em; line-height: 1.4em; margin-left:0px; padding-left: 15px; margin-top:5px; list-style-type:square;}


.divBannerRegion h1 {
	color:#807500;
}	

p  {
	text-align:left;
	line-height: 1.5em;
}

ul {
	text-align:left;
	}
	
ol {
    padding-left: 20px;
}	

a {text-decoration:underline;}

a:hover {text-decoration:none;}

/* 2. Colour & Background Styles ---------------------------------------------- */

/* check to see if we need this style - its locayed in skin file */	
.txtBox {border:1px solid #666666;}

.TextBackground
{
	background-color:#FFFFFF;
	padding-bottom: 20px;
}

td.sidemenu {
	background-color:#FFEA00;
	}
	
div.MenuBack
{
	width:100%;
	background-image:url(Menu/top_menu.jpg);
	background-repeat:repeat-x;
}	

/* 3. Structure defining Styles --------------------------------------- */

table.homeContainer
{
	width:95%;
	height:100%;
}

table.layout 
{
	width:100%;
	padding: 0 0 0 0;
}


td.prompt
{
	padding-right:10px;
	text-align:right;
}
td.data
{
	text-align:left;
}




/* 5. Map Styles ----------------------------------- */

#map_canvas
{
	width:400px;
	height:424px;
}
#map_wrapper
{
	width:440px;
	height:424px;
	text-align:center;
	vertical-align:middle;
	margin-left:20px;
}


/* -- Top Menu Background -- */



div.heading
{
	background-image: url(Images/BlackBackground.gif);
	background-repeat:repeat;
	color:#5c5c5c;
	text-align:center;
	font-family:Arial;
	font-size:24pt;
}

div.coltitle
{
	font-family:Arial;
	font-weight:bold;
	text-align:left;
	padding: 0 15px 10px 15px;
}
	
div.coltext
{
	font-size:8pt;
	font-family:Arial;
	text-align:left;
	padding: 0 15px 0 15px;
}
	
.PageTitle
{
	text-align:left;
	font-family:Tahoma;
	font-size:11pt;
	font-weight:bold;
	padding: 0 15px 10px 15px;
}

sideinfo
{
	font-size:8pt;
	text-align:left;
	width:300px;
	background-color:White;
}

div.iframe
{
	text-align:center;
}
div.panelleft
{
	padding:0 10px 0 0;
}
div.panelcentre
{
	padding:0 10px 0 10px;
}
div.panelright
{
	padding:0 0 0 10px;
}
div.vert_20
{
	height:20px;
}
div.vert_10
{
	height:10px;
}
div.hor_10
{
	width:10px;
}

div.hor_15
{
	width:15px;
}

div.hor_20
{
	width:20px;
}

div.logo
{
	text-align:center;
}

div.leftmenu
{
	text-align:center;
	margin-left:20px;
}

div.login
{
	text-align:center;
	margin-top:5px;
}
div.readmore {
	text-align:right;
	font-size:0.9em;
}

div.info {
	text-align:justify;
	font-size:0.9em;
	border:1px solid #FFFFFF;
}
div.disporder {
	text-align:left;
	font-size:1.0em;
}
div.active {
	text-align:left;
	font-size:1.0em;
}
div.pagetitle {
	text-align:center;
	font-size:1.0em;
	font-weight: bold;
}
div.editinfo {
	text-align:justify;
	font-size:0.9em;
	vertical-align:top;
	border:1px solid #FFFFFF;
}
div.copyright 
{
	text-align:left;
	font-size:0.7em;
	color:GrayText;
	vertical-align:top;
}

div.progress
{
	font-size:1.2em;
	font-weight:bold;
	color:Red;
}
div.uploadedlogo
{
	background-repeat:no-repeat;
	text-align:center;
}
div.prevnext
{
	vertical-align:bottom;
	text-align:right;
	margin-right:40px;
}
div.wizard6
{
	text-align:left;
	height:340px;
}
div.googlemap
{
	text-align:left;
	height:340px;
}
div.instructions
{
	text-align:left;
	height:60px;
}
div.greenpiece
{
	margin-bottom:10px;
	background-image:url(Images/greenpanel.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:200px;
	color:White;
	text-align:left;
}
div.gptitle
{
	text-align:center;
	padding-top:15px;
	font-weight:bold;
}
div.gptext
{
	text-align:left;
	padding-top:15px;
	padding-left:5px;
	font-size:8pt;
}
div.wizbtn
{
	text-align:left;
	padding-right:20px;
}
.li {list-style-type:disc;}

.bulletedlist {list-style-type:Disc;}


.PaxiFooterLogo
{
    margin-top:3px;
    }
.FooterText
{
    font-size:0.8em;
}

.button {
color:white; 
font: bold 84% 'trebuchet ms',helvetica,sans-serif; 

background-color:#525252; 
border: 1px solid; 
border-color: #660000 #660000 #660000 #660000; 
}


.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}

.accordionHeader
{
	background-image: url(Images/BlackBackground.gif);
	background-repeat:repeat;
	color:#5c5c5c;
	font-size:10pt;
	font-weight:bold;
	cursor:pointer;
}

.accordionHeader:hover
{
	background-image: url(Images/Button90BlackRollover.png);
	background-repeat:repeat;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
	cursor:pointer;
}

.accordionContent
{
    background-color: #FFFFFF;
    border: none;
}

.blogWrapper
{
	height:600px;
}

.blogBackground
{
	background-color:White;
	border:solid 1px black;
}

.blogHeading
{
	width:200px; 
	height:20px;
	text-align:center; 
	color:#5c5c5c;
	font-weight:bold; 
	background-image:url(Images/BlackBackGround.gif); 
	background-repeat:repeat;
}

.blogTitle
{
	width:200px; 
	text-align:center; 
	color:#FFF;
	font-weight:bold; 
	background-image:url(Images/BlackBackGround.gif); 
	background-repeat:repeat-x;
}

.blogDate
{
	width:200px; 
	background-color:White;
	color:#000;
}

.blogText
{
	background-color:White; 
	width:200px;
	color:#000;
}


td.homeNewsWrapper
{
	width:200px;
	border-left:solid 1px #623E8A;
}
/*----------------------- used on  master pages------------------------- */

Header { background-color:White; background-repeat:repeat-x; width:100%; height:140px; vertical-align:middle; }



/*stat of new bits */

/* end custom styles defined in skins*/

/* used to set color of horizontal rules used in shopping cart*/

hr
{
 color:white;
}


/* used to style ShoppingCartAddressDetails.aspx  payment confirm purchases table*/
table.shoppingBasket
{
	border:groove 3pt gray;
	color:black;
}

tr.shoppingBasketTitle
{
	border-bottom:groove 2pt red;
}

tr.shoppingBasketTotal
{
	border-top:double 2pt gray;
}

/* end of  payment confirm purchases table*/

/* used to define the address details panes on the shoppingcartaddressdetails.aspx */
table.shoppingTable 
{
    background-color:white;
    border-color:white;
    border-style:solid;  
    width:350px;
    color:#555555
}


tr.shoppingTableHeader
{
    background-color:#8BC53F;
}

tr.shoppingTableAlternateRowColor
{
    background-color:white;
    color:#555555
}

tr.shoppingTableFooterColor
{
    background-color:white; 
}
/* end of address details panes on the shoppingcartaddressdetails.aspx */


/*used to set background colour of forgottenpassword page */
.forgottenPassword
{
 background-color:white;    
}

/*used in pop popup modal when button is pressed for time consming task to prevent user from clicking twice */
.modalBackground
{
    background-color:white;
}

/* used to set background color on shopping cart*/

.rspSlideContainer
{
background-color:#141313;  
}

/* used to set background color on table in rad tooltip*/
.radtooltip_Default,  
.radtooltip_Default td  
{  
background-color: #141313 !important;  
} 

/* sets the height of the right frame in the shopping cart*/

.rpMain
{
    height:500px  
}


/* custom big button */
.button_200
{
     position: relative;
     background-image: url(Images/button_over.gif);
     border: 1px solid #B3B3B3;
     background-repeat: repeat-x;
     white-space: nowrap;
     display: block;
     width: 200px;
     height: 30px;
     margin: 0; 
     padding: 0; 
}

.button_200 a
{
     display: block;
     color: #808285;
     width: 200px;
     height: 30px;
     text-decoration: none;
}

.button_200 img 
{
     width: 200px;
     height: 30px;
     border: 0; 
}

.button_200 a:hover img
{
    visibility:hidden
}

.button_200 span
{
     padding-right: 0px;
     padding-left: 0px;
     left: -10px;
     padding-bottom: 0px;
     cursor: pointer;
     padding-top: 0px;
     position: absolute;
     top: 0px;
     width: 200px;
     text-align: center;
     font-size:11pt;
}

/* end  custom big button */

/* custom medium button */
.button_120
{
     position: relative;
     background-image: url(Images/button_over.gif);
     border: 1px solid #B3B3B3;
     background-repeat: repeat-x;
     white-space: nowrap;
     display: block;
     width: 120px;
     height: 30px;
     margin: 0; 
     padding: 0; 
}

.button_120 a
{
     display: block;
     color: #808285;
     width: 120px;
     height: 30px;
     text-decoration: none;
}

.button_120 img 
{
     width: 120px;
     height: 30px;
     border: 0; 
}

.button_120 a:hover img
{
    visibility:hidden
}

.button_120 span
{
     padding-right: 0px;
     padding-left: 0px;
     left: -10px;
     padding-bottom: 0px;
     cursor: pointer;
     padding-top: 0px;
     position: absolute;
     top: 0px;
     width: 120px;
     text-align: center;
     font-size:11pt;
}

/* end  custom medium button */

/* custom smaller button */
.button_80
{
    position: relative;
    background-image: url(Images/button_over.gif);
     border: 1px solid #B3B3B3;
     background-repeat: repeat-x;
    white-space: nowrap;
    display: block;
    width: 80px;
    height: 30px;
    margin: 0; 
    padding: 0; 
}

.button_80 a
{
    display: block;
     color: #808285;
    width: 80px;
    height: 30px;
    text-decoration: none;
}

.button_80 img 
{
    width: 80px;
    height: 30px;
    border: 0; 
}

* html a:hover 
{
     visibility:visible
}

.button_80 a:hover img
{
     visibility:hidden
}

.button_80 span
{
     padding-right: 0px;
     padding-left: 0px;
     left: 10px;
     padding-bottom: 0px;
     cursor: pointer;
     padding-top: 0px;
     position: absolute;
     top: 0px;
     width: 80px;
     text-align: left;
     font-size:11pt;
}

/* end  custom smaller button */
.button_AddCart { background-image:url(Images/add_to_cart.png); }
.button_MoreInfo { background-image:url(Images/more_info.png); }
.button_Checkout { background-image:url(Images/checkout.png); }
.button_Enquire { background-image:url(Images/enquire.png); }


.ButtonText
{
    margin-top:5px;
    }
    

/*----------------- styles for the product page page ----------------- */  
#shippingTable{margin-top:0px;}
#shippingTable table {margin-top:0px;border-style:solid;border-color:gray;border-width:1px;}
#loginDiv #btnsTable {margin-top:0px;border-style:solid;border-color:gray;border-width:0px;}
.shippingTableCaption {margin-top:0px;color:red; font-weight:bold; text-align:left;}
.shippingTableLabel{margin-top:0px;color:white; font-weight:normal;}
.productPrice{margin-top:0px;color:white; font-weight:normal;}
.productTitle{margin-top:0px;color:white; font-weight:normal;}
.shippingAnswer{margin-top:0px; font-weight:bold;}
#divBuyButtonWrap {padding: 5px 0 0 0;}
#divEnquireButtonWrap {padding: 5px 0 0 0;}

/*----------------- styles for the contact page ----------------- */    
#ContactTableHeading {width:650px; margin: 0 auto 0 auto;}
#ContactHeading { }
#ContactTableDetails {width:650px; margin: 0 auto 0 auto; }
#ContactDetailsHeading {height: 30px; vertical-align: middle; border-bottom: 4px solid #e6e6e6;}
#ContactHoursHeading {height: 30px; vertical-align: middle; border-bottom: 4px solid #e6e6e6;}
#ContactAddress {padding-top: 5px;}
#ContactHours {}
#ContactTeleFax {padding-top:10px;}
#ContactTableEmail {width:650px; margin: 0 auto 0 auto; margin-top:25px; border: 1px solid #B3B3B3; vertical-align:middle;}
#ContactEmailHead {background-image:url(Images/TableHead.gif);height: 38px;padding-left: 10px;vertical-align: middle;}
#ContactEmailHead h2 {margin:0; padding:0;}
.FormText { }
.FormTextRequired {width:200px;height:30px; padding-top:15px;}
.FormTextCell {width:200px;height:40px;text-align:right; vertical-align:top; padding-right:10px;}
.FormInputCell {vertical-align:top;}
#FormSubmitCell {padding:10px 0 10px 0;}
#TableMapWrapper {width:650px; height:400px;margin: 30px auto 35px auto;}
#map_canvas {width:650px;height:400px; border: 1px solid #B3B3B3; margin-top: 10px;}

/*--------------------- styles for login page ------------------- */
.LoginTable {border: 1px solid #B3B3B3; vertical-align:middle;}
.LoginTableHead {background-image:url(Images/TableHead.gif);height: 38px;padding-left: 10px;vertical-align: middle;}
.LoginTableHead h2 {margin:0; padding:0;}
.LoginRowSpacing {padding:3px 3px 3px 3px; margin:3px 3px 3px 3px;}

/*--------------------- styles for HomeBanner.aspx ------------------- */
.HomeBannerTop {height:300px; background-color:#414042;}
.HomeBannerTopLeft {padding-left:20px; vertical-align:middle;}
.divTopLeft {overflow:hidden;}
.BottomTextLeft {padding: 20px 10px 20px 20px; width:65%; vertical-align:top;}
.BottomTextRight {padding: 20px 20px 20px 10px; width:35%; vertical-align:top; text-align:right;}
.HeaderImage {padding: 0 0 0 20px; }
.HeaderImageTable {height:140px; vertical-align:middle; }
.TestimonialTable {width:275;margin-left: auto; border:2px solid #ec008c; padding:5px;}


.EmailSignUp {margin: 25px 15px 15px 15px; text-align:left;}
.EmailCheck {margin-top:15px;}
.EmailAdd {vertical-align:middle;}

/*----------------- styles checkout process ----------------- */ 
.CheckInfoBox {border:solid thick #B3B3B3; background-color:White; margin:25px auto 0 auto; width:96%;}
.CheckInfoBoxCell {border:solid thick #B3B3B3;}
.CheckOutButton { margin:5px auto 0 auto; width:96%;}
.CheckInfoBox h2 {margin:5px 0 0 0;}
.CheckProceedBox {margin: 25px auto 25px auto;}

/*----------------- styles instructions pages --------------- */
.InstructionText { margin: 25px 0 10px 0; font-weight:bold;}

.displayNone{display:none}

/*person page*/ 
.personName h2{line-height:15px;}
.personTitle h2{line-height:15px;}
.personDivider{height:20px;}
/*.lblPeopleHead{}
.lblPeoplePageText{} */

/*-------------------- styles for the modal popup extender --------------*/

.ModalPopup
{
    background:white;
    border:2px solid #000;
}
