

.thumbnail img{
border: 1px solid white;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #7f1c17;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 1px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50px;
left: 50px; /* WAS 230  position where enlarged image should offset horizontally */
z-index: 50;
}







* {
	margin:0;
	padding:0;
}

body {
	margin: 0px;
	/*   background-image:url(../images/tile_bg.gif); */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000; /* #FFFFFF */
	background-color: #FFFFFF;  /*   #333333 bg colour of right and left panels - NOT THE KEYLINES */
	height:100%;
}

h1 {
	font-size:34px;  /* was 21  */
	color: #7f1c17;    /*    105BAB #FFFFFF */
	font-weight:bold;
	margin-bottom:10px;
	line-height:22px;
}

h2 {
	font-size:17px;
	color: #7f1c17;    /* #FFFFFF */
	font-weight:bold;
	margin-bottom:10px;
	line-height:22px;
}

h3 {
	font-size:11px;
	font-weight:600;
	color:#FF00CC;
}

h5 {
	font-size:14px;
	font-weight:600;
	color: #105BAB;  /*   #FF00CC    */
	line-height:20px;
}

p {
	font-size:12px; /*  was 11 */
	line-height:18px;
	color:#666666;
}

#content p {
	padding-bottom:10px;
}


a {
	color:#7f1c17; /* was 105BAB   */
	text-decoration:none;
	outline:none;
}

a:hover {
	/*  color:#fff;  */
	text-decoration:underline;
}

a img {
	border:none;
}

#footer {
	font-size:11px;
	padding-top:6px; /* was 12 */
	border-top-style:solid;
	border-top-color:#666666;
	border-top-width:1px;
	margin-top:30px;
}

#footerleft {
	float:left;
	width:500px;
}

#footerright {
	float:right;
	width:200px;
}

.footertext {
	font-size:11px;
	color:#333333;
	padding-left:0px;
}

.white {
	color:#FFFFFF;
}

.grey {
	color:#666666;
}

.pink {
	color:#FF00CC;
}

.black {
	color:#000000;
}


#wrapper {
	margin:0 auto 20px;
	width:769px; /*  changes main menu bg width  */
	text-align:left;
	margin-top:10px;
	margin-left:1px; /*   moves main menu over to right by 1px   */
}


.logo {
	float:left;
	margin-top: 0px;
}

#blog {
	float:right;
	margin:10px 7px 0 0;
}


#navigation {
	clear:both;
	margin-top: 0px;
	margin-bottom:4px;
	height:28px;
	background: #a3a3a3 url(images/bg.gif) 0 1px repeat-x;  /*      7c7c7c   the color is the bottom, the gif is the top  bg color added here - wasn't on originally */
	list-style:none;
}

#navigation li {
	float:left;
	width:128px;  /*  154for5 was 192 for 4      154   128    110 */
	height:28px;
}

#navigation a {
	display:block;
	padding-top:5px;  /*  was originally 7px   */
	width: 127px; /*  153for5   was 191for4  153   127   109 */
	height:20px;
	border-top:1px solid #616161;
	border-left:1px solid #616161;
	border-bottom:1px solid #616161;
	text-align:center;
	font-size:14px; /*  wasn't originally in here */
	font-weight:bold;
	line-height:1em;
	color:#000; /* main nav - text color off */
}
 
#navigation a:hover {
	color:#7f1c17; /*  105BAB    */     
	text-decoration:none;
}

#navigation .selected a {
	background:#7f1c17 url(images/selectedbg.gif) 0 0px repeat-x; /* 7f1c17     105BAB    the 2nd px figure shifts the bg down */
	border-top-color:#7f1c17; /*  105BAB */
	border-left-color:#7f1c17; /* ffa0e0              fff7cf */
	
	border-bottom: 1px solid #7f1c17;
	color:#fff;
	height: 20px;
}

#navigation .menurightkeyline a {
	border-right-color:#616161; /* ffa0e0              fff7cf */
}




#container {
	width:100%;
}

#holder {
	width:770px;
	background-color:#FFFFFF; /*  colour of main background - was #000000    THEN   #b7b7b7 */
	padding:0px 10px 10px 10px;  /*  was 10 10 10 10  */
	height:100%;
	/*    background-image:url(images/texture3.jpg);    */
	margin: 0 0 0 0;
	border-left: 10px;
	border-left-color: #fbcfcd; /* ddeefe #222222      #1F1F1F  */
	border-left-style:solid;
	border-left-width: 5px;
	border-right: 10px;
	border-right-color: #fbcfcd; /* ddeefe #222222       #1F1F1F  */
	border-right-style:solid;
	border-right-width: 5px;
}


#header {
	width:770px;
	height:90px; /* was 115  */
	margin-bottom:8px;   /* Space in between logo and image was 4  */
	/*  background-color:#000000;  */
}

#header_parties {
	width:770px;
	height: 85px;
	margin-bottom:4px;
	/*  background-color:#000000;  */
}

.headerright {
	float:right;
	width:316px;
	padding-top:5px;
}

.headeremail {
	width:60px;
	height:15px;
	margin:5px 8px 0px 0px;
	float:right;
}

.right {
	float:right;
	margin-top:10px;
}

.logo {
	float:left;
	margin:20px 0px 0px 10px;
}

a.emaillink:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

a.emaillink:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}

a.emaillink:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

a.emaillink:visited:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}

a.emaillink:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

a.emaillink:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}

#content {
	position:relative;

	width:760px;
}

.maincontent {
						
	width:550px; /* 570 */
	margin-right:4px;
	float:left;
}

.maincontent_contact {
						
	width:450px; /* 570 */
	margin-right:4px;
	margin-top: 15px;
	float:left;
}

.maincontentbenefits {
	width:264px; /* 570 */
	margin-right:4px;
	float:left;
}

.maincontentnarrow {
	width:100px; /* 570 */
	margin-right:4px;
	float:left;
}

.maincontent_hen {
	width:333px; /* 570 */
	margin-right:4px;
	float:left;
}

.rightpic {
	/*position:relative;    works with setting of -700 margin*/

	width:190px;
	text-align:left;
	float:right;
	margin-top: 19px;
	padding: 7px;
	background-color:#eee;
}

.rightpic_contact {
	/*position:relative;    works with setting of -700 margin*/

	width:270px;
	text-align:left;
	float:right;
	margin-top: 19px;
	padding: 7px;
	background-color:#eee;
}

.rightpic_20pad {
	width:173px;
	height:270px;
	float:right;
	padding-top: 20px;
}

.rightpic_hen {
	width:413px;
	height:612px;
	float:right;
	padding-top: 0px;
}

.rightdetails {
	width:230px;
	height:190px;
	float:right;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 7px; /* t r b l */
	text-align:left;
	background-color:#333333;
}

.leftdetails {
	width:230px;
	height:200px;
	float:left;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 7px; /* t r b l */
	text-align:left;
	background-color:#333333;
	color:#FFFFFF;
}

.maincontentmargin {
	padding:15px 10px 0px 10px;
	line-height:14px;
	/* background-color:#ccc; */
}

.maincontentright {
	padding:15px 10px 0px 10px;
	line-height:14px;
	background-color:#aaa;
}

.maincontentmargin_contact {
	margin: 0px 0px 0px 10px;
	width: 440px;
	/* background-color:#ccc; */
}

.maincontentfooter {
	width:503px;
	height:6px;
	background-image:url(../images/features/mainfeaturefooter_bg.gif);
}

#content ul {
	padding-left:10px;
}

li.featurelist {
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	list-position: inside;
	color:#7f1c17;    /*  105BAB   */
	margin-left:12px;
	margin-bottom:6px;
	padding-bottom:2px;
}

a.footerlink:link {
	color: #333333;
	text-decoration:none;
	font-weight:normal;
}

a.footerlink:active {
	color: #333333;
	text-decoration:underline;
	font-weight: 900;
}

a.footerlink:hover {
	color: #333333;
	text-decoration:underline;
	font-weight:normal;
}

a.footerlink:visited {
	color: #333333;
	text-decoration:none;
	font-weight:normal;
}

a.footerlink:visited:hover {
	color: #333333;
	text-decoration:underline;
	font-weight:normal;
}

a#active { text-decoration:underline; }



ol.steps {
	margin: 20px 0;
	/*background: url(images/ul_bg_repeat.gif) repeat-y; --Bg of the order numbers--*/
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
	/* border: 1px solid #111;  */
}
ol.steps li {
	margin: 0;
	padding: 0px 5px; 
	color: #ccc; /*  cbff78   */
	font-size: 1.4em; /*  1.7em   */
	font-weight: bold;
       /*--The bevel look is styled with various colors in the border properties below--
	border-top: 1px solid #000;
	border-bottom: 1px solid #353535;
	border-right: 1px solid #333;
	border-left: 1px solid #151515;                  */
	/*  background: #222;  */
	
	/*   */
}

ol.steps li.first { border-top: 1px solid #353535; }
ol.steps li.last { border-bottom: none; }
ol.steps li h2 {
	font-size: 0.9em;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #333;
	/*  color: #fff; */
}
ol.steps li p {
	color: #555;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.6em;
}

.bgimage {
	background-image:url(images/bglogo.jpg);
}



#contactform {
	
	width: auto;
	padding: 20px 0px 10px 0px;
	margin: 5px 0px 0px 0px;
	/*  background: #f0f0f0;  */
	overflow:auto;
	/*
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
	*/
	}
	
	.field{margin-bottom:7px;}
	
	label {
	font-family: Arial, Verdana; 
	/*text-shadow: 2px 2px 2px #ccc;*/
	display: block; 
	float: left; 
	font-weight: plain; 
	margin: 0px 0px 0px 0px; 
	text-align: left; 
	width: 125px; 
	line-height: 25px; 
	font-size: 13px;
	color: #7f1c17;   /* 223D85   */
	}
	
	.input{
	font-family: Arial, Verdana; 
	font-size: 11px; 
	padding: 5px; 
	border: 1px solid #b9bdc1;
	
	
	border: 1px solid #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	 
	 
	width: 300px; 
	color: #797979;
	}
	
	.input:focus{
	background-color:#E7E8E7;	
	}
	
	.textarea {
	height:70px;	
	}
	
	.hint{
	display:none;
	}
	
	.field:hover .hint {  
	position: absolute;
	display: block;  
	margin: -30px 0 0 455px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	}
	
	.button{
	float: right;
	margin: 0px 55px 5px 0px;
	font-weight: bold;
	line-height: 1;
	padding: 2px 10px;
	cursor:pointer;   
	color: #fff;
	
	text-align: center;
	text-shadow: 0 -1px 1px #d6817c;
	
	/* Background gradient */
	background: #fbcfcd; /*   */
	background: -moz-linear-gradient(top, #fbcfcd 0%, #d6817c 100%);/*   */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbcfcd), to(#d6817c));/*   */
	
	/* Border style */
  	border: 1px solid #d6817c;  /*   */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #ecb3b0;/*   */
	-webkit-box-shadow: inset 0 1px 0 0 #ecb3b0;/*   */
	box-shadow: inset 0 1px 0 0 #ecb3b0;/*   */
	
	}
	
	.button:hover {
	background: #d6817c;/*   */
    cursor: pointer;
	}