/*******************************************

	styles.css
	for Silex Software
	
********************************************/

* {
	margin: 0;
}

body, html {
	margin:0;
	padding:0;
	height:100%;
	background: #454545;
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	color: #222222;
}

.clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

a, a img {
	text-decoration:none;
	outline: none;
	border: none;
	color: #1b75bb;
}

a:hover {
	outline: none;
	text-decoration:underline;
}

#container {
	margin: 0 auto;
	width: 100%;
	min-width:1100px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	border-top: solid 3px #c9252b;
	background: #fff;
} 

#content {
	margin: 0 auto;
	width: 100%;
	min-width:1100px;
	font-family: "Lato", Myriad Pro, Arial, sans-serif;
	color: #222222;
}


/*** Header styles ***/

#header {	
	margin: 0 auto; padding: 0;
	width: 100%;
	min-width:1100px;
	height: 100px; 
	background: #f2f2f2;
	box-shadow: 0px 3px 3px #d3d3d3;
	z-index: 2000;
}

#header_content {
	margin: 0 auto; padding: 0;
	width: 960px;
	height: 100px; 
}

h1 {
	background: url('../images/logo.gif') left no-repeat;
	margin:15px 0 0 0;
	float:left;
	height:65px;
	width:134px;
}

h1 a {
	display:block;
	text-indent: -9999px;
	height:65px;
	width:134px;
}



/*** Nav bar styles ***/

#navigation {
	margin: 35px 0 0 0;
	padding:0;
	width:700px;
	height:25px;
	float:right;
}

#nav {
	list-style:none;
	padding:0;
	margin-left: 23px;
}

#nav li {
	margin: 0;
	padding: 0 10px;
	float: left;
	font-weight:bold;
	color:#000;
	font-family: "Lato", Myriad Pro, Arial, sans-serif;
	font-size: 16px;
	text-shadow: #ffffff 1px 1px 1px;
	cursor: pointer;
	
}

#nav li:hover, #nav li.on {
	height: 40px;
	color: #c9252b;
	background: url(../images/nav_arrow.png) no-repeat bottom center transparent;
}

#nav li.on, #nav li.nav_contact, #nav li.nav_contact:hover {
	background: none;
}

#nav li .subnav {
	display: none;
}

#nav li:hover .subnav {
	margin-top: 20px;
	padding: 30px 0 30px 10px;
	display: block;
	position: absolute;
	z-index: 4000;
	background: #363636;
	box-shadow: 3px 3px 3px #222;
	font-family: "Lato", Myriad Pro, Arial, sans-serif;
	color: #cccccc;
	font-size: 16px;
}


#nav li .sub_connectivity {
	width: 720px;
	margin-left: -300px;
}

#nav li .sub_wireless {
	width: 230px;
	margin-left: -30px;
	
	
}

#nav li .sub_support {
	width: 480px;
	margin-left: -204px;
}

#nav li .sub_resources {
	width: 230px;
	margin-left: -60px;
}

#nav li .sub_company {
	width: 230px;
	margin-left: -70px;
}

#nav .subnav_section {
	margin-right: 10px;
	padding-right: 10px;
	float: left;
	border-right: solid 1px #707070;
}

#nav .subnav_section.last {
	border-right: none;
	margin-right: 0;
	padding-right:5px!important;
	padding-bottom: 15px;
}

#nav .subnav_section h2 {
	margin: 0; padding: 0;
	line-height: 16px;
}

#nav .subnav_section h2 a {
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #ffffff;
	text-shadow: none;
}

#nav .subnav ul {
	margin: 0; padding: 0 0 0 20px;
	list-style-type: none;
	width: 220px;
	float: left;
	color: #cccccc;
	font-size: 12px;
}

#nav .subnav ul li {
	margin: 0; padding: 0;
	list-style-type: none;
	float: none;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	text-shadow: none;
	font-weight: normal;
	height: auto;
}

#nav .subnav ul li a {
	color: #cccccc;
	font-size: 12px;
	text-shadow: none;
}

#nav .subnav ul li.nav_section_head {
	padding-top: 10px;
}

#nav .subnav ul li.nav_section_head a {
	font-weight: bold;
	font-size: 13px !important;
}

a.contact_menu {
	color: #000;
}
a.contact_menu:hover {
	color: #c9252b;
	text-decoration:none;
}

.no-link{
	text-decoration:none !important;
	cursor: default;
}

/*** Rotator styles ***/


#rotator {
	width: 100%;
	min-width: 1100px;
	height:490px;
	max-height: 490px; 
	overflow: hidden;
	display: block;
	z-index: 1000px;
}

#rotator ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

#rotator li {
	margin: 0; padding: 0;
	list-style-type: none;
	float: left;
	height:490px;
	max-height: 490px; 
}

#rotator li div, #rotator_text {
	height: 250px !important;
	width: 960px !important;
	margin: 110px auto 0;
	padding:0 0 0 0;
	z-index: 2000;
	font-family: 'Lato', Myriad Pro, Arial, sans-serif;
	font-size:22px;
	line-height:22px;
	color:#ffffff;
}

#rotator li div h2, #rotator_text h2 {
	margin: 0 0 20px 0;
	color:#fff;
	font-size:36px;
	line-height: 40px;
	font-family: 'Lato', Myriad Pro, Arial, sans-serif;
	font-weight:normal;
}

#rotator li div img, #rotator_text img {
	margin: 0 10px 0 0;
}

#rotator li div h2 strong, #rotator_text h2 strong {
	color: #fff;
}

#rotator li div p, #rotator_text p {
	font-family: 'Lato', Myriad Pro, Arial, sans-serif;
	font-size:20px;
	line-height:22px;
	color:#ffffff;
	padding:0;
	margin:0 0 24px 0;
}

#rotator li div a.button, #rotator_text a.button {
	margin-top: 20px;
	font-family: 'Lato', Myriad Pro, Arial, sans-serif;
	font-size:20px;
	line-height:20px;
	color:#ffffff;
	background: rgba(0, 0, 0, .6);
	padding: 8px 14px;
	border: solid 2px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#rotator li div a.button:hover, #rotator_text a.button:hover {
	background: #c9252b;
	text-decoration: none;
}


.anythingControls {
	width: 100%;
	height: 90px;
	position: absolute;
	top: 400px;
	z-index: 2001;
	min-width:1100px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

#custom_nav .cbp-fwdots, #rotator .anythingControls ul {
	width: 100%;
	min-width:1100px;
	height: 90px;
	background: rgba(0, 0, 0, .6);
	display: block;
	border: none;
	list-style-type: none;
	position: relative;
	height: 90px;
	float: none;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}


.anythingControls ul, #rotator .anythingControls ul li {
	margin: 0; padding: 0;
	height: 90px;
	float: none;
	text-align: center;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

a.start-stop {
	display: none;
}

#custom_nav .cbp-fwdots span, #rotator .anythingControls ul li a {
	margin: 0;
	padding: 20px 20px 20px 20px;
	width: 238px;
	height: 90px;
	display: inline-block;
	background: 0;
	box-shadow: 0;
	border-radius: 0;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border-right: solid 1px #636363;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

#custom_nav .cbp-fwdots span:last-child, #rotator .anythingControls ul li:last-child a {
	border-right: none;
}

#custom_nav .cbp-fwdots span.cbp-fwcurrent, #custom_nav .cbp-fwdots span:hover, 
#rotator .anythingControls ul li a.cur, #rotator .anythingControls ul li a:hover {
	box-shadow: none !important;
	border-radius: 0;
	border: none !important;
	color: #fff;
    background-color: #c9252b;
    /* Firefox */
    -moz-transition: all 0.5s ease-out;
    /* WebKit */
    -webkit-transition: all 0.5s ease-out;
    /* Opera */
    -o-transition: all 0.5s ease-out;
    /* Standard */
    transition: all 0.5s ease-out;
}

#custom_nav .cbp-fwdots span img, #rotator .anythingControls ul li a img {
	margin: 0 10px 0 0;
}

/*** Home page styles ***/

#sponsor_band {
	padding: 10px 0 0 0;
	width: 100%;
	min-width:1100px;
	background: #f2f2f2;
	height: 80px;
	display: inline-block;
}

#sponsor_content {
	margin: 0 auto;
	width: 960px;
	vertical-align: center!important;
}

#sponsor_content a.button {
	margin-top: 40px;
	color: #fff;
	background: #b7b7b7;
	padding: 6px 10px;
	font-size: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sponsor_content a.button:hover {
	background: #124f83;
	text-decoration: none;
} 

#sponsor_content p {
	padding-top: 20px;
}

#sponsor_content p.left {
	margin: 0 20px 0 0;
	padding-top: 10px;
}

#content_area {
	margin: 10px auto 0;
	padding-bottom: 20px;
	width: 960px;
}

#left_col {
	margin:0; padding: 0;
	width:720px;
	float:left;
}

.partners #left_col a{
	font-size:12px;
}

#left_col h3.fs_header {
	margin: 40px 0 0 0; 
	width: 100%;
	text-align: center;
	font-size: 24px;
}

.featured_solution {
	margin: 20px 0 30px 0;
	width: 240px;
	min-height: 268px;
	height: auto !important;
	height: 268px;
	float: left;
	text-align: center;
	border-right: solid 1px #b7b7b7;
}

.featured_solution.last {
	border-right: none;
}

.featured_solution h4 {
	margin: 0 0 5px 0;
	font-size: 16px; 
	color: #363636;
}

.featured_solution p {
	margin: 0 0 5px 0;
}

.featured_solution a {
	font-size: 12px; 
	color: #005095;
}

#right_col {
	margin:0; padding: 0;
	float:right;
	width:240px;
}

.right_box {
	margin: 40px 0 0 0;
	width: 280px;
	float: left;
}

h3.right_box_head {
	width: 240px;
	padding: 15px 20px 10px 20px;
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	background: #b7b7b7;
	display: block;
	min-height: 20px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.right_box_content {
	margin-bottom: 10px;
	padding: 15px 20px 10px 20px;
	background: #f2f2f2;
	width: 240px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #363636;
	height: auto;
	position: relative;
}

.right_box_content h4 {
	margin-bottom: 5px;
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	font-size: 14px;
}

.right_box_content p {
	margin-bottom: 10px;
}

.right_box_content a.button {
	color: #fff;
	background: #124f83;
	padding: 6px 10px;
	font-size: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.right_box_content a.button:hover {
	background: #b7b7b7;
	text-decoration: none;

}

.right_box_content a img {
	border: solid 1px #b7b7b7;
	margin-left: 3px;
}


.right_box_nav {
	margin: 20px auto 25px 0;
	width: 200px;
	border-top: solid 1px #b7b7b7;
	text-align: right;
	bottom: 0;
	position: absolute;
}

.right_box_nav ul.tab-nav {
	position: relative;
	top: auto;
	margin: 0 auto;
	padding: 0;

	text-align: right;
	width:100%
}

.right_box_nav ul.tab-nav li{
	margin: 10px 0 0 5px;
	width: 12px;
	height: 12px; 
	float: left;
	background: url('../images/btns_right_box_slider.gif') top right no-repeat;
	display: block;
	box-shadow: 0;
	border-radius: 0;
	border: none;
	cursor: pointer;
}

.right_box_nav ul.tab-nav li a, .right_box_nav ul.tab-nav li a:hover {
	width: 100%;
	height: 100%;
	display: block;
}

.right_box_nav ul.tab-nav li.ui-tabs-active, .right_box_nav ul.tab-nav li:hover {
	box-shadow: none !important;
	border-radius: 0;
	border: none !important;
	background-position: top left;
}

/*** Footer styles ***/

#footer {
	margin: 0 auto 0 auto;
	width: 100%;
	min-width:1100px;
	min-height: 300px;
	height: auto !important; 
	height: 300px;
	color: #fff;
	background: #636363;
	border-top: solid 3px #c9252b;
}

#footer_content {
	margin:0 auto;
	padding:25px 0 50px 0;
	width:960px;
}

#footer_content p {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	color: #b9b9b9;
	font-family:Myriad Pro, Arial, sans-serif;
}

#footer_content a {
	font-weight:normal;
	color:#ffffff;
	font-size:12px;
	font-weight: normal;
	font-family:Myriad Pro, Arial, sans-serif;
	float: left;
}

#footer_search input {
	padding: 0 30px 0 10px;
	width: 280px;
	height: 28px;
	display: block;
	border: none;
	background: url('../images/bg_search.png') top left no-repeat transparent;
	color: #454545;
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#footer_logo {
	width: 100%;
	float: left;
}

.footer_box_left {
	padding-right: 45px;
	width: 620px;
	float: left;
	border-right: solid 1px #b9b9b9;
}

.footer_list {
	margin-top: 10px;
	margin-right: 20px;
	width: 170px;
	float: left;
}

.footer_list a {
	line-height: 16px;
	margin-bottom: 5px;
}

.footer_box_right {
	width: 280px;
	float: right;
}

.footer_box_right .footer_list {
	width: 170px;
	line-height: 18px;
	margin-right: 0;
}

.footer_box_right .footer_list a {
	margin-bottom: 0;
} 

.footer_list.last {
	margin-right: 0;
	float: right;
	width: 100px;
}

a.footer_facebook,
a.footer_twitter,
a.footer_linkedin,
a.footer_youtube,
a.footer_google {
	height: 24px;
	padding-left: 28px;
	line-height: 24px !important;
	display: block;
	float: left;
}

a.footer_facebook{
	background: url('../images/footer_sn.gif') 0 0 no-repeat;
}

a.footer_twitter {
	background: url('../images/footer_sn.gif') 0 -26px no-repeat;
}

a.footer_linkedin {
	background: url('../images/footer_sn.gif') 0 -74px no-repeat;
}

a.footer_youtube {
	background: url('../images/footer_sn.gif') 0 -50px  no-repeat;
}

a.footer_google {
	background: url('../images/footer_sn.gif') 0 -98px  no-repeat;
}



#footer_bottom {
	width: 100%;
	min-width:1100px;
	background: #454545;
}

#footer_bottom_content {
	margin:0 auto 20px;
	padding:20px 0 10px 0;
	display: block;
	width:960px;
}

#footer_bottom_content p, #footer_bottom_content p a {
	color: #b9b9b9;
	font-family:Myriad Pro, Arial, sans-serif;
	font-size: 12px;
}

 #footer_bottom_content p a img {
 	display: inline-block;
 	vertical-align: middle;
 }


/*--- Product page styles ----*/

p.breadcrumbs {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 11px;
}

.product #left_col {
	margin: 0 0 0 0; padding: 0;
	width:740px;
	float:left;
}

#product_info {
	margin: 0 0 20px 0;
	width: 740px;
	float: left;
}

#product_img {
	width: 240px;
	float: left;
	text-align: center;
}

#product_img img.product_large {
	margin-bottom: 20px;
}

#product_img a.button {
	margin: 0 0 0 0;
	color: #fff;
	background: #124f83;
	padding: 8px 14px;
	font-size: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#product_img a.button:hover {
	margin: 0;
	background: #b7b7b7;
	text-decoration: none;
}

#product_img a.button img{
	margin-right: 4px;
	vertical-align: middle;
}

#product_text {
	float: right;
	width: 480px;
}

#product_info h2, .tab-panel h2 {
	margin: 0 0 0 0;
	color: #363636;
	font-size: 24px;
}

#product_info h3, .tab-panel h3 {
	margin: 0 0 10px 0;
	color: #363636;
	font-size: 16px;
}

#product_info p, #product_info ul, #product_info h4, 
.product .tab-panel p, .product .tab-panel ul, .product .tab-panel h4 {
	margin: 0 0 10px 0; padding: 0;
	color: #363636;
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
}

.product .tab-panel ul {
	margin: 0 0 10px 20px;
	list-style-type: disc;
}

.product .tab-panel ul li {
	margin: 0 0 10px 0;
}

#product_info ul li  {
	margin: 0; padding: 0 0 0 10px;
	text-indent: -10px;
	font-size:12px!important;
}

#product_info ul li:before {
	content: "•     ";
	color: #c9252b;
}

#product_info h4, .product .tab-panel h4 {
	margin: 0;
	text-transform: uppercase;
}

.product ul.tab-nav {
	margin: 10px 0 0 0; padding: 0;
	list-style-type: none;
}

.product ul.tab-nav li {
	margin: 0 2px 0 0; padding: 5px 10px;
	list-style-type: none;
	width: 220px;
	text-align: center;
	float: left;
	background: #f2f2f2;
	border: solid 1px #d7d7d7;
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.product ul.tab-nav li:hover, .product ul.tab-nav li.ui-tabs-active {
	background: #124f83;
}

.product ul.tab-nav li a {
	color: #363636;
	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
	height: 100%;
	display: block;
}

.product ul.tab-nav li:hover a, .product ul.tab-nav li.ui-tabs-active a {
	color: #fff;
	text-decoration: none;
}

.product .tab-panel {
	margin: 0; padding: 20px;
	width: 700px;
	border-top: solid 1px #d7d7d7;
	float: left;
}

.product #right_col {
	margin: 20px 0 0 0;
	width: 180px;
}

.product .right_box {
	width: 170px;
	padding-bottom: 20px;
}

.product h3.right_box_head {
	width: 140px;
	padding-left: 15px;
	padding-right: 15px;
}

.product .right_box_content {
	width: 140px;
	padding-left: 15px;
	padding-right: 15px;
}

.product .right_box_content a.button.red {
	background: #c9252b;
	width: 120px;
	display: block;
	text-align: center;
	font-size: 13px;
}

.product .right_box_content a.button.red:hover {
	background: #d7d7d7;
}

.product .right_box_content ul {
	margin: 10px 0 0 0; padding: 0;
	width: 120px; 
	list-style-type: none;
}

.product .right_box_content ul li {
	margin: 0 0 5px 0; padding: 0 0 0 18px;
	background: url('../images/blue_arrow.gif') 0 2px no-repeat;
}

.product .right_box_content ul li a {
	color: #363636;
	font-size: 13px;
}

#speak_with_expert {
	margin: 20px 0 0 0;
	width: 160px;
	color: #363636;
	font-size: 13px;
	float: left;
}

#speak_with_expert p {
	line-height: 18px;
}

#speak_with_expert h3{
	margin-bottom: 5px;
	color: #363636;
	font-size: 14px;
	font-weight: bold;
}

#speak_with_expert h3 img {
	vertical-align: middle;
}

#speak_with_expert form {
	margin-top: 10px;
	font-family:'Lato', Myriad Pro, Arial, sans-serif !important;
}

.hs-form.stacked .field {
	margin-bottom: 5px !important;
}

.hs-form .hs-input, .hs-form textarea.hs-input {
	width: 100% !important;
}

.hs-form label {
	font-weight: normal !important;
	font-family:'Lato', Myriad Pro, Arial, sans-serif !important;
}

.hs-form .hs-input, .hs-form textarea.hs-input {
	font-family:'Lato', Myriad Pro, Arial, sans-serif !important;
	background: #f2f2f2;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.base-hs-button-styles, .hs-form .hs-button, .hs-form .hs-button, input.hs-button {
	font-family:'Lato', Myriad Pro, Arial, sans-serif !important;
	color: #fff;
	background: #124f83 !important;
	box-shadow: none !important;
	padding: 3px 5px !important;
	font-size: 12px !important;
	border: none;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;	
	text-shadow: none;
}

.hs-form .hs-button:hover, input.hs-button:hover {
	background: #b7b7b7;
	text-decoration: none;
}

.hs-form .actions {
	margin-top: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
}

.email-validation {
	color: #C9252B;
}


/*--- support styles ---*/

#choose_model {
	margin: 20px 0 20px 0;
	padding: 20px;
	width: 560px;
	background: #e7edf2;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}

#choose_model input{
	margin: 0 5px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	width: 160px;
	border: solid 1px #d7d7d7;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	float: right;
}

#choose_model select {
	margin-top: 2px;
	height: 24px;
	margin-left: 5px;
	border: solid 1px #d7d7d7;
	text-transform: none;
	width: 175px;
}

#choose_model span.customSelect {
	margin: 0 5px;
	padding:0 24px 0 10px;
	border: solid 1px #d7d7d7;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: url('../images/bg_select.jpg') top right no-repeat #fff;
	color:#363636;
	outline:none;
	cursor:pointer;
	font-size: 14px !important; 
	font-weight: 700;
	height: 24px;
	line-height: 24px;
	text-transform: none;
	font-weight: normal;
	width: 155px;
}


.ie8 #choose_model span.customSelect { 
	margin-top: 20px;
}

span.customSelect.changed {
	background-color: #fff;
}
.customSelectInner {
	padding-right: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 14px; 
	color: #363636;
}

/* --- web solutions ---*/

.web-solutions #left_col {
	margin: 0; padding: 0;
	width: 215px;
}

#left_col h3 {
	margin-bottom: 15px;
}

#left_col ul {
	font-size: 12px;
	line-height: 18px;
}

#left_col #accordion-nav, #left_col #accordion-nav a, 
#left_col #accordion-nav h3, #left_col #accordion-nav h4 {
	width: 215px;
	display: block;
	cursor: pointer;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

.ui-icon-triangle-1-e, .ui-icon-triangle-1-s {
	height: 15px; 
	width: 15px; 
	display: inline-block;
	background: url('../images/blue_arrow.gif') 0 5px no-repeat;
}
.ui-icon-triangle-1-s {
	background: url('../images/blue_down.gif') 0 2px no-repeat;
}

#left_col #accordion-nav a {
	margin-left: 15px;
	margin-bottom: 10px;
	color: #005095;
}

#left_col #accordion-nav a:hover, #left_col #accordion_nav a.on {
	color: #c9252b;
	text-decoration: none;
}

.web-solutions #right_col {
	margin: 0; padding: 0;
	width: 740px;
}

#solutions ul {
	margin: 20px 0 0 0; padding: 0;
	color: #363636;
	list-style-type: none;
}

#solutions ul li  {
	margin: 0 0 10px 0; padding: 0 0 0 10px;
	text-indent: -10px;
	font-size: 14px;
	width: 48%;
	float: left;
}

#solutions ul li:before {
	content: "•          ";
	color: #c9252b;
}

.solution_box {
	margin: 20px 8px 0 0;
	padding: 10px 0 0 0;
	width: 170px;
	height: 195px;
	border: solid 1px #b7b7b7;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	float: left;
	font-size: 11px;
}

.solution_box.last {
	margin-right: 0;
}

.solution_box a {
	display: block;
	width: 170px;
	font-weight: bold;
	position: relative;
	height: 195px;
	}

.solution_box a:hover {
	text-decoration: none;
	
}

.solution_box a div {
	bottom: 0px;
	padding: 8px 0;
	width: 100%;
	background: #f2f2f2;
	color: #363636;
	font-weight: normal;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	position: absolute;
}

.solution_box a:hover div {
	background: #124F83;
	color: #fff;
	
}

.solution_box p {
	width: 150px;
	margin: 4px auto 0;
}

/*--- landing page styles ---*/

.landing #rotator {
	height:338px;
	max-height: 338px; 
}

.landing #rotator li {
	height:338px;
	max-height: 338px; 
}

.landing #rotator_text {
	margin: 40px auto 0;
}

.landing #rotator_text p {
	font-size: 16px;
	margin-bottom: 30px;
}

#landing_band {
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	min-width:1100px;
	background: #f2f2f2;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	display: block;
	text-align: center;
}

.landing_box {
	margin: 0;
	padding: 10px 15px 10px 15px;
	width: 238px;
	display: inline-block;
	color: #444444;
	text-align: left;
	border-right: solid 1px #d7d7d7;
}

.landing_box.last {
	border-right: none;
}

.landing_box h3 {
	margin: 0 0 10px 0;
}

.landing_box p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

.landing_col {
	margin: 30px 0 30px;
	width: 320px; 
	float: left;
}

.landing_block {
	margin: 0;
	width: 300px;
	float: left;
}

.landing_header {
	width: 300px;
	padding: 15px 20px 10px 20px;
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	background: #b7b7b7;
	display: block;
	min-height: 20px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.landing_header a {
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	float: right;
}

.landing_content {
	margin-bottom: 10px;
	padding: 15px 20px 10px 20px;
	background: #f2f2f2;
	width: 300px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #363636;
}

.landing_content h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family:'Lato', Myriad Pro, Arial, sans-serif;
	font-size: 14px;
}

.landing_content p {
	margin-bottom: 10px;
}

.landing_content a.button {
	color: #fff;
	background: #124f83;
	padding: 6px 10px;
	font-size: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.landing_content a.button:hover {
	background: #b7b7b7;
	text-decoration: none;
}

.landing_col hr {
	margin: 10px 0 10px 0;
	border: solid 1px #d7d7d7;
}

.news_box p {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}

.news_box h4 {
	margin: 0 0 5px 0;
	text-transform:uppercase; 
}

.news_box a.view_all {
	float: right;
	font-size: 12px;
	margin-top: 3px;
}

.news_box span.date {
	margin-right: 10px; 
	min-height: 25px;
	height: auto !important;
	height: 25px;
	display: inline-block;
	float: left;
}

/*-- partners styles ---*/


.partners #rotator {
	height:338px;
	max-height: 338px; 
}

.partners #rotator li {
	height:338px;
	max-height: 338px; 
}

.partners #rotator_text {
	margin: 40px auto 0;
}

.partners #rotator_text p {
	font-size: 16px;
	margin-bottom: 30px;
}

.partners #partner_tabs {
	width: 100%;
	height: 90px;
	background: #000;
	display: block;
	position: relative;
	top: auto;
	margin: 0 auto;
}


.partners #partner_tabs ul.tab-nav {
	display: block;
	position: relative;
	top: auto;
	margin: 0 auto;
	padding: 0;
	height: 128px;
	width: 960px;
	list-style-type: none;
}

.partners #partner_tabs ul.tab-nav li{
	list-style-type: none;
	margin: 0;
	padding: 20px 20px 20px 20px;
	width: 236px;
	height: 90px;
	display: inline-block;
	background: 0;
	box-shadow: 0;
	border-radius: 0;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	cursor: pointer;
	border-right: solid 1px #545454;
}

.partners #partner_tabs ul.tab-nav li a, .partners #partner_tabs ul.tab-nav li a:hover {
	margin: 0; padding: 0;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
}

.partners #partner_tabs ul.tab-nav li.ui-tabs-active, .partners #partner_tabs ul.tab-nav li:hover {
	background: url('../images/partner_down_arrow.jpg') bottom left no-repeat #c9252b;
	height: 128px;
	box-shadow: none !important;
	border-radius: 0;
	border: none !important;
	color: #fff;
}

.partners #partner_tabs ul.tab-nav li.last {
	border: none;
}

.partners #left_col {
	margin: 20px 0 20px 0;
	width: 640px;
}

.partners #left_col h3 {
	margin: 0 0 20px;
	font-size: 24px;
}

.partners #left_col h4 {
	margin: 0 0 0 0;
	font-size: 16px; 
	color: #363636;
	text-transform: uppercase;
}

.partners #left_col p {
	margin: 0 0 20px 0;
	font-size: 12px; 
	line-height: 18px;
}

.partners #right_col {
	width: 300px;
}

.partners .right_box {
	margin-top: 20px;
	width: 300px;
}

.partners h3.right_box_head {
	width: 300px;
}

.partners .right_box_content {
	width: 300px;
}

.partners .right_box_content a img.left {
	margin: 0 8px 0 0;
	border: none;
}

.partners .right_box_content a img.right {
	margin: 0 0 0 8px;
	border: none;
}

.partners .right_box_content a.button {
	margin: 0 0 0 80px;
	display: inline-block;
}


