/*
================================================================
		Author: 	Stuart Buckell
		Copyright:	Buckhill Ltd 2007
		Version:	Scorpio V2.0
		URL: 		http://www.buckhill.co.uk
		MEDIA:		Screen/Print/Reader
		CSS:		IE 7+/FF 2.0+
================================================================
*/

/*
================================================================
| General Elements
================================================================
*/
*, html, body, ul, li
{
	margin: 0; padding: 0; border: 0;
}
a, a:visited, a:active
{
	color: #003e7b;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
BODY 						
{ 
	font-family: "Lucida Grande", geneva, arial, sans-serif;
	color: #181818;
	font-size: 62.5%;
	background: url(/client/images/bg.jpg) repeat-x #c1effe;
	background-position: -200px 0;
	margin-top: 15px;
}
HTML
{
	font-size: 1.2em;
}
p
{
	line-height: 1.5em;
}
p a
{
	font-weight: normal;
}
p a:hover
{
	text-decoration: underline;
}
p.info
{
	margin-top: 10px;
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
}
p.small
{
	font-size: 0.9em;
}
p.link
{
	font-size: 0.5em;
	color: #bdd2e5;
}
p.link a
{
	color: #bdd2e5;
}
div.content p a:hover
{
	background: #cfdcf3;
	text-decoration: none;
}
INPUT
{
	font-family: "Lucida Grande", geneva, arial, sans-serif;
}
TEXTAREA
{
	background: none;
}
ol, ul
{
	margin-left: 25px;
}
ol li, ul li
{
	margin-top: 5px;
}
div.plInner
{
	float: left;
	width: 184Px;
	height: 100px;
	padding-top: 10px;
	text-align: center;
	border: 1px solid #cfdcf3;
	border-bottom: 2px solid #002b76;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 11px;
}
div.plInner:hover
{
	border-bottom: 2px solid #ac0000;
}
div.plInner IMG
{
	margin-bottom: 2px;
}
div.productLease img
{
	margin-right: 10px;
}
div.productLease p, div.productLease h1
{
	margin-bottom: 10px;
}
div.productLease p.price
{
	color: #c60000;
	font-weight: bold;
	font-size: 1.1em;
}
a.enquire
{
	font-size: 11px;
	font-weight: bold;
	background: #104cbc;
	color: #fff;
	padding: 3px 4px 3px 4px;
	float: right;
	width: 71px;
	text-align: center;
}
a.enquire:hover
{
	text-decoration: none;
	background: #0a398c;
}
p.italic
{
	font-size: 0.9em;
	font-style: italic;
}
p.callback
{
	font-weight: bold;
	font-size: 12px;
	color: #003e7b;
	width: 190px;
}
p.secure
{
	text-align: center;
	font-weight: bold;
}
div.navtop
{
	background: #0e43a0;
	height: 3px;
	margin-bottom: 1px;
}
p.pPlatform, p.pBusiness, p.pRemote, p.pSoftware
{
	padding-bottom: 25px;
	padding-top: 10px;
	padding-left: 75px;
	margin-left: 15px;
}
p.pRemote
{
	background: url(/skins/default/images/iconMulti.png) no-repeat left;
}
p.pPlatform
{
	background: url(/skins/default/images/iconPlatform.png) no-repeat left;
}
p.pSoftware
{
	background: url(/skins/default/images/iconNoSoftware.png) no-repeat left;
}
p.pBusiness
{
	background: url(/skins/default/images/iconModules.png) no-repeat left;
}
a.help
{
 	text-decoration: none;
 	border-bottom: 1px dashed #222;
 	background: #f3f5f9;
}
a.help:hover
{
	text-decoration: none;
	cursor: help;
}
DIV.testomonial p
{
	margin-bottom: 5px;	
}
/*
================================================================
| Text Elements
================================================================
*/
h1
{
	font-size: 1.2em;
	color: #003e7b;
}
h1.front
{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
}	
h2
{
	font-size: 1em;
	color: #003e7b;
	font-size: 14px;
}
span.voip
{
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
}
UL.drps
{
	float: left;
	width: 350px;
}
UL.drps LI
{
	list-style: none;
	background: url(/skins/default/images/iconBullet.png) no-repeat left;
	padding-left: 13px;
	margin-left: 0px;
	margin-bottom: 10px;
	display: block;
}
UL.drps LI a
{
	color: #001843;
}
/*
================================================================
| Inputs
================================================================
*/
INPUT.textbox
{
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #222;
	margin-top: 5px;
	margin-left: 5px;
	width: 183px;
}
INPUT.callbackSubmit
{
	font-size: 11px;
	font-weight: bold;
	background: #2561ce;
	color: #fff;
	margin: 5px 0 0 5px;
	padding: 2px;
}
INPUT.callbackSubmit:hover
{
	background: #9b0000;
	cursor: pointer;
}
/*
================================================================
| Wrappers
================================================================
*/
DIV#wrapper
{	
	width: 975px;
	margin: auto;
	background: #fff;
	padding: 1px;
	border: 1px solid #222;
}
DIV#wrapContent
{
	clear: left;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: none;
	background: url(/skins/default/images/bgWrap.png) repeat-y left;
	width: 975px;
}
/*
================================================================
| Overall Containers
================================================================
*/
DIV#top
{
	width: 975px;
	height: 85px;
	margin: auto;
	margin-bottom: 2px;
}
DIV#topRight
{
	float: right;
	color: #fff;
	text-align: right;
	margin-top: 27px;
}
DIV#topRight a
{
	color: #fff;
}
DIV.newsletter
{
	padding: 10px 10px 10px 15px;
	clear: left;
}
DIV.newsletter h1
{
	border-bottom: 4px solid #dfdfdf;
	padding-bottom: 2px;
}
DIV.productLease
{
	clear: left;
	border-bottom: 1px solid #cfdcf3;
	border-left: 1px solid #cfdcf3;
	border-right: 1px solid #cfdcf3;
	padding: 10px;
	height: 150px;
}
DIV.content
{
	float: left;
	width: 740px;
}
/*
================================================================
| Screen Readers
================================================================
*/
DIV.bannerR
{
	display: none;
}
/*
================================================================
| Navigation Top
================================================================
*/
div#nav
{
	float: left;
	clear: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	width: 975px;
	background: url(/skins/default/images/navBg.png);
	border-bottom: 1px solid #fff;
}
div#nav a
{
	float: left;
	display: block;
	padding: 6px 12px 10px 12px;
	height: 12px;
	color: #fff;
}
div#nav a.active
{
	float: left;
	display: block;
	padding: 6px 12px 10px 12px;
	height: 12px;
	margin-top: 0;
}
div#nav a:hover, div#nav a.big:hover
{
	text-decoration: none;
	background: url(/skins/default/images/navBgHvr.png);
}
div#nav a.active:hover
{
	background-position: 0 0;
}
div.topDetail
{
	float: right;
	clear: right;
	width: 260px;
	margin-top: 10px;
}
div.topDetail a
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
div.topDetail a.support, div.topDetail a.login
{
	width: 113px;
	text-align: center;
	padding-top: 9px;
	padding-left: 15px;
	height: 24px;
	display: block;
	background: url(/skins/default/images/buttonTop.png) no-repeat;
}
div.topDetail a.login
{
	background: url(/skins/default/images/buttonClient.png) no-repeat;
}
div.topDetail a.support:hover, div.topDetail a.login:hover
{
	text-decoration: none;
	background-position: 0 -33px;
}
/*
****************************************************
Navigation
****************************************************
*/
#navigationWrap
{
	float: left;
	width: 200px;
}
#navigationWrap img
{
	float: left;
	clear: left;
}
#navigation {
	float: left;
	width: 200px;
	background: url(/skins/default/images/navLeftBg.png);
	margin-left: 0;
}
#navigation a.head {
	cursor:pointer;
	background: url(/skins/default/images/navLeftBg.png);
	color: #191919;
	display: block;
	font-weight:bold;
	padding: 5px 8px 5px 10px;
	text-decoration: none;
	width: 182px;
}
#navigation a.head:hover {
	background: url(/skins/default/images/navLeftBgHover.png);
	background-position: 0 -26px;
	color: #fff;
}
#navigation a.selected {
	background: url(/skins/default/images/navLeftBgHover.png);
	color: #fff;
}
#navigation a.current {
	background: url(/skins/default/images/bgNavSub.png);
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background: #cfdcf3;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display: block;
	text-indent:15px;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
	font-size: 11px;
}
#navigation li li a:hover {
	background: url(/skins/default/images/bgNavSub.png);
}
/*
================================================================
| Index
================================================================
*/
DIV.banner
{
	height: 240px;
	background: url(/skins/default/images/banner.jpg) no-repeat;
	clear: left;
	border-top: 1px solid #242424;
}
DIV.indexBox
{
	float: left;
	width: 208px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 15px 5px 20px;
	height: 180px;
}
DIV.indexBox p
{
	margin-top: 5px;
	height: 90px;
}
DIV.indexBox ul
{
	margin-top: 5px;
	margin-left: 10px;
	list-style: none;
}
DIV.indexBox li
{
	background: url(/skins/default/images/bgBox.png) no-repeat left;
	padding-left: 18px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
}
DIV.indexBox li a
{
	color: #000;
}
DIV.indexBox li a:hover
{
	color: #00468b;
}
/*
================================================================
| Products and Services
================================================================
*/
DIV.productsBox
{
	float: left;
	width: 208px;
	padding: 15px 15px 5px 20px;
	height: 180px;
}
DIV.productsBox p
{
	margin-top: 5px;
	height: 90px;
}
DIV.productsBox ul
{
	margin-top: 5px;
	margin-left: 10px;
	list-style: none;
}
DIV.productsBox li
{
	background: url(/skins/default/images/bgBox.png) no-repeat left;
	padding-left: 18px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
}
DIV.productsBox li a
{
	color: #000;
}
DIV.productsBox li a:hover
{
	color: #00468b;
}
DIV.rightbottom
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
DIV.bottom
{
	border-bottom: 1px solid #ccc;
}
DIV.right
{
	border-right: 1px solid #ccc;
}

DIV#areas
{
	float: left;
	height: 70px;
	width: 190px;
	overflow: auto;
	text-align: left;
	padding: 5px;
}
DIV#areas UL
{
	list-style: none;
	margin-left: 0;
	font-size: 9px;
}
DIV.testomonial
{
	padding: 10px;
	background: #e6edf9;
	text-align: justify;
}
DIV.itsupport
{
	background: url(/skins/default/images/it_support.jpg) no-repeat;
	height: 100px;
	width: 774px;
	padding-top: 80px;
	margin-left: 1px;
}
DIV#itsupportfront
{
	background: url(/skins/default/images/banner.jpg) no-repeat;
	height: 220px;
	width: 945px;
	padding: 10px;
	padding-left: 20px;
	clear: left;
}
DIV#itsupportfront p
{
	color: #fff;
	font-size: 16px;	
}
DIV#itsupportfront p.small
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
}
DIV#itsupportfront p.med
{
	font-size: 12px;
	font-weight: bold;
}	
FORM.callback
{
	padding: 15px;
}
FORM.callback h1
{
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*
================================================================
| 
================================================================
*/
DIV#footer
{
	text-align: center;
	clear: both;
	margin-bottom: 0;
}
DIV#footerInner
{
	width: 955px;
	margin: auto;
	padding: 10px;
}
DIV#footer p
{
	font-size: 11px;
}
/*
================================================================
| Content
================================================================
*/
DIV.content
{
	float: left;
	width: 730px;
	width: 750px !important;
	padding: 10px 10px 10px 15px;
}
DIV.exampleTitle
{
	padding: 5px 0 5px 12px;
	height: 20px;
	background: url(/skins/default/images/bgTitle.jpg) no-repeat;
}
/*****************************************************
		Tables
*****************************************************/
TR.features
{
	width: 85px;
	text-align: center;
	padding: 5px;
	background: url(/skins/default/images/tableFeatures.png);
	font-size: 11px;
	font-weight: bold;
}
TD.features
{
	width: 100px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background: url(/skins/default/images/tableHeader.png);
	color: #fff;
}
TD.title
{
	text-align: left;
	font-weight: normal;
	height: 35px;
	padding-left: 15px;
	padding-right: 27px;
	background: url(/skins/default/images/tableTitle.png);
	font-size: 12px;
}
TABLE.features
{
	float: left;
	margin-right: 10px;
}
TABLE.features2
{
	float: left;
	width: 114px;
}
TD.details
{
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
}
/*****************************************************
		Tabs
*****************************************************/
DIV#bronze, DIV#silver, DIV#gold
{	
	background: url(/skins/default/images/bronzeServer.jpg) no-repeat left;
	padding-left: 190px;
	width: 546px;
}
DIV#silver
{	
	background: url(/skins/default/images/monitoring.jpg) no-repeat left;
	height: 180px;
}
DIV#gold
{
	background: url(/skins/default/images/os.jpg) no-repeat left;
}
DIV#bronze
{
	height: 173px;
}
/****************************************************
		contact form
*****************************************************/
DIV#contactPage
{
	
}
DIV.contactForm
{
	
	padding: 10px;
	margin-top: 10px;
}
DIV.contactForm LABEL
{
	display: block;
	width: 180px;
	float: left;
	font-weight: bold;
}
DIV.contactForm INPUT, DIV.contactForm TEXTAREA
{
	float: left;
	border: 1px solid #00407a;
}
DIV.contactForm TEXTAREA
{
	width: 470px;
	height: 150px;
	background: #fff;
}
DIV.contactForm INPUT
{
	width: 470px;
}
DIV.field
{
	float: left;
	clear: left;
	width: 555px;
	margin-bottom: 10px;
}
DIV#errors, DIV#thankyou
{
	background: #FFFFCC;
	border: 1px solid #990000;
	padding: 10px;
	width: 554px;
	margin-top: 10px;
}
INPUT#submitContact
{
	font-size: 11px;
	font-weight: bold;
	background: #2561ce;
	color: #fff;
	margin: 5px 0 20px 5px;
	padding: 2px;
}
INPUT#submitContact:hover
{
	background: #9b0000;
	cursor: pointer;
}
DIV#address
{
	float: left;
	background: #fff;
	width: 262px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	height: 100px;
}
DIV#telephone
{
	float: left;
	background: #fff;
	width: 263px;
	margin-top: 10px;
	padding: 10px;
	height: 100px;
}
DIV.address
{
	float: left;
	width: 340px;
	margin-bottom: 20px;
}
DIV.address h4
{
	margin-bottom: 5px;
}
DIV.address p
{
	margin-bottom: 2px;
}
TEXTAREA#Comments
{
	margin-left: 5px;
	margin-top: 5px;
	padding: 2px;
}
/*****************************************************
		Control Panel
*****************************************************/
DIV#controlPanel
{
	clear: left;
	padding-top: 10px; 
	width: 575px;
}
DIV#controlPanel h1
{
	margin-bottom: 10px;
	font-size: 12px;
}
DIV#user-settings LABEL, DIV#user-settings INPUT
{
	float: left;
	
}
DIV#user-settings LABEL
{
	display: block;
	width: 180px;
	margin-bottom: 8px;
}
DIV#user-settings INPUT, DIV#user-settings TEXTAREA
{
	margin-bottom: 8px;
	border: 1px solid #6b2d22;
}
DIV#user-settings SELECT
{
	border: 1px solid #6b2d22;
}
INPUT#editInfo
{
	background: url(/skins/default/images/tabEdit.png) no-repeat;
	width: 75px;
	height: 35px;
	cursor: pointer;
	clear: left;
	float: left;
}
INPUT#editUpdate
{
	background: url(/skins/default/images/tabUpdate.png) no-repeat;
	width: 75px;
	height: 35px;
	cursor: pointer;
	clear: left;
	float: left;
}
INPUT#editBrowse
{
	background: url(/skins/default/images/tabBrowse.png) no-repeat;
	width: 75px;
	height: 35px;
	cursor: pointer;
	float: left;
}
DIV#user-settings FIELDSET
{
	border: 1px solid #333333;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 10px;
	margin-right: 3px;
}
DIV#user-settings LEGEND
{
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}
DIV#user-settings LEGEND a
{
	color: #6b2d22;
}
DIV#user-settings INPUT, DIV#user-settings TEXTAREA
{
	padding: 2px;
}
DIV#user-settings .required
{
	width: 500px;
}
DIV#user-settings SELECT
{
	width: 148px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
DIV#user-settings OPTION
{
	margin: 2px;
}
DIV#user-settings SELECT
{
	padding: 1px;
}
DIV.submitted
{
	padding: 10px;
	background: #FFFFCC;
	border: 1px solid #FF9900;
}
/****************************************************
		Errors
*****************************************************/
FORM .diverror, DIV#errors { background: #FFFF99; border: 1px solid #FF0000; padding: 5px; }
FORM .diverror INPUT { border: 1px solid #FF0000; }
FORM .diverror LABEL { width: 160px; }
FORM .diverror p { font-size: 11px; font-weight: bold; clear: left; margin-left: 5px; }
FORM INPUT.inputText formerror
{
	border: 1px solid #990000;
}
/*
****************************************************
Paginiation
****************************************************
*/
div.pagination 
{
	height: 20px;
	color: #222;
	clear: left;
	margin-top: 20px;
}

div.pagination a 
{
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
	background: #204c11;
	padding: 2px 8px 3px 8px;
	border: 1px solid #222;
}

div.pagination a:hover 
{
	text-decoration: none;
	background: #fcc507;
	color: #282828;
	border: 1px solid #222;
}

div.pagination span.inactive
{
	color: #282828;
	text-decoration: none;
	font-weight: bold;
	background: #fcc507;
	padding: 2px 8px 3px 8px;
	border: 1px solid #222;
}
/*
****************************************************
J-Tip
****************************************************
*/
#JT_arrow_left{
	display: none;
}

#JT_arrow_right{
	display: none;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #222222;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/client/images/administration/jtip/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #222222;
	text-align: left;
	font-weight:bold;
	display: none;
}

#JT_close_right{
	background-color: #222222;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	display: none;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #222222;
}

.jTip{
cursor:help;
}


ul.ecommerce
{
	padding-left: 22px;
	border-left: 1px solid #ccc;
	font-size: 11px;
}
DIV.mailImages
{
	width: 775px;
}
DIV.mailImages img
{
	padding: 2px;
}
DIV.mailInner
{
	float: left;
	width: 367px;
	height: 210px;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-right: 5px;
}
DIV.mailInner p
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #f0f0f0;
	padding: 4px 0 4px 0;
}
DIV.quote
{
	float:right;
	clear: right;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px dashed #ccc;
	padding: 10px;
	text-align: justify;
	font-style: italic;
	background: url(/skins/default/images/m3logo.jpg) no-repeat bottom;
	background-position: 10px 140px;
}
DIV.lazer
{
	background: url(/skins/default/images/lazerlogo.jpg) no-repeat bottom;
	background-position: 10px 140px;
}

FORM#signin LABEL
{
	float: left;
	clear: left;
	width: 120px;
	font-weight: bold;
	font-size: 11px;
}
FORM#signin INPUT
{
	float: left;
	width: 150px;
	padding: 1px;
	border: 1px solid #444;
	margin-bottom: 10px;
}
