/*
Website: 127 Solutions
© 2008 PH-Creative.Com 
*/

/* ##################### */
/* ### GLOBAL STYLES ### */
/* ##################### */

body
{
    margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 78%;	
	background: url(../builtin/bg.gif) repeat-x left top;
}

h1
{
    display: none;
    }

h2 
{
    font-size: 180%;
    }

h3 
{
    font-weight: normal;
    margin-top: -20px;
    font-size: 150%;
    color: #999;
    } 
    
h4 
{
    font-size: 120%;
    margin-bottom: -5px;
    }

img {border: none;}

.ImgPaddingLeft {padding: 5px;
             margin-left: 20px;
             margin-bottom: 10px;
             margin-top: 15px;
             }
             
.ImgPaddingRight {padding: 5px;
             margin-right: 20px;
             margin-bottom: 10px;
             margin-top: 15px;
             }

.ImgPadding {padding: 5px;
             margin-right: 20px;
             margin-bottom: 10px;
             margin-top: 15px;
             border: 1px solid #ccc;
             }

a:link, a:visited 
{
    text-decoration: underline;
    color: #999;
    font-weight: bold;
    }
a:hover 
{
    text-decoration: none;
    }
    
hr 
{
    color: #ccc;
    }


/* ##################### */
/* ### DIV STYLES ### */
/* ##################### */


#wrapper 
{
    width: 859px;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
    }
    
.address 
{
    width: 736px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5px;
    color: #999;
    }
       
#header 
{
    background: url(../builtin/container_top.gif) no-repeat right top;
    height: 122px;
    }
    
#header .logo
{
    width: 280px;
    height: 74px;
    float: left;
    }
    
#header .top_right
{
    float: right;
    padding-top: 25px;
    color: #333;
    margin-right: 25px;
    }
    
.header_enquiries
{
  margin-top: 12px;
  text-align: right;
  color: #666;
    }
    
    
.header_phone
{
    font-size: 280%;
    }
    
#container 
{
    width: 836px;
    margin-left: 23px;
    background: #fff;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    } 
    
#banner 
{
    width: 788px;
    height: 197px;
    margin: 0 auto;
    
    }
    
#banner_background 
{
    width: 788px;
    height: 197px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    }

.strapline 
{
    width: 490px;
    height: 50px;
    font-size: 180%;
    float: left;
    margin: -70px 0 0 45px;
    padding: 0px 0 0 0;
    color: #fff;
    font-size: 160%;
    z-index: 2;
    position: relative;
    }
    
.strapline strong
{
    color: #333;
    font-size: 110%
    }
    

    
    
/* ##################### */
/* ### BANNER LINKS  ### */
/* ##################### */
    
.OrangeBoxLink 
{
     margin: 0px 0px 3px 0px;
     display: block;
     padding-top: 1px;
     clear: both;
     font-weight: bold;
    }
    
.OrangeBoxLink a 
{
     margin: 0px 5px 0px 0px;
     display: block;
     padding: 14px 37px 20px 0px;
     text-decoration: none;
     color: #fff;
     clear: both;
     font-weight: bold;
     text-align: right;
     font-size: 165%;
     
    }

.BlueBoxLink 
{
     margin: 0px 0px 3px 0px;
     display: block;
     padding-top: 1px;
     clear: both;
     font-weight: bold;
    }
    
.BlueBoxLink a 
{
     margin: 0px 5px 0px 0px;
     display: block;
     padding: 14px 37px 20px 0px;
     text-decoration: none;
     color: #fff;
     clear: both;
     font-weight: bold;
     text-align: right;
     font-size: 165%;
     
    }

.GreenBoxLink 
{
     margin: 0px 0px 3px 0px;
     display: block;
     padding-top: 1px;
     clear: both;
     font-weight: bold;
    }
    
.GreenBoxLink a 
{
     margin: 0px 5px 0px 0px;
     display: block;
     padding: 14px 37px 20px 0px;
     text-decoration: none;
     color: #fff;
     clear: both;
     font-weight: bold;
     text-align: right;
     font-size: 165%;
    }
    
.RedBoxLink 
{
     margin: 0px 0px 3px 0px;
     display: block;
     padding-top: 1px;
     clear: both;
     font-weight: bold;
    }
    
.RedBoxLink a 
{
     margin: 0px 5px 0px 0px;
     display: block;
     padding: 14px 37px 20px 0px;
     text-decoration: none;
     color: #fff;
     clear: both;
     font-weight: bold;
     text-align: right;
     font-size: 165%;
     
    } 
    
    
#content 
{
    width: 462px;
    float: left;
    margin-top: 0px;
    margin-left: 43px;
    margin-bottom: 69px;
    color: #666;
    padding-left: 16px;
    }

    
#double_content /* Template 2 Layout */
{
    width: 733px;
    margin-top: 0px;
    margin-left: 43px;
    margin-bottom: 69px;
    color: #666;
    padding-left: 16px;
    margin-right: 16px;
    padding-right: 16px;
    
    }
 
.double
{
float: left; 
height: 45px;
margin: 0px;
    }
    
.double_left
{ 
float: left;
width: 350px;
    }
.double_right
{ 
float: right;
width: 350px;
margin: 0px;
    }
    
h2.orange
{
    color: #ff9933;
    }

h2.blue
{
    color: #0099ff;
    } 
    
    h2.red
{
    color: #ed1c24;
    } 
    
h2.green
{
    color: #99cc33;
    } 
    
    
    
#content .call_today
{
    height: 120px;
    background: url(../builtin/female_headset_banner.jpg) no-repeat left top;
    font-size: 130%;
    padding-top: 50px;
    padding-left: 100px;
    width: 478px;
    }
    
#content .call_today strong
{
    font-size: 200%;
    font-weight: normal;
    }
    
    
    
    
    
#sidebar 
{
    width: 249px;
    margin-right: 26px;
    float: right;
    margin-top: 23px;
    padding-bottom: 15px;
    }
    
.quote
{
    background: #f7f7f7 url(../builtin/side_bottom.jpg) no-repeat left bottom;
    padding-bottom: 10px;
    margin-bottom: 52px;
    font-size: 95%;
    }
    
.quote p, .quote_green p, .quote_red p, .quote_blue p, .quote_orange p
{
    margin: 15px 15px 5px 15px;
    }
    
.h4_grey
{
    height: 51px;
    width: 249px;
    background: #fff url(../builtin/side_header.jpg) no-repeat left top;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    }
    
.h4_grey h4 
{
    height: 51px;
    margin: 0px;
    padding: 15px 0px 15px 60px;
    font-size: 130%;
    color: #333;
    }
    
    
.h4_orange
{
    height: 51px;
    width: 249px;
    background: #f7f7f7 url(../builtin/side_header_orange.jpg) no-repeat left top;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    }
    
.h4_orange h4
{
    height: 51px;
    margin: 0px;
    padding: 15px 0px 15px 60px;
    font-size: 130%;
    color: #fff;
    }
    
 .h4_blue
{
    height: 51px;
    width: 249px;
    background: #f7f7f7 url(../builtin/side_header_blue.jpg) no-repeat left top;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    }
    
.h4_blue h4
{
    color: #fff;
    height: 51px;
    margin: 0px;
    padding: 15px 0px 15px 60px;
    font-size: 130%;
    }   
    
.h4_green
{
    height: 51px;
    width: 249px;
    background: #f7f7f7 url(../builtin/side_header_green.jpg) no-repeat left top;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    }
    
.h4_green h4
{
    color: #fff;
    height: 51px;
    margin: 0px;
    padding: 15px 0px 15px 60px;
    font-size: 130%;
    }
    
 .h4_red
{
    height: 51px;
    width: 249px;
    background: #f7f7f7 url(../builtin/side_header_red.jpg) no-repeat left top;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    }
    
.h4_red h4
{
    color: #fff;
    height: 51px;
    margin: 0px;
    padding: 15px 0px 15px 60px;
    font-size: 130%;
    }
      
.quote_green
{
    background: url(../builtin/quote_greenbox.png) no-repeat left top;
    height: 143px;
    width: 251px;
    padding-left: 3px;
    font-size: 110;
    line-height: 125%;
    } 
    
.quote_orange
{
    background: url(../builtin/quote_orangebox.png) no-repeat left top;
    height: 143px;
    width: 251px;
    padding-left: 3px;
    font-size: 110;
    line-height: 125%;
    }
    
.quote_blue
{
    background: url(../builtin/quote_bluebox.png) no-repeat left top;
    height: 143px;
    width: 251px;
    padding-left: 3px;
    font-size: 110;
    line-height: 125%;
    }
    
.quote_red
{
    background: url(../builtin/quote_redbox.png) no-repeat left top;
    height: 143px;
    width: 251px;
    padding-left: 3px;
    font-size: 110;
    line-height: 125%;
    }
    
.quote_name 
{
    font-size: 110%;
    padding: 10px 10px 0px 50px;
    margin: 0px;
    }
    
.quote_company 
{
    font-size: 120%;
    padding: 0px 10px 0px 50px;
    font-weight: bold;
    margin: 0px;
    }  
    
.h4_grey_button
{
    height: 45px;
    background: url(../builtin/grey_button.png) no-repeat left top;
    margin: 0px 0px 0px 1px;
    padding: 0px;
    }
    
.h4_grey_button h4
{
    margin: 0px;
    padding: 0px;
    font-size: 130%;
    color: #fff;
    }  
    
.h4_grey_button h4 a
{
    color: #fff;
    text-decoration: none;
    padding: 12px 0px 15px 15px;
    display: block;
    } 
    


 .h4_faq
{
    height: 25px;
    background: url(../builtin/question_mark2.gif) no-repeat left top;
    margin: 0px 0px 0px 15px;
    padding-left: 25px;
    padding-top: 2px;
    }
    
.h4_faq h4
{
    margin: 0px;
    padding: 0px;
    font-size: 98%;
    
    }  
    
.h4_faq h4 a:link, .h4_faq h4 a:visited
{
    text-decoration: none;
    color: #333;
    }
    
.h4_faq h4 a:hover
{
    text-decoration: underline;
    }

 
 .h4_faq2
{
    height: 25px;
    margin: 0px 0px 0px 15px;
    padding-left: 25px;
    padding-top: 2px;
    }
    
.h4_faq2 h4
{
    margin: 0px;
    padding: 0px;
    font-size: 98%;
    
    }  
    
.h4_faq2 h4 a:link, .h4_faq2 h4 a:visited
{
    text-decoration: none;
    color: #333;
    }
    
.h4_faq2 h4 a:hover
{
    text-decoration: underline;
    }
 
 
  
    
#sidebar p 
{
    padding: 0px;
    color: #333;
    }
    
.testimonial_name 
{
    font-size: 120%;
    padding: 0px 15px;
    }
    
.testimonial_company 
{
    font-size: 130%;
    padding: 0px 15px;
    font-weight: bold;
    }

.QuestionLink
{
    color: #333;
    padding: 2px 0px 5px 25px;
    margin: 4px 15px;
    font-size: 110%;
    background: url(../builtin/question_mark2.gif) no-repeat left top;
    }  
    
.QuestionLink2
{
    color: #333;
    padding: 2px 0px 5px 25px;
    margin: 4px 15px;
    font-size: 110%;
    background: url(../builtin/question_mark3.gif) no-repeat left top;
    } 
   
.GreenLink a:link, .GreenLink a:visited
{
    color: #99cc33;
    padding: 5px 0px;
    margin: 0px 15px;
    border-bottom: 1px dashed #333;
    display: block;
    font-size: 120%;
    text-decoration: none;
    }
    
.GreenLink a:hover
{
    color: #666;
    }
    
.OrangeLink a:link, .OrangeLink a:visited
{
    color: #ff9933;
    padding: 5px 0px;
    margin: 0px 15px;
    border-bottom: 1px dashed #333;
    display: block;
    font-size: 120%;
    text-decoration: none;
    }
    
.OrangeLink a:hover
{
    color: #666;
    }



.BlueLink a:link, .BlueLink a:visited
{
    color: #0099ff;
    padding: 5px 0px;
    margin: 0px 15px;
    border-bottom: 1px dashed #333;
    display: block;
    font-size: 120%;
    text-decoration: none;
    }
    
.BlueLink a:hover
{
    color: #666;
    }  
    
    .RedLink a:link, .RedLink a:visited
{
    color: #ed1c24;
    padding: 5px 0px;
    margin: 0px 15px;
    border-bottom: 1px dashed #333;
    display: block;
    font-size: 120%;
    text-decoration: none;
    }
    
.RedLink a:hover
{
    color: #666;
    }
    
.banner_links 
{
	width: 153px;
    margin-top: -187px;
    margin-right: 11px;
    float: right;
    z-index: 3;
    position: relative;
    }
    
    
    .GreenButtonLink {width: 153px; height: 43px; float: left; margin-bottom: 1px; }
    .OrangeButtonLink {width: 153px; height: 43px; float: left; margin-bottom: 1px;}
    .RedButtonLink {width: 153px; height: 43px; float: left; margin-bottom: 1px;}
    .BlueButtonLink {width: 153px; height: 43px; float: left; margin-bottom: 1px;}
    
    .GreenButtonLink a {width: 153px; height: 43px; display: block; text-indent: -9999px; }
    .OrangeButtonLink a {width: 153px; height: 43px; display: block; text-indent: -9999px;}
    .RedButtonLink a {width: 153px; height: 43px; display: block; text-indent: -9999px; }
    .BlueButtonLink a {width: 153px; height: 43px; display: block; text-indent: -9999px;}

    
.FAQLink a:link
{
    color: #333;
    font-size: 110%;
    background: url(../builtin/question_mark2.gif) no-repeat left top; 
    border: 1px solid #ccc;
    }     
    
.partners
{
    clear: both;
    } 
    
    .partners p
{
    width: 320px;
    float: left;
    padding-bottom: 25px;
    margin-top: 0px;
    }
    
.partner_logo
{
    margin-right: 15px;
    float: left;
    } 
    
    .partner_logo img
{
    width: 120px;
    
    }
    
#footer
{
    clear: both;
    margin-left: 28px;
    }
    
#footer .footer_banner
{
    width: 805px;
    height: 76px;
    background: url(../builtin/footer_banner.gif) no-repeat right top;
    margin-bottom: 10px;
    }
    
#footer .footer_banner_left
{
    float: left;
    color: #333;
    font-size: 145%;
    margin-top: 25px;
    margin-left: 80px;
    }
    
#footer .footer_banner_right
{
    float: right;
    padding-right: 12px;
    text-align: right;
    color: #666;
    margin-top: 10px;
    }
    
#footer .footer_banner_right .footer_phone
{
    font-size: 300%;
    }
    
#footer .footer_links
{
    font-size: 80%;
    clear: both;
    padding: 0px 50px;
    margin-bottom: 40px;
    }
    
#footer .footer_left
{
   float: left; 
   color: #999; height: 15px; width: 400px;
    }
    
#footer .footer_left a:link, #footer .footer_left a:visited
{
    text-decoration: none;
    color: #999;
    font-weight: bold;
    }
    
.footer_left a, .footer_left p
{
    display:inline;
}
    
#footer .footer_left a:hover
{
    text-decoration: underline;
    }
    
#footer .footer_right
{
   float: right; 
   color: #666;
    }
    
#footer .footer_right a:link, #footer .footer_right a:visited
{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    }
    
#footer .footer_right a:hover
{
    text-decoration: underline;
    }
    
.Phuse_SiteMap_UL
{
	
}

.Phuse_SiteMap_LI
{

	list-style:none;
}

.Phuse_SiteMap_LI a
{
	text-decoration:none;
	color: #666;
    
}

.Phuse_SiteMap_LI a:hover
{
	text-decoration: underline;
}

.Phuse_SiteMap_LI a:visited
{

}

#map_bg
{
   width: 254px;
    height: 177px;
    background: url(../builtin/map_bg.gif) no-repeat left top;
    float: left; 
}

#map
{
    width:246px;
    height:169px;
    clear:both;
    border: 2px solid #ff9933;
    margin-bottom: 10px;
}

/* ####################### */
/* ### MAIN NAVIGATION ### */
/* ####################### */
#navigation
{
    width: 806px;
    height: 43px;
    background: url(../builtin/navigation_bg.jpg) no-repeat left top;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    margin-top: 0px;
    padding: 0px;
}

.NavigationMenuTable 
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 43px;
    background: url(../builtin/nav_divide.gif) no-repeat left top;
    padding-left:2px;
    }
    
.nav_divide
{
   background: url(../builtin/nav_divide.gif) no-repeat left top;
   width: 1px;
   float: left;
   margin-left: 1px;
   margin-top: -3px;
   margin-right: 0px;
}

.MainMenuItem_Normal
{
    float: left;
    text-decoration: none;
}

.MainMenuItem_Normal a
{
    color: #999999;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 8px;
    display: block;
    margin: -3px 0 0 -3px;
    float: left;
}

.MainMenuItem_Normal a:hover
{
    color: #333333;
    float: left;
    text-decoration: none;
    padding: 12px 8px;
}

.MainMenuItem_Normal a:visited
{
    color: #999999;
    float: left;
    text-decoration: none;
    padding: 12px 8px;
}

.MainMenuItem_Over
{
    float: left;
    text-decoration: none;
}

.MainMenuItem_Over a
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 8px;
    display: block;
    background: url(../builtin/nav_active.gif) repeat-x left top;
    margin: -3px 0 0 -3px;
    float: left;
}

.MainMenuItem_Over a:hover
{
    color: #333333;
    float: left;
    text-decoration: none;
}

.MainMenuItem_Over a:visited
{
    color: #333333;
    float: left;
    text-decoration: none;
}


.Phuse_MI_SubDiv {margin: 0px; padding: 0px;}
.Phuse_MI_SubTable {margin: 0px; padding: 0px; border: 1px solid #b2b2b2; border-collapse:collapse; }
.Phuse_MI_SubTable td {margin: 0px; padding: 0px; }

.SubMenuItem_Normal
{
    background: #f1f2f3;
    color: #333333;
    padding: 6px 15px;
    margin: 0px;
    font-weight: bold;
}

.SubMenuItem_Normal a
{
   
}

.SubMenuItem_Normal a:hover
{
    
}

.SubMenuItem_Normal a:visited
{
    
}

.SubMenuItem_Over
{
    background: #c7c7c8;
    color: #fff;
    padding: 6px 15px;
    cursor:pointer;
font-weight: bold;
}

.SubMenuItem_Over a
{

}

.SubMenuItem_Over a:hover
{
 
}

.SubMenuItem_Over a:visited
{

}

.MainContact
{
    margin-top: 30px;
    float: left;
    }

.ContactUsLabel, .ContactUsField
{
    padding: 4px 0px 4px 15px;
    border-bottom: 1px solid #999;
    }
    
.TextBox
{
    width: 179px;
    }
    
.ContactSelect 
{
    width: 183px;
    }
    
.ContactUsMultiLineTextBox
{
    height: 100px;
    }

    
.ContactUsLabelSubmit, .ContactUsFieldSubmit
{
    padding: 4px 0px 4px 15px;
    border-bottom: none;
    }
    
.SubmitButton
{
	width:68px;
	height:22px;
	border:0px none;
	background-image:url('../builtin/submit_button.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	float: right;
	margin-right: 15px
}

.ContactUsField, .ContactUsFieldSubmit
{
    text-align: right;
    padding-right: 15px
    }
    






.Phuse_Image
{
	padding:0px;
	margin:0px;
}

.Phuse_HyperLink
{
}

.Phuse_Search_TextQuery
{
	width: 178px;
	border: 1px solid #999999;
	font-size:11px;
	color:#999999;
	padding:3px 0px 3px 3px;
	margin: 0px 5px;
}

.Phuse_Search_Button
{
	width:22px;
	height:22px;
	border:0px none;
	background-image:url('../builtin/go.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.PhuseFeed_Header
{
	width:100%;
	border-top:1px silver solid;
	border-left:1px silver solid;
	border-right:1px silver solid;
	padding:10px;
}

.PhuseFeed_MainContainer
{
	width:100%;
	padding:10px;
}

.PhuseFeed_ItemContainer
{
	float:left;
	width:70%;
	padding:5px;
}

.PhuseFeed_HowTo
{
	border-left:2px silver dashed;
	float:right;
	width:30%;
	padding:10px;
}

.PhuseFeed_Footer
{
	width:100%;
	border-top:1px black solid;
}

.PhuseFeed_Footer_Copyright
{
	float:left;
	width:70%;
	font-size:8pt;
	font-weight:bold;
	padding:5px 5px 5px 0px;
}

.PhuseFeed_Footer_PhCreative
{
	float:right;
	width:30%;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	padding:5px 0px 5px auto;
}

.Phuse_Breadcrumb_CurrentPage_Header
{
	display:inline;
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#17216C;
}

.Phuse_Breadcrumb_CurrentPage_Header_Link
{
	text-decoration:none;
	color:#17216C;
	font-weight:bold;
}

.Phuse_Breadcrumb_CurrentPage_Header_Link:hover
{
	text-decoration:underline;
	color:#17216C;
	font-weight:bold;
}

.Phuse_Breadcrumb_CurrentPage_Header_Link:visited
{
	color:#17216C;
	font-weight:bold;
}

.ImgBottomPadding
{
	margin:0px 0px 5px 0px;
	padding:0px;
}

.PhuseFeed
{
	width:100%;
}

.PhuseFeedRssLink
{
	padding-left:16px;
}

.PhuseFeedRssLink a
{
	font-size:10px;
	color:#797979;
	text-decoration:none;
}

.PhuseFeedRssLink a:hover
{
	font-size:10px;
	color:#797979;
	text-decoration:underline;
}

.PhuseFeedRssLink a:visited
{
	font-size:10px;
	color:#797979;
}

.Phuse_Breadcrumb_Link
{
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

.Phuse_Breadcrumb_Link:hover
{
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
}

.Phuse_Breadcrumb_Link:visited
{
	font-size:11px;
	font-weight:normal;
}

.Phuse_Breadcrumb_CurrentPage_Header
{
	font-size:11px;
	text-decoration:none;
}

.Phuse_Breadcrumb_CurrentPage_Header
{
	font-size:11px;
	text-decoration:none;
}

.Phuse_Breadcrumb_CurrentPage_Header
{
	font-size:11px;
	text-decoration:none;
}

.PhuseEcom_Breadcrumb
{
	font-size:11px;
	text-decoration:none;
}

.PhuseEcom_Breadcrumb:hover
{
	font-size:11px;
	text-decoration:none;
}

.PhuseEcom_Breadcrumb:visited
{
	font-size:11px;
	text-decoration:none;
}

.BreadCrumb .Phuse_Breadcrumb_Home_Link
{
	font-size:11px;
	text-decoration:none;
	color:#18216C;
	font-weight:normal;
}

.BreadCrumb .Phuse_Breadcrumb_Home_Link:hover
{
	font-size:11px;
	text-decoration:underline;
	color:#18216C;
	font-weight:normal;
}

.BreadCrumb .Phuse_Breadcrumb_Home_Link:visited
{
	font-size:11px;
	color:#18216C;
	font-weight:normal;
}

/* ################# */
/* ### ECOMMERCE ### */
/* ################# */
.NavigationContainer 
{
	display: none;
	}

.EcommercePanel 
{
	margin: 0px auto;
	width: 836px;
	}
	
	.EcommercePanel h2
{
	font-weight: normal;
	}
	
	.EcommerceForm1 
	{
		margin-top: 20px;
		}
		
		.BreadCrumbContainer {display: none;}
	
	
.ecommerce {width: 806px; margin: 0px auto; padding-left: 15px; float: left; clear: both; min-height: 650px}

.NavigationRight 
{display: none;}

.MainContainer, .FooterContainer {margin: 0px auto;
	width: 836px;}
	
	.MainContainer td {padding: 1px 10px;}
            
.EcommerceForm1{margin: 20px auto 0px auto;}

#CompanyLogo2 {display: none;}

.InnerLeft 
{
	background: url(../builtin/logo.gif) no-repeat left top;
	height: 74px;
	width: 280px;
	margin-bottom: 10px;
	}
	
	.PageContainer {background :#fff;}