/* SI */
#main_content {
	height: auto;
	margin-left: 0px;
	width: 480px;
}

#bread-crumbs {
	text-align: left;
}

#access {
    position: relative;
    top: 71px;
    visibility: hidden;
    background: none;
    box-shadow: 0 0 0;
}

#access ul {
    left: 21px;
}

#access div {
	width:200px;
}

#access ul ul {
	box-shadow: 0 0 0;
	display: block;
}

#access ul ul ul{
	box-shadow: 1px 2px 3px;
	left:90%;
}

/* all first level menu item */
#access ul>li {
	background-color: rgb(220,241,251);
}

.menu a{
	color: rgb( 1, 1, 1 ) !important;
	line-height: 1.154;
	font-family: "Lato",  sans-serif;
}

.menu-item {
    width: 180px;
    text-align: left;
	color: white !important;
	border: 0;
	font-size: 16px;
}

/*hardcode*/
#menu-item-354 {
    position:relative;
}

#menu-item-342 {
    position:relative;
}

#menu-item-355 {
    position:relative;
}

.sub-menu .sub-menu{
    display: none !important;
}
/*hardcode*/

.sub-menu li {
    height: auto;
}

#access ul ul a {
	line-height: 25px;
	padding: 0px 0px 0px 26px;
	font-size:15px;
    border-bottom: 0;
	font-family: "Lato", sans-serif;
}

.menu-item ul {
    width: 180px !important;
    background-color: rgb(220,241,251) !important;
    color: black !important;
    padding: 5px 0 0 0;
}

.sub-menu a {
    width: 154px !important;
    background-color: rgb(220,241,251) !important;
    color: black !important;
}

.sub-menu a:hover{
    width: 154px !important;
    background-color: white !important;
    color: black !important;
}

.sub-menu ul{
    margin: 0px !important;
    background-color: white !important;
    position: relative;
    top:10px;
    padding: 0px;
}

.sub-menu ul a{
    margin: 0px !important;
    background-color: rgb(255,255,255) !important;

}

.sub-menu ul a:hover{
    margin: 0px !important;
    background-color: rgb(255,182,18) !important;
}

.sub-menu .sub-menu{
    box-shadow: 100px 5px 20px;
}

#hide_menu {
    position: relative;
    top: 67px;
    height:31px;
    z-index: 999;
	
	background: rgb(2,118,168); /* Show a solid color for older browsers */
	background-image: -ms-linear-gradient(top,rgb(2,118,168) 0%,rgb(0,88,141) 100%);
	background-image: -moz-linear-gradient(rgb(2,118,168), rgb(0,88,141));
	background-image: -o-linear-gradient(rgb(2,118,168), rgb(0,88,141));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(200,00,255)), to(rgb(00,00,100))); /* older webkit syntax */
	background-image: -webkit-linear-gradient(rgb(2,118,168), rgb(0,88,141) );
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	font-family: "PT Sans";
	
	text-align: center;
}

#hide_menu_wrap{
    width:180px;
    height: 31px;
    margin: 0 auto;
    border-left: 2px groove rgb(2, 118, 168);
	border-right: 2px groove rgb(2, 118, 168);
}

#hide_menu_wrap a{
    color: white;
    position: relative;
    left:27%;
}

#hide_menu_arrow {
    width: 10px;
    height: 8px;
    background-image: url("../images/arrow_menu.png");
    z-index: 999;
    display: block;
    position: relative;
    left: 45%;
    top:-2px;
}

#access a {
    line-height: 23px;
}

.menu_arrow {
    width: 10px;
    height: 8px;
    display: block;
    position: relative;
    left: 90%;
    top: -14px;
}

.menu_arrow_show {
	background-image: url("../images/arrow_menu_black.png");
}

#access ul ul .menu_arrow {
    width: 0px;
    height: 0px;
    display: none;
}

#page a {
	color:rgb(1,98,151);
}

.menu {
    border: 0;
	padding-top: 15px;
	background-color: rgb(220,241,251);
	width: 180px;
}

/*-- Blog --*/
.blog_main{
	text-align:left;
    margin-top: 30px;
    width: 460px !important;
	margin-left: 10px;
}

#secondary {
    margin-right: 0px !important;
    width: 100%;
	text-align: left;
	position: relative;
	//left:36%;
}

/*-- Header --*/
header {
	height: 245px; 
	min-width: 480px;
	max-width: 768px;
	margin: 0 auto;
}
	
#logo {
    margin-left: 0px;
    margin-top: 30px;	
}

#header_right {
    margin-right: 0px;
    margin-top: 12px;
    text-align: center;
}

#header_a1 {
	font-size: 18.582px;
	color: rgb( 242, 87, 33 );
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.588;
	height: 13px;
	z-index: 129;

}

#header_a2 {
    font-size: 16.395px;
	font-weight: lighter;
	line-height: 0;
	height: 14px;
	z-index: 130; 
	color: rgb(1,145,222);
}

#header_a2 b{
    color: BLACK;  
}

#search_bar {
	position:relative;
	left:-110px;
	top: 5px;
}

#search_icon{
    width: 37px;
    height: 35px;
    background-color: RGB(255,114,0);
    position: relative;
    top: -35px;
    left: 230px;
}

.header_menu {
	position: relative;
	top: 36px;
	height: 31px;
	color: BLACK; 
}

#access_border_bottom {
    height:2px;
	border-bottom: 2px rgb(33,119,166) solid;  
	position: relative;
	top: 67px;
}

/*-- home --*/
body {
	text-align:center;
	font-weight: normal;
	width: 100%;
    overflow-x:hidden;
}

.centered {
	width: 480px;
	margin: 0 auto;
}

.home_main {
    height: 1155px !important;
}

#home_info {
    width: 480px;
	height: 545px;
	background-image: url(../images/home_480.png);
}

#home_read_more {
	position: relative;
	top: 480px;
	left: 180px;
}

#left_text {
    width: 458px;
    height: 335px;
    background-color: GREY;
}

#right_img {
    width: 458px;
    height: 335px;
    background-color: blue;
}

#three_cols {
    height: 700px;
    width: 460px;
    position: relative;
    top:20px;
	//top: 38em;
	//margin-top: 20px;
    text-align: center;
    margin-left: 10px;
}

#col_one_title {

}

#col_one {
    width: 460px;
    border-bottom: 1px solid GREY;
}

#col_one_description {
	font-size: 14px;
	color: rgb( 0, 0, 0 );
	padding: 0px 35px; 
}

#col_one_link {
    font-size: 12px;
    color: RGB(1,98,151);
    font-size: 14px;
}

#col_two {
    width: 460px;
	border-bottom: 1px solid GREY;
	margin: 0px 0px 30px 0px;
    padding: 0px 0px 30px 0px;
}

#col_three {
    width: 460px;
}

.icon_link {
    text-align:left;
    padding: 10px 0px 0px 50px;
	margin-left: 50px;
    font-size: 24px;
}

.icon_lin_img {
}

.icon_link a{
    position: relative;
    top:-20px;
    margin-left:10px;
    //line-height: -32;
    font-weight: normal;
}

.col_title {
    width: 460px;
    height: 40px;
    color: RGB(1,98,151);
	font-size: 14px;
	color: rgb( 33, 119, 166 );
	font-weight:bold;
	margin: 20px 0px 0px 0px;
}

/*-- home_short --*/
.home_short {
    width:460px;
    text-align:left;
    margin-left:20px;
    margin-bottom:10px;
}

.short_title {
    font-size: 12px;
	font-weight:bold;
}

.short_content {
    font-size: 11px;
    font-weight: normal;
}

.short_content a {
    color: RGB(1,98,151);
}

/*-- footer --*/
footer {
	height: 124px;;
	border-top: solid 2px RGB(33,119,166);
    font-size: 10px;
	min-width: 480px;
	max-width: 768px;
	margin: 0 auto;
}

#footer_content {
    width: 480px;
    margin-left: 0px;
}

#company_rights {
    margin: 25px 0px 0px 5px;
	font-size: 12px;
	color: rgb( 85, 84, 84 );
}

#quick_links {
  
    margin: 45px 0px 0px 0px;
	font-size: 13px;
	color: rgb( 33, 119, 166 );
}

.quick_link {
    color: RGB(1,98,151);
}

/*-- prodcut --*/

#product_title {
    color: rgb( 33, 119, 166 );
    font-weight: bold;
    margin: 20px 0px 20px 0px;
	
	width:480px;
	margin-left:0px;
}

#product_featuredImages {
	width:480px;
	height: 240px;
}

.product_featuredImage {
	width:260px;
	float:right;
}

.product_pic_title {
	position: relative;
	top: 180px;
	left: -70px;
	//display: none;
	font-family: "Lato",sans-serif;
	color: rgb(33, 119, 166);
	font-size: 15px;
}

.imgLiquid {
	width: 250px;
	height:160px;
}

.product_pic {
	width: 0;
	height:0;
	display:none !important;
}

/* overwrite jquery tabs css on single-product */
.single-product .ui-corner-right{
	border: 0 !important;
	background: none !important;
}

.single-product .ui-widget-header {
	border: 0 !important;
	background: none !important;
}

.single-product .ui-tabs-vertical .ui-tabs-nav { 
	margin-right: 10px !important;
	float: right;
	//height:300px;
	//overflow-y:auto;
}

.single-product .ui-tabs-vertical .ui-tabs-nav li { 
	clear: left;  
	margin: 0; 
	margin-bottom: 10px !important;
	border: 2px rgb(215, 215, 215) solid !important;
	border-radius: 4px;
	height: 200px;
	width: 100%;
}

.single-product .ui-tabs-vertical .ui-tabs-nav li a { 
	display:block; 
	margin-bottom: 20px !important;
}

.single-product .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { 
	padding-bottom: 0; 
}

.single-product .ui-tabs-vertical .ui-tabs-panel {
	//float: left;
	//background: none !important;
}

.single-product .ui-widget-content {
    border: 0 !important;
}

#fixedContainer_outter{
	width: 480px;
	height: 300px;
	//float:right;
}

#upArrow{
	//width: 480px;
	height:50px;
	margin:0px 10px 10px 0px;
	float:right;
	background-color:transparent;
	border:0;
}

#downArrow{
	//width: 480px;
	height:50px;
	margin:10px;
	float:right;
	background-color:transparent;
	border:0;
	position: relative;
	top:-60px;
}

.fixedContainer{
	width: 400px;
	height: 240px;
	overflow:hidden;
	float:left;
}

.moveableContainer{
	position:relative;
	top:0px;
	left:0px;
	width: 380px;
}

/* overwrite jquery tabs css on single-product */

#product_description {
    margin: 20px 0px 10px 0px;
    height: auto;
	width:460px;
    font-size: 16px;
    color: rgb( 0, 0, 0 );
    margin-left:10px;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 0px !important;
}

.ui-accordion .ui-accordion-header {
    padding: 0px !important;
}

.accordion{
    margin: 0px 0px 50px 0px;
}

.accordion .ui-icon{
    position: relative;
    top:8px;
    left: 5px;
    height: 10px;
    width: 58px;
	background: url(../images/view_more.png);
}

.ui-icon-triangle-1-s {
	background: url(../images/view_less.png) !important;
}

.accordion .ui-accordion-content{
    border: 0px;
	text-align: left;
}

.SI_accordion_text {
    font-size: 15px;
    text-align: left;
}

.SI_accordion_text_one {
    width:460px;
	font-size: 16px;
	color: rgb( 102, 102, 102 );
	line-height: 1.5;
	text-align: left;
	margin-left:10px;
}

.SI_accordion_text_two {
    width:460px;
	font-size: 16px;
	color: rgb( 102, 102, 102 );
	line-height: 1.5;
	text-align: left;
	position: relative;
	top: -25px;
	margin-left:10px;
}

.ui-accordion .ui-accordion-content {
	padding: 0 !important;
}

/*-- product and service --*/

#product {
}

#product_img_hl  img{
	width: 480px;
}

#product_description_hl {
    font-size: 16px;
    color: rgb( 0, 0, 0 );
    text-align: center;
    margin: 50px 10px;
}

#product_description_hl a{
	color: RGB(1,98,151);
}

#shadow_line {
    background-image: url(../images/Shadow_Line.png);
    height:4px;
    width: 748px;
    position:relative;
    left:-130px;
}

#product_service {

}

#product_service_title {
    color: rgb( 33, 119, 166 );
    text-align: center;
    margin: 30px;
}

#product_service_table {
    width: 480px;
    border-top:2px solid rgb(225,225,225);
	border-bottom:2px solid rgb(225,225,225);
    margin-bottom: 50px 
}

#cell_one {
    width: 480px;
    border-bottom: 1px rgb(240,239,237)dotted;
    padding-bottom: 20px;
}

#cell_two {
    width: 480px;
    border-bottom: 1px rgb(240,239,237)dotted;
    padding-bottom: 20px;
}

#cell_three {
    width: 480px;
    border-bottom: 1px rgb(240,239,237)dotted;
    padding-bottom: 20px;
}

#cell_four {
    width: 480px;
	margin: 0px 0px 40px 0px;
}

.cell_content {
    font-size: 21px;
    color: rgb( 102, 102, 102 );
}

.product_service_title {
    color: rgb( 242, 87, 33 );
    text-transform: uppercase;
    margin: 20px;
}

.list_member {
    margin: 0px;
}

.product_service_pic {
	width: 50%;
	height: 120px;
}

.product_service_subs {
	width: 50%;
	height: 120px;
}

.product_service_text {
	float: none;
	width: 90%;
	padding-right: 10px;
	padding-left: 10px;	
}

.product_service_shadow {
	background-image: url(../images/shadow_480.png);
}

/*-- product grid --*/

#products_title {
    color: rgb( 33, 119, 166 );
    font-weight: bold;
    margin: 20px 0px 20px 0px;
	
	width:480px;
	margin-left:0px;
}

#products_list {
    margin-bottom: 300px;
}

/*-- product short --*/
.product_short {
    border-top: 2px solid rgb(239,238,236);
	border-bottom: 2px solid rgb(239,238,236);
    //height: 200px;
    margin: 10px 0px 30px 0px;
}

.product_details {
    font-size: 12px; 
    padding-top: 10px;
}

.product_img {
    width: 40%;
    position: relative;
    top: 10px;
}
.product_text {
}

.product_title {
    font-size: 14px;
    color: rgb( 33, 119, 166 );
	position: relative;
    top: 5px;
    left: 0px;
	width: 40%;
}

.product_core {
    font-size: 14px;
    color: rgb( 0, 0, 0 );
	position: relative;
    top: -160px;
    left: 50%;
    text-align:left;
}

.product_core_speed {
    font-size: 14px;
    color: rgb( 0, 0, 0 );
	position: relative;
    top: -160px;
    left: 50%;
    text-align: left;
}

.product_memory {
    font-size: 14px;
    color: rgb( 0, 0, 0 );
	position: relative;
    top: -160px;
    left: 50%;
    text-align: left;
}

.product_col_4 {
    font-size: 14px;
    color: rgb( 0, 0, 0 );
	position: relative;
    top: -160px;
    left: 50%;
    text-align: left;
}

.product_col_5 {
    font-size: 14px;
    color: rgb( 0, 0, 0 );
	position: relative;
    top: -160px;
    left: 50%;
    text-align: left;
}

/*-- company and support --*/

.etc_main {
    margin-bottom: 110px;
}

#etc_title {
    color: rgb( 33, 119, 166 );
    margin: 30px;
}

.file_link {
    height: 20px;
    margin: 20px 0px 20px 0px;
    text-align: left;
    color: RGB(1,98,151);
}

.file_link_icon {
    float: left;
    margin: 0px 10px 0px 10px;
	background-image:url(../images/pdf_icon.png);
	width:31px;
	height:30px;
}

.file_link_words {
    float: left;
    line-height: 25px;
    font-size: 14px;
    color: rgb( 10, 53, 122 );
    font-weight: bold;
    margin: 0px 10px 0px 10px;
}

.file_link_words a {
    font-weight: normal;
}

/*-- etc cols --*/
.etc_cols {
	border: 2px solid rgb(225,225,225);
	border-radius: 10px;
	height: auto;
	width:460px;
	margin-left: 9px;
}

.etc_col {
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.etc_col_title {
    font-size: 18px;
    color: rgb( 0, 0, 0 );
    font-weight: bold;
    text-transform: uppercase;
    margin:0px 0px 0px 0px;
    padding: 20px;
}

.etc_col_link {
    color: RGB(10,53,122);
    font-size: 18px;
    margin: 0px;
}

/*-- etc short --*/
.etc_short {
    text-align: left;
    font-size: 18px;
    color: rgb( 0, 0, 0 );
    margin:10px 0px 30px 0px;
}

.etc_short_title {
    font-size: 30px;
    color: rgb( 242, 87, 33 );
    text-transform: uppercase;
    margin-left: 9px;
}

.etc_short_description {
    margin-left: 9px;
    width:460px;
}

/*-- it --*/
#branding {
    padding-bottom: 4px;
}