/*****Basic Elements*****/  

body {
	background: #f1f4f6;
	text-align: center;
	line-height: 1.6;	
	font-family: Calibri,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #616161;
}
html {
     overflow: -moz-scrollbars-vertical;
}
@font-face {
	font-family: Museo;
	src: url('Museo300-Regular.otf');
}

h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
	
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
	letter-spacing:-1px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #844370;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} 

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

.block-inner blockquote{margin-bottom:55px;}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
	margin-bottom:50px;
}

p.author em {
	font-weight: normal;
	color: #616161;
}


.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#headerContainer, .container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	font-family:calibri,helvetica,arial,sans-serif;
	font-size:120%;
}
#headerContainer{overflow:visible}

.clearfix {
	clear: both; 
}


#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 112px;
}


#header h1 {
	background: url(images/logo_incitecomm-trans.png) no-repeat;
	width: 203px;
	height: 30px;
	text-indent: -9999px;
	margin: 30px 0 5px;
}

#header span#slogan {
	font-style: italic;
	color: #81726a;
	font-size: 13px;
}

/*** Main Menu ***/

#header ul#top_menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 26px;
	text-align:right;
	float:right;
}

ul#bottomMenu{list-style-type:none; font-size:0.9em;}
ul#bottomMenu li{float:left; text-align:left;}
ul#bottomMenu li a{display: block;padding: 3px 13px; margin-right:5px;text-transform: uppercase; border-right:1px solid #CCC;}
ul#bottomMenu li a.last{border-right:0;}

#header ul#top_menu li {
	float: left;
	text-align:left;
	/* height:2.2em; */
}

#header ul#top_menu li a {
	color: #1d3475;
	display: block;
	padding: 3px 13px;
	/* height:2.2em; */
	text-transform: uppercase;
}

#header ul#top_menu li a {
	text-decoration: none;
}

#header ul#top_menu li a:hover {
	/* background: #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 
	border-top:3px solid #1d3475;*/
	border-top:3px solid #fff;
}

#header ul#top_menu li.active {
	/* background: #1d3475;
	margin: 0px 5px;
	background: #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 
	background:#fff;
	width:90px;*/
	border-top:3px solid #1d3475;
}

#header ul#top_menu li.active a{/*border-bottom:3px solid #1d3475;*/}
#header ul#top_menu li.active a:hover{border:0 !important;}

/*** Content ***/

#main {
	float: left;
	width: 540px;
}

#content {
	background: #ffffff url(images/content_bg.gif) repeat-x top left;
	padding: 33px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right;
	width: 340px;
}

#sidebar h2 {
	font-size: 20px;
	color: #8ca5b4;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	background: #ffffff url(images/sidebar_block_bg.gif) repeat-x;
	padding: 14px 30px 8px;
	-moz-box-shadow:5px 5px 9px #CCCCCC;
	-webkit-box-shadow:5px 5px 9px #CCCCCC;
}

/*** Footer ***/

#footer {
	clear: both;
	border-top: 1px solid #eaedf0;
	padding: 20px 0px 15px;
	color: #aeb3b6;
}

#footer p#bottom-menu {
	float: left;
}

#footer p#bottom-menu a, h6 {
	color: #aeb3b6;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}


#featured_area {
	background: url(images/bkg_FocalArea.gif) repeat-x;
	height: 308px;
	overflow: hidden;
	position: relative;
}

#featured_area div#mySlides {
	padding-top: 30px;
}

#featured_area .description {
	float: left;
	width: 275px;
	height: 152px;
}

#featured_area .narrowPara{width:475px !important;}

#featured_area .description h2 {
	font-size: 1.8em;
	color: #423d3a;
	margin-bottom: 10px;
	font-weight: bold;
	font-family:Museo,Calibri,Helvetica,Arial,sans-serif;
	letter-spacing:-1px;
}

#featured_area .description p {
	font-size: 13px;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	background:#f8f9fa url(images/featured_image_bg.gif) repeat-x;
	border: 1px solid #f8f9fa;
	padding: 10px 10px 5px 10px;
	margin-top: 1px;
	float: right;
	position: relative;
	-moz-box-shadow:3px 3px 7px #666;
	-webkit-box-shadow:3px 3px 7px #666;
}

#featured_area .photo img {
	width: 600px;
	height: 210px;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	height: 308px;
	overflow: none;
}

#header .container{height:120px;}
.ribbon {
	position: absolute;
	right: -1px;
	top: -2px;
	width: 87px;
	height: 89px;
	z-index: 5;
}

.ribbon.webdesign {
	background: url(images/webdesign-trans.png) right top no-repeat;
}

.ribbon.print {
	background: url(images/print-trans.png) right top no-repeat;
}

.ribbon.flash {
	background: url(images/flash-trans.png) right top no-repeat;
}

a.navPrev, a.navNext {
	display: block;
	width: 83px;
	height: 33px;
	position: absolute;
	bottom: -4px;
	text-indent: -9999px;
	cursor: pointer;
}

a.navPrev {
	background: url(images/nav-prev-trans.png) no-repeat;
	left: 0px;
}

a.navNext {
	background: url(images/nav-next-trans.png) no-repeat;
	right: 0px;
}

div#slideDeck {
	display: none;
}


#pagename {
	background: #f2f6f7 url(images/subHeader_01_gloss.gif) repeat-x top left;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #e7e9ea;
	height: 60px;
}

/* body#contact #pagename{background: #f2f6f7 url(images/bkg_subHeader_03_tea.gif) repeat-x top left;} */

#pagename h2 {
	color: #005d6c;
	margin: 6px 0px 0px;
	font-size: 2.2em;
	font-family: Museo,Helvetica,Arial;
	letter-spacing:-2px;
	font-weight:normal;
	text-shadow:#fff 2px 2px 3px;
	width:12em;
	display:inline-block;
}

/** Home Page Content **/

body#home #content h2 {
	margin-bottom: 20px;
}

body#home div#apps {
	width: 960px;
	float: left;
}

body#home div#apps ul {
	overflow: hidden;
	list-style-type: none;
}

body#home div#apps ul li {
	float: left;
	width: 195px;
	margin: 0px 95px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 45px;
	height:60px;
}

body#home div#apps ul li h3{margin-top:10px; margin-left:10px; font-size:1.3em !important; line-height:1em; color:#844370;}

body#home div#apps ul li#cGps,
h4#cGps{background: url(images/icons_primary_40x92-trans.png) 0px 0px no-repeat;}

body#home div#apps ul li#fMgmnt,
h4#fMgmnt{background: url(images/icons_primary_40x92-trans.png) 0px -300px no-repeat;}

body#home div#apps ul li#customerS,
h4#customerS{background: url(images/icons_primary_40x92-trans.png) 0px -440px no-repeat;margin-right:10px;}

body#home div#apps ul li#tAlerts,
h4#tAlerts{background: url(images/icons_primary_40x92-trans.png) 0px -600px no-repeat;margin-right:10px;}

body#home div#apps ul li#costS,
h4#costS{background: url(images/icons_primary_40x92-trans.png) 0px -740px no-repeat;}

body#home div#apps ul li#lowC,
h4#lowC{background: url(images/icons_primary_40x92-trans.png) 0px -890px no-repeat; }

h4#cGps,
h4#fMgmnt,
h4#customerS,
h4#tAlerts,
h4#costS,
h4#lowC{padding-left:60px; height:60px; vertical-align:middle; line-height:45px;}

h4#customerS{line-height:1.2em; vertical-align:middle; padding-top:7px;}


body#home div#apps ul li.last {
	margin-right: 0px;
}

body#home div#apps ul li h3 {
	font-weight: bold;
	font-size: 1.15em !important;
	margin-bottom: 2px;
}

body#home div#apps ul li p {
	color: #4d4c4c;
	line-height: 1.5;
}

body#home div#contact-info {
	float: right;
	width: 300px;
}

body#home div#contact-info p strong {
	color: #454444;
	font-weight: normal;
}

body#home #content div.hr {
	margin: 25px 0px;
}

body#home #content .bottom-block {
	float: left;
	width: 300px;
	margin-right: 20px;
}

body#home #content .bottom-block.last {
	margin-right: 0px;
}

body#home #content .bottom-block ul {
	list-style-type: none;
}

body#home #content .bottom-block h2 {
	font-size: 19px;
	color: #8ca5b4;
}


ul#latest_blog {
	list-style-type: none;
}

/** SEARCH BOX : Special **/

#search {
	background: url(images/search.jpg) no-repeat;
	width: 261px;
	height: 32px;
	position: absolute;
	top: 36px;
	right: 0px;
}

#search fieldset {
	border: 0px;
	padding: 8px 3px 3px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width: 223px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	text-indent: -9999px;
	cursor: pointer;
	width: 18px;
	margin-left: 4px;
	padding-top: 27px;
	float: left;
}

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}


/** Post **/

.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 30px;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}


/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
	}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #1D3475;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

ul.listingPrimary{list-style-type:square; margin:0px 20px 20px 20px; padding:0 10px 15px 10px;}

body#about h2.person{margin-bottom:0; margin-top:40px; font-family:Museo,calibri,helvetica,sans-serif;}
h4.sub{margin-bottom:5px; color:#777; margin-top:-5px;}
img.personImage{float:left; margin-right:16px; margin-top:5px; -moz-box-shadow:2px 2px 5px #AAA; border:5px solid #fff; -webkit-box-shadow:2px 2px 5px #AAA;}

ul.itemFeatures{margin-bottom:50px; list-style-type:square; padding-left:40px; margin-left:200px;}
ul.itemFeatures h4{margin-top:10px; margin-bottom:0; font-size:0.95em;}
ul.itemFeaturesSub{list-style-type:square; padding-left:20px; margin-left:50px;}
ul.itemFeaturesSub li{margin-bottom:0px; line-height:0.8em; margin-top:0}

#main h1{margin-top:35px; margin-bottom:10px;}

body#devices #main h2{margin-top:5px;margin-bottom:5px !important;}

#main h2{margin-top:30px;margin-bottom:5px !important;}
#main h2.first{margin-top:0;}

#main p{margin-bottom:20px;}

img.itemImage{float:left; width:200px; margin-right:5px;}


ul#subNav{padding:0; margin:15px 0 0 0; float:right; list-style:none;}
ul#subNavList{list-style:square; font-size:0.85em;cursor:pointer; padding-left:15px; color:#1D3475}
ul#subNavList li{float:none !important; text-align:left; margin-bottom:0; margin-left:10px;}

ul#subNavList li a{padding-left:0 !important; cursor:pointer !important;}
ul#subNavList li a:hover{cursor:pointer;}

ul#subNavList li a:hover{text-decoration:underline !important;}

ul#subNav li{float:left; margin-right:20px;-moz-box-shadow:2px 2px 4px #CCCCCC;-webkit-box-shadow:2px 2px 4px #CCCCCC;
border:1px solid #FFFFFF;}

body#services ul#subNav li{margin-right:0;}
body#services ul#subNav li.subNavItem{margin-right:20px;}
ul#subNav li.subCurrent a{color:#000 !important; cursor:default;}

ul#subNav li a{display:inline-block; padding:2px 6px 4px 6px; font-weight:bold; font-size:1.05em;text-decoration:none; background-color:#dedede;}
ul#subNav li a:hover{color:#000;}
ul#subNav li.last{margin-right:0;}

.brandDark{ color:#2a6e7d; }
.brandLight{ color:#8bafb5; text-transform:uppercase; font-size:0.8em; }
.brandO{
	font-weight:bold;
	color:#efa742;
	font-size:1.2em;
	display:inline-block;
	position:relative;
	top:2px;
}
body#about #main p{line-height:1.9em;}
h3.brandingInline{display:inline-block; margin-bottom:0; margin-right:5px;}

#supportContact h4{color:#000; font-weight:bold; margin-bottom:0;}
#supportContact p{margin-top:0; margin-bottom:25px;}

.subHead{margin-bottom:5px; font-style:italic; margin-top:-10px;}

.subPara{margin:15px 45px;}

body#support ul#subNavList,
body#downloads ul#subNavList,
body#faqs ul#subNavList{padding-left:12px;}

body#support ul#subNavList a,
body#downloads  ul#subNavList a,
body#faqs  ul#subNavList a{cursor:pointer; padding-left:0; padding-right:0}

body#support ul#subNavList li,
body#downloads ul#subNavList li,
body#faqs  ul#subNavList li{padding:0}

img.imgNarrow{width:316px !important; height:210px !important;}

p#lastItem{width:580px !important; margin-right:20px}

.lastBlock{clear:both; margin-top:135px;}

