body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px; padding: 0px; border: 0px;
	}
	
a:focus {
	outline: none;
	}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #f1f1f1 url(../../../../../../images/layout/body_bkg.jpg) repeat-x;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}

/* --------------  Text  -------------*/

a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}

.page p, .middle p {
	margin: 1em;
}

h3 {
	padding: 4px 0;
}

/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

#header {
	width: 960px;
	height: 159px;
	background: url(../../../../../../images/layout/header_bkg.jpg) no-repeat;
	}

#subHeader {
	height: 107px;
	}

#navigation {
	height: 52px;
	width: 960px;
	}

#shopHeader {
	width: 950px;
	padding: 0 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	background-color: #fff;
	}

#shopHeader .div1 {
	height: 97px;
}
#shopHeader .div2 {
	position: relative;
	top: 21px;
	left: 15px;
}
#shopHeader .div3 {
	background: url('../image/search.png') no-repeat;
	width: 250px;
	height: 62px;
	position: absolute;
	top: 15px;
	right: 0px;
	padding-top: 5px;
	padding-left: 17px;
}
#shopHeader .div4 {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	background: url('../image/header.png') repeat-x;
}
#shopHeader .div4 img {
	float: left;
	margin-right: 5px;
}
#shopHeader .div4 a {
	padding: 10px 0px 12px 0px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#shopHeader .div5 a {
	float: left;
}
#shopHeader .div6 a {
	float: right;
}
#wrapper {
	width: 950px;
	padding: 0 4px;
	background: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
}
#breadcrumb {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
}
#content {
	float: left;
	width: 570px;
	margin-bottom: 10px;
}
#content .top {
	padding: 8px 0px 6px 10px;
	background: url('../image/content_top.png') no-repeat;
}
#content .top h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.successtitle {
	background: url(../image/icon_success.png) no-repeat;
	padding-left: 22px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .bottom {
	background: url('../image/content_bottom.png') no-repeat;
	height: 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 6px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
a.button2 {
	background: transparent url('../image/button_right2.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button2 span {
	background: transparent url('../image/button_left2.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 526px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}

#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	overflow: auto;
}
#footer .div1 {
	float: left;
	text-align: left;
	height: 100px;
}
#footer .div2 {
	float: right;
	text-align: right;
}

/* --------------  Lists  -------------*/

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}

.middle ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
}

.middle ul li {
	padding: 2px 0;
}

.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

/* --------------  TOPMENU  -------------*/

#topMenu {
	height: 33px;
	font-size: 15px;
	}
	
#topMenu ul {
	list-style: none;
	float: right;
	padding: 7px 10px 0px 0px;
	}

#topMenu ul li {
	display: inline;
	}
	
#topMenu ul li a {
	font-size: 15px;
	color: #f90;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 10px 0px 38px;
	}

#topMenu ul li.store a {
	padding: 10px 0 0px 38px;
	}
	
#topMenu ul li.videos {
	background-image: url(../../../../../../images/layout/topmenu/topmenu_videotestimonials.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	}
	
#topMenu ul li.webinars {
	background-image: url(../../../../../../images/layout/topmenu/topmenu_webinars.jpg);
	background-repeat: no-repeat;
	background-position: 14px center;
	}
	
#topMenu ul li.tips {
	background-image: url(../../../../../../images/layout/topmenu/topmenu_tips.jpg);
	background-repeat: no-repeat;
	background-position: 19px center;
	}
	
#topMenu ul li.blog {
	background-image: url(../../../../../../images/layout/topmenu/topmenu_blog.jpg);
	background-repeat: no-repeat;
	background-position: 16px center;
	}
	
#topMenu ul li.store {
	background-image: url(../../../../../../images/layout/topmenu/topmenu_store.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	}
	
#topMenu ul li.client {
	background-image: url(../../../../../../images/layout/topmenu/topmenu_client.jpg);
	background-repeat: no-repeat;
	background-position: 11px center;
	}
	

/* --------------  SUBHEADER -------------*/

#subHeader #logo {
	width: 312px;
	height: 95px;
	background-color: transparent;
	background-image: url(../../../../../../images/header_ssi_logo.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	display: block;
	text-indent: -99999px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	float:left;
	}

#subHeader #logo:hover {
	opacity: 0.7;
	}

#subHeader #slogan {
	width: 510px; height: 19px;
	background: url(../../../../../../images/header_tagline.png) no-repeat;
	text-indent: -9999px;
	margin: 30px 64px 0 0;
	float: right;
	}

#subHeader p.address {
	width: 224px;
	font-size: 10px;
	padding: 2px 10px 0 0;
	text-align: right;
	float: right;
	}

/* --------------  Navigation -------------*/

#navigation ul#menu {
	width: 100%;
	height:	52px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
	clear: both;
	}

#navigation ul#menu li {
	float:left;
	position: relative;
	}
	
#navigation ul#menu li a {
	background: url(../image/nav_menu.jpg) no-repeat scroll top left;
	display: block;
	height: 52px;
	position: relative;
	}
	
#navigation ul#menu li a.products {
	width:237px;
	}
	
#navigation ul#menu li a.about {
	width:138px;
	background-position:-237px 0px;
	}	
	
#navigation ul#menu li a.results {
	width:249px;
	background-position:-375px 0px;
	}	
	
#navigation ul#menu li a.calendar {
	width:165px;
	background-position:-624px 0px;
	}
	
#navigation ul#menu li a.contact {
	width:161px;
	background-position:-789px 0px;
	}
	
#navigation ul#menu li a span {
	background: url(../image/nav_menu.jpg) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:52px;
	width:100%;
	z-index:100;
	}
	
#navigation ul#menu li a.products span {
	background-position: 0px -52px;
	}

#navigation ul#menu li a.about span {
	background-position: -237px -52px;
	}
	
#navigation ul#menu li a.results span {
	background-position: -375px -52px;
	}

#navigation ul#menu li a.calendar span {
	background-position: -624px -52px;
	}		

#navigation ul#menu li a.contact span {
	background-position: -789px -52px;
	}
	
#navigation ul#menu li a span:hover {
	cursor: pointer;
	}
	
#navigation ul#menu li ul {
	display: none;
	list-style: none;
  	position: absolute; 
  	top: 12px;
  	left: 0;
	width: 100%;
  	}
	
#navigation ul#menu li > ul {
	top: auto;
	left: auto;
	}

#navigation ul#menu li:hover ul, li.over ul { 
	display: block;
	background-color:#00CCFF; 
	}

/* --------------  PRODUCTS PAGE  -------------*/

#tab_description ul {
	padding-left: 35px;
	}


/* --------------  GOOGLE CUSTOM SEARCH ENGINE  -------------*/

#cseContainer {
	float: right;
	margin-top: 10px; /*CSS for Store only*/
	}

#cseContainer input[type="text"] {
    border: solid 1px #cdcdcd;
	background: #fff url(../../../../../../images/layout/cse_inputtext.gif) repeat-x left top;
	height: 15px;
	}

#cseContainer input.formbutton {
font-size: 12px;
cursor:pointer;
border:outset 1px #eee;
background:#999;
color:#555;
font-weight: normal;
padding: 1px 2px;
background: url(../../../../../../images/layout/cse_formbutton.gif) repeat-x left top;
padding: 2px;
}

/** Copyright 2007 Google Inc. All rights reserved. */

/** 
 * CSS styles for the Custom Search Engine overlay built on top of AJAXSearch
 * API
 */ 

.cse-closeResults { 
  float: right;
}

.cse-closeResults a {
  padding: 3px 5px;
  border: 1px solid #999;
  color:  #333;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.cse-closeResults a:hover {
	color: #333;
	border: 1px solid #999;
	background:url(../images/layout/cse_formbutton.gif) repeat-x left top; 
}

.cse-overlay-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
}

.cse-overlay {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  width: 600px;
  background-color: #FFF;
  border: 1px solid #5c82aa;
  font-size: small;
  z-index: 100;
}

/**
 * Custom AJAXSearch styles
 */

.gsc-resultsHeader,
.gs-visibleUrl-short,
.gs-watermark
 { display: none; }

.gs-visibleUrl {
  color: #008000;
}

.gs-visibleUrl-long { 
  overflow: hidden;
}

.gs-title { 
  font-size: medium;
}

.gsc-trailing-more-results,
.gsc-webResult,
.gs-divider {
  margin-bottom: 1em;
}

.gs-divider {
  margin-bottom: 1em;
  text-align: center;
  color: #676767;
}


/**
 * Default AJAXSearch styles largely from
 * http://www.google.com/uds/css/gsearch.css
 */

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 300px;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding-right : 2px;
}

td.gsc-search-button {
  width : 1%;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  color : #676767;
  font-size : 11px;
  margin-right : 2px;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
  margin-left : 2px;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #BCCDF0;
  width : 99%;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}
