/* CSS Document */

html, body {
	height: 100%;	
}

body {
/*	margin: 0; */
	margin:0px auto 0px auto;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica;
/*	background-image:url(/graphics/common/grad-back.png);
	background-repeat:repeat-x;*/
	font-size:12px;
}

body /* Internet Explorer */ 
{ 
/*	text-align: center; */
} 

body /* Mozilla Firefox alignment */ 
{ 
/*	text-align: -moz-center; */
} 

a {
	text-decoration:none;
	color:#FFFFFF;
}

p{
	line-height:19px;	
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:980px;
}

#header-logo {
	float:left;
	width:364px;
	height:76px;
/*	width:154px;
	height:119px;*/
	margin-top:40px;
	background-image:url(/graphics/common/new-logo.png);
/*	background-image:url(/graphics/common/uksat-logo.png);*/
	background-repeat:no-repeat;
}

#header-logo { behavior: url(iepngfix.htc);}

#header-brands {
	width:980px;
	text-align:center;
	background-color:#FFFFFF;
}

#header-strapline {
	width:980px;
	text-align:center;	
	padding-top:17px;
	font-size:160%;
}

#header-callback-wrapper {
	width:980px;
	height:55px;
	margin-top:10px;
}

#header-strap {
	width:388px;
	height:52px;
	float:left;
/*	background-color:#CCFF66*/;
	font-size:140%;
	padding-left:10px;
	padding-top:13px;
}

#header-callback {
	width:543px;
	height:43px;
	float:right;
	padding:10px;
	background-color:#333333;
	border-color:#FF0000;
	border-style:solid;
	border-width:1px;
	-moz-border-radius:5px;
	border-radius:5px; 
}

#header-callback input[type=text] {
	width:145px;
	height:32px;
	background-color:#666;
	color:#FFFFFF;
	border:none;	
	margin-left:14px;
	margin-top:3px;
	-moz-border-radius:5px;
	border-radius:5px; 
	padding-left:5px;
}

#callback-button-wrapper {
	-moz-border-radius:5px;
	border-radius:5px; 
}

#content-wrapper {
	width:980px;
	margin-top:25px;
	margin-bottom:10px;
/*	background-color:#FFFF00;*/
}

.clearall {
  clear: both;
}

#footer-wrapper {
	width:980px;
	height:245px;
	background-color:#2C2C2C;
	border-top-color:#FF0000;
	border-top-style:solid;
	border-top-width:1px;
	margin-left:auto;
	margin-right:auto;
}

#footer-top {
	width:960px;
	height:190px;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#FFFFFF;
}

.footer-item {
	width:170px;
	float:left;
	text-align:left;
	padding-left:130px;
	margin-top:30px;
}

.footer-item p {
	color:#CCC;
}

#footer {
	width:100%;	
	height:55px;
	background-color:#000000;
	color:#FFFFFF;
}

#footer-base {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}

#footer-base p {
	color:#666666;
}

#footer a{
	color:#FFFFFF;
}

.text-red{
	color:#C50000;
}

.feature-box-large {
	width:748px;
	height:347px;
	-moz-border-radius:35px;
	border-radius:35px; 
}

.feature-box-small {
	width:748px;
	height:243px;
	-moz-border-radius:35px;
	border-radius:35px; 
}

#hide-toggle {
	-moz-border-radius:5px;
 	border-radius:5px; 	
}

#content-base-wrapper {
	width:980px;
	padding-top:30px;
	padding-bottom:30px;
	border-top-color:#FF0000;
	border-top-style:solid;
	border-top-width:1px;
	margin-left:auto;
	margin-right:auto;		
}

#content-base {
	width:980px;
	height:201px;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;		
}

#content-hidden-info {
	display:none;
}
