/* CSS Document */

body, html{
	margin: 10px;
}

h1{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	line-height: 1.2em;
}

h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	line-height: 1.2em;
}

h3{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	line-height: 1.2em;
}

p{
	font-size: 14px;
	margin: 10px 0px 15px 0px;
	line-height: 1.3em;
}

/* ------------------------------------------ */
/* horizontal centre align */
/* ------------------------------------------ */

#main_holder{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------------ */

#masthead, #footer{
	float: left;
	width: 780px;
}

#display_countybride{
	float: left;
	width: 760px;
	text-align: right;
	margin: 5px 20px 10px 0px;
}

#display_countybride a{
	font-size: 11px;
	text-decoration: none;
}

#display_page_mode{
	float: left;
	width: 770px;
	margin: 5px 0px 5px 10px;
}

#cat_info_main_heading{
	width: 675px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #660066;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border: 2px solid #CC66CC;
	padding: 20px 28px 20px 28px;
}

#cat_info_top{
	width: 695px;
	border: 2px solid #CC66CC;
	background-color: #FFCCFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #660066;
	font-weight: bold;
	text-align: center;
	padding: 12px 18px 12px 18px;
	border-bottom: 0px;
}

#cat_info_supplier{
	width: 695px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #990099;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border: 2px solid #CC66CC;
	padding: 8px 18px 8px 18px;
	border-bottom: 0px;
}

#cat_info_main_left{
	width: 675px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #660066;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border: 2px solid #CC66CC;
	padding: 20px 28px 20px 28px;
}

#cat_info_main_center{
	width: 675px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #660066;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border: 2px solid #CC66CC;
	padding: 20px 28px 20px 28px;
}

ul {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5em;
    font-weight: normal;
	font-variant: normal;
    text-transform: none;
    color: #660066;
    text-decoration: none;
    background-color: none;
    text-indent: 0px;
    list-style-position: outside;
    list-style-type: disc;
}


/* ------------------------------------------ */
/* cms font styles
/* ------------------------------------------ */

.times{
	font-family: "Times New Roman", Times, serif;
}

/* ------------------------------------------ */
/* cms text styles
/* ------------------------------------------ */

.black{
	color: #000000;
}

.black_h2{
	color: #000000;
	font-size: 18px;
	line-height: 23px;
}

.black_h1{
	color: #000000;
	font-size: 20px;
	line-height: 28px;
}

.cbride{
	color: #1A7681;
}

.cbride_times{
	color: #1A7681;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.cbride_times18{
	color: #1A7681;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.cbride_h3{
	color: #1A7681;
	font-size: 16px;
	line-height: 23px;
}

.cbride_h2{
	color: #1A7681;
	font-size: 18px;
	line-height: 23px;
}

.cbride_h1{
	color: #1A7681;
	font-size: 20px;
	line-height: 28px;
}

.cream{
	color: #FFFFCC;
}

.purple{
	color: #990099;
}

.red{
	color: #FF0000;
}

.red_bold{
	color: #FF0000;
	font-weight: bold;
}

.violet{
	color: #996699;
}

.black_small{
	color: #000000;
    font-size: 10px;
	text-align: center;
}	

/* ------------------------------------------ */
/* cms link styles
/* ------------------------------------------ */

a.red_link{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

/* ------------------------------------------ */

a.redLinkUnderline:link{
	background-color: transparent;
	color:#FF0000;
	text-decoration: underline;
}
a.redLinkUnderline:visited{
	background-color: transparent;
	color:#FF0000;
	text-decoration: underline;
}
a.redLinkUnderline:hover{
	color:#FF9900;
	text-decoration: underline;
}

/* ------------------------------------------ */

