/*** DEFAULT STYLESHEET ***/

/*________________________________________________________________________________ GENERAL ELEMENTS ___*/

* {
	margin: 0;
	padding: 0;
}

* :focus {
	outline: none;
}

body {
	background: #f3f3f3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%; /* Based on the browser default of 16px and results in 12px. */
	line-height: 1.5em; /* This is based on the above font size of 12px and results in 18px. */
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.25em;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	color: #007cc2;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.333em;
}

h4, h5, h6 {
	font-size: 1.167em;
}

p {
	margin: 0 0 1em;
	font-size: 1em;
}

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

a:hover {
	text-decoration: underline;
}

img {
	float: left;
	padding: 0 1em 0.5em 0;
	border: none;
}

hr {
	height: 0;
	color: #d3d7da;
	border: none;
	border-bottom: 1px solid #d3d7da;
	clear: both;
}

ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(../siteimg/icon_listmarker.png) no-repeat left 0.5em;
	margin: 0.25em 0;
	padding-left: 2em;
}

ol {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}

table {
	margin: 0 0 1em;
	border-top: 1px solid #d3d7da;
	border-left: 1px solid #d3d7da;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #d3d7da;
	border-right: 1px solid #d3d7da;
}



/*________________________________________________________________________________ BASIC CLASSES ___*/

.clear {
	clear: both !important;
	height: 0 !important;
	text-indent: -9999px !important;
	line-height: 0 !important;
	font-size: 1px !important;
}

.hidden {
	display: none !important;
}

.noborder {
	border: none !important;
}

.nomargin {
	margin: 0 !important;
}

.center {
	text-align: center !important;
}



/*________________________________________________________________________________ GENERAL LAYOUT ___*/

div#page {
	background: #ffffff;
	width: 925px;
	margin: 0 auto;
	padding: 1em 0 0;
	border-left: 1px solid #d3d7da;
	border-right: 1px solid #d3d7da;
}

div.col_small,
div.col_normal,
div.col_wide {
	/*overflow: hidden;*/
	float: left;
	margin: 0 25px 1em 0;
}

div.col_small {
	width: 275px;
}




div.col_normal {
	width: 575px;
}

div.col_wide {
	width: 875px;
}

div.col_last {
	margin-right: 0;
}

.link_demo_read_more {
	position: relative;
	left: 25px;
	background: url(../siteimg/icon_arrow.png) no-repeat left center;
	padding: 0 0 0 50px;
	color: #ff751a;
}


div#content {
	width: 875px;
	margin: 0 0 1em;
	padding: 0 25px;
}



/*________________________________________________________________________________ HEADER ___*/

div#header {
	position: relative;
	width: 875px;
	margin: 0 0 3em;
	padding: 0 25px;
}

div#header a.logo {
	float: left;
	margin: 0 0 1em;
}

div#header a.logo img {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}

div#header ul.top_nav {
	float: right;
	margin: 0;
}

div#header ul.top_nav li {
	float: left;
	background: none;
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 20px;
}

div#header ul.top_nav li a {
	color: #007cc2;
}

div#header ul.top_nav li a.link_sas_home {
	display: block;
	background: url(../siteimg/btn_home.png) no-repeat;
	width: 70px;
	height: 21px;
	padding: 0 0 0 34px;
	font-size: 0.9em;
	color: #ffffff;
}

div#header hr {
	margin: 0 0 0.5em;
	color: #e9ebec;
	border-bottom: 1px solid #e9ebec;
}

div#header h1 {
	float: left;
	display: block;
	background: url(../siteimg/bg_head_sas_smart.png) no-repeat;
	width: 89px;
	height: 13px;
	margin: 0.2em 0 0;
	padding: 0;
	border: none;
	text-indent: -9999px;
}

div#header ul.main_nav {
	position: relative;
	float: right;
	bottom: -1px;
	margin: 0;
}

div#header ul.main_nav li {
	float: left;
	background: none;
	margin: 0 0 0 2px;
	padding: 0;
	line-height: 2em;
	font-size: 1.1em;
}

div#header ul.main_nav li a {
	height: 28px;
	color: #a7a9ac;
}

div#header ul.main_nav li a:hover,
div#header ul.main_nav li.active a {
	text-decoration: none;
	cursor: pointer;
	color: #007cc2;
}

div#header ul.main_nav li a span {
	float: left;
	background-image: url(../siteimg/btn_main_nav_sprite.png);
	background-repeat: no-repeat;
	height: 28px;
}

div#header ul.main_nav li a span.main_btn_left {
	background-position: 0 0;
	width: 6px;
}

div#header ul.main_nav li.active a span.main_btn_left {
	background-position: 0 -56px;
}

div#header ul.main_nav li a span.main_btn_center {
	background-position: -6px -28px;
	background-repeat: repeat-x;
	padding: 1px 0.5em 0;
	height: 27px;
}

div#header ul.main_nav li.active a span.main_btn_center {
	background-position: -6px -84px;
}

div#header ul.main_nav li a span.main_btn_right {
	background-position: -6px 0;
	width: 6px;
}

div#header ul.main_nav li.active a span.main_btn_right {
	background-position: -6px -56px;
}

div#header img {
	clear: both;
	margin: 0;
	padding: 1px;
	border: 1px solid #e5e7e9;
}

div#header p.tagline {
	position: absolute;
	left: 9px;
	bottom: -13px;
	background: url(../siteimg/bg_tagline.png) no-repeat;
	width: 341px;
	height: 83px;
	margin: 0;
	text-indent: -9999px;
}



/*________________________________________________________________________________ FOOTER ___*/

div#footer {
	width: 875px;
	padding: 0 25px;
}

div#footer.teaser {
	background: url(../siteimg/bg_footer_top_teaser.png) repeat-x 0 90px;
}

div#footer div.col_small p {
	line-height: 1.75em;
	font-size: 0.9em;
}

div#footer ul.footer_nav {
	background: url(../siteimg/bg_footer.png) no-repeat left bottom;
	width: 875px;
	height: 30px;
	margin: 0 0 0 -25px;
	padding: 35px 25px 0;
}

div#footer.teaser ul.footer_nav {
	background-image: url(../siteimg/bg_footer_teaser.png);
}

div#footer ul.footer_nav li {
	display: inline;
	background: none;
	margin: 0 2.5em 0 0;
	padding: 0;
}

div#footer ul.footer_nav li a {
	font-size: 0.9em;
	color: #000000;
}

div#footer a.link_read_more {
	background: url(../siteimg/icon_arrow_footer.png) no-repeat;
	color: #ff751a;
}



/*________________________________________________________________________________ COMMON STYLES ___*/

div.col_normal h1,
div.col_small h2 {
	padding: 0 0 0.5em;
	border-bottom: 1px solid #d3d7da;
	font-size: 1.75em;
}

p.intro {
	line-height: 1.571em;
	font-size: 1.167em;
}

a.link_read_more {
	position: relative;
	left: -25px;
	background: url(../siteimg/icon_arrow.png) no-repeat left center;
	padding: 0 0 0 50px;
	color: #ff751a;
}

a.laptop_visual_holder {
	position: relative;
	overflow: hidden;
	display: block;
	background: url(../siteimg/bg_laptop.png) no-repeat;
	width: 235px;
	height: 199px;
	margin: 0 0 1em;
	cursor: pointer;
}

a.laptop_visual_holder img {
	position: absolute;
	top: 9px;
	left: 31px;
	overflow: hidden;
	float: none;
	width: 173px;
	height: 108px;
	margin: 0;
	padding: 0;
	opacity: 0.6;
}

a.link_demo {
	display: block;
	margin: 0 0 3em;
	text-align: center;
}

a.link_demo img {
	float: none;
	padding: 0;
}



/*________________________________________________________________________________ HOME CONTENT ___*/

div.home_content {
	padding: 0 0 0 30px;
	line-height: 1.5em;
	font-size: 1.333em;
}

div.home_content h1 {
	font-size: 1.5em;
}

div.home_content h2 {
	margin: 0;
	border: none;
	font-size: 1.125em;
	color: #000000;
}

div.home_content a.link_read_more {
	left: -55px;
	padding: 0 0 0 55px;
}



/*________________________________________________________________________________ ALSOSEE ___*/

div.alsosee {
	width: 235px;
	padding: 0 20px; 
}

div.alsosee h3 {
	margin: 0 0 0.25em;
}

div.alsosee h3 {
	font-size: 1.5em;
}

div.alsosee h3 span {
	font-size: 0.889em;
	color: #000000;
}



/*________________________________________________________________________________ PRODUCTS LIST ___*/

ul.products_list {
	margin: 0;
}

ul.products_list li {
	background: none;
	margin: 1em 0 0;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #d3d7da;
	font-size: 1.167em;
}

ul.products_list li h2 {
	margin: 0 0 0.25em;
	font-size: 1.286em;
}



/*________________________________________________________________________________ DOWNLOADS LIST ___*/

ul.downloads_list {
	margin: 0;
}

ul.downloads_list li {
	background: none;
	margin: 1em 0 0;
	padding: 0 0 1.25em;
	border-bottom: 1px solid #d3d7da;
}

ul.downloads_list li img {
	float: left;
	margin: 0.25em 0 0;
	padding: 0 1em 0 0;
}

ul.downloads_list li h2 {
	margin: 0;
	font-size: 1.167em;
}

ul.downloads_list li p {
	margin: 0;
}

ul.downloads_list li a.link_read_more {
	left: 0;
}



/*________________________________________________________________________________ REFERENCES LIST ___*/

ul.references_list {
	margin: 0 0 2em;
}

ul.references_list li {
	background: none;
	margin: 1em 0 0;
	padding: 0 0 0.25em;
	border-bottom: 1px solid #d3d7da;
}

ul.references_list li img {
	float: left;
	margin: 0.1em 0 0;
	padding: 0 1em 0 0;
}

ul.references_list li h2 span {
	font-size: 0.889em;
	color: #000000;
}



/*________________________________________________________________________________ CONTACT LIST ___*/

ul.contact_list {
	margin: 0 0 3em;
	border-top: 1px solid #d4d7da;
}

ul.contact_list li {
	background: none;
	margin: 1px 0;
	padding: 0;
	border-bottom: 1px solid #d4d7da;
}

ul.contact_list li span,
ul.contact_list li a {
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding: 1.1em 0 1.1em 52px;
	font-weight: bold;
	font-size: 1.167em;
	color: #0367b6;
}

ul.contact_list li a:hover {
	background-color: #f3f3f3;
	text-decoration: none;
}

ul.contact_list li.phone span {
	background-image: url(../siteimg/icon_phone.png);
}

ul.contact_list li.email a {
	background-image: url(../siteimg/icon_email.png);
}

ul.contact_list li.email a:hover {
	background-image: url(../siteimg/icon_email_hover.png);
}



/*________________________________________________________________________________ FORMS ___*/

form {
	border: 1px solid #d4d7da;
	border-left: none;
	border-right: none;
}

form legend {
	display: none;
}

form fieldset {
	background: #f9f9f9;
	margin: 1px 0;
	padding: 1.5em 0;
	border: none;
	text-align: right;
	font-size: 1.1em;
	color: #7c7c7c;
}

form fieldset br {
	clear: both;
}

form fieldset label,
form fieldset p.label {
	position: relative;
	float: left;
	display: block;
	width: 125px;
	margin: 0 25px 1em 0;
}

form fieldset label span,
form fieldset p.label span {
	position: absolute;
	top: 0;
	right: -0.75em;
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	float: left;
	background: #ffffff;
	width: 273px;
	border: 1px solid #cccccc;
	color: #7c7c7c;
}

form fieldset input,
form fieldset textarea,
form fieldset select,
form fieldset div.inputgroup {
	margin: 0 0 1em 0;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	font-family: Arial, Helveticca, sans-serif;
	font-size: 1em;
}

form fieldset input,
form fieldset select {
	height: 20px;
}

form fieldset input {
	padding: 2px 3px 0;
}

form fieldset textarea {
	width: 276px;
	height: 100px;
	padding: 0 0 0 3px;
}

form fieldset select {
	width: 282px;
	padding: 0;
}

form fieldset select option {
	padding: 0 3px;
}

form fieldset p.filled_out {
	background: none;
	border: none;
	text-align: left;
}

form fieldset label,
form fieldset p.label {
	padding: 0.1em 0 0;
}

form fieldset div.inputgroup input,
form fieldset div.inputgroup label {
	float: left;
	width: auto;
}

form fieldset div.inputgroup input {
	background: none;
	margin: 0 0.25em 0 0;
	border: none;
}

form fieldset div.inputgroup label {
	height: 22px;
	margin: 0 1em 1em 0;
	text-align: left;
}

form fieldset div.inputgroup.error {
	background: none;
	border: none;
}

form fieldset div.inputgroup.error p.label {
	color: #ff3333;
}

form fieldset div.inputgroup div.inputlist {
	float: left;
	margin: 0 0 0.5em;
}

form fieldset div.inputgroup div.inputlist label {
	clear: both;
	width: 200px;
	height: auto;
	margin: 0;
}

form fieldset p.hint {
	float: right;
	width: 124px;
	margin: 0;
	padding: 0 10px;
	line-height: 1.25em;
	text-align: left;
	font-style: italic;
	font-size: 0.8em;
	color: #ff3333;
}

form fieldset div.textfields label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0 0;
}

form fieldset div.textfields label span {
	position: absolute;
	top: 0;
	right: -1em;
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset div.textfields input {
	float: left;
	background: #ffffff;
	border: 1px solid #cccccc;
}

form fieldset div.form_nav {
	width: 431px;
	padding: 0 144px 0 0;
}

form fieldset div.form_nav p.required_fields {
	float: left;
	width: 125px;
	margin: 0 25px 1em 0;
	padding: 0;
	font-style: italic;
	font-size: 0.8em;
}

form fieldset div.form_nav input {
	float: right;
	border: none;
}

form fieldset input.button,
form fieldset input.submit {
	background: url(../siteimg/btn_submit.png) no-repeat;
	width: 95px;
	height: 35px;
	margin: 0;
	padding: 0 0 2px;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
}

form fieldset input.button:hover,
form fieldset input.submit:hover {
	text-decoration: underline;
}

form fieldset .error {
	background: #fff2f2;
	border: 1px solid #ea6b6d;
	color: #ff0000;
}

form fieldset div.form_error_report {
	clear: both;
	background: #fff2f2;
	margin: 0 25px 1.5em;
	padding: 0.5em 1em 1em;
	border: 1px solid #ea6b6d;
	text-align: left;
}

form fieldset div.form_error_report h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0.2em;
	color: #990000;
}

form fieldset div.form_error_report ul {
	margin: 0;
}

form fieldset div.form_error_report ul li {
	background: none;
	margin: 0 0 0 1.5em;
	padding: 0;
	color: #ff0000;
	list-style: disc;
}

