/*****************************************/
/* HEADER STYLES                         */
/*****************************************/
.HeaderBanner
{
	background-image: url('../../Images/Layout/header_main.jpg');
	height: 260px;
}
.PerimeterSecBanner
{
    
    background-image: url('/Images/Layout/access.jpg');
}
.ElectricalBanner
{
    
    background-image: url('/Images/Layout/hydraulic.jpg');
}
.FencingBanner
{
    
    background-image: url('/Images/Layout/fencing.jpg');
}
.ConstructionBanner
{
    
    background-image: url('/Images/Layout/Construction.jpg');
}
#headerSlogan
{
	padding-top: 125px;
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
}

#headerSearch
{
	padding-top: 10px;
}

.SiteTextJustified
{
    text-align:left;
}


/*****************************************/
/* MAIN MENU STYLES                      */
/*****************************************/
#mainMenu
{
	background-color:#FDF306;
	background-position: center center;
	height: 37px;
	border-bottom: solid 1px #666666;
	background-image:url('/Images/layout/MenuBack.png');
	background-repeat:repeat-x;	
	
   
}

#mainMenuList
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	/*font-weight: bold;*/
	height: 37px;
}

#mainMenuList li
{
	/*float: left;*/
	display: inline;
}

#mainMenuList li a:hover, #mainMenuList li a.Selected:hover
{
    /*text-decoration: underline;*/ /*font-weight: bolder;*/
    color: #3366FF;
}

#mainMenuList li a.Selected
{
	background-image: url('../../Images/Layout/menu_rollover_middle.jpg');
	background-position: center center;
	color: #FFFFFF;
}




/*****************************************/
/* SUB MENU STYLES                       */
/*****************************************/
.subMenuList
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}

.subMenuList li a
{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0px 5px 0px;
	max-width: 190px;
}

.subMenuList li a:hover, .subMenuList li a.Selected
{
    /*text-decoration: underline;*/
    font-weight: normal;
    color: #3366FF;
}

.subSubMenuList
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-size: 10pt;
}

.subSubMenuList li a
{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0px 5px 0px;
	max-width: 170px;
}

.subSubMenuList li a:hover .subSubMenuList li a.Selected
{
	font-weight: normal;
}




/*****************************************/
/* CONTENT AREA STYLES                   */
/*****************************************/
#contentArea
{
	min-height: 300px;
}

.BreezemountHomeTitle
{
	font-size: 26pt;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 0px;
}

.HomeQuickLinkTable
{
	width: 100%;
	margin-bottom: 20px;
	vertical-align: top;
	border: solid 1px #666666;
	border-left: none;
	border-right: none;
}

.EnquireButton
{
	background-image: url('../../Images/Buttons/enquire.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 27px;
	width: 146px;
	display: inline-block;
	text-decoration: none;
}

.EnquireButton:hover
{
	background-image: url('../../Images/Buttons/enquire.jpg');
	background-position: 0px -27px;
	background-repeat: no-repeat;
	height: 27px;
	width: 146px;
	display: inline-block;
	text-decoration: none;
}

.HomeQuickLinkTable * a:hover
{
	display: block;
	text-decoration: none;
	cursor: pointer;
}




/*****************************************/
/* FOOTER STYLES                         */
/*****************************************/
.FooterLink
{
	color: #FFFFFF;
}

.FooterLink:hover, .SilverText .FooterLink:hover
{
	color: #3366FF;
	text-decoration: underline;
}

.SilverText .FooterLink
{
	color: #C0C0C0;
}




/*****************************************/
/* FOOTER MENU STYLES                    */
/*****************************************/
#footerMenu
{
	padding: 0px 0px 30px 0px;
}

#footerMenuList
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	/*font-weight: bold;*/
}

#footerMenuList li
{
	/*float: left;*/
	display: inline;
}

#footerMenuList li a:hover, #footerMenuList li a.Selected:hover
{
    /*text-decoration: underline;*/
    color: #3366FF;
}

#footerMenuList li a.Selected
{
	color: #3366FF;
}




/*****************************************/
/* GALLERY STYLES                        */
/*****************************************/
.GalleryMainImage
{
	width: 295px;
	min-height: 200px;
	overflow: hidden;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	text-align: center;
}




/*****************************************/
/* HTML TAG STYLES                       */
/*****************************************/
body
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
.HomeHeader
{
    color:#000000;
}
h1
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #000000;
}
    
h2
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
	color: #000000;
}

h3
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    color: #333333;
}
.TitleLink
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    color: #333333;
}
p
{
	margin: 10px 0px 10px 0px;
}

ul
{
	padding: 0px 0px 10px 0px;
	margin-left: 20px;
}

a
{
	color: #3366FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	height: 0px;
	border: none;
	/*border-top: solid 1px #333333;*/
	border-top: solid 1px #666666;
}




/*****************************************/
/* OTHER STYLES                          */
/*****************************************/
.ProductItem, .ProductItem:hover
{
	text-decoration: none;
	cursor: pointer;
}

/*.ProductListImage
{
	height: 150px;
	overflow: hidden;
	background-position: center center;
}*/

.CentreAlign
{
	text-align: center;
}

.RightAlign
{
	text-align: right;
}

.GreyBorder
{
	/*border: solid 1px #333333;*/
	border: solid 1px #666666;
}

.GreyBorderTopBottom
{
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.PaddingTopBottom1px
{
	padding: 1px 0px 1px 0px;
}

.PaddingRight10px
{
	padding-right: 10px;
}
.PaddingTop10px
{
	padding-top: 10px;
}
.PaddingTop20px
{
	padding-top: 20px;
}
.PaddingTop40px
{
    padding-top:40px;    
}
.PaddingBottom40px
{
    padding-bottom:40px;    
}
.PaddingTopBottom10px
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.PaddingBottom20px
{
	padding-bottom: 20px;
}

.MarginBottom20px
{
	margin-bottom: 20px;
}

.PaddingBottom5px
{
	padding-bottom: 5px;
}

.PaddingLeft60px
{
	padding-left: 60px;
}

.GreyText
{
	color: #333333;
}

.SilverText
{
	color: #C0C0C0;
}

.LightGreyText
{
	color: #CCCCCC;
}

.YellowText
{
	color: #3366FF;
}

.WhiteText
{
	color: #FFFFFF;
}
.BlackText
{
	color: #000000;
}
.Underline
{
	text-decoration: underline;
}

.TextBox
{
	border: solid 1px #000000;
	width:255px;
}

.HideOverflow
{
	overflow: hidden;
}

.WhiteLink
{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

.WhiteLink:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #3366FF;
}

.Bold
{
	font-weight: bold;
}
.Button
{
  border:1pt solid #000000;
  background-color:#000000;
  color:#FFFFFF;
  cursor:pointer;
  padding:5px;
}
.ErrorMessage
{
	color:  Red;
}

ul.SiteMapList
{
	padding: 0px;
	margin-left: 20px;
}

ul.SiteMapList li
{
	padding: 5px 0px 5px 0px;
}

ul.NewsArticleList
{
	list-style: none;
}

ul.NewsArticleList li
{
	padding: 5px 0px 5px 0px;
}

.vertLine
{
    width:1px;
    height:100px;
    background-color:#000000;
    float:left;
}

.Action
{
    float:left;
    width:190px;
}
.ActionImage
{
    float:left;
    width:30px;
}
