/* Stylesheet for Akta - by Nadia */
body {
margin: 0;
padding: 0;
text-align: center;  /* to overcome IE bug so that page centers in center vertically */
background-color: #CCCCCC;
	}
	
/*	Basic link styles*/
	a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	}
/* external wrapper div */
#wrapper {
width: 773px;  
margin: 0 auto;
text-align: left;	/* counteracts the center align in the body tag - so that the text does not center in rest of site */
}
/* very top company logo div */	
#top {
	width:772px;
	height:94px;
	background-image: url(http://www.pbx-phone-systems.co.uk/imagetop.php);
	background-repeat:no-repeat;
	}
	/* large image div */
#image	{
width:773px;
height:250px;
background-image: url(http://www.pbx-phone-systems.co.uk/bnrs/default.jpg);
background-repeat:no-repeat;
margin-top:2px;
}	

img { 
    border-style: none;
}

 
/*navigation styling */

#navBar {
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: none;
	color: #000000;
	background-image: url(imgs/navbar.gif);
	background-repeat: no-repeat;
	height: 26px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 50px;
}

#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;


}

#navBar a {
	border: none;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

#navBar a:link, #navBar a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

#navBar a:hover {
	color: #FFFFFF;
	background-color: #000000;
	background-color: transparent;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
}
/*End NavBar styles */
	
	
#news	{
	width:231px;
	height:auto;
	border:2px solid #CCCCCC;
	background-color:#FFFFFF;
	float:left;
	text-decoration: none;


	}
	
#news H1 {
	font-size: 16px;
	color: #634E4D;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	font-style: italic;
	text-decoration: none;
}	
	
	
#news H2 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	font-style: italic;
	text-decoration: none;
}



#news H3 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left;
	font-style: italic;
	text-decoration: none;
}
	
/* styles the news box header */
#darker	{
	width:231px;
	height:27px;
	background-color:#CCCCCC;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	text-align: center;
	color: #E01E2D;
	padding-top: 0px;
	margin-bottom: 3px;


	}
	
	/* news text box */
#text	{
	width:218px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
/* header style for the text box */
#text H2 {
font-size: 13px;
color: #544D43;
}

/* link styles for the news/text box area */

#text a, #text a:link, #text a:visited
{
	text-decoration: none;
	color: #5E2933;
}
	
#text a:hover {
	text-decoration: none;
	color: #B6765A;
}
#text a:active {
	text-decoration: none;
	}

	/* main content area */
#content	{
	width:502px; /* plus 12px padding plus 8px border = 522 */
	padding: 2px 3px 6px 8px;
	margin-left:9px;
	float:right;
	border:2px solid #FFFFFF;
	font: 12px/1.5em Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFF;
	font-weight: bold;
}
/* gives a bit of padding between the graphics inn the content area */
#content img {
	padding: 4px;
}
/* this rule ensures that Mac IE5.2 doesn't drop down the content dive */
#content p {
	width: 476px;
	color: #000000;
	font-weight: bold;

}
	
	/* H1 style for the content area */
#content H1 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	border: none;
	padding-top: 4px;
	font-variant: small-caps;








}

#content H2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;

}

#content H3 {
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: normal;


}

/* link styles for the content area */
#content a, #content a:link, #content a:visited
{
	text-decoration: none;
	color: #003366;

}
	
#content a:hover {
	text-decoration: none;
	color: #B6765A;
}
#content a:active {
	text-decoration: none;
	}
	
/* bottom copyright div */	
#bottom	{
margin-top:5px;
width:765px;
height:auto;
background-color:#999999;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #EAE8E5;
float:left;
padding: 4px;
text-align: center;
}
#bottom a, #bottom a:link, #bottomt a:visited
{
	text-decoration: none;
	color: #666666;
}
	
#bottom a:hover {
	text-decoration: none;
	color: #FEFDFC;
}
#bottom a:active {
	text-decoration: none;
	}

/***** Begin laying out the contact form *****/

form {width: 450px;}

fieldset{
	padding:10px;
	border: 1px solid #726C5E;
	margin-bottom:15px;
	width: 460px;
	font-size: 100%;
}

/*styles the input fields*/
input,textarea{
	border: 1px solid #5B5136;
	margin: 4px;
	padding: 2px;
}

label{
	color:#666;
	font-size: 100%;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #756F5F;
font-size: 130%;
font-weight: bold;
}

.submitbutton {
	border: 1px solid #7F714B;
	background: #C1B697;
	color: #FFF;
	}
/*end of form styles */

/*Current marker page styles*/

#navBar a.currentLink {color: #CCCCCC;}

.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}
p {
	color: #000000;
}

