@charset "UTF-8";
/* Main CSS */

/**********************************************************
	RESET
*/
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; font-weight:normal}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, legend { margin:0; padding:0; }
a img,:link img,:visited img, fieldset { border:none; }
address { font-style:normal; }
table{border-collapse:collapse;border-spacing:0;}
body, textarea, select, input {
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #EFF14D;
	}
a:visited {
	text-decoration: none;
	color: #EFF14D;
	}
a:active {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
/**********************************************************
	Main tags
*/

body
{
	background: #2C6EDC url(../site-images/bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; /* roughly 12px */
	line-height: 1.4em;
	color: #FFFFFF;
	padding-bottom:20px;
}
h2{
	padding: 0px 10px;
	font-size: 120%;
	font-weight: bold;
}
p, h3{
	padding: 5px 10px;
	font-weight: bold;
}
ol{
	margin: 5px 30px;
}
/*li{
	margin: 10px 20px;
	padding: 10px 20px;
}*/


/**********************************************************
	HEADING IMAGES REPLACEMENT
	Seamus Leahy
	http://moronicbajebus.com/wordpress/wp-content/cssplay/image-replacement/
*/
h1{
	height: 0;
	margin-left: 20px;
	padding-top: 20px;
	
	/*Hide the text*/
	overflow: hidden;
}
h1#h1-home-strap{
   /*Size of the image*/
   width: 200px;

   /*The image*/
   background: url(../site-images/the-uk-annuals-specialist.png) top center no-repeat;
}
strong{
	font-weight: bold;
}

/**********************************************************
	Main structure divs
*/

#wrapper{
	margin: 0 auto;
	width:960px;
	}
	
#header{
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 10px;
	height: 70px;
	background: url(../site-images/header-bg.png) repeat-x;
}
#shoot-logo{
	position: absolute;
	width: 155px;
	height: 62px;
	left: 370px;
	top: -2px;
}	
/* Removed Sept-09
#sign-up-highlight{
	position:absolute;
	top: 56px;
	right: 21px;
}
*/
#menu{
	width: 960px;
	height: 322px;
	margin-bottom: 20px;
	background: url(../site-images/menu-bg.png) bottom repeat-x;
	overflow: auto;
}
	#menu_scroll{
		width: 960px;
	}
	.menu_item{
		float: left;
		width: 120px;
		margin: 45px 10px 0 10px;
		text-align: center;
	}
	.menu_item p{
		padding: 0;
	}
	.menu_item img{
		border: #2C6EDC 2px solid;
	}
#info-area{
	height: 52px; /* 54 */
	padding-top: 2px;
	margin-bottom: 20px;
	background: url(../site-images/info-area-bg.png) center no-repeat;
}
#info-area p{
	/*margin-top: 15px;;*/
	padding-left: 25px;
	padding-right: 25px;
}
#hilite-area{
	height: 125px;
}
	#quick-menu, #product-hilite{
		float: left;
		height: 125px;
	}
	#quick-menu{
		width: 378px; /* bg image = 358 + 10 + 10 */
		height: 105px;
		padding-bottom: 20px;
		background: url(../site-images/quick-menu-bg.png) center top no-repeat;
		border-right: #fff 2px dotted;
	}
		#quick-menu h2{
			margin-top: 10px;
			margin-bottom: 5px;
			padding-left: 25px;
			text-shadow: #000 1px 1px 1px;
		}
		#quick-menu p{
			padding-left: 25px;
		}
		#quick-menu a:link {
			text-decoration: none;
			color: #FFFFFF;
		}
		#quick-menu a:visited {
			text-decoration: none;
			color: #FFFFFF;
		}
		#quick-menu a:hover {
			text-decoration: underline;
			color: #EFF14D;
		}
		#quick-menu div.scroll-pane{
			margin-right: 13px;
			height: 85px;
			overflow: auto;
		}
		#quick-menu p span{
			color: #1F4D8B;
		}
	#product-hilite{
		width: 560px;
		margin-left: 10px;
		padding: 5px 0;
		background: url(../site-images/product-hilite-bg.png) center top no-repeat; /*#0d8b35*/
	}
		#product-hilite h2{
			margin-top: 5px;
			padding-left: 20px;
			text-shadow: #000 1px 1px 1px;
		}
		#product-hilite p{
			padding-top: 0;
			padding-left: 20px;
		}
		#product-hilite div{
			float: left;
			width: 277px;
			border-right: #fff 2px dotted;
		}
		#product-hilite div.end_feature{
			border-right: none;
		}
		#product-hilite div img{
			float: right;
			width: 110px;
			height: 130px;
			margin-top: -10px;
			/*margin: 5px 10px 0 10px;*/
		}
		#no-border{
			border: none;
		}

#footer{
	clear: left;
	position: relative;
}
#footer p{
	position: absolute;
	right: 0;
	font-size: 80%;
	font-weight: normal;
	color: #FFF;
}
#footer p:first-child{
	left: 0;
}

/**********************************************************
	Main Menu
*/

#header ul {
	list-style: none;
	height: 32px;
	position: absolute;
	top: 20px;
	margin-left: 540px;
	overflow: hidden;
	}

#header ul li {
	display: inline;
	margin: 0;
	line-height: 100%;
	}

#header ul a {
	display: block;
	float: left;
	padding-top: 32px;
	text-decoration: none;
	color: #FFF;
	background: no-repeat 0 -32px;
	}

#header ul li a:hover {
	background-position: 0 0;
	}
	
#header ul li.hi a {
	background-position: 0 -64px;
	}

#header ul li a#menu-annuals {
	width: 86px;
	background-image: url(../site-images/annuals-btn.gif);
	}

#header ul li a#menu-fun-publishing {
	width: 125px;
	background-image: url(../site-images/fun-publishing-btn.gif);
	}

#header ul li a#menu-about-us {
	width: 87px;
	background-image: url(../site-images/about-us-btn.gif);
	}

#header ul li a#menu-register {
	width: 86px;
	background-image: url(../site-images/register-btn.gif);
	}

/**********************************************************
	Common Class's
*/
	
.fllft{
	float: left;
	margin-right: 10px;
}
.clfllft{
	clear: left;
}
.no_display{ display: none; }
.hide{ visibility: hidden; }

/**********************************************************
	Forms
*/

label{
	display: block;
	margin: 15px 0 5px 0;
	color: #333;
}
label span{
	display: block;
	float: left;
	width: 150px;
	margin-right: 5px;
	text-align: right;
}
label.error{
	/* margin-left: 154px; */
	margin-top: 2px;
	color:#F00;
	font-style: italic;
	}
input, textarea{
	width: 190px;
}
input.button{ width: 100px; margin: 10px 0px 0px 100px; }
textarea{
	height: 50px;
}
p.form_button input{
	margin: 0 0 10px 134px;
}
