/* Main Layout */
body {
  background-image:url('../images/bgMain.png');
  background-repeat:repeat-x;
  font-family:arial;
  font-weight:normal;
  color:#353b43;
}
#header {
  height:55px;
	text-transform:uppercase;
}
#header a.menuImg {
	float:right;
	margin:8px 0px 0px 10px;
  background-image:url('../images/homeOff.png');
  background-repeat:no-repeat;
}
#header a.menuImg:hover {
  background-image:url('../images/homeOn.png');
}
#header a.menuText {
	float:left;
  padding-top:10px;
	height:45px;
	color:#353b43;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
	text-align:center;
	width:90px;
	background-position:50% 0%;
	border:red 0px dashed;
}
#header div.menuSpacer {
	float:left;
	width:440px;
	border:red 0px dashed;
}
#logo {
  background-color:#ffffff;
  height:105px;
	margin-bottom:10px;
}
#content-left h1, p, h2 {
  padding-left:120px;
	font-weight:normal;
	text-align:left;
	padding-top:15px;
}
#content-left h1 {
  padding-top:0px;
	color:#353b43;
	font-size:167%;
  font-family:"times new roman", serif;
  line-height:146.5%;
}
#content-left p,a.content {
  color:#807f7f;
  font-size:108%;
  line-height:161.6%;
}
#content-left a.content {
  color:#807f7f;
  font-size:100%;
	text-decoration:none;
	font-weight:500;
	border-bottom: 1px dotted #a9a9a9;
}
#content-left a.content:hover {
  color:#e16426;
	border-bottom: 1px dotted #e16426;
}
#content-left h2 {
	padding-left:140px;
	padding-top:20px;
	background-image:url('../images/arrowOrangeRed.png'); 
  background-position:120px 25px;
  background-repeat:no-repeat;
	height:25px;
}
#content-left a.heading {
	color:#353b43;
  font-size:146.5%;
  font-family:"times new roman", serif;
  font-weight:normal;
	text-decoration:none;
}
#content-left a.heading:hover {
  color:#df6325;
}
#content-left ul.list {
  list-style-position:outside;
  padding-left:120px;
	font-weight:normal;
	text-align:left;
	padding-top:15px;
	width:100%;
}
#content-left li.list {
  padding-left:40px;
  background-image:url('../images/bulletStarSmall.png'); 
  background-position:18px 3px;
  background-repeat:no-repeat;
	margin-bottom:4px;
	font-weight:normal;
  color:#807f7f;
  font-size:123.1%;
	color:#353b43;
  font-family:"times new roman", serif;
}
a.list {
	font-weight:normal;
	color:#353b43;
  font-family:"times new roman", serif;
	text-decoration:none;
	font-weight:500;
	border-bottom: 1px dotted #a9a9a9;
}
a.list:hover {
  color:#e16426;
	border-bottom: 1px dotted #e16426;
}
#content-left span.highligh {
	font-weight:normal;
	color:#353b43;
}
#footer {
	margin-top:20px;
}
#copyrights {
	font-weight:normal;
	color:#09192d; /*807f7f*/
	margin-left:120px;
	padding-top:10px;
  font-size:85%;
  line-height:131%;
	width:815px;
	border-top-width: 1px;
	border-top-color: #09192d;
	border-top-style: solid;
}
#copyrights p {
	padding:0px;
	float:right;
	text-align:right;
}
#copyrights a.copyrights {
	color:#09192d;
	text-decoration:none;
}
#copyrights a.copyrights:hover {
  color:#df6325;
}

/* Scrolling Logos */
#projects-logos {
  width:380px;
  height:220px;
  overflow:hidden;
  background-image:url('../images/projectsLogosBG.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
}
#projects-logos-slide-left {
  width:40px;
  float:left;
  text-align:left;
  padding-top:95px;
}
#projects-logos-content {
  width:300px;
  float:left;
  padding-top:20px;
}
#projects-logos-slide-right {
  width:40px;
  float:left;
  text-align:right;
  padding-top:95px;
}
#rotation {
  width:100%;
  height:100%;
}

#systems-background,#networks-background,#testimonials-background,#careers-background,#contact-background {
  width:300px;
  height:300px;
  overflow:hidden;
  background-repeat:no-repeat;
  background-position:0px 0px;
	margin-top:0px;
	border: red 0px solid;
}
#systems-background {
  background-image:url('../images/bgSystems.jpg');
}
#networks-background {
  background-image:url('../images/bgNetworks.jpg');
}
#testimonials-background {
  background-image:url('../images/bgTestimonials.jpg');
	margin-bottom:10px;
	height:320px;
}
#careers-background {
  background-image:url('../images/bgCareers.jpg');
}
#contact-background {
  background-image:url('../images/bgContact.jpg');
}
div.testimonial {
	width:300px;
	height:300px;
	border: red 0px solid;
	vertical-align: middle;
}
div.kind-words {
  width:300px;
  height:30px;
  overflow:hidden;
  background-image:url('../images/kindWordsw.gif');
  background-repeat:no-repeat;
  background-position:0px 0px;
  padding-top:0px;
	color:#353b43;
	font-size:131%;
  font-family:"times new roman", serif;
}
div.schedule-demo, div.ask-question {
  width:300px;
  height:100px;
  overflow:hidden;
  background-image:url('../images/demo.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
  padding-top:45px;
	color:#353b43;
	font-size:131%;
  font-family:"times new roman", serif;
	border:0px red solid;
	text-align:center;
}
a.schedule-demo, a.ask-question {
	color:#353b43;
  font-family:"times new roman", serif;
	text-decoration:none;
	line-height:100%;
}
a.schedule-demo:hover, a.ask-question:hover {
  color:#df6325;
}
div.ask-question {
  background-image:url('../images/askQuestion.png');
}
p.testimonial,p.testimonialClient {
	padding:20px;
	color:#ffffff;
	font-size:108%;
  line-height:123.1%;
	border: red 0px solid;
}
p.testimonialClient {
	padding:0px 20px 0px 20px;
	text-align:right;
	font-weight:bold;
}
div.verticalOuter {
	display:table;
	height:300px;
	#position:relative;
	overflow:hidden;
}
div.verticalMiddle {
	#position:absolute;
	#top:50%;
	display:table-cell;
	vertical-align:middle;
}
div.verticalInner {
  #position:relative;
  #top:-50%
}

/* Scrolling Sections (DIVs) */
#content{
  overflow:hidden;
  width:960px;
  position:relative;
  float:left;
	border:red 0px dashed;
}
.section{
  width:6760px;
  position:relative;
}
.section .sub{
  position:relative;
  float:left;
  padding:0;
  margin:0;
  width:960px;
}

/* Clients List Drawer */
#projects-list-drawer-opener {
  width:380px;
  min-height:20px;
  background-image:url('../images/projectsListBG.png');
  background-repeat:no-repeat;
  background-position:0px 50%;
}
#projects-list-drawer {
  width:380px;
  min-height:0px;
  background-image:url('../images/projectsListBG.png');
  background-repeat:no-repeat;
  background-position:0px 50%;
}
#projects-list {
  width:380px;
  min-height:25px;
  background-image:url('../images/projectsListBG.png');
  background-repeat:no-repeat;
  background-position:0px 100%;
}
/** Tabs */
ul#drw_tabs {
  list-style:none;
  width:300px;
  min-width:300px;
  padding:0;
  margin:0 auto;
}
ul#drw_tabs li {
  float:left;
}
ul#drw_tabs a {
  font-size:123.1%;
  color:#353b43;
  font-family:"times new roman", serif;
  line-height:161.6%;
  text-align:center;
  font-weight:normal;
  border-top:#dbdbdb 0px dashed;
  border-bottom:#dbdbdb 0px dashed;
  padding-top:5px;
  height:35px;
  display:block;
  width:100%;
	text-decoration:none;
	word-spacing:-1px;
}
.drop {
  background-image:url('../images/arrowOrangeDown.png');
  background-repeat:no-repeat;
  background-position:101% 60%;
}
.close {
  background-image:url('../images/arrowOrangeClose.png');
  background-repeat:no-repeat;
  background-position:101% 60%;
}
/** Drawer */
div#drw {
  width:300px;
  min-width:300px;
  margin:0 auto;
  overflow:hidden;
}
#drw_close {
  background:#ffffff;
  margin:0 0 0 0px;
  clear:both;
  text-align:center;
  height:0px;
}
div#drw div#drw_loader {
  text-indent:-9999px;
  height:110px;
  margin:0;
  background-color:#efefef;
  background:url('../images/loader.gif') center center no-repeat;
}
/** Clearfix */
ul#drw_tabs:after,ul.drw_icon_view:after,ul.drw_icon_view li:after,ul.drw_list_view a:after {
  content:".";
  height:0px;
  clear:both;
  visibility:hidden;
  display:block;
}
ul#drw_tabs,ul.drw_icon_view,ul.drw_icon_view li,ul.drw_list_view a {
  display:inline-block;
}
* html ul#drw_tabs,* html ul.drw_icon_view,* html ul.drw_icon_view li,* html ul.drw_list_view a {
  height:1%;
}
ul#drw_tabs,ul.drw_icon_view,ul.drw_icon_view li,ul.drw_list_view a {
  display:block;
}

/* Sparkis News Slide Bar */
#sitemapPanel {
  width: 273px;
  height: 320px;
  position: absolute;
  top: 160px;
  left: -273px;
  z-index: 999;
  background-image: url('../images/sitemapPanelR.png');
  background-repeat:no-repeat;
  background-position:-119px 100%;
}
#sitePanelTop {
  background-image: url('../images/sitemapPanel.png');
  background-repeat:no-repeat;
  background-position:-119px 100%;
}
#sitemapPanelHandle {
  width: 45px;
  height: 170px;
  position: absolute;
  bottom: 70px;
  right: -45px;
  cursor: pointer;
  background-image: url('../images/sitemapHandle.png');
}
.sparkisNewsTop {
  background-image: url('../images/sitemapPanel.png');
  background-repeat:no-repeat;
  background-position:-99px 0%;
}
.sparkisNewsMiddle {
  background-image: url('../images/sitemapPanelMiddle.png');
  background-repeat:repeat-y;
  background-position:-99px 50%;
  vertical-align:middle;
}
.sparkisNewsBottom {
  background-image: url('../images/sitemapPanel.png');
  background-repeat:no-repeat;
  background-position:-99px 100%;
}
.unselected {
  background:#bb0000;
}
.selected {
  background:#E4F579;
  width:189px !important; /*moz width*/
  width:199px; /*IE width*/
}
#mainmenu ul,#mainmenu ul li{
  display:inline;
  list-style:none;
  margin:0;
  padding:0;
  text-align: left;
	left:0px;
	top:0px;
}
div.currentAffairs {
  color: #353b43;
  background-image:url('../images/bulletStar.png'); 
  background-repeat: no-repeat;
  background-position: .4em 0.8em;
  background-color: #f1f4f7;
  width:237px;
	padding: 10px 10px 10px 22px;
  font-size:12px;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  font-weight: bold;
	border:red 0px solid;
}
p.currentAffairs {
	left:0;
	top:0;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:22px;
	#margin-left:7px;
	width:230px;
  color: #353b43;
	font-size:12px;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
	border:red 0px solid;
  text-align: left;
  background-color: #ffffff;
}
#mainmenu  span.sparkisNewsDate {
  color: #353b43;
  font-size:77%;
	font-weight:normal;
	font-style:italic;
}
