/* CSS Document */


/* - - - - - - - - - - - - - - - - - - - - -

Title : Towntalk.org.uk
Author : Romain Chen
Email: romain@towntalk.co.uk
URL : http://www.towntalk.org.uk


Created : October 2006
Modified : April 2007

- - - - - - - - - - - - - - - - - - - - - */


*{
}	
html, body{
margin: 0;
padding: 0;
height: 100%;
}	

body{background-image: url(../img/backgroundPattern.jpg);
width: 100%;

}




#header {
	margin-left: auto;
	margin-right: auto;
	width: 737px;
	height: 89px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#navbackground {
	height:53px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../img/navbackground.jpg);
	background-repeat: repeat-x;
}

#mainbackground {
	background-image:url(../img/MainBackground.gif);
	background-repeat:repeat-y;
	width: 737px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	padding-top: 1px;
}
#aboutNav {
	background-image: url(../img/MainSectionButton.jpg);
	background-repeat: no-repeat;
	width:162px;
	height: 270px;
}

#servicesNav {
	background-image: url(../img/servicesNav.jpg);
	background-repeat: no-repeat;
	width:162px;
	height: 270px;
	float:right;
}



h1{
	width: 392px;
	height: 48px;
	position:relative;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 40px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/*IMAGE REPLACEMENT METHOD*/
h1 span {
	background: url(../img/Index/WelcomeTxtNew.gif) no-repeat;
	width: 100%;
	height: 100%;
	position:absolute;
	left: -43px;
	top: -20px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 40px;
	margin-bottom: 5px;
}


#primaryContent{

	background: url(../img/paragraphBackground3.gif);
	background-repeat: no-repeat;
	width: 676px;
	height:392px;

	margin: 15px auto 15px auto;
	display: block;
}

#primaryContent p{
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 0px;
	text-align: justify;
}



#primaryContent a:link {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF9900;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#primaryContent a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#FF9900;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#primaryContent a:hover {
	text-decoration: underline;
}

#primaryContent a:active {

}

#primaryContent strong {
	font-size: 11px;
	font-weight: bold;
}





#aboutNav {
	background-image: url(../img/MainSectionButton.jpg);
	background-repeat: no-repeat;
	width:162px;
	height: 274px;
	float:left;
	margin-left: 37px;
	display:inline;
}


#servicesNav {
	background-image: url(../img/servicesNav.jpg);
	background-repeat: no-repeat;
	width:162px;
	height: 272px;
	float:left;
	margin-left: 5px;
	display:inline;
	

}

#portfolioNav {
	background-image: url(../img/portfolioNav.jpg);
	background-repeat: no-repeat;
	width:162px;
	height: 272px;
	float:left;
	margin-left: 5px;
	display:inline;
}


#talkNav {
	background-image: url(../img/talkNav.jpg);
	background-repeat: no-repeat;
	width:162px;
	height: 272px;
	float:left;
	margin-left: 5px;
	display:inline;
	
}




#footer {
	background: url(../img/footerNew.gif) center no-repeat;
	width:737px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-decoration: none;
	clear: both;

}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #006599;
	font-size: 11px;
	float:left;
	margin-left: 40px;

}

#footer ul {

	position: relative;	
	width: 200px;
	left: 140px;
	top: 15px;
	display: inline;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 11px;
}

#footer li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
	padding-left: 3px;
	color: #006699;
}


#footer a:link {
	text-decoration: none;
	color: #006699;
}


#footer a:visited {
	text-decoration: none;
	color: #006699;
}

#footer a:hover {
	text-decoration: underline;
	color: #006699;
}

#footerimg {
	background:url(../img/copyright.gif) no-repeat ;
	position: relative;
	top: -27px;
	left: 520px;
	width:175px;
	height: 22px;

}




#Boxcontainer {
	width: 810px;
}


#minitabs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 50px;

}

#minitabs li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#minitabs a {
	line-height: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	display: inline;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

#minitabs a.active, #minitabs a:hover 
{
	color:#FFFFFF;
	background-color: #0099CC;
	padding-top: 5px;

}

body#home a#homenav, body#about a#aboutnav {

	color:#FFFFFF;
	background-color: #0099CC;
	padding-top: 5px;
}



#navcontainer {
padding-top: 10px;
margin-left:auto;
margin-right: auto;
width: 737px;
}





.BoxNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	margin-top: 120px;
	padding: 0;
}

.BoxNav ul  {
	margin: 0;
	padding-left: 20px;
	padding-top: 25px;

}

.BoxNav li {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	color: #FFFFFF;

}

.BoxNav a {
	
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;

}

.BoxNav a.active, .BoxNav a:hover 
{
	color:#FFFFFF;
	font-weight: bold;
	padding-top: 5px;

}

.BoxNav h2 {

	position: absolute;
	left: -9000px;

}


#validateHTML{
	margin-left: 20px;
	float: left;
}

#validateCSS{
	margin-left: 5px;
	float: left;
}

#IndexLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	top: -24px;
	left: 180px;

}
.style1 {color: #0099CC}
