﻿@charset "utf-8";
/* CSS Document
Author : Global Solutions AB
Website: http://www.surana.biz/global-solutions/it/
*/

/* Basic HTML Elements */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #808185;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-size: 115%;
	color: #333;
}
h2 {
	font-size: 110%;
	color: #888;
}
h3 {
	font-size: 105%;
	color: #333;
}
.speedy-red-1 {
	color: #e2383f;
}
.speedy-red-2 {
	color: #e2383f;
	font-weight: bold;
}
.simple-black {
	color: #000;
}
.bolded-txt {
	font-weight: bold;
}
/* Basic Layout Elements */
#container {
	margin: 10px auto;
	width: 960px;
	font-size: 100%;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 960px;
}
#header .logo {
	float: left;
	margin-left: 30px;
	width:  250px;
}
/* make the anchor a dimensioned block with background image */
#header .logo a {
	display: block;
	width: 250px;
	height: 100px;
	background: url(../images/logo.png) left top no-repeat;
}
/* apply a hover state for usability */
#header .logo a:hover {
	/* alternative hover image (doesn't load until hover event) */
         background: url(../images/logo.png) left top no-repeat;
}
/* hide the text from visual user agents */
#header .logo a span {
	position: absolute;
	left: -1000em;
}
/* Navigation List */
#menu {
	position: absolute;
	bottom: 0px;
	right: 35px;
}
#menu #nav ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 110%;
	list-style: none;
	line-height: normal;
}
#menu #nav ul li {
	display: inline;
}
#menu #nav ul li a {
	float: left;
	display: block;
	height: 29px;
	padding-right: 10px;
	padding-top: 6px;
	background: url(../images/nav-bg.jpg) no-repeat right top;
	text-decoration: none;
	text-shadow: #666 1px 1px 3px;
	color: #FFF;
}
#menu #nav ul li a span {
	margin-top: -6px;
	background: url(../images/nav-bg.jpg) no-repeat left top;
	width: 10px;
	height: 35px;
	display: block;
	float: left;
}
#menu #nav ul li a:focus {
	outline: 0;
}
#menu #nav ul li a:hover {
	background: url(../images/nav-bg-h.jpg) no-repeat right top;
}
#menu #nav ul li a:hover span {
	background: url(../images/nav-bg-h.jpg) no-repeat left top;
}
#menu #nav ul li a.current {
	background: url(../images/nav-bg-c.jpg) no-repeat right top;
}
#menu #nav ul li a.current span {
	background: url(../images/nav-bg-c.jpg) no-repeat left top;
}
/* Navigation List Over */

/* QUICK LINKS */
#quick-links-container {
	position: absolute;
	top: 0px;
	right: 35px;
	height: 15px;
}
#quick-links-container .quick-links {
	color: #CCC;
	font-size: 70%;
}
#quick-links-container .quick-links li {
	list-style: none;
	display: inline;
}
#quick-links-container .quick-links li a:link {
	color: #808185;
	text-decoration: underline;
}
#quick-links-container .quick-links li a:hover {
	color: #CCC;
	text-decoration: none;
}
#quick-links-container .quick-links li a:visited {
	color: #808185;
	text-decoration: underline;
}
/* QUICK LINKS OVER */


#main {
	font-size: 75%;
}
/* HOME PAGE LAYOUT */

/* BANNER */
#banner {
	position: relative;
	background: url(../images/banner-bg.png) left top no-repeat;
	width: 100%;
	height: 300px;
}
#product {
	position: absolute;
	background: url(../images/speedy-oraganizer-product-box.jpg) bottom left no-repeat;
	width: 250px;
	height: 280px;
	left: 35px;
	top: 13px;
}
#banner-text {
	position: absolute;
	width: 600px;
	right: 40px;
	top: 30px;
	text-align: center;
	font-size: 200%;
	color: #808185;
	overflow: visible;
}
#banner-people {
	position: absolute;
	background: url(../images/banner-people.jpg) bottom center no-repeat;
	width: 430px;
	height: 200px;
	right: 120px;
	bottom: 0px;
}
/* BANNER */

/* HEADLINE */

#headline {
	background: url(../images/headline-bg.png);
	width: 960px;
	height: 150px;
}
#headline-buttons {
	margin: 0px auto;
	width: 940px;
	height: 150px;
}
.headline-button-l {
	display: block;
	height: 130px;
	margin-top: 9px;
	margin-left: 10px;
	width: 300px;
	background: url(../images/headline-normal.png) center no-repeat;
	float: left;
}
.headline-button-l:hover {
/*
	background: #888888 url(../images/headline-normal.png) center no-repeat;
	*/
}
.headline-button-m {
	display: block;
	float: left;
	height: 130px;
	margin-top: 9px;
	margin-left: 10px;
	width: 300px;
	background: url(../images/headline-normal.png) center no-repeat;
}
/* added lines */
.headline-button-description {
	display: block;
	float: left;
	height: 180px;
	margin-top: 5px;
	margin-left: 5px;
	width: 590px;
	background: url(../images/headline-extd.png) center no-repeat;
}
.headline-button-r {
	display: block;
	float: right;
	height: 130px;
	margin-top: 9px;
	margin-right: 10px;
	width: 300px;
	background: url(../images/headline-normal.png) center no-repeat;
}
.headline-button-green {
	display: block;
	float: right;
	height: 130px;
	margin-top: 9px;
	margin-right: 15px;
	width: 290px;
	background: url(../images/headline-green.png) center no-repeat;
}
.headline-title {
	color: #888;
	font-size: 170%;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 3px;
	display: block;
	text-shadow: #FFF 1px 1px 2px;
}
.headline-text   {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	font-size: 115%;
	color: #CC0000;
	height: 130px;
	font-weight: bold;

}

.headline-title-white {
	color: #FFF;
	font-size: 333%;
	margin-top: 9px;
	margin-left: 15px;
	margin-bottom: 1px;
	display: block;
	text-shadow: #0a5403 -1px 1px 2px;
}
#headline p {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #e2383f;
	font-size: 100%;
	line-height: 110%;
	text-shadow: #EEE 1px 1px 1px;
}
#headline .white {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	font-size: 100%;
	text-shadow: #177117 1px 1px 1px;
}
/* HEADLINE OVER */

/* MAIN FOOTER */
#main-footer-home {
	background: url(../images/main-footer-home-bg.png) left top no-repeat;
	width: 100%;
	height: 220px;
}
#main-footer-buttons {
	margin: 0px auto;
	width: 940px;
	height: 180px;
}
.video {
	display: block;
	float: left;
	height: 180px;
	width: 300px;
	margin-top: 10px;
	margin-left: 12px;
	background: url(../images/video-bg.png) left top no-repeat;
	text-align: center;
}
.video img {
	display: block;
	margin: 5px auto;
	border: 0px;
}
.video p {
	margin: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: #888;
	font-size: 120%;
	text-shadow: #EEE 1px 1px 1px;
}
.description {
	display: block;
	float: left;
	width: 300px;
	height: 180px;
	margin-top: 10px;
	margin-left: 10px;
	background: url(../images/video-bg.png) center no-repeat;
}
.description h1 {
	color: #FFFFFF;
	font-size: 120%;
	margin: 30px 15px 3px;
	text-align: left;
	display: block;
}
.description p {
	margin: 0px 15px;
	display: block;
	color: #FFF;
	font-size: 80%;
	line-height: 110%;	
	text-align: left;
}
.buy-now {
	display: block;
	float: right;
	height: 200px;
	margin-top: 10px;
	margin-right: 15px;
	width: 290px;
	background: url(../images/buy-now-bg.png) left top no-repeat;
}
.buy-now h1 {
	margin-top: 20px;
	margin-bottom: 1px;
	display: block;
	color: #FFF;
	font-size: 150%;
	text-align: center;
	text-shadow: #666 1px 1px 3px;
}
.buy-now h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	color: #bf2f38;
	font-size: 100%;
	text-align: center;
	text-shadow: #FFF 1px 1px 2px;
}
.buy-now p {
	margin: 5px;
	display: block;
	float: left;
	padding-left: 10px;
	width: 120px;
	color: #888;
	font-size: 120%;
	text-shadow: #EEE 1px 1px 1px;
}
.buy-now a:link {
	display: block;
	float: right;
	width: 104px;
	height: 104px;
	background: url(../images/buy-now-star.png) left no-repeat;
}
.buy-now a:visited {
	display: block;
	float: right;
	width: 104px;
	height: 104px;
	background: url(../images/buy-now-star.png) left no-repeat;
}
.buy-now a:active {
	display: block;
	float: right;
	width: 104px;
	height: 104px;
	background: url(../images/buy-now-star.png) left no-repeat;
}
.buy-now a span {
	position: absolute;
	left: -1000em;
}
.buy-now a:hover {
	display: block;
	float: right;
	width: 104px;
	height: 104px;
	background: url(../images/buy-now-star-h.png) left no-repeat;
}
/* MAIN FOOTER OVER */


/* HOME PAGE LAYOUT OVER */

/* INSIDE PAGE LAYOUT */

#main-top-inside {
	height: 25px;
	background: url(../images/main-top-inside-bg.png) left center no-repeat;
	margin: 0px;
}
#main-content-inside {
	margin: 0px;
	background: url(../images/main-content-inside-bg.png) left center repeat-y;
	overflow: visible;
}
#content {
	width: 600px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	min-height: 500px;
}
#content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	font-size: 200%;
	color: #e2383f;
}
#content h2 {
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	font-size: 133%;
	color: #e2383f;
}
#content h3 {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	font-size: 120%;
	color: #333;
}
#content p {
	font: inherit;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	text-align: justify;
}
#content ul.bios li {
	list-style-image: url(../images/bullet-small.jpg);
	margin: 10px;
	padding: 5px;
}
#content p img.small {
	display: inline;
	margin: 0px 15px 5px 5px;
	float: left;
}
#content p img.big {
	display: block;
	margin: 5px auto;
}
#content a:link {
	color: #333333;
}
#content a:hover {
	color: #333;
	text-decoration: none;
}
#content a:visited {
	color: #333333;
}
/* SHOW HIDE */
#content a.trigger {
	margin: 10px 0px 5px;
	width: 60px;
	height: 12px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 80%;
	background: url(../images/trigger-bg.jpg) no-repeat;
	text-align: center;
	padding: 4px 10px;
}
#content a.trigger:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#content a.trigger:hover {
	background: url(../images/trigger-bg-h.jpg) no-repeat;
}
#content .learn-more {
}
#content .info {
	float: left;
	width: 30%;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
}
#content .info p {
	margin-bottom: 20px;
}
#content .info a:link {
	text-decoration: none;
}
#content .info a:hover {
	text-decoration: underline;
}
#content .info a:visited {
	text-decoration: none;
}
#content .address {
	float: left;
	width: 100%;
	display: block;
}
#content #form-container {
	float: left;
	width: 400px;
	background: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
}
#content #form-container form {
	margin:0px auto;
	padding:0;
}
/* SHOW HIDE OVER */


#content-links {
	width: 90%;
	float: left;
	margin: 5px Auto;
}
#content-links ul {
	display: block;
	/*padding: 0px auto;*/
	width: 100%;
}
#content-links ul li {
	list-style: none;
	display: inline;
	text-align: center;
}
#content-links ul li a {
	float: left;
	margin: 0px auto;
	display: block;
	width: 30%;
	height: 100%;
}
#content-links ul li a:visited {
	text-decoration: none;
}
#content-links ul li a img {
	display: block;
	margin: 0px auto 5px;
	border: 0px;
}
/* SIDEBAR */
#sidebar {
	width: 275px;
	float: right;
	margin-right: 25px;
}
.sidebar-content-wrapper {
	display: block;
	padding-bottom: 10px;
}
.sidebar-content-wrapper .sidebar-content-top {
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	background: url(../images/sidebar-top-bg.png) top left no-repeat;
	height: 25px;
	color: #FFFFFF;
	font-size: 133%;
	font-weight: bold;
	text-shadow: #666 1px 1px 3px;
}
.sidebar-content-wrapper .sidebar-content {
	padding: 10px 10px 0px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 253px;
}
.sidebar-content-wrapper .sidebar-content h1 {
	color: #e2383f;
	font-size: 115%;
	text-align: center;
	margin: 10px 0px;
}
.sidebar-content-wrapper .sidebar-content ul {
	margin: 0px 10px;
	padding-left: 10px;
	display: block;
	list-style-image: url(../images/bullet-small.jpg);
}
.sidebar-content-wrapper .sidebar-content li a:link, a:visited {
	text-decoration: none;
}
.sidebar-content-wrapper .sidebar-content li a:hover {
	color: #e2383f;
	text-decoration: underline;
}
.sidebar-content-wrapper .sidebar-content img {
	margin: 5px auto;
	display: block;
}
.sidebar-content-wrapper .sidebar-content a img {
	border: 0px;
}
.sidebar-content-wrapper .sidebar-content .phone {
	margin: 0px auto;
	width: 70%;
	display: block;
	background: #FFFFFF url(../images/bullet-big.jpg) left no-repeat;
	color: #333;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.sidebar-content-wrapper .sidebar-content p {
	margin: 0px;
	padding: 0px;
}
.sidebar-content-wrapper .buy-now-inside {
	display: block;
	float: none;
	height: 200px;
	width: 275px;
	background: url(../images/buy-now-inside-bg.png) left top no-repeat;
}
.sidebar-content-wrapper .buy-now-inside h1 {
	margin-top: 20px;
	margin-bottom: 1px;
	display: block;
	color: #FFF;
	font-size: 180%;
	text-align: center;
	text-shadow: #666 1px 1px 3px;
}
.sidebar-content-wrapper .buy-now-inside h2 {
	margin-top: 0px;
	margin-bottom: 1px;
	display: block;
	color: #bf2f38;
	font-size: 160%;
	text-align: center;
	text-shadow: #FFF 1px 1px 2px;
}
.sidebar-content-wrapper .buy-now-inside p {
	margin: 10px;
	display: block;
	float: left;
	padding-left: 10px;
	width: 120px;
	color: #888;
	font-size: 150%;
	text-shadow: #EEE 1px 1px 1px;
}
.sidebar-content-wrapper .buy-now-inside a:link {
	display: block;
	float: right;
	width: 104px;
	height: 104px;
	background: url(../images/buy-now-star.png) left no-repeat;
}
.sidebar-content-wrapper .buy-now-inside a:visited {
	display: block;
	float: right;
	width: 104px;
	height: 104px;
	background: url(../images/buy-now-star.png) left no-repeat;
}
.sidebar-content-wrapper .buy-now-inside a:active {
	display: block;
	float: right;
	width: 104px;
	height: 104px;
	background: url(../images/buy-now-star.png) left no-repeat;
}
.sidebar-content-wrapper .buy-now-inside a span {
	position: absolute;
	left: -1000em;
}
.sidebar-content-wrapper .buy-now-inside a:hover {
	background: url(../images/buy-now-star-h.png) left no-repeat;
}
.sidebar-content-wrapper .video-inside {
	display: block;
	float: left;
	height: 180px;
	width: 275px;
	margin: 10px auto;
	background: url(../images/video-inside-bg.png) left top no-repeat;
}
.sidebar-content-wrapper .video-inside img {
	display: block;
	margin: 8px auto;
	border: 0px;
}
.sidebar-content-wrapper .video-inside p {
	margin: 5px;
	color: #333;
	font-size: 133%;
	text-align: center;
	text-shadow: #EEE 1px 1px 1px;
}
.sidebar-content-wrapper .sidebar-content-bottom {
	background: url(../images/sidebar-bottom-bg.png) bottom left no-repeat;
	height: 25px;
	border: 0px;
}

/* */

.sidebar-content-wrapper .sidebar-content .buy-link {
	display: block;
	float: right;
	height: 200px;
	width: 275px;
	background: url(../images/buy-now-inside-bg.png) left top no-repeat;
	margin: 10px 0px;
}
/* */

#main-footer-inside {
	margin: 0px;
	height: 56px;
	background: url(../images/main-footer-inside.png) left center no-repeat;
}
/* INSIDE PAGE LAYOUT OVER */

#spacer {
	clear: both;
	width: 100%;
}
/* FOOTER */
#footer-container {
	margin: 0px auto;
}
#footer {
	color: #FFF;
	font-size: 60%;
	margin: 5px 25px;
	height: 60px;
	overflow: hidden;
}
#footer .footer-links {
	float: left;
	width: 700px;
	font-size: 110%;
}
#footer .footer-links ul {
	margin: 0px;
	padding: 0px;
}
#footer .footer-links ul li {
	list-style: none;
	display: inline;
	color: #FFF;
}
#footer .footer-links ul li a:link {
	color: #FFF;
}
#footer .footer-links ul li a:hover {
	color: #CCC;
}
#footer .footer-links ul li a:visited, a:active {
	color: #FFF;
	text-decoration: underline;
}
#footer .disclaimer {
	margin-top: 10px;
}
#footer .gs-footer a {
	float: right;
	background: url(../images/gs-logo.png) right no-repeat;
	display: block;
	width: 158px;
	height: 43px;
}
#footer .gs-footer a span {
	position: absolute;
	left: -1000em;
}
/* FOOTER OVER */



.style-table {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: 10px;
	margin-right: 15px;
}
.headline-indextext {
	color: #888;
	font-size: 170%;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 3px;
	display: block;
	text-shadow: #FFF 1px 1px 2px;
}
#content-form1 {
	width: 440px;
	float: left;
	margin-left: 25px;
}
#content-form2 {
	width: 440px;
	float: right;
	margin-right: 25px;
}
.feat-month-client {
	display: block;
	float: left;
	height: 200px;
	margin-top: 10px;
	width: 290px;
	background: url(../images/buy-now-bg.png) left top no-repeat;
	margin-left: 15px;
}
#content-product {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#headline-buttons-product {
	width: 940px;
	height: 220px;
	margin: 0px auto;
}
#headline-product {
	background: url(../images/headline-bg-products.png);
	width: 960px;
	height: 660px;
}
.headline-button-products-l {
	display: block;
	height: 200px;
	margin-top: 9px;
	margin-left: 10px;
	width: 300px;
	float: left;
	background-image: url(../images/headline-products.png);
}
.headline-button-products-m {
	display: block;
	float: left;
	height: 200px;
	margin-top: 9px;
	margin-left: 10px;
	width: 300px;
	background-image: url(../images/headline-products.png);
}


.headline-button-products-r {
	display: block;
	height: 200px;
	margin-top: 9px;
	margin-right: 10px;
	width: 300px;
	background-image: url(../images/headline-products.png);
	float: right;
}
.headline-moredetails {
	padding-right: 30px;
	display: block;
	float: right;
	bottom: 20px;
}
#banner-product {
	position: relative;
	width: 100%;
	height: 300px;
}
.sidebar-content-wrapper .sidebar-centertext {
	padding: 10px 10px 0px;
	text-align: center;
}
.snapshot-text {
	width: 450px;
	display: block;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
