/* Standard Style Sheet
-------------------------------------------------
   Copyright 2006 tictoc design
   http://www.tictocdesign.com
-------------------------------------------------*/

/* @import url("reset-min.css");
@import url("fonts-min.css");
@import url("layout.css");
@import url("navigation.css");
@import url("sections.css");*/

/* reset-min.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0 0;
	padding:0;
}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:182%;}q:before,q:after{content:'';}

/* fonts-min.css */
body {
*font-size:small;*font:x-small;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-style: normal;
}table {font-size:inherit;font:13px arial,helvetica,clean,sans-serif;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {
	line-height:1.22em;
}

/* layout.css */
html {
	height: 101%;
	}
body {
	color: #747474;
	background-color: #dddddd;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	}

/* Standard link styles */
a, input { outline: none; }
a:link 	  { color: #2cabe2; text-decoration: none; }
a:visited { color: #2cabe2; text-decoration: none; }
a:hover	  { color: #1a6788; text-decoration: none; }
a:active  { color: #1a6788; text-decoration: none; }


/* Main blocks
---------------------------------------- */
#wrapper {
	/* Fixed width and centred */
	width: 800px;
	margin: 0 auto;
	padding: 0 20px 5px 20px;
	background: url("../images/bg_wrapper.gif") repeat-y;
	}
#header {
	min-height: 120px;
	margin-bottom: 0px;
	}
#header h1 a {
	float: left;
	display: block;
	width: 182px;
	height: 90px;
	margin-top: 15px;	
	margin-left: 15px;	
	text-indent: -5000em;
	background: url("../images/bg_logo.gif") no-repeat;
	}
#header p#text {
	position: absolute;
	color: #97978F;
	margin-top: 30px;
	margin-left: 605px;
	text-align: right;
	}
#header fieldset {
	float: right;
	margin-top: 75px;
	margin-right: 10px;
	}
#header fieldset input {
	vertical-align: middle;
	}
#header fieldset input#s {
	width: 150px;
	}


/* Main area */
#main {
	margin: 10px 0;
	}


/* Side menu panel */
#menu {
	float: left;
	width: 210px;
	list-style-type: none;
	list-style-image: none;
	}


/* Content area */
#body p {
	margin: 10px 0;
	}

/* Forms */
input {	
	font-size: 85%;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 0px;
	color: #333333;
	background-color: #FAFAFA;
	}
input:focus {
	border-color: #3C5F81;
	color: #000000;
	}	
textarea {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 85%;
	padding: 2px;
	border: 1px solid #CCCCCC;
	height: 15em;
	color: #333333;
	background-color: #FAFAFA;
	}
fieldset {
	margin-top: 20px;
	}
fieldset dl {
	margin-bottom: 10px;
	}
fieldset dt {
	float: left;
	width: 20%;
	display: inline;
	}
fieldset dt label {
	font-size: 85%;
	text-align: left;
	font-weight: bold;
	line-height: 2;
	}
fieldset dd {
	color: #666666;
	margin-left: 20%;
	padding-left: 5px;
	padding-bottom: 4px;
	min-height: 15px;
	}	
fieldset input.submit {
	border: 0;
	padding: 0;
	margin-left: 20%;
	padding-left: 5px;
	}

/* Footer */
#footer {
	min-height: 18px;
	margin-bottom: 10px;
	padding: 2px 5px 0 5px;
	background: url("../images/bg_footer.gif") repeat-x #9f9f9f;
	}
#footer p {
	float: left;
	font-size: 85%;
	}
#footer a {	
	color: #6e6e6e;
	font-size: 85%;
	}
#footer a:hover {	
	color: #333;
	}
#footer ul {
	float: right;
	width: auto;
	list-style: none;
	}
#footer li {
	display: inline;
	margin-left: 5px;
	}


/* Nice method for clearing floated blocks without having to insert any extra markup
   From http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Spacer required after a two column layout */
div.spacer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
	}

/* nmavigation.css */
#tabs ul {
	float: left;
	list-style: none;
	margin-left: 1px;
	}
#tabs li {
	display: inline;
	font-weight: bold;
	}
#tabs li a {
	float: left;
	display: block;
	min-height: 26px;
	position: relative;
	padding-right: 20px;
	text-decoration: none;
	background: url("../images/bg_tab_right.gif") top right no-repeat;
	}	
#tabs li#active a {	
	background: url("../images/bg_tab_active_right.gif") top right no-repeat;	
	}
#tabs li#pre_active a {	
	background: url("../images/bg_tab_active_preright.gif") top right no-repeat;	
	}
#tabs li a span {	
	color: #FFFFFF;
	font-size: 78%;
	display: block;
	cursor: pointer;
	padding: 8px 13px 8px 3px;
	background: url("../images/bg_tab_middle.gif") repeat-x;
	}	
#tabs li#active a span {	
	background: url("../images/bg_tab_active_middle.gif") repeat-x;	
	}
#tabs li span.first {	
	float: left;
	display: block;
	height: 26px;
	padding-left: 14px;
	background: url("../images/bg_tab_first.gif") top left no-repeat;
	}
#tabs li#active span.first {	
	background: url("../images/bg_tab_active_first.gif") top left no-repeat;
	}
#tabs li.last a {	
	padding-right: 0;	
	background: url("../images/bg_tab_middle.gif") repeat-x;
	}	
#tabs li#active.active a {	
	background: url("../images/bg_tab_active_middle.gif") repeat-x;	
	}
#tabs li.last a span {	
	padding-right: 25px;
	background: url("../images/bg_tab_last.gif") top right no-repeat;
	}
#tabs li#active.last a span {	
	background: url("../images/bg_tab_active_last.gif") top right no-repeat;	
	}
#tabs li a:hover span {
	color: #FFFFFF;
	}
	
/* Left-hand menu */

#menu ul {
	margin: 10px 5px 20px 5px;
	list-style-type: none;
	}
#menu ul li a {
	display: block;
	width: 202px;
	height: 18px;
	color: #fff;
	font-size: 85%;
	padding: 8px 0 0 10px;
	background: url("../images/bg_menu_tab.gif") no-repeat;	
	}
#menu ul li a.active {
	font-weight: bold;	
	background: url("../images/bg_menu_tab_active.gif") no-repeat;	
	}
#menu ul li.last a {	
	background: url("../images/bg_menu_tab_last.gif") no-repeat;	
	}
#menu ul li.last a.active {	
	background: url("../images/bg_menu_tab_last_active.gif") no-repeat;	
	}
#menu ul li a:hover {
	color: #333333;
	}
	
#menu div {
	margin: 10px 5px 20px 5px;
	}
#menu div h3 {
	width: 192px;
	height: 18px;
	color: #fff;
	font-size: 85%;
	margin-bottom: 5px;
	padding: 8px 0 0 10px;
	background-repeat: no-repeat;
	}
#menu div.newsletter h3 {	
	background-image: url("../images/bg_menu_newsletter.gif");	
	}
#menu div.buy h3 {	
	background-image: url("../images/bg_menu_buy.gif");	
	}
#menu div p {	
	font-size: 92%;
	min-height: 50px;
	padding-right: 60px;
	margin: 0 10px 5px 10px;
	background-repeat: no-repeat;
	background-position: top right;
	}
#menu div.newsletter p {	
	background-image: url("../images/bg_menu_newsletter_img.gif");	
	}
#menu div.buy p {	
	background-image: url("../images/bg_menu_buy_img.gif");	
	}
#menu div a {
	text-indent: -5000em;
	background-repeat: no-repeat;
	}
#menu div.newsletter a {	
	background-image: url("../images/bg_menu_newsletter_a.gif");	
	}	
#menu div.buy a {	
	background-image: url("../images/bg_menu_buy_a.gif");	
	}
#home #wrapper #main #sector_content {
	padding-top: 10px;
}
#email #wrapper {
	width: 550px;
	margin: 0 auto;
	padding: 0 20px 5px 20px;
	background: url("../images/bg_wrapper.gif") repeat-y;
}

/* sections.css
/* Home */

#home #main {
	}	
#home div.panel {
	float: left;
	width: 250px;
	margin-left: 0px;
	}
#home div.panel h3 {
	width: 230px;
	height: 18px;
	color: #fff;
	font-size: 92%;
	padding: 8px 0 0 10px;
	background-repeat: no-repeat;
	}
#home div#panel_buy h3 {	
	background-image: url("../images/bg_h3_buy.gif");
	}
#home div#panel_about h3 {	
	background-image: url("../images/bg_h3_about.gif");
	}
#home div#panel_support h3 {	
	background-image: url("../images/bg_h3_support.gif");
	}	
#home div.panel p {
	font-size: 85%;
	margin: 5px 8px;
	padding-right: 10px;
	}
#home div.panel p.first {
	min-height: 85px;
	padding-right: 80px;
	background-repeat: no-repeat;
	background-position: 155px 0;
	}
#home div.panel p.link {
	margin-top: 10px;
	padding-left: 11px;
	background-position: top left;
	background-repeat: no-repeat;
	}
#home div.panel p.link a {
	display: block;
	width: auto;
	height: 17px;
	color: #fff;
	padding: 6px 10px 0 5px;
	background-position: top right;
	background-repeat: no-repeat;
	}

/* Sub Page */
#sub #main {
	padding-top: 80px;
	background: url("../images/bg_sub.jpg") no-repeat;
	}
#sub #body {
	float: right;
	width: 570px;
	color: #666666;
	min-height: 400px;
	}	
#sub #screens {
	float: right;
	width: 800px;
	color: #ED8F62;
	min-height: 400px;
	}		
#sub #body div.content_wrapper {
	float: left;
	width: 540px;	
	}
#sub #body h2 {
	color: #f26522;
	font-size: 182%;
	margin-top: 5px;
	}
#sub #body h2 em {
	color: #ababab;
	font-size: 85%;
	}
#sub #body h3 {	
	margin: 10px 0;
	color: #f26522;
	font-size: 100%;
	}
#sub #body p, #sub #body ul {
	margin: 10px 0;
	}
#sub #body ul {
	margin-left: 30px;
	list-style-image: url("../images/bg_sub_li.gif");
	}
#sub #body ul li {
	margin-bottom: 10px;
	}
#sub #body img.pull_right {
	float: right;
	width: 210px;
	}
#sub #body img.pull_right_case {
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	}
	
/* Case Studies */

#sub #body ul#case_studies_list {
	margin-left: 0;
	margin-right: 50px;
	list-style-image: none;
	}
#sub #body ul#case_studies_list li {
	margin: 0;
	font-size: 85%;
	padding: 8px 5px;
	}	
#sub #body ul#case_studies_list li span {
	float: left;
	}
#sub #body ul#case_studies_list li a {
	float: right;
	}
#sub #body ul#case_studies_list li.row1 {
	background-color: #e2e7ee;
	}
#sub #body ul#case_studies_list li.row2 {
	background-color: #fff;
	}

#sub #body dl {
	
	}
#sub #body dl dt {
	font-weight: bold;
	}
#sub #body dl dd {
	margin-bottom: 1px;
	}

/* Features */

#sub #body div.feature {
	margin-top: 15px;
	padding-top: 10px;
	margin-right: 20px;
	border-top: 1px solid #999;
	float: left;
	width: 400px;
	}
#sub #body div.feature h3 {
	margin-top: 0;
	}
#sub #body div.feature div.pull_left {
	float: left;
	width: 300px;
	}
#sub #body div.feature ul {	
	margin: 0 0 0 20px;
	list-style-image: url("../images/bg_feature_li.gif");
	}
#sub #body div.feature ul li {	
	padding-left: 5px;
	margin-bottom: 5px;
	}
#sub #body div.feature a.img {
	float: right;
	margin-top: -20px;
	margin-left: 10px;
	}

/* Contact Page */
#sub #body address {
	font-style: normal;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
	}
#screens {
	float: none;
	width: 1000px;
	color: #ED8F62;
	min-height: 400px;
}
#home #wrapper #main p {
	;
	padding-bottom: 5px;
	font-size: 85%;
}
