@charset "utf-8";

html, body { 
	height:100%;/*Phil- make the Footer stay at bottom*/
}

/*Header colours #650b0a and #951011*/
body {
	font: 100% Arial, Helvetica, sans-serif; 
	line-height:170%; 
	letter-spacing: 1px; 
	color:#666;
	/*background: #e9ead3;*/
	background: url('../../telephony/images/background.png') top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #5c5c5c;*/
	/*color: #808080;*/
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	margin-bottom: -100px;

	
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	background-image: url(../../telephony/images/headerBorder.png);
	background-repeat: no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 65px;
	
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #5391aa;
	font-weight: 650;
	font: 200% Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

h1
{
	font: 105% Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #0a3969;
	margin-top: 5px;
	margin-bottom: 0;
	letter-spacing: 1px; 
}

h2 {
	font: 95% Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #0a3969;
	margin-top: 5px;
	margin-bottom: 0px;
	letter-spacing: 1px; 
}

h3
{
	font: 90% Arial, Helvetica, sans-serif;
	color: #0a3969;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 0;
	letter-spacing: 1px; 
}





p, li, td
{
	font: 80% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

p{
	margin-top: 5px;
}

#arrows-green, #arrows-red, #arrows-blue
{
	margin-left: 0;
	padding-left: 0;
	
}

#arrows-green li
{
	background-image: url('../../telephony/images/arrow-green.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}

#arrows-red li
{
	background-image: url('../../telephony/images/arrow-red.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}


#arrows-blue li
{
	background-image: url('../../telephony/images/arrow-blue.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
	
}

a{
	 COLOR: #ad6216;  TEXT-DECORATION: none
}
a:hover {
	COLOR: #ad6216; TEXT-DECORATION: underline
}

#menu {
	background: url('../../telephony/images/menu.gif') top repeat-x;
	height: 35px;
	font-size: 87%;
}
#menu ul {
	list-style: none;
	display: block;
	width: 980px;
	/*margin: 0 auto 0 auto; centre*/
	margin: 0;
	padding:0;

}
#menu li {
	display: block;
	float: right;
}
#menu li a {
	display: block;
	padding: 6px 20px 6px 20px;
	float: left;
	text-decoration: none;
	color: #4d4d4d;
}
#menu li a:hover, #menu li.menu-selected a {
	background: url('../../telephony/images/menu-alt.gif') 0px 0px repeat-x;
	color: #4d4d4d !important;
}


#footer {

	background: url('../../telephony/images/footerBackground.png') top no-repeat;
	width: 980px;
	height: 100px;
	padding-top: 15px;
	position: relative;
	font-size: 70%;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #a02234;
	text-decoration: underline;
}


#sidebarRight {
	width: 270px;
	float: right;
	margin-left: 20px;
	/*text-align: center;*/
}

#sidebarLeft {
	width: 260px;
	float: left;
	margin-right: 20px;
	/*text-align: center;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*anylinkcss are sub menus*/
.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 90% Arial, Helvetica, sans-serif;
line-height: 20px;
z-index: 1000; /*keep the menu above the revolving images on home page*/
width: 140px;
}

.anylinkcss a{
width: 100%;
position : relative; 
top : 5px; 
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 15px;
color: white;
background-color: #5391aa; 
text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #37628f;
color: #ffffff;
}

a.mainMenuLink{
 /*padding: 8px 4;*/ /*top, left sets the drop down as well*/
 /*display: block;*//*puts it downwards*/
 width: 95px;/* width can be changed this sets the width of text and may go underneath*/
 text-align: left;
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:80%;
 margin-left:0px;
 color: #ffffff;
 background-color:#414141;
 text-indent: 4px;
 border: none;
 FONT-WEIGHT: 600;
}

a.mainMenuLink:hover{ /*hover background color*/
color: #fbd539;
}

a.mainMenuLinkSelected {
/*display: block;*/
width: 95px;/* width can be changed this sets the width of text and may go underneath*/
text-align: left;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:0px;
color: #fbd539;
background-color:#414141;
BORDER: none;
FONT-WEIGHT: bold;
text-indent: 4px;
}

a.mainMenuLinkSelected:hover {
color: #fbd539;
}

img.paddedRight
{
	padding-right: 5px;
}

img.paddedLeft
{
	padding-left: 5px;
}

p.borderedbox {

	BORDER-RIGHT: #DBDBDB 1px solid; 
	BORDER-TOP: #DBDBDB 1px solid; 
	BORDER-LEFT: #DBDBDB 1px solid; 
	BORDER-BOTTOM: #DBDBDB 1px solid; 
}

img{border: 0;}



#footerMenu ul {
	list-style: none;
	display: block;
	width: 980px;
	margin: 0;
	padding:0;

}
#footerMenu li {
	display: block;
	float: right;
}
#footerMenu li a {
	display: block;
	padding: 6px 20px 6px 20px;
	float: left;
	text-decoration: none;
	color: #4d4d4d;
}
#footerMenu li a:hover, #menu li.menu-selected a {
	color: #4d4d4d !important;
}

#credits
{
	text-align: center;
}


.borderedBox {
	border: #d0d0d0 1px solid; 
}

/*grey gradient information box*/
.gradientBox {

	background: url('../../telephony/images/greyGradient.png') 0px 0px repeat-x;
	border: #d0d0d0 1px solid;
	padding: 19px;/*allow for 1px border*/
}

.gradientBox p
{
	font-size: 70%;
}

.gradientBox h2
{
	font: 75% Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 1px; 
}


/*product menu*/
.arrows-red
{
	margin-left: 0;/*remove default indent*/
	padding-left: 0;/*remove default indent*/
}
.arrows-red ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.arrows-red li
{
	background-image: url(../../telephony/images/Product-Arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 6px; /*left down*/
	padding-left: 20px;
	list-style-type: none;
	line-height: 15px;
	margin-bottom: 6px;
	font-weight: 700;

}

.arrows-red a
{
	color: #0a3969;
}

#active
{
	background-image: url(../../telephony/images/Product-Arrow-Down.png);
}

.arrows-plus
{
	margin-left: 20px;/*remove default indent*/
	padding-left: 20px;/*remove default indent*/
}
.arrows-plus ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.arrows-plus li
{
	background-image: url(../../telephony/images/Product-Plus.png);
	background-repeat: no-repeat;
	background-position: 0px 6px; /*left down*/
	padding-left: 20px;
	list-style-type: none;
	line-height: 15px;
	margin-bottom: 3px;
}

.arrows-plus a
{
	color: #0a3969;
}

.arrows-plus #selected
{
	color: #a02234;
}

hr {
  border: 0;
  width: 100%;
  color: #dfdfdf;
  background-color: #dfdfdf;
  height: 1px;
}

.requestQuote
{
	padding: 15px 15px; 25px; 15px; 
	margin-top: 15px;
}

.boxRight{
padding: 15px 15px; 25px; 15px; 
margin-left: 270px; 
margin-bottom: 25px;
}

.logo
{
	padding-top: 30px;
}