/* CSS Document */
/*
-----------------------------------------------
CSS Author:   	Chris Young
Version/Date: 	June 2006
Project:		Kington Chamber of Trade

!! THIS CSS CODE IS THE COPYRIGHT
		 OF CHRIS YOUNG !!
		
		WWW.CYPHOTO.CO.UK
----------------------------------------------- */


/* PAGE ELEMENTS START */


body
	{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 600px;
	z-index:1;
}

#navimages
	{
	position: relative;
	background-image: url(../images/navimages.jpg);
	background-repeat: no-repeat;
	top: 0px;
	width: 750px;
	height: 129px;
	z-index: 3;
}

/*  ------------ Content Viewport - generic format -------------  */

#content
	{
	position: absolute;
	/*top: 40px;*/
	margin-top: 55px;
	width: 710px;
	padding: 20px 0 45px 20px;
}

/*  Content Viewport - accomodation page format  */

#contentaccom
	{
	position: absolute;
	margin-top: 55px;
	width: 710px;
	padding: 20px 0 45px 20px;
	/*left: 0px;
	top: 40px;
	width: 710px;
	z-index:10;
	padding: 20px 0 45px 20px;*/
}

/*  Content Viewport - QuickLink page format  */

#contentqlink
	{
	position: absolute;
	margin-top: 55px;
	width: 710px;
	padding: 20px 0 45px 20px;
	text-align: center;
	/*left: 0px;
	width: 720px;
	padding: 20px;
	padding: 20px 0 45px 20px;*/
}

#footer {
	position:relative;
	width: 750px;
	height: 80px;
	background-color: #bfce90;
	margin-left: -20px;
}

#kingtonlogo
	{
	position: relative;
	background-color: #bfce90;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: 2px 17.5px;
	top: 0px;
	width: 750px;
	height: 90px;
	z-index: 2;		
}

/* -------------- Navigation 'buttons' for head of every page ------------  */

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6
	{
	text-align: center;
	font-size: 90%;
	}

#nav1 {
	position: absolute;
	left: 0px;
	top: 218px;
	width: 122px;
	z-index: 4;
	background-color: #bfce90;
	line-height: 3;
}

#nav2 {
	position: absolute;
	left: 126px;
	top: 218px;
	width: 121px;
	z-index: 4;
	background-color: #bfce90;
	line-height: 3;
}

#nav3 {
	position: absolute;
	left: 251px;
	top: 218px;
	width: 122px;
	z-index: 4;
	background-color: #bfce90;
	line-height: 3;
}

#nav4 {
	position: absolute;
	left: 377px;
	top: 218px;
	width: 122px;
	z-index: 4;
	background-color: #bfce90;
	line-height: 3;
}

#nav5 {
	position: absolute;
	left: 503px;
	top: 218px;
	width: 122px;
	z-index: 4;
	background-color: #bfce90;
	line-height: 3;
}

#nav6 {
	position: absolute;
	left: 629px;
	top: 218px;
	width: 121px;
	z-index: 9;
	background-color: #bfce90;
	line-height: 3;
}

/* ---------- FONT CONTROLS ------------------- */	

p
	{
	font-weight: normal;
}


p.sig
	{
	font-style: italic;
	font-weight: bold;
	color: #bfce90;
}

p.grbar
	{
	font-weight: bold;
	padding-left: 30px;
}

p.footertextL
	{
	color: #FFFFFF;
	text-align: left;
	position: absolute;
	top: 40px;
	padding-left: 25px;
	left: 11px;
}

p.footertextC
	{
	color: #FFFFFF;
	text-align: left;
	position: absolute;
	top: 40px;
	padding-left: 350px;
	left: 0px;
}
p.footertextR
	{
	color: #FFFFFF;
	/*text-align: right;*/
	position: absolute;
	top:40px;
	left: 637px;
	padding-right: 25px;
}


h1
	{
	font-size: 160%;
}

h2
	{
	font-size: 130%;
	color: #333333;
	text-decoration: underline;
}


h3
	{
}


a:link
	{
	vertical-align: middle;
	color: #000;
	font-weight: 900;
	text-decoration: none;
}

a:link:hover
	{
	vertical-align: middle;
	color: #999999;
	font-weight: 900;
	text-decoration: none;
}

a:visited
	{
	vertical-align: middle;
	color: #000;
	font-weight: 900;
	text-decoration: none;
}



#contentaccom h1.menu a:link,#contentaccom h1.menu a:visited, #contentaccom h1.menu a:link:hover 
	{
	font-size: 120%;
	color: #bfce90;
}






/*  CAUSES "RETURN TO TOP OF PAGE" LINKS TO BE GREEN*/

p.smalllink a:link, p.smalllink a:visited, p.smalllink a:link:hover 
	{
	font-style: normal;
	font-weight: bold;
	color: #bfce90;
}



/*  CAUSES FOOTER TEXT (RIGHT SIDE) TO BE WHITE */

p.footertextR a:link, p.footertextR a:visited, p.footertextR a:link:hover 
	{
	font-style: normal;
	font-weight: bold;
	color: #fff;
}

/*  CAUSES FOOTER TEXT (LEFT SIDE) TO BE WHITE */

p.footertextL a:link, p.footertextL a:visited, p.footertextL a:link:hover 
	{
	font-style: normal;
	font-weight: bold;
	color: #fff;
}


/* ---------- END FONT CONTROLS --------------- */





/*  Download horizontal bar  */

#dloadbar {
	position:relative;
	left:350px;
	width:380px;
	height:20px;
	background-repeat:no-repeat;
	z-index:13;
	background-image: url(../images/gr_bar_r.gif);
	margin-bottom: 25px;
}


/*  QuickLink Download horizontal bar  */

#quickdloadbar {
	width:380px;
	height:20px;
	background-repeat:no-repeat;
	background-image: url(../images/gr_bar_r.gif);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*  2ND QuickLink Download horizontal bar  */

#quickdloadbar2 {
	top: 90px;
	width: 380px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/gr_bar_r.gif);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


#quickdloadbar3 {
	top: 140px;
	width: 380px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/gr_bar_r.gif);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}



/* ---- !!!!!!   CSS ENDS HERE  !!!!! --------- */	

	
	
	
