/*****************************************/
/* HEADER STYLES                         */
/*****************************************/
.HeaderBanner
{
	background-image: url('../../Images/Layout/header_main.jpg');
	height: 260px;
}

#headerSlogan
{
	padding-top: 125px;
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
}

#headerSearch
{
	padding-top: 10px;
}




/*****************************************/
/* MAIN MENU STYLES                      */
/*****************************************/
#mainMenu
{
	background-image: url('../../Images/Layout/menu_bg_middle.jpg');
	background-position: center center;
	height: 37px;
	border-bottom: solid 1px #666666;
}

#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: #FFFF33;
}

#mainMenuList li a.Selected
{
	background-image: url('../../Images/Layout/menu_rollover_middle.jpg');
	background-position: center center;
}




/*****************************************/
/* SUB MENU STYLES                       */
/*****************************************/
.subMenuList
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}

.subMenuList li a
{
	color: #FFFFFF;
	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: bold;
	color: #FFFF33;
}

.subSubMenuList
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-size: 10pt;
}

.subSubMenuList li a
{
	color: #FFFF33;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0px 5px 0px;
	max-width: 170px;
}

.subSubMenuList li a:hover
{
	font-weight: bold;
}




/*****************************************/
/* 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: #FFFF33;
	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: #FFFF33;
}

#footerMenuList li a.Selected
{
	color: #FFFF33;
}




/*****************************************/
/* 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: #FFFFFF;
	background-color: #000000;
}

h1
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #FFFF33;
}

h2
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
	color: #FFFF33;
}

h3
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	color: #FFFF33;
}

p
{
	margin: 10px 0px 10px 0px;
}

ul
{
	padding: 0px 0px 10px 0px;
	margin-left: 20px;
}

a
{
	color: #FFFF33;
	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;
}

.PaddingTop20px
{
	padding-top: 20px;
}

.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: #FFFF33;
}

.WhiteText
{
	color: #FFFFFF;
}

.Underline
{
	text-decoration: underline;
}

.TextBox
{
	border: solid 1px #000000;
}

.HideOverflow
{
	overflow: hidden;
}

.WhiteLink
{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

.WhiteLink:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFF33;
}

.Bold
{
	font-weight: bold;
}

.ErrorMessage
{
	color:  #FF9933;
}

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;
}