@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	font-family: sans-serif;
}


#HeaderTitleDiv{
	float: left;
	width: 100%;
}


#HeaderImagesSectionDiv{
	display : none;
}

#ImageHeader {
	display : none;
}

#ImageHeaderImg {
	display:none;
}

#HeaderMenuDiv {
	width: 100%;
	/*Box sizing propert that says the border should be contained within the box, */
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*Menu*/
/*-------------------------------------*/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.Menu
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
	cursor: default;
	width: auto;
	font-family: Calibri, "Edwardian Script ITC";
	color: #000;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.Menu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	
	width:100%;	
}

/* Menu items are a light gray block with padding and no text decoration */
ul.Menu a /*this is the menu item AL - 05/09/2015 */
{
	display: block;
	cursor: pointer;
	
	padding: 0.5em 0.75em;
	
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;

	border-top-style: solid;
	
	border-right-style: solid;
	border-bottom-style: none;
	
	border-top-color: #993366;
	border-right-color: #993366;
	border-bottom-color: #993366;	
	
	color: #EEE; background-color: #333333;
}

/* Menu items that have mouse over or focus have a light grey background and white text */
ul.Menu a:hover
{
	color: #EEE;
	background-color: #616161;
}




#Main_Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF; /*White background*/
	
	/*Box sizing propert that says the border should be contained within the box, */
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

 #Breadcrumb {

	 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	
	margin-top : 10px;
	margin-left: 4px;	
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 4px;
	border-radius: 6px;
	
	width : 99%;
	background-color:#E5E5E5; 
	 
	
 }
 
 #Breadcrumb a{
	text-decoration: none;
	color: #333333;
	background-color: #E5E5E5;
	font-size: 17px;
	font-weight:700;
 }

#FooterContainer {
	text-align:center
	margin: 0 auto;
	width: 88.5%;
	max-width: 800px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}

#FooterContent {
	width : 80%;
	margin: 0 auto;
	margin-top : 4px;
	text-align:center;
	color:#00F;
}

#FooterContent a{
	color:#FFF;
	font-size: 12px;
}


#FooterContent a:hover {
	text-decoration: underline;
	color: #00F;
}

/* Remove for smaller or mobile resolution*/
#FooterMiddle {
	color:#000;
	width : 80%;
	margin: 0 auto;
	text-align:center;
	font-size:11px;
	text-shadow: 0px 0px 3px #000 -1px #000,1px 1px #000;
	
	visibility:hidden;
	display:none;
}

#FooterCopyright {
	color:#000;
	width : 80%;
	margin: 0 auto;
	text-align:center;
	font-size:10px;
	text-shadow: 0px 0px 3px #000 -1px #000,1px 1px #000;
}
/* centres the div*/
#HomeLinks{
	width: 90%;
	margin : 0 auto;
}

/* disabe images at this resolution */
#HomeLinks img{
	visibility:hidden;
	display: none;
}

/*Change color of link for the smallest resolution*/
#HomeLinksHeading {
	width:70%;
	background-color:#999;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 0 auto;	
}

#HomeLinksHeading a{
	text-decoration: none;
}

#AreaContainer{
	width : 98%;
	height: 80%;
	margin : 0 auto;
}

#AreaListing{
	float:none; /*Prevent float left, need to appear below*/
	width: 100%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#AreaListing a{
	text-decoration: none;
	font-size:13px;
	font-weight:500;
 }

#AreaListing a:link {
	text-decoration: none;
	color: #000000;
}

#AreaListing a:visited {
    text-decoration: none;
	color: #FF5555;
}

#AreaListing a:hover {
	text-decoration: underline;
	color: #FF5555;

}

#AreaListing a:active {
    text-decoration: underline;
	color: #D70000;
}

#AreaHeading{
	float: left;
	width: 80%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	padding : 10px;
	margin : 22px;
	margin-top : 6px;
	margin-bottom : 6px;
	
	text-align:center;
	color: #000;
	font-size: 18px;
}

#AreaTowns{
	
	float: left;
	width: 80%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	padding : 8px;
	margin : 22px;
	margin-top : 6px;
	margin-bottom : 6px;
	background-color: #CECEFF;
		
	font-size: 15px;
}

#BridalDirectoryLists{
	float: left;
	width: 47%;
	padding: 5px;
}

#MainCategory{
	padding-left : 10px;
	padding-top: 5px;
	margin : 12px;
	border-color: #9D0076;

	border-top: 0px;
	border-right: 0px;
	border-style: solid;
	border-left-width:meduim;
	border-bottom-width:thin;
	
	font-family: sans-serif;
}

#MainCategory:hover{
	background-color: #EFEFEF;
}

#MainCategory h3{
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight:600;
}
#BridalDirectoryLists a{
    text-decoration:none;
  	color: #000;
}

#SupplierLists{
	float: left;
	width: 100%;

	/*Box sizing propert that says the border should be contained within the box, */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


#SupplierLists a{
	text-decoration: none;
	font-size:13px;
	font-weight:500;
 }

#SupplierLists a:link {
	text-decoration: none;
	color: #000000;
}

#SupplierLists a:visited {
    text-decoration: none;
	color: #FF5555;
}

#SupplierLists a:hover {
	text-decoration: underline;
	color: #FF5555;

}

#SupplierLists a:active {
    text-decoration: underline;
	color: #D70000;
}

#SupplierListITem{
	text-decoration: none;
	margin: 10px;
	margin-bottom: 1px;
	padding: 4px;
	background-color: #CECEFF;
	
	border : 1px;
	border-color: #03F;
	
	/*width: 93%;*/

 }
 
#SupplierDesc {
	margin: 5px;
	padding: 5px;
	clear:right;

}
 
#SupplierContact {
	width: auto;
	height:15%;
	margin: 5px;
	padding: 5px;
	clear:right;
	
}

#SupplierContact_Details{
	float: none;  
	width: 48%;
	
}

#ImageGallery {
	
	clear: none;
	float: none;
	
	display: block;

	width: 93%;
	margin: 0 auto;

	text-align: center;
	vertical-align: middle;	      
	
	border: 4px solid #333;
    
	/*Box sizing propert that says the border should be contained within the box, */
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
}

  #Login_MainContainer {

	 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;

	border-radius: 8px;

	margin: 0 auto;

	 width : 90%;
	 height: 90%;
	 
	 background-color:#E5E5E5; 
	 
	 border : 1px;
	 border-style:solid;
 }
 
 #Login_Heading
 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;

	width : 80%;
	background-color: #333333;
	font-size: 25px;
	color: #FFF;
 }

 #Login_Line
 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 0 auto;
	width : 70%;
	

	
	
 
 }

 #Login_Line_Label
 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	float:left;
	
	/*width : 50%;*/
	width : 100%;
	text-align: left;
	
	font-size: 15px;
 }

#Login_Line_Entry
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	float: left;
	
	text-align: left;


   /*width : 50%;*/
	width : 100%;   

}


#LegalHeading
{
	margin-left:12px;
}

#LegalP
{
	font-size:12px; 
	margin-left:10px;
}

#Legal_List
{
	font-size:12px;
}


#LegalP_List
{
	font-size:12px;
	margin-left:12px;
}

#GroupSupplier{
	
	
	width: 50%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	padding : 8px;
	
	/*margin : 22px;
	margin-top : 6px;
	margin-bottom : 6px;
	*/
	
	text-align: center;
	margin: 0 auto;
	
	background-color: #CECEFF;
		
	font-size: 18px;
}

#groupa{
	text-decoration: none;s
	font-size:13px;
	font-weight:500;
 }

#groupa:link {
	text-decoration: none;
	color: #000000;
}

#groupa:visited {
    text-decoration: none;
	color: #000000;
}

#groupa:hover {
	text-decoration: none;
	color: #FF5555;

}

#groupa:active {
    text-decoration: underline;
	color: #D70000;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;


}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

#Pages{
	text-decoration: none;
	margin: 4px;
	/*margin-to: 1px;*/
	/*padding: 4px;*/
	/*background-color: #CECEFF;*/
	
	/*
	position : absolute;
	bottom : 0;
	*/
	/*border : 1px;
	border-color: #03F;
	*/
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
 #LatestContainer{
	width:100%; 
	/*border:1px thin blue;*/
	/*height : 30%;*/ 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*text-align:left;*/
 }

 #LatestSnippet{
	 /*Note any changes you make here check if need to apply to #LatestSnippet_full */
	float : none;
	width:33.33%; 
	/*height:100%;*/
	border:1px solid #999;
	margin: 0 auto;
	
	padding:8px; 
	 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }

 #LatestSnippet_full{ /*needed for full snippet, as when reduce size of screen, does not line with the smaller snippets*/
	float : none;
	width:33.33%; 
	/*height:100%;*/
	border:1px solid #999;
	margin: 0 auto;
	
	padding:8px; 
	 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }


 #LatestSnippetCategory{
	 color:#62B0FF;
	 font-size:14px;
	 font-weight:bold;
	 padding: 0px;
	 margin-top: 5px;
	 margin-bottom: 0px;
 }

 #LatestSnippetHeading{
	 color:#666;
	 font-size:15px;
	 font-weight:bold;
	 padding: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;

 }

 #LatestSnippetDescription
 {
     color:#666;
	 font-size:12px;
	 padding: 0px;
	 margin-top: 0px;
 
 }
 
  #articlelisting{
	  border: 2px #CCCCCC solid;
	  margin-left: 10px;
	  margin-right: 10px;
	  margin-bottom: 5px;
	  
  }
  
  #articlecontainer{
	  /*border: 2px #CCCCCC solid;*/
	  margin: 8px;
  
  
  }
  
  #articleimg{
	  float:left;
	  /*border: 2px #CCCCCC solid;*/
	  margin-right: 5px;
  
  
  }
  
  #articledesc{
	  /*float:left;*/
	  /*border: 2px #CCCCCC solid;*/
	  /*margin: 10px;*/
 
  }
  
  #articletitlelink{
	  font-size:16px;
	  font-weight:bold;
	  text-decoration:none;
  }

  #articletitlelink:hover{
	  text-decoration:underline;
  }

  
  #articleauthor{
	  font-size:11px;
	  color:#06F;
  }
  
  #articlepara{
	  font-size:12px; 
	  color:#666;
  }
 
 #articleTitle{
	 
	padding-top: 15px;
	padding-left: 10px;
	margin: 0px;
	color: #000;

 }

 #articleTitleauthor{
	
	padding-top: 5px;
	padding-left: 20px;
	margin: 0px;
	color:#666;
	font-style:italic;

 }
  
 #articlecontent
{
	font-size:12px; 
	margin-left:10px;
	color:#333;
}

#ArticleList
{
		font-size:12px;
	margin-left:10px;
}
 
#ArticleList b
{
	font-weight:800;
}
/* Tablet Layout: 481px to 882px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.Menu li
{
	width:auto;	
}

/* Menu items are a light gray block with padding and no text decoration */
ul.Menu a /*this is the menu item AL - 05/09/2015 */
{
	border-top-style: none;
}


#Main_Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
	
		
	/*Box sizing propert that says the border should be contained within the box, */
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

#FooterMiddle {

	visibility:visible;
	display:block;
}

#FooterCopyright {
color:#FFF;
}

#HeaderTitleDiv{
	float: left;
	width: 100%;
}


#HeaderImagesSectionDiv{
	display : none;
}

#ImageHeader {
	display : none;
}

#ImageHeaderImg {
	display:none;
}

/* removes line from the HomeLinksHeading div*/
#HomeLinkContainer a{
	text-decoration: none;
}

/* centres the div*/
#HomeLinks{
	width: 30%;
	margin : 0 auto;
}

/* enable images  for HomeLink*/
#HomeLinks img{
	visibility:visible;
	display: block;
	margin: 0 auto;
}

#HomeLinksHeading {
	border-radius: 5px;
	background-color:#999;

	padding:5px; 
	color:#FFF;
	width:90%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 0 auto;
}

/*keeps listings next to each other */
#AreaListing{
	float: left;
	width: 33.333%;
}

#SupplierLists{
	float: left;
	width: 50%;

	/*Box sizing propert that says the border should be contained within the box, */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#SupplierContact_Details{
	float: left;  
	width: 48%;
	
}


#ImageGallery {
	clear: none;
	float: left;

	width: 23%;
	margin: 1%;
	
	text-align: center;
	vertical-align: middle;	      

	border: 2px solid #333;
    
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


  #Login_MainContainer {

	 width : 80%;
	 height: 80%;

  }

 #Login_Line_Label
 {
	float:left;
	width : 50%;
 }

#Login_Line_Entry
{
	float: left;
	width : 50%;   
	text-align: right;

}

#LatestSnippet{
	float : left;
 }  




}

/* Desktop Layout: 882px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 882px) {
.gridContainer {
	width: 88.5%;
	max-width: 800px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	background-color: #FFF;
}

#HeaderTitleDiv{
	float: left;
	width: 80%;
}

#HeaderImagesSectionDiv{
	float: left;
	width: 20%;
	visibility: visible;
	display : inline;
}

#ImageHeader {

    clear: none;
	float: left;
	/*margin-left: 1.6949%;*/

	/* multiple images */
	width: 46%;
	margin: 2%;
	padding: 0%;
	
	/*Note : this border adds an additional lenght and will push the last image to the next line, so if 4, then only 3 per line */
	text-align: center;
	vertical-align: middle;	      
	
	/*Box sizing propert that says the border should be contained within the box, */
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
	
	display:inline;
}

#ImageHeaderImg {
	height: 64px;
	width: 64px;
	border: 2px solid #333;
	
		display:inline;
}

#Main_Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	height: 580px;	
	
	background-color: #FFF;

	/*Box sizing propert that says the border should be contained within the box, */
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
		
}

#Main_Content h1 {
	padding-top: 15px;
	padding-left: 10px;
	margin: 0px;
	color: #35001B
}

#MainMenuContainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 0px;
	margin-top: 0px;
	/*background-image: url(images/menuback.jpeg);*/
}

#ImageGallery {
	clear: none;
	float: left;

	width: 18%;
	margin: 1%;
	
	text-align: center;
	vertical-align: middle;	      

	border: 2px solid #333;
    
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#HomeLinkContainer {
	clear: both;
	width: 90%;
	height : 60%;

	/*border : 1px;
	  border-style:solid;
	*/
	
	margin: 0 auto;
	text-align:center;
}

#HomeLinks {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 30%;
	height : 90%;
	
	float: left;
	margin : 9.5px;
}

#HomeLinks img{
	width:90%;

	border-radius: 2px;
	
	
	border : 1px;
	border-style: solid;
	border-color:#999;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	visibility:visible;
	display: inline;
}

#HomeLinksHeading {
	border-radius: 5px;
	background-color:#999;

	padding:5px;
	color:#FFF;
	width:90%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 0 auto;
	
}

  #Login_MainContainer {

	 width : 60%;
	 height: 60%;

  }
  
#Pages{
	
	
	position : absolute;
	bottom : 0;
 }
 
  

}
