@import url(siplayout.css);
@import url(sipimages.css);
@import url(siptype.css);
/*-----------------------------------------
Universal - Body - Links - Typography - Images - Lists - Clearing - Advanced Selectors - Forms - Misc
Date:    18-02-2009
Version: 1.1
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/
* { 
padding: 0;
margin: 0;
}
/*--------------------------------------------
Body
----------------------------------------------*/
body { 
background-color: #fff;
color: #333;
font: normal small  Helvetica, geneva, arial, sans-serif;
margin: 0 auto;
text-align:center;
}
/*--------------------------------------------
Links
----------------------------------------------*/
a:link, a,a:visited {
	text-decoration: none;
	color: #6699cc;
}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #191970;
}
#footer a {
	padding-left: 10px;
	background: url(../graphics/line.gif) no-repeat left 50%;
    margin: 0 4px;
	color:#fff;
	font-size: 80%;
	line-height: 20px;
}
#footer a.first {
	background: none;
}
#footer a.last {
	margin-right: 10px;
}
/*--------------------------------------------
Images
----------------------------------------------*/
img {
	border: 0;
}
#header img {
	margin-left: 300px;
}

/*--------------------------------------------
Lists
----------------------------------------------*/
ol {
	margin-left: 20px;
}
* + html ol {
	margin-left:26px;
}
* html ol {
	margin-left:26px;
}
ol li {
	padding:5px 0;
}
ul {
   list-style: disc;
	margin: 5px 0 5px 20px;
}
ul.sprite li {
	background: url(../graphics/sprite_arrow.gif) no-repeat left 30%;
	padding-left: 15px;
	list-style-type: none;
}
ul.faqs li {
	padding-bottom:1.0em;
}
/*--------------------------------------------
Tables
----------------------------------------------*/
table {
	border-collapse: collapse;
}
td {
	padding: 0.4em 1em;
	vertical-align: top;
}
th:first-line {
	border: none;
}
col#goimage, col#description {
	border-right: none;
}
td.colhead {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 20px;
	}

td.border {
	border-right: 1px dotted #333;
	width: 200px;
}
#vault {  
width: 100%;
border:1px solid #6699cc;
text-align: center;
margin: 0 auto 15px;
}
#bandwidth th, #vault th { 
text-align: center; 
font-weight: bold; 
padding: 10px; 
color: #fff; 
background-color: #6699cc;
}
#bandwidth td, #vault td { 
text-align: center; 
padding:8px; 
background-color: #E0EBF5; 
}
#bandwidth td.odd, #vault td.odd { 
background-color: #DDDDFF;	
}
/*--------------------------------------------
Clearing
----------------------------------------------*/
.clear {
	clear:left;
}	
/*-- Potential Clear of Floats --*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	 line-height: 0;
}
/*-- For ie 7 --*/
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*--------------------------------------------
Advanced Selectors
----------------------------------------------*/
a[href$=".pdf"] {
	background: #fff url(../siptrunking/graphics/pdf.gif) no-repeat left bottom;
	padding-left: 25px;
	line-height:20px;
	display: block;
}
li a[href$=".pdf"] {
	background: none;
	padding-left: 0;
	line-height: normal;
	display:run-in;
}

/*--------------------------------------------
Forms
----------------------------------------------*/
form { margin: 0;padding:0; }
#guideform {  margin: 0; padding: 2px 8px 0; background: url(../graphics/formshadow.png) no-repeat 0 50px; }
#guideform fieldset { padding: 20px 15px; background-color: #f8f8f8; border: 4px solid #6699cc; margin: 0;}
#guideform input { font-size: 11px; border: 1px solid #d0d0d0;padding: 2px; margin: 4px 0;}
#guideform label { font-size: 11px; width:90px; float:left;margin: 4px 0; }
#guideform input.submit { border: 0; margin:15px 0 0 90px; }
.formfoot { xborder: 1px solid #000; text-align:right; background:url(../graphics/shadowfooter.png) no-repeat center top;}
/*--------------------------------------------
Misc
----------------------------------------------*/
.seperator {
	text-align:center;
	background-color: #6699cc;
	color: #6699cc;
	width: 80%;
	height: 1px;
	margin: 20px auto 20px;
}
.top  { 
text-align: right;
float: right;
width: 50px;
padding: 5px 45px 0;
}

