/*----------------------------------------------------------------------

G/S SOLUTIONS - Master Screen Styles

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM with VISUALHERO // VISUALHERO.COM

Author:		Chris Chiles
Date Created:	02/02/2009	 
Last Modified:	07/22/2009

Copyright 2009, All Rights Reserved.

----------------------------------------------------------------------
BEGIN Reset Styles
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

/*----------------------------------------------------------------------
END Reset Styles
----------------------------------------------------------------------*/

body {
	color: #363636;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #c4d6e6 url('http://www.gssolutions.com/assets/images/background.jpg') repeat-x top;
}

div#wrapper {
	margin: 0 auto;
	width: 100%;
	background: url('http://www.gssolutions.com/assets/images/header_bg.jpg') no-repeat center top;
}
div#main {
	margin: 0 auto;
	width: 969px;
	background: #FFF;
	padding: 0;
	min-height: 488px;
}
a {
	color: #4886c5;
	text-decoration: none;
}
a:hover {
	color: #1d4978;
}

/* MASTER HEADER
----------------------------------------------------------------------*/
div#header {
	margin: 0 auto;
	height: 126px;
	width: 969px;
	position: relative;
}
div#header h1#logo {
	float: left;
	margin: 23px 0 0 31px;
}
div#header h1#logo a {
	display: block;
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -24px 0px;
	width: 195px;
	height: 74px;
	text-indent: -9999px;
}
div#header div.phone {
	top: 16px;
	right: 388px;
	position: absolute;
	width: 88px;
	height: 14px;
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -131px -74px;
	text-indent: -3000px;
}
div#header div.email {
	top: 20px;
	right: 224px;
	position: absolute;
	text-indent: -3000px;
}
div#header div.email a {
	display: block;
	width: 126px;
	height: 12px;
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -93px -112px;
}
div#header div.email a:hover {
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -93px -124px;
}
div#header form#search {
	top: 13px;
	right: 0;
	position: absolute;
}
div.results {
	clear: left;
	margin-top: 30px;
	position: relative;
	border-bottom: 1px solid #e4e9ef;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 9px;
	color: #363636;
}
div.results form#search {
	right: 0;
	top: 0;
	position: absolute;
}
div#header form#search .search-input, div.results form#search .search-input {
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -58px -136px;
	width: 161px;
	height: 19px;
	padding: 2px 0;
	float: left;
}
div#header form#search .search-input input, div.results form#search .search-input input {
	border: 0px;
	padding-left: 2px;
	color: #5e5e5e;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 2px 0 0 5px;
	height: 14px;
	outline:none;
}
div#header form#search button.submit, div.results  form#search button.submit {
	float: left;
	border: 0px;
	font-size: 1px;
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat 0px 0px;
	width: 24px;
	height: 23px;
	cursor: pointer;
}
div#header form#search button.submit:hover, div.results form#search button.submit:hover {
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat 0px -23px;
}
div#header form#search button.submit:active, div.results form#search button.submit:active {
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat 0px 0px;
}

/* SITE NAVIGATION
----------------------------------------------------------------------*/
ul#site-nav {
	position: absolute;
	top: 50px;
	right: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url('http://www.gssolutions.com/assets/images/nav_end.png') no-repeat left top;
	padding-left: 1px;
}
ul#site-nav li {
	display: inline;
	float: left;
	position: relative;
	background: url('http://www.gssolutions.com/assets/images/nav_divider.png') no-repeat right top;
}
ul#site-nav li.last {
	background: url('http://www.gssolutions.com/assets/images/nav_end.png') no-repeat right top;
}
ul#site-nav li > div {
	float: left;
	margin: 0 4px 0 3px;
}
ul#site-nav li > div span {
	display: block;
	float: left;
	height: 26px;
	padding: 0px 2px;
}
ul#site-nav li > div span a {
	display: block;
	float: left;
	text-decoration: none;
	color: #056bd3;
	padding: 7px 5px 10px 5px;
}
ul#site-nav li.drop > div span {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 2px;
}
ul#site-nav li.drop > div span a {
	display: block;
	float: left;
	text-decoration: none;
	color: #056bd3;
	padding: 7px 5px 10px 5px;
}
ul#site-nav li:hover > div, ul#site-nav li.selected > div {
	background: url('http://www.gssolutions.com/assets/images/site_nav_left.png') no-repeat;
}
ul#site-nav li:hover > div span, ul#site-nav li.selected > div span {
	background: url('http://www.gssolutions.com/assets/images/site_nav_right.png') no-repeat right top;
}
ul#site-nav li.drop:hover > div {
	background: url('http://www.gssolutions.com/assets/images/site_nav_drop_left.png') no-repeat;
}
ul#site-nav li.drop:hover > div span {
	background: url('http://www.gssolutions.com/assets/images/site_nav_drop_right.png') no-repeat right top;
}
ul#site-nav li:hover > div span a {
	color: #056bd3;
	/*background: url('http://www.gssolutions.com/assets/images/site_nav_arrow.png') no-repeat center 20px;*/
}
ul#site-nav li.selected a {
	/*background: url('http://www.gssolutions.com/assets/images/site_nav_arrow.png') no-repeat center 20px;*/
}
ul#site-nav li ul {
	display: block;
	position: absolute;
	font-size: 11px;
	text-transform: none;
	width: 180px;
	left: -999em;
	top: 30px;
}
ul#site-nav li:hover ul {
	left: 0px;
	margin-left: 3px;
	z-index: 100;
	background: transparent url('http://www.gssolutions.com/assets/images/subnav_bot_bg.png') no-repeat bottom left;
}
ul#site-nav li ul li {
	clear: left;
	padding: 0;
	width: 180px;
	background: none;
}
ul#site-nav li ul li > span a {
	padding: 0 10px 0 20px;
	background: none;
	width: 150px;
	float: left;
	color: #056bd3;
}
ul#site-nav li:hover ul li > span {
	height: auto;
	background: none;
	display: block;
	padding: 5px 0px 5px 0;
	float: left;
}
ul#site-nav li ul li > span:hover {
	background: url('http://www.gssolutions.com/assets/images/subnav_hover.png') repeat-y right;
}
ul#site-nav li ul li > span:hover a {
	background: url('http://www.gssolutions.com/assets/images/subnav_arrow.png') no-repeat 7px 4px;
}
ul#site-nav li ul li.first {
	padding-top: 10px;
	background: transparent url('http://www.gssolutions.com/assets/images/subnav_top_right.png') no-repeat top right;
}
ul#site-nav li ul li.last {
	padding-bottom: 10px;
	background: none;
}


/* MASTER FOOTER
----------------------------------------------------------------------*/
div#footer {
	overflow: auto;
	margin: 0 auto;
	position: relative;
	clear: both;
	width: 969px;
	min-height: 98px;
	background: url('http://www.gssolutions.com/assets/images/footer_bg.png') no-repeat;
	padding: 8px 0 50px 0;
}
div#footer ul#nav, div#footer ul#corp-nav {
	float: left;
	clear: left;
	width: 440px;
	margin: 0px 0 0 27px;
}
div#footer ul#corp-nav {
	margin: 28px 0 0 27px;
}
div#footer ul#nav li, div#footer ul#corp-nav li {
	display: inline;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
	padding: 0 5px 0 0;
	margin: 0 0 0 5px;
	border-right: 1px solid #363636;
}
div#footer ul#nav li.last, div#footer ul#corp-nav li.last {
	border-right: 0px;
}
div#footer ul li a {
	color: #363636;
}
div#footer ul li a:hover {
	color: #056bd3;
}
div#footer .copyright {
	position: absolute;
	top: 35px;
	right: 40px;
	font-size: 11px;
	text-align: right;
	color: #363636;
	line-height: 18px;
}
div#footer .copyright a {
	font-size: 12px;
	font-weight: bold;
	color:#056bd3;
}
div#footer .copyright a:hover {color:#363636;}
div#footer .phone {
	position: absolute;
	right: 275px;
	top: 43px;
	text-indent: -9999px;
	width: 154px;
	height: 24px;
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -65px -88px;
}
div#footer ul#logos {
	width: 815px;
	margin: 120px auto 0 auto;
	clear: both;
}
div#footer ul#logos li {
	display: inline;
}
div#footer ul#logos li a {
	margin: 0 23px 0 0;
	text-indent: -9999px;
}
div#footer ul#logos li#netapp a {
	float: left;
	display: block;
	width: 41px;
	height: 46px;
	margin-top: 7px;
	background: url('http://www.gssolutions.com/assets/images/logos/netapp.png') no-repeat 0 0;
}
div#footer ul#logos li#zebra a {
	float: left;
	display: block;
	width: 50px;
	height: 63px;
	background: url('http://www.gssolutions.com/assets/images/logos/zebra.png') no-repeat 0 0;
	margin-right: 0;
}
div#footer ul#logos li#motorola a {
	float: left;
	display: block;
	width: 48px;
	height: 63px;
	background: url('http://www.gssolutions.com/assets/images/logos/motorola.png') no-repeat 0 0;
}
div#footer ul#logos li#intermec a {
	float: left;
	display: block;
	width: 89px;
	height: 47px;
	margin-top: 6px;
	background: url('http://www.gssolutions.com/assets/images/logos/intermec.png') no-repeat 0 0;
}
div#footer ul#logos li#vision a {
	float: left;
	display: block;
	width: 95px;
	height: 31px;
	margin-top: 15px;
	background: url('http://www.gssolutions.com/assets/images/logos/vision.png') no-repeat 0 0;
}
div#footer ul#logos li#mobileframe a {
	float: left;
	display: block;
	width: 129px;
	height: 36px;
	margin-top: 16px;
	background: url('http://www.gssolutions.com/assets/images/logos/mobileframe.png') no-repeat 0 0;
}
div#footer ul#logos li#ibm a {
	float: left;
	display: block;
	width: 88px;
	height: 56px;
	margin-top: 2px;
	background: url('http://www.gssolutions.com/assets/images/logos/ibm.png') no-repeat 0 0;
}
div#footer ul#logos li#look a {
	float: left;
	display: block;
	width: 113px;
	height: 27px;
	margin-top: 14px;
	background: url('http://www.gssolutions.com/assets/images/logos/look.png') no-repeat 0 0;
}

/* INSIDE PAGES
----------------------------------------------------------------------*/
ul#business-nav {
	width: 717px;
	position: relative;
	top: -19px;
	margin: 0 0 -19px 6px;
	padding: 0 0 0 240px;
	height: 45px;
	background: url('http://www.gssolutions.com/assets/images/nav_left.png') no-repeat left bottom;
	z-index: 0;
	float: left;
}
ul#business-nav li { 
	display: inline;
}
ul#business-nav li a { 
	display: block;
	float: left;
	text-indent: -9999px;
}
ul#business-nav li.systems-storage a {
	background: url('http://www.gssolutions.com/assets/images/nav_sprite.png') no-repeat 0px -45px;
	width: 239px;
	height: 45px;
}
ul#business-nav li.wireless-mobility a {
	background: url('http://www.gssolutions.com/assets/images/nav_sprite.png') no-repeat -239px -45px;
	width: 240px;
	height: 45px;
}
ul#business-nav li.leasing a {
	background: url('http://www.gssolutions.com/assets/images/nav_sprite.png') no-repeat -479px -45px;
	width: 238px;
	height: 45px;
}
ul#business-nav li.systems-storage a:hover { background: url('http://www.gssolutions.com/assets/images/nav_sprite.png') no-repeat 0px -90px; }
ul#business-nav li.wireless-mobility a:hover { background: url('http://www.gssolutions.com/assets/images/nav_sprite.png') no-repeat -239px -90px; }
ul#business-nav li.leasing a:hover { background: url('http://www.gssolutions.com/assets/images/nav_sprite.png') no-repeat -479px -90px; }
ul#business-nav li.systems-storage a.selected { background: url('http://www.gssolutions.com/assets/images/nav_sprite.png') no-repeat 0px 0px; }
ul#business-nav li.wireless-mobility a.selected { background: url('http://www.gssolutions.com/assets/images/nav_sprite.png') no-repeat -239px 0px; }
ul#business-nav li.leasing a.selected { background: url('http://www.gssolutions.com/assets/images/nav_sprite.png') no-repeat -479px 0px; }
#sidebar {
	float: left;
	width: 246px;
	min-height: 288px;
	background: url('http://www.gssolutions.com/assets/images/sidebar_bg.png') no-repeat top right;
}
#sidebar ul {
	width: 246px;
	padding: 3px 0 0 0;
}
#sidebar ul li {
	padding: 8px 0 7px 48px;
	border-bottom: 1px solid #e5e8ef;
}
#sidebar ul li.first {
	border-top: 1px solid #e5e8ef;
	padding: 8px 0 7px 34px;
}
#sidebar ul li a {
	color: #363636;
	font-weight: bold;
}
#sidebar ul li a:hover {
	color: #056bd3;
}
#sidebar ul li.selected {
	background: url('http://www.gssolutions.com/assets/images/subnav_arrow.png') no-repeat 34px center;
}
#sidebar ul li.selected.first {
	background: url('http://www.gssolutions.com/assets/images/subnav_arrow.png') no-repeat 20px center;
}
#sidebar ul li.selected a {
	color: #056bd3;
}
#sidebar .featured-product, #sidebar .vendor-promotion {
	float: left;
	padding: 35px 25px 30px 50px;
	background: url('http://www.gssolutions.com/assets/images/sidebar_divider.png') no-repeat left bottom;
}
#sidebar .featured-product img, #sidebar .vendor-promotion img {
	border: 1px solid #c3cad7;
	float: left;
	margin: 0 10px 0 0;
}
#sidebar .featured-product div.title, #sidebar .vendor-promotion div.title {
	margin: 0 0 4px 0;
}
#sidebar .featured-product div.title a, #sidebar .vendor-promotion div.title a {
	font-weight: bold;
	color: #056bd3;
}
#sidebar .featured-product div.title a:hover, #sidebar .vendor-promotion div.title a:hover {
	color: #57a723;
}
#sidebar .featured-product div.description, #sidebar .vendor-promotion div.description {
	font-size: 11px;
	color: #363636;
	line-height: 140%;
}
#sidebar .featured-product .view, #sidebar .vendor-promotion .view {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 7px 0 0 1px;
	float: right;
	display: block;
	width: 44px;
	height: 17px;
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -295px 0px;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
}
#sidebar .featured-product .view:hover, #sidebar .vendor-promotion .view:hover {
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -340px 0px;
}
#content {
	float: left;
	width: 691px;
	padding: 8px 12px 50px 13px;
	color: #363636;
	background: url('http://www.gssolutions.com/assets/images/main_bg.png') no-repeat right top;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #363636;
	margin: 0 0 10px 0;
	clear: right;
}
#content .copy h3 {
	font-size: 12px;
	font-weight: bold;
	color: #363636;
	margin: 0 0 3px 0;
}
#content .copy {
	float: left;
	padding: 23px 29px 0 24px;
	line-height: 21px;
	width: 410px;
}
#content .full-width {
	width: 653px !important;
}
#content .copy p a:link, #content .copy p a:visited, #content .copy p a:active,
#content .copy ul a:link, #content .copy ul a:visited, #content .copy ul a:active,
#content .copy blockquote a:link, #content .copy blockquote a:visited, #content .copy blockquote a:active {
	color: #056bd3;
	text-decoration: underline;
}
#content .copy p a:hover {
	color: #57a723;
	text-decoration: none;
}
#content .copy p {
	margin: 2.0em 0;
}
#content .copy dfn {
	color: #57a723;
	font-style: normal;
	font-weight: bold;
}
#content .copy h2 + p, #content .copy h3 + p, #content .copy h3 + ul {
	margin: 0 0 2.0em 0;
}
#content .copy .alignleft {
	float: left;
	margin: 0 15px 8px 0;
}
#content .copy .alignright {
	float: right;
	margin: 0 0 8px 15px;
}
#content .copy ul {
	margin: 2.0em 0;
}
#content .copy ul li {
	padding: 0 0 0 8px;
	margin: 0 0 4px 0;
	background: url('http://www.gssolutions.com/assets/images/bullet.png') no-repeat 0px 8px;
}
#content .copy img {
	border: 1px solid #d6dbe5;
}
#content .button {
	margin: 20px 5px 30px 0;
	width: 199px;
	height: 84px;
	float: left;
}
#content .button a {
	display: block;
	width: 191px;
	height: 63px;
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -219px -54px;
	color: #056bd3;
	padding: 10px 0 11px 11px;
	line-height: 13px;
}
#content .button a:hover {
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -219px -138px;
	color: #57a723;
}
#content .button img {
	float: left;
	border: 1px solid #c3cad0;
	margin: 0 9px 0 0;
}
#content .button .title {
	margin: 16px 0 2px 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#content .button .description {
	font-size: 16px;
	font-weight: bold;
}
#content .rightbar {
	margin: 0 -19px 0 0;
	padding: 23px 0 50px 0;
	background: url('http://www.gssolutions.com/assets/images/right_sidebar.png') no-repeat;
	float: right;
	width: 245px;
	min-height: 300px;
	line-height: 18px;
}
div.line hr {
	display: none;
}
div.line {
	height: 1px;
	background: #e3e6ee;
}
.rightbar .vcard {
	padding: 0 26px 25px 23px;
	margin-bottom: 25px;
	background: url('http://www.gssolutions.com/assets/images/right_divider.png') no-repeat right bottom;
}
.rightbar .vcard .org {
	font-weight: bold;
	color: #363636;
}
.rightbar .vcard .tel {
	color: #363636;
}
.rightbar .email {
	font-weight: bold;
	color: #056bd3;
}
.rightbar a {
	color: #056bd3;
}
.rightbar a:hover {
	color: #57a723;
}
.rightbar .testimonial {
	margin: 0 0 22px 0;
	padding: 0 26px 25px 23px;
	background: url('http://www.gssolutions.com/assets/images/right_divider.png') no-repeat right bottom;
}
.rightbar .testimonial .quote {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #57a723;
}
.rightbar .testimonial .name {
	font-size: 10px;
	font-weight: normal;
	color: #363636;
}
.rightbar .case-study, .rightbar .white-paper {
	background: url('http://www.gssolutions.com/assets/images/sidebar_cp_bot.png') no-repeat center bottom;
	margin: 0 26px 0 23px;
	width: 188px;
}
.rightbar .case-study a, .rightbar .white-paper a {
	margin:  10px 0 8px 0;
	display: block;
	width: 171px;
	padding: 10px 0 13px 17px;
	background: url('http://www.gssolutions.com/assets/images/sidebar_cp_top.png') no-repeat center top;
	line-height: 16px;
}
.rightbar .case-study img, .rightbar .white-paper img {
	float: left;
	margin: 0 10px 10px 0;
}
.rightbar .case-study a .title, .rightbar .white-paper a .title {
	font-size: 12px;
	font-weight: bold;
	color: #056bd3;
}
.rightbar .case-study a:hover .title, .rightbar .white-paper a:hover .title {
	color: #57a723;
}
.rightbar .case-study .description, .rightbar .white-paper .description {
	font-size: 11px;
	color: #363636;
}

/* PRODUCTS PAGES
----------------------------------------------------------------------*/
div.categories, div.services {
	float: left;
	margin: 20px 0 50px 24px;
	width: 655px;
	clear: both;
	background: url('http://www.gssolutions.com/assets/images/category_bg.png') repeat-y;
}
div.categories ul#cat-nav, div.services ul#cat-nav {
	width: 655px;
	height: 95px;
	background: #FFF url('http://www.gssolutions.com/assets/images/category_top_bg.png') no-repeat 0px 33px;
}
div.categories ul#cat-nav li, div.services ul#cat-nav li {
	display: block;
	height: 34px;
	float: left;
	margin-right: -1px;
	background: url('http://www.gssolutions.com/assets/images/category_bg_left.png') no-repeat left top;
	position: relative;
}
div.categories ul#cat-nav li a, div.services ul#cat-nav li a {
	display: block;
	float: left;
	height: 34px;
	background: url('http://www.gssolutions.com/assets/images/category_bg_right.png') no-repeat right top;
	line-height: 34px;
	font-weight: bold;
	color: #363636;
	padding: 0 15px;
}
div.categories ul#cat-nav li:hover, div.services ul#cat-nav li:hover {
	background: url('http://www.gssolutions.com/assets/images/category_bg_left.png') no-repeat 0px -34px;
	z-index: 100;
}
div.categories ul#cat-nav li:hover a, div.services ul#cat-nav li:hover a {
	background: url('http://www.gssolutions.com/assets/images/category_bg_right.png') no-repeat right -34px;
}
div.categories ul#cat-nav li.selected, div.services ul#cat-nav li.selected {
	background: url('http://www.gssolutions.com/assets/images/category_bg_left.png') no-repeat left bottom;
	z-index: 100;
}
div.categories ul#cat-nav li.selected a, div.services ul#cat-nav li.selected a {
	background: url('http://www.gssolutions.com/assets/images/category_bg_right.png') no-repeat right bottom;
	color: #056bd3;
}
div.categories h3, div.services h3 {
	color: #363636;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.categories div.wireless-mobility, div.categories div.systems-storage,
div.services div.wireless-mobility, div.services div.systems-storage {
	clear: left;
	float: left;
	width: 630px;
	padding: 15px 0 15px 25px;
	border-bottom: 1px solid #e5e8f0;
}
div.categories div.systems-storage, div.services div.systems-storage {
	margin: -10px 0 0 0;
	padding: 0px 0 20px 25px;
}
div.categories div.wireless-mobility, div.services div.wireless-mobility {
	border-bottom: 0px;
	padding: 10px 0 20px 25px;
	background: url('http://www.gssolutions.com/assets/images/category_bot_bg.png') no-repeat left bottom;
}
div.categories div.wireless-mobility ul li,
div.categories div.systems-storage ul li,
div.services div.wireless-mobility ul li,
div.services div.systems-storage ul li{
	float: left;
	width: 300px;
	font-size: 12px;
	margin: 0 15px 0 0px;
}
div.categories div.wireless-mobility ul li a,
div.categories div.systems-storage ul li a,
div.services div.wireless-mobility ul li a,
div.services div.systems-storage ul li a{
	color: #363636;
	padding: 8px 0 8px 20px;
	margin: 0 0 0 -12px;
	width: 310px;
	float: left;
	line-height: 13px;
	display: block;
	font-weight: bold;
	background: url('http://www.gssolutions.com/assets/images/subnav_arrow.png') no-repeat  6px 12px;
}
div.categories div.wireless-mobility ul li a:hover,
div.categories div.systems-storage ul li a:hover,
div.services div.wireless-mobility ul li a:hover,
div.services div.systems-storage ul li a:hover{
	background: url('http://www.gssolutions.com/assets/images/category_hover.png') no-repeat left center;
}
div.categories .contact-us, div.services .contact-us {
	margin: 15px 0 10px 0;
	float: left;
	clear: both;
	padding: 0 10px 0 0;
	font-size: 11px;
	background:  url('http://www.gssolutions.com/assets/images/arrow_right.png') no-repeat right center;
}
div.categories .products, div.services .products {
	clear: left;
	float: left;
	width: 630px;
	margin: 0;
	padding: 0 0 15px 25px;
	background: url('http://www.gssolutions.com/assets/images/category_bot_bg.png') no-repeat left bottom;
}
div.categories div.systems-storage div.products-header, div.services div.systems-storage div.services-header{
	padding: 10px 0 20px 0;
}
div.categories div.wireless-mobility div.products-header, div.services div.wireless-mobility div.services-header{
	width: 629px;
	padding: 10px 0 15px 24px;
	margin: 0 0 15px -24px;
	border-bottom: 1px solid #e5e8f0;
	background: url('http://www.gssolutions.com/assets/images/products_header_bg.png') repeat-x bottom;
}
div.categories div.products-header, div.services div.services-header {
	float: left;
	width: 630px;
	padding: 0 0 15px 0px;
	margin: -35px 0 10px 0px;
}
div.categories div.products-header h3, div.services div.services-header h3 {
	float: left;
}
div.categories div.products-header .phone, div.services div.services-header .phone {
	float: right;
	padding: 0 0 0 14px;
	background: url('http://www.gssolutions.com/assets/images/phone_icon.png') no-repeat 0px 1px;
	font-size: 12px;
	font-weight: bold;
	color: #57a723;
	margin: 0 40px 0 0;
}
div.categories div.products-header .email, div.services div.services-header .email {
	float: right;
	padding: 0 0 0 17px;
	background: url('http://www.gssolutions.com/assets/images/email_icon.png') no-repeat 0px 4px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 35px 0 0;
}
div.categories div.products-header .email a, div.services div.services-header .email a {
	color: #056bd3;
}
div.categories div.products-header .email a:hover, div.services div.services-header .email a:hover {
	color: #363636;
}
div.categories div.product, div.services div.service {
	float: left;
	margin: 10px 17px 0 0;
	width: 295px;
}
div.product a, div.service a {
	display: block;
	padding: 10px 10px 10px 9px;
	width: 275px;
	font-size: 11px;
	line-height: 16px;
	float: left;
}
div.categories div.product:hover, div.services div.service:hover {
	background: #eef2f8 url('http://www.gssolutions.com/assets/images/category_hover_top.png') no-repeat left top;
}
div.categories div.product:hover a, div.services div.service:hover a {
	background: url('http://www.gssolutions.com/assets/images/category_hover_bot.png') no-repeat left bottom;
}
div.product .description, div.service .description {
	float: left;
	width: 195px;
}
div.product .img, div.service .img {
	float: left;
	margin: 0 22px 2px 0;
	width: 58px;
	min-height: 58px;
}
div.product .img img, div.service .img img {
	border: 1px solid #d9dde7;
	float: left;
}
div.product h4, div.service h4 {
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px -12px;
	padding: 0 0 0 12px;
	background: url('http://www.gssolutions.com/assets/images/subnav_arrow.png') no-repeat  0px 5px;
}
div.product p, div.service p {
	margin: 0 0 .8em 0;
	color: #5e5e5e;
}
a.back-to-products, a.back-to-services {
	margin: -15px 0 15px 0;
	display: block;
	float: right;
	background: url('http://www.gssolutions.com/assets/images/arrow_left.png') no-repeat left center;
	padding: 0 0 0 8px;
	font-size: 11px;
	color: #056bd3;
	line-height: 11px;
}
a.back-to-products:hover {
	color: #57a723;
}
#content .detail-wrapper h4 {
	color: #056bd3;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.rightbar .related-services, .rightbar .related-docs {
	padding: 0px 26px 25px 23px;
	background: url('http://www.gssolutions.com/assets/images/right_divider.png') no-repeat right bottom;
	font-size: 12px;
	margin-bottom: 15px;
}
.rightbar .related-docs {
	background: none;
}
.rightbar .related-services h3, .rightbar .related-docs h3 {
	font-weight: bold;
	color: #363636;
	font-size: 12px;
}
.rightbar .related-services a, .rightbar .related-docs a {
	padding-left: 14px;
	background: url('http://www.gssolutions.com/assets/images/subnav_arrow.png') no-repeat  0px 5px;
}
.rightbar .related-services .view-all {
	margin-top: 10px;
}
.rightbar .related-services .view-all a {
	background: none;
	padding: 0;
	font-weight: bold;
}
.featured {
	float: left;
	margin: 0 0 0 -11px;
	width: 425px;
	background: url('http://www.gssolutions.com/assets/images/featured_bot.png') no-repeat left bottom;
}
.featured h3 {
	padding: 7px 0 5px 11px;
	background: #FFF;
	margin: 0 !important;
}
.featured-inner {
	float: left;
	width: 100%;
	margin: 0;
	background: url('http://www.gssolutions.com/assets/images/featured_top.png') no-repeat left top;
	padding: 0 2px;
}
.featured a {
	float: left;
	display: block;
	line-height: 16px;
	padding: 20px 10px 15px 15px;
	width: 186px;
	min-height: 50px;
}
.featured a:hover .img img {
	display: none;
}
.featured a:hover .img {
	background: url('http://www.gssolutions.com/assets/images/detail_pdf.png') no-repeat;
}
.featured .img {
	width: 41px;
	height: 52px;
	float: left;
	margin: 0 10px 40px 0;
}
.featured a h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #056bd3;
}
.featured a p {
	margin: 0 !important;
	color: #363636;
	font-size: 12px;
}
#content .detail-wrapper {
	float: left;
	padding: 0 0 0 13px;
	line-height: 18px;
	width: 440px;
}
.detail {
	float: left;
	margin: 10px 15px 0 0;
}
.detail:hover {
	background: #ecf1f8 url('http://www.gssolutions.com/assets/images/detail_hover_top.png') no-repeat left top;
}
.detail a {
	float: left;
	width: 185px;
	padding: 10px;
	margin: 0;
	line-height: 16px;
}
.detail a:hover {
	background: url('http://www.gssolutions.com/assets/images/detail_hover_bot.png') no-repeat left bottom;
}
.detail:hover .img img {
	display: none;
}
.detail:hover .img {
	background: url('http://www.gssolutions.com/assets/images/detail_pdf.png') no-repeat;
}
.detail.alternate {
	clear: left;
}
.detail .img {
	width: 41px;
	height: 52px;
	float: left;
	margin: 0 8px 0 0;
}
.detail h5 {
	font-weight: bold;
	color: #056bd3;
}
.detail a .description {
	float: left;
	width: 135px;
	font-size: 11px;
	color: #363636;
}

/* MISC PAGES
----------------------------------------------------------------------*/

/* ABOUT US - LOCATION */
div.locations {
	clear: both;
	float: left;
	margin: 0 0 0 24px;
	padding: 30px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	border-top: 1px solid #e5e8ef;
	width: 650px;
}
div.locations div {
	width: 180px;
	float: left;
}
div.locations .vcard {
	margin: 0 0 0 2px;
}
div.locations #gr-address {
	margin: 0 50px;
}
div.locations div img {
	margin: 0 0 15px 0;
	border: 1px solid #d9dde7;
}
div.locations .org {
	color: #363636;
	font-weight: bold;
}
div.locations .adr {
	margin: 0 0 1.2em 0;
}

/* ABOUT US - CERTIFICATION */
div.certification {
	clear: left;
	padding: 22px 30px 22px 0;
	margin: 0 0 0 24px;
	border-bottom: 1px solid #e5e8ef;
	line-height: 16px;
	float: left;
	width: 570px;
}
div.certification h3 {
	font-weight: bold;
	color: #363636;
}
div.certification .img {
	float: left;
	margin: 0 20px 20px 0;
	width: 42px;
}
div.certification .img img {
	border: 1px solid #d9dde7;
	float: left;
}
div.certification .description {
	float: left;
	width: 500px;
}
div.certification p {
	margin: 0 0 5px 0;
}
div.certification.first, div.partner.first {
	border-top: 1px solid #e5e8ef;	
}

/* RESOURCES AND PARTNERS */
div.resources {
	clear: left;
	float: left;
	border-top: 1px solid #e5e8ef;
	margin: 0 0 0 24px;
	font-size: 12px;
	line-height: 15px;
	width: 650px;
}
div.resources img {
	float: left;
	border: 1px solid #e0e4ec;
	margin: 4px 15px 0px 0;
}
div.resources #whitepapers, div.resources #casestudies, div.resources #webinars {
	margin: 15px 20px 0 0;
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}
div.resources h3 {
	font-weight: bold;
	color: #363636;
	font-size: 12px;
}
div.resources a {
	width: 605px;
	display: block;
	padding: 10px 30px 10px 15px;
	color: #056bd3;
	line-height: 150%;
}
div.resources .type:hover {
	background: #ecf1f8 url('http://www.gssolutions.com/assets/images/resources_hover_top.png') no-repeat left top;
}
div.resources .type:hover a {
	background: url('http://www.gssolutions.com/assets/images/resources_hover_bot.png') no-repeat left bottom;
}

div.whitepapers, div.casestudies, div.webinars, div.partners {
	clear: left;
	float: left;
	margin: 0 0 0 24px;
	width: 650px;
}
div.partners {
	padding: 15px 0;
	border-top: 1px solid #e5e8ef;
}
div.partners > div.systems-storage {
	float: left;
	width: 300px;
	margin-right: 35px;
}
div.partners > div.wireless-mobility {
	float: left;
	width: 300px;
}
div.partners h3 {
	font-weight: bold;
	color: #363636;
	font-size: 14px;
	margin: 0 0 10px 0px;
}
div.whitepapers .wireless-mobility, div.whitepapers .systems-storage, div.whitepapers .leasing,
div.casestudies .wireless-mobility, div.casestudies .systems-storage, div.casestudies .leasing,
div.webinars .upcoming-webinars, div.webinars .past-webinars {
	border-top: 1px solid #e5e8ef;
	padding: 15px 0;
	width: 100%;
	float: left;
}
div.partner {
	float: left;
	background: #f6f8fa url('http://www.gssolutions.com/assets/images/rounded_top.png') no-repeat top left;
}
div.partner a {
	float: left;
	font-size: 12px;
	padding: 11px 13px 11px 0px;
	width: 300px;
	line-height: 16px;
	background:  url('http://www.gssolutions.com/assets/images/rounded_bot.png') no-repeat bottom left;
}
div.partner:hover, div.partner.odd:hover {
	background: #ecf1f8 url('http://www.gssolutions.com/assets/images/partners_hover_top.png') no-repeat top left;
}
div.partner:hover a, div.partner.odd:hover a {
	background: url('http://www.gssolutions.com/assets/images/partners_hover_bot.png') no-repeat bottom left;
}
div.casestudy, div.whitepaper, div.webinar {
	float: left;
	background: #f6f8fa url('http://www.gssolutions.com/assets/images/resources_rounded_top.png') no-repeat left top;
}
div.whitepaper a, div.casestudy a, div.webinar a {
	float: left;
	font-size: 12px;
	background: url('http://www.gssolutions.com/assets/images/resources_rounded_bot.png') no-repeat left bottom;
	padding: 11px 15px 3px 15px;
	width: 610px;
	min-height: 32px;
	line-height: 16px;
}
div.webinar a {
	padding: 11px 15px 11px 0px;
	width: 635px;
}
div.whitepaper.odd a, div.casestudy.odd a {
	background: #FFF;
}
div.whitepaper .download {
	float: left;
	text-indent: -9999px;
	width: 35px;
	height: 38px;
	background: url('http://www.gssolutions.com/assets/images/right_whitepaper.png') no-repeat center top;
}
div.casestudy .download {
	float: left;
	text-indent: -9999px;
	width: 35px;
	height: 38px;
	background: url('http://www.gssolutions.com/assets/images/right_casestudy.png') no-repeat center top;
}
div.casestudy:hover .download, div.whitepaper:hover .download {
	background: url('http://www.gssolutions.com/assets/images/pdf_download.png') no-repeat;
}
div.webinar.odd a, div.partner.odd a {
	background: #FFF;
}
div.whitepapers h3, div.casestudies h3, div.webinars h3 {
	color: #363636;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
div.whitepaper:hover a, div.casestudy:hover a, div.webinar:hover a{
	background: url('http://www.gssolutions.com/assets/images/resources_hover_top.png') no-repeat left top;
}
div.whitepaper:hover, div.casestudy:hover, div.webinar:hover {
	background: #ecf1f8 url('http://www.gssolutions.com/assets/images/resources_hover_bot.png') no-repeat left bottom;
}
div.whitepaper .title, div.casestudy .title {
	float: left;
	width: 85%;
	margin: 0 10px 0 20px;
	color: #363636;
	font-weight: bold;
	line-height: 16px;
}
div.webinar .title {
	float: left;
	width: 15%;
	margin: 0 10px 0 20px;
	color: #363636;
	font-weight: bold;
	line-height: 16px;
}
div.webinar .description {
	float: left;
	color: #363636;
	margin: 0 10px 0 20px;
	width: 75%;
}
div.partner .title {
	float: left;
	width: 200px;
	margin: 0 10px 5px 20px;
	color: #363636;
	font-weight: bold;
	line-height: 18px;
}
div.whitepaper .description, div.casestudy .description {
	float: left;
	color: #056bd3;
	margin: 0 10px 0 20px;
	width: 85%;
}
div.partner .description {
	float: left;
	width: 350px;
	color: #8f9ab1;
}
div.webinar div.date, div.partner div.name {
	font-weight: normal;
	color: #808da6;
}
div.webinar span.view-register, div.partner div.link span {
	font-weight: normal;
	color: #056bd3;
	padding: 0 8px 0 0;
}
div.webinar span.view-register:hover {
	color: #57a723;
}
div.partner .img {
	float: left;
	margin: 0 0 0 15px;
}
div.partner .img img {
	border: 1px solid #d9dde7;
	float: left;
}

/* CAREERS */
div.careers {
	clear: left;
	float: left;
	border-top: 1px solid #e5e8ef;
	border-bottom: 1px solid #e5e8ef;
	margin: 0 0 -30px 24px;
	font-size: 11px;
	line-height: 14px;
	width: 650px;
	padding: 20px 0 15px 0;
}
div.careers h3 {
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#career-listings a {
	color: #056bd3;
}
#career-listings a:hover {
	color: #57a723;
}
#career-listings td {
	padding: 5px 10px;
}
#career-listings .even {
	background: #f6f8fa;
}
td.title {
	font-weight: bold;
	color: #363636;
	width: 170px;
}
a.email-us {
	margin: 10px 0 0 0;
	display: block;
	width: 76px;
	height: 27px;
	text-indent: -3000px;
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -219px 0px;
}

/* SITEMAP */
#sitemap {
	padding: 23px 29px 0 24px;
}
#sitemap .businesses {
	float: left;
}
#sitemap .corp {
	float: right;
}
#sitemap ul {
	clear: left;
	margin: 20px 0 10px 0;
}
#sitemap ul li {
	background: none;
	font-size: 12px;
	padding: 0 0 0px 10px;
	font-weight: bold;
}
#sitemap ul li a {
	width: 308px;
	display: block;
	color: #363636;
	padding: 3px 0 3px 12px;
	margin: 0 0 0 -8px;
}
#sitemap ul li a:hover {
	color: #57a723;
	background: #f5f7fa url('http://www.gssolutions.com/assets/images/green_arrow.png') no-repeat 308px 5px;
}
#sitemap ul li ul {
	margin: 3px 0 0 0;
}
#sitemap ul li ul li {
	font-weight: normal;
	width: 300px;
	padding: 0;
	margin: 0px;
}
#sitemap ul li ul li ul {
	margin: 0;
}
#sitemap ul li ul li ul li {
	font-weight: normal;
}
#sitemap ul li ul li a {
	width: 300px;
	display: block;
	padding: 3px 0 3px 12px;
	color: #056bd3;
	margin: 0;
}
#sitemap ul li ul li ul li a {
	width: 290px;
	display: block;
	padding: 3px 0 3px 22px;
}
#sitemap ul li ul li a:hover {
	background: #f5f7fa url('http://www.gssolutions.com/assets/images/green_arrow.png') no-repeat 300px 5px;

}
#sitemap ulf-site {
	width: 650px;
	border-bottom: 1px solid #e5e8ef;
	padding: 15px 0;
	margin: 0 0 5px 0;
}

/* CONTACT */
.contactform {
	float: left;
	width: 613px;
	margin: 0 0 0 24px;
	border-top: 1px solid #e5e8ef;
	padding: 23px 29px 16px 0px;
	border-bottom: 1px solid #e5e8ef;

}
.contactinfo {
	float: left;
	width: 341px;
}
label {
	font-size: 12px;
	font-weight: bold;
	color: #363636;
	display: block;
	float: left;
	line-height: 26px;
}
label em, span.required em, .additional p em {
	color: #57a723;
	margin: 0 2px;
}
.info1 {
	float: left;
	border-bottom: 1px solid #e5e8ef;
	padding: 0 0 5px 0;
	margin: 0 0 13px 0;
}
.info1 label {
	width: 70px;
	clear: left;
}
.info1 input {
	width: 259px;
}
.info1 span.dash {
	float: left;
	margin: 6px 5px;
	vertical-align: middle;
}
.info1 .phone {
	float: left;
	width: 100%;
}
label.ext {
	clear: none;
	float: left;
	width: 30px;
	margin-left: 10px;
}
input#ext {
	width: 42px
}
label.address {
	width: 100px;
	clear: left;
}
#address {
	width: 229px;
}
input#areacode, input#phone1 {
	width: 33px;
	float: left;
}
input#phone2 {
	width: 47px;
	float: left;
}
label.apt {
	width: 155px;
	clear: left;
}
#apt {
	width: 174px;
}
label.city, label.zip {
	width: 38px;
	clear: left;
}
label.state {
	float: left;
	width: 47px;
}
#city {
	float: left;
	width: 182px;
	margin: 0 10px 0 0;
}
#state {
	width: 40px;
}
#zip {
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
}
label.country {
	width: 58px;
}
#country {
	margin: 4px 0 0 0;
	float: left;
	width: 132px;
}
.contactinfo input, .additional textarea {
	background-color: #f8fafc;
	border: 1px solid #868f99;
	font-size: 12px;
	padding: 5px;
	margin: 0 0 8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial;
	color: #363636;
	outline: none;
}
.contactinfo input:focus, .additional textarea:focus, .additional select:focus {
	background: #FFF;
	-moz-box-shadow: 0px 0px 3px #1363b2;
	-webkit-box-shadow: 0px 0px 3px #1363b2;
	border-color: #1363b2;
}
.additional {
	float: right;
	width: 230px;
	padding: 0;
}
.additional h3 {
	font-weight: bold;
	margin-bottom: 10px;
	color: #313f5a;
}
.additional p {
	line-height: 140%;
	clear: both;
	margin: 8px 0 10px 0;
}
.additional div {
	clear: left;
	float: left;
	width: 100%;
	border: 1px solid #000;
}
.additional input {
	float: left;
	margin: 0 8px 8px 0;
}
.additional textarea  {
	clear: both;
	width: 245px;
	height: 70px;
	margin: 0;
}
.additional select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial;
	height: 75px;
	background-color: #f8fafc;
	border: 1px solid #868f99;
	font-size: 11px;
	width: 257px;
	padding: 2px 4px;
	color: #363636;
	outline: none;
	margin: 0;
}
.additional small {
	display: block;
	margin: 4px 0 20px 8px;
	font-size: 11px;
}
.additional select option {
	padding: 2px;
}
.additional label {
	margin: 0;
	font-size: 12px;
}
#request-call label {
	margin: 0;
	font-size: 11px;
}
.contact-submit button {
	margin: 0px 10px 0 24px;
	float: left;
	clear: left;
	width: 68px;
	height: 27px;
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -219px -27px;
	border: 0;
	font-size: 1px;
	color: #1c63b9;
	cursor: pointer;
}
.contact-submit button:hover, .contact-submit button:active {
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -287px -27px;
	cursor: pointer;
}
span.required { 
	font-style: italic;
	color: #5e5e5e;
	font-size: 12px;
	line-height: 11px;
	margin: 9px 0 0 0;
	float: left;
}
div.contact-submit {
	margin: 20px 0 0 0;
	float: left;
	clear: both;
	width: 100%;
}
.contactform div.error {
	display: none;
	font-size: 11px;
	color: #bd6713;
	margin-bottom: 15px;
	font-weight: bold;
}
.contactform div.thanks {
	color: #313f5a;
	margin-bottom: 15px;
	font-weight: bold;
}
input.error, select.error {
	border-color: #bd6713;
}

/* NEWS */
div#news h2 {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e4e9ef;
}
div#news div.article {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e4e9ef;
}
div#news div.article h3 {
	margin: 0;
}
div#news div.article h3 a {
	color: #056bd3;
}
div#news div.article h3 a:hover {
	color: #57a723;
}
div#news .article .alignleft {
	margin: 0 5px 0 0;
}
div#news .article .alignright {
	margin: 0 0 0 5px;
}
div#news div.article .date {
	font-size: 11px;
	color: #999;
}
div#news div.article .date a {
	color: #999;
}
div#news div.article .date a:hover {
	color: #363636;
}
div#news div.article p {
	margin: .5em 0;
}
div#news div.article .continue-reading, div.certification a.view-website {
	font-size: 12px;
	color: #056bd3;
}
div#news div.article .continue-reading:hover, div.certification a.view-website:hover {
	color: #1b2f4d;
}
div.navigation {
	padding: 15px 0 0 0;
	font-size: 11px;
	line-height: 11px;
}
div.navigation a.next {
	float: right;
	padding: 0 10px 0 0;
	background: url('http://www.gssolutions.com/assets/images/arrow_right.png') no-repeat right center;
}
div.navigation a.prev {
	float: left;
	padding: 0 0 0 10px;
	background: url('http://www.gssolutions.com/assets/images/arrow_left.png') no-repeat left center;
}
.rightbar .recent-news {
	padding: 0 26px 17px 33px;
}
.rightbar .recent-news h3 {
	color: #363636;
	font-weight: bold;
}
.rightbar .recent-news ul li {
	padding: 0;
	background: none;
}
.rightbar .recent-news a {
	color: #666;
}
.rightbar .recent-news a:hover {
	color: #313f5a;
}

/* HOMEPAGE
-------------------------------------------------------------------*/
div#homepage-flash {
	float: left;
	width: 955px;
	height: 275px;
	margin: -27px 0 0 7px;
	text-align: center;
	font-weight: bold;
}
div#homepage-flash p {
	margin: 30px 0;
}
div.homepage {
	line-height: 22px;
}
div.business {
	clear: left;
}
div.homepage div.systems-storage {
	float: left;
	width: 275px;
	margin: 0 0 0 7px;
	padding: 20px 22px 0 20px;
}
div.homepage div.wireless-mobility {
	float: left;
	width: 278px;
	margin: 0;
	padding: 20px 24px 0 20px;
}
div.homepage div.leasing {
	float: left;
	width: 274px;
	margin: 0 7px 0 0;
	padding: 20px 20px 0 20px;
}
div.buttons {
	float: left;
	margin-bottom: 40px;
	clear: left;
	width: 100%;
}
div.buttons div.wireless-mobility, div.buttons div.systems-storage, div.buttons div.leasing {
	margin-top: 0;
	padding-top: 15px;
	background: url('http://www.gssolutions.com/assets/images/homepage_hr.png') no-repeat center top;
	float: left;
}
div.view-button {
	margin: 0 auto;
	display: table;
}
div.homepage p {
	margin: 0 0 1.2em 0;
}
div.homepage a {
	margin: 0 auto;
	display: block;
	height: 27px;
	padding: 0 0 0 20px;
	background: url('http://www.gssolutions.com/assets/images/homepage_button_bg.png') no-repeat left top;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #459810;
}
div.homepage a span {
	display: block;
	height: 19px;
	padding: 8px 20px 0 0;
	background: url('http://www.gssolutions.com/assets/images/homepage_button_bg.png') no-repeat right bottom;
	text-shadow: #FFF 1px 1px 1px;
}
div.homepage a:hover {
	background: url('http://www.gssolutions.com/assets/images/homepage_button_bg_hover.png') no-repeat left top;
}
div.homepage a:hover span {
	background: url('http://www.gssolutions.com/assets/images/homepage_button_bg_hover.png') no-repeat right bottom;
}
div.homepage-location {
	margin: 20px auto 10px auto;
	clear: both;
	width: 933px;
	height: 89px;
	padding: 4px 0 0 0;
	background: url('http://www.gssolutions.com/assets/images/location_bg.png') no-repeat;
}
div.homepage-location ul {
	margin: 0 0 0 133px;
	float: left;
}
div.homepage-location ul li {
	display: block;
	height: 28px;
	line-height: 28px;
	width: 148px;
	padding: 0 0 0 25px;
	cursor: pointer;
	color: #056bd3;
	font-weight: bold;
}
div.homepage-location ul li.selected {
	background: url('http://www.gssolutions.com/assets/images/main_sprite.png') no-repeat -46px -159px;
}
div.homepage-location .vcard {
	width: 550px;
	float:  left;
	margin: 10px 0 0 30px;
	color: #363636;
}
div.homepage-location .org {
	font-weight: bold;
	color: #363636;
}
div.homepage-location .tel {
	float:  left;
	margin: 0 30px 0 0;
	font-weight: bold;
	color: #056bd3;
}
div.homepage-location .tel .type {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	color: #363636;
	margin-right: 4px;
}
div.homepage-location #gr-address, div.homepage-location #cle-address {
	display: none;
}
#leasing-flash, #wireless-mobility-flash, #systems-storage-flash {
	width:  691px;
	height:  135px;
	background-color:  #FFF;
}
dl.result {
	clear:left;
	padding: 20px 0;
	border-bottom: 1px solid #e4e9ef;
}
dl.result a:hover {
	color: #57a723;
}
dl.result dt a {
	font-weight: bold;
	color: #363636;
}
dl.result dd.link {
	padding-top: 5px;
}
dl.result dd.link a {
	color: #056bd3;
}
dl.result dd.link a:hover {
	color: #57a723;
}


/* MISC. STYLES
-------------------------------------------------------------------*/
.clearit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}