@charset "utf-8";
/* CSS Document */
/* NEW */

/*desktop device*/
@media only screen and (min-width : 925px) {
#top_banner{
	background-color:rgba(255,255,255,0.8);
	top:0px; 
	position:relative;
	width:100%;
	height:80px;
	z-index:9999;
}
#download_table{
	display:table; 
	margin-bottom:50px; 
	margin-top:30px; 
	width:500px; 
	margin-right:auto; 
	margin-left:auto;
}
#download_butt{
	background-color:#1e3962;
	padding:10px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	float:right;
	width:180px;
	transition:ease 0.65s
}

#download_butt:hover{
	background-color:#000;
}

#sales_texts{
	padding:5px;
	padding-left:0px;
}
#sale_header{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding:10px;
	padding-left:0px;
}
#sales_region{
	font-size:10px !important;
}
#sales_block1{
	width: 265px;
    margin: 10px;
    float: left;
    height: 180px;
}

#re_quote{
    /* border: 1px solid #000; */
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    transition: ease 0.65s;
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
    border-radius: 9px;
    background-color: #2e3192;
}
#re_quote:hover{
	background-color: #000;
}
#legend_logo{
	background-color: #FFF;
    padding: 10px;
    border: 1px solid #CCC;
    width: 115px;
    /* height: 50px;*/
}
#banner_overlaybut{
	background-color:#18427b;
	width:200px;
	padding:10px;
	color:#FFF;
	text-align:center;
	transition:ease 0.65s;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}
#banner_overlaybut:hover{
	background-color:#000;
}
#banner_overlay1{
    z-index: 999;
    top: 6%;
    left: 57px;
    position: absolute;
    width: 34%;
}
#banner_overlay2{
	z-index: 999;
    top: 8%;
    right: 11%;
    position: absolute;
    width: 29%;
}
#banner_overlay3{
	z-index: 999;
    top: 2%;
    left: 57px;
    position: absolute;
    width: 31%;
}
#banner_overlay4{
	z-index: 999;
	top: 1.5%;
	/* right: 50%; */
	position: absolute;
	width: 100%;
}
#home_text1{
	color:#2e3192; 
	padding:20px; 
	text-align:left; 
	line-height:25px; 
	margin-top:85px; 
	padding-bottom:40px; 
	font-size:16px;
}
#button_top1{
	display:none;
}
#footer {
	max-width: 960px;
	height: 52px;
	margin: 0 auto;
}
#product_label{
	padding: 10px;
    text-align: center;
    margin-top: 16px;
    z-index: 99999;
    position: relative;
}
#brand_list{
    margin: 10px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}
.colorpicker {
    list-style-type:none;
	margin-left:58px;
}

.colorpicker li {
    float: left;
    list-style-type:none;
    text-align: center;
	margin: 5px;
    border: 1px solid #ccc;
}

.colorpicker li img {
    width: 100px;
    height: auto;
    cursor: pointer;
}
/*image hover*/
#image_hover{
	transition:0.65s;
}
#image_hover:hover{
	opacity:0.4;
	margin-top:-10px
}
#product_img{
	transition:ease 0.65s;
}
#product_img:hover{
	opacity:0.6;
}
#web_form{
	width:30%; 
	display: inline-block; 
	margin:10px; 
	float:left; 
	min-height:200px; 
	margin-left:66px;
}
#slider_button{
    background-color: #2e3192;
    padding: 10px;
    color: #edc128;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 19px;
    width: 200px;
	transition:ease 0.65s;
}
#slider_button:hover{
	background-color:#000;
}
.desktop_no{
	display:none;
}
#container{
	max-width:1170px;
	margin-right:auto;
	margin-left:auto;
}
#con_fit{
	display:flex;
}
.con_fit{
	display:flex;
}
#col2{
	width:50%;
	margin:10px;
	float:left;
}
#col3{
	width:33%;
	margin:10px;
	float:left;
}
#col4{
	width:25%;
	margin:10px;
	float:left;
}
#col004{
	width:23%;
	margin:10px;
	float:left;
}
#col5{
	width:18%;
	margin:10px;
	float:left;
}
#col04{
	width:25%;
	margin:10px;
	float:left;
}
#brand_sec_grey{
	background-color:#f2f2f2 !important; 
	padding-top: 70px; 
	padding-bottom:150px;	
}
#brand_sec_white{
	background-color:#fff; 
	padding-top: 70px; 
	padding-bottom:150px;	
}
#footerbg{
	width:100%;
	background-image:url(images/images/footer_img1.jpg);
	background-repeat:no-repeat;
	min-height:300px;
}
#footer_header{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 18px;
}
#footer_sub{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 25px;
	transition: ease 0.65s;
}
#footer_sub:hover{
	color: #CCC !important;
}
#mobile_nav_pos{
	float:right; width:60%; height:30px; margin:10px; display:table;
}
}
/*tablet device*/
@media screen and (max-width: 924px) and (min-width: 601px) {
#top_banner{
	background-color:rgba(255,255,255,0.8);
	top:0px; 
	position:relative;
	width:100%;
	height:80px;
	z-index:9999;
}
#re_quote{
    /* border: 1px solid #000; */
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    transition: ease 0.65s;
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
    border-radius: 9px;
    background-color: #2e3192;
}
#re_quote:hover{
	background-color: #000;
}
#download_table{
	display:table; 
	margin-bottom:50px; 
	margin-top:30px; 
	width:90%; 
	margin-right:auto; 
	margin-left:auto;
}

#download_butt{
	background-color:#1e3962;
	padding:10px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	float:right;
	width:180px;
	transition:ease 0.65s
}

#download_butt:hover{
	background-color:#000;
}
#sale_header{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding:10px;
	padding-left:0px;
}
#sales_texts{
	padding:5px;
}
#sales_block1{
	width:90%; margin:10px; float:left;
}
#legend_logo{
	background-color: #FFF;
    padding: 10px;
    border: 1px solid #CCC;
    width: 115px;
    /* height: 50px;*/
}
#banner_overlaybut{
	background-color:#18427b;
	width:200px;
	padding:10px;
	color:#FFF;
	text-align:center;
	transition:ease 0.65s;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}
#banner_overlaybut:hover{
	background-color:#000;
}
#banner_overlay1{
    z-index: 999;
    top: 6%;
    left: 57px;
    position: absolute;
    width: 34%;
}
#banner_overlay2{
	z-index: 999;
    top: 8%;
    right: 11%;
    position: absolute;
    width: 29%;
}
#banner_overlay3{
	z-index: 999;
    top: 2% !important;
    left: 57px;
    position: absolute;
    width: 31%;
}
#banner_overlay4{
	z-index: 999;
	top: 1.5%;
	/* right: 50%; */
	position: absolute;
	width: 100%;
}
#home_text1{
	color:#2e3192; 
	padding:20px; 
	text-align:left; 
	line-height:25px; 
	margin-top:85px; 
	padding-bottom:40px; 
	font-size:16px;
}
#button_top1{
	display:none;
}
#footer {
	max-width: 960px;
	height: 52px;
	margin: 0 auto;
}
#product_label{
	padding: 10px;
    text-align: center;
    margin-top: 16px;
    z-index: 99999;
    position: relative;
}
#brand_list{
    margin: 10px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}
.colorpicker {
    list-style-type:none;
	margin-left:58px;
}

.colorpicker li {
    float: left;
    list-style-type:none;
    text-align: center;
	margin: 5px;
    border: 1px solid #ccc;
}

.colorpicker li img {
    width: 100px;
    height: auto;
    cursor: pointer;
}
/*image hover*/
#image_hover{
	transition:0.65s;
}
#image_hover:hover{
	opacity:0.4;
	margin-top:-10px
}
#product_img{
	transition:ease 0.65s;
}
#product_img:hover{
	opacity:0.6;
}
#web_form{
	width:30%; 
	display: inline-block; 
	margin:10px; 
	float:left; 
	min-height:200px; 
	margin-left:66px;
}
#slider_button{
    background-color: #2e3192;
    padding: 10px;
    color: #edc128;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 19px;
    width: 200px;
	transition:ease 0.65s;
}
#slider_button:hover{
	background-color:#000;
}
.desktop_no{
	display:none;
}
#container{
	max-width:1170px;
	margin-right:auto;
	margin-left:auto;
}
#con_fit{
	display:flex;
}
.con_fit{
	display:flex;
}
#col2{
	width:50%;
	margin:10px;
	float:left;
}
#col3{
	width:33%;
	margin:10px;
	float:left;
}
#col4{
	width:25%;
	margin:10px;
	float:left;
}
#col004{
	width:23%;
	margin:10px;
	float:left;
}
#col5{
	width:18%;
	margin:10px;
	float:left;
}
#col04{
	width:25%;
	margin:10px;
	float:left;
}
#brand_sec_grey{
	background-color:#f2f2f2 !important; 
	padding-top: 70px; 
	padding-bottom:150px;	
}
#brand_sec_white{
	background-color:#fff; 
	padding-top: 70px; 
	padding-bottom:150px;	
}
#footerbg{
	width:100%;
	background-image:url(images/images/footer_img1.jpg);
	background-repeat:no-repeat;
	min-height:300px;
}
#footer_header{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 18px;
}
#footer_sub{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 25px;
	transition: ease 0.65s;
}
#footer_sub:hover{
	color: #CCC !important;
}
#mobile_nav_pos{
	float:right; width:60%; height:30px; margin:10px; display:table;
}	
#product_label2{
	padding:10px; 
	text-align:center; 
	margin-top:30px;
}
}
/*mobile device*/
@media only screen and (max-width : 600px) {
.mobile_no{
	display:none;
}
.bss-prev{
	font-size:60px !important;
}
.bss-next{
	font-size:60px !important;
}
#legend_logo{
	background-color: #FFF;
    padding: 10px;
    border: 1px solid #CCC;
    width: 150px;
    /* height: 50px;*/
}
#home_text1{
	color:#2e3192; 
	padding:20px; 
	text-align:left; 
	line-height:25px; 
	margin-top:22px; 
	padding-bottom:40px; 
	font-size:16px;
}
#button_top1{
	position:fixed;
	bottom:10px;
	left:10px;
}
#product_label{
	padding:10px; 
	text-align:center; 
	margin-top:65px;
}
#product_label2{
	padding:10px; 
	text-align:center; 
	margin-top:1px;
}
#download_butt:hover{
	background-color:#000;
}
#brand_list{
	margin: 10px;
    margin-top: -37px;
    margin-bottom: 27px;
    display: table;
}
.colorpicker {
    list-style-type:none;
	margin-left:47px;
}
#mobile_nav_pos{
	/*float: right;*/
    width: px;
    height: 30px;
    margin: 10px;
    display: table;
    position: absolute;
    /* background-color: red; */
    marginleft: 0px;
    margin-left: 267px;
    margin-top: 0px;
	right:0px;
}
.colorpicker li {
    float: left;
    list-style-type:none;
    text-align: center;
	margin: 10px;
    border: 1px solid #ccc;
}

.colorpicker li img {
    width: 100px;
    height: auto;
    cursor: pointer;
}
#web_form{
    width: 90%;
    display: inline-block;
    margin: 10px;
    float: left;
    min-height: 200px;
    /* margin-left: 66px;*/
}
#brand_sec_grey{
	background-color:#eee; 
	padding-top: 70px; 
	padding-bottom:150px;
	display:table;
}
#brand_sec_white{
	background-color:#fff; 
	padding-top: 70px; 
	padding-bottom:150px;	
	display:table;
}
#top_banner{
	background-color:rgba(255,255,255,0.8);
	top:0px; 
	position: relative;
	width:100%;
	height:80px;
	z-index:9999;
}
#container{
	margin:10px;
}
#col2{
	width:95%;
	margin:10px;
	float:left;
}
#col3{
	width:95%;
	margin:10px;
	float:left;
}
#col4{
	width:95%;
	margin:10px;
	float:left;
}
#col04{
	width:43%;
	margin:10px;
	float:left;
}
#col5{
	width:43%;
	margin:10px;
	float:left;
}
#footerbg{
	width:100%;
	background-image:url(images/images/footer_img1.jpg);
	background-repeat:no-repeat;
	min-height:300px;
}
#footer_header{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 18px;
}
#footer_sub{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 25px;
	transition: ease 0.65s;
}
#footer_sub:hover{
	opacity:0.9;
}
#footer {
	width: 100%;
	height: 52px;
	margin: 0 auto;
}
}

/* OLD */
body {
	background-color: #FFF;
    background-position: top centre;
    background-repeat: no-repeat;
    font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
    color: #2e3192 !important;
    margin: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 1.66em;
	font-weight:normal;
}
}


.mainheadings
{
	font-size:20px;
	color:#333333;
	font-family: Tahoma, Verdana, Arial;
}
.smallheadings{
font-size:14px;
color:#FF8F20;
font-family: Tahoma, Verdana, Arial;
}

#wrapperimgchm1{
	width:100%;
	overflow: hidden;
	padding-top: 0px;
	padding-left:0px;
	text-align: left;
	position:absolute;
    top:0;
    left:0;
}

#wrapper2 {
	margin: 0;
	padding: 0;
	background:#000000;
}


td.content {
background:#FFFFFF;
color:#000000;
font-size:12px;
padding:8px;
font-family: Tahoma, Verdana, Arial;
} 

/* Footer */

#footer-wrapper {
	width: 100%;
	height: 52px;
	/*background: url(images/footer_back.gif) repeat-x left top;*/
}



#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	color:#2e3192;
}

#footer a {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	color:#2e3192;
}


#footer .link {
}

#footer .copyright {
}
a{
	color:#FFF;
	text-decoration:none;
}
.footer {
font-size:12px;
color:#333333;
font-family: Tahoma, Verdana, Arial;
}
.footer a {
font-size:12px;
color:#333;
text-decoration:none;
font-family: Tahoma, Verdana, Arial;
}
.footer a:hover {
font-family: Tahoma, Verdana, Arial;
font-size:12px;
color:#333;
text-decoration:none;
}

td.nav{
	padding:5px;
}

.nav a {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}

.nav a:hover {
		font-size:18px;
	color:#9C0;
	font-weight:bold;
}


td.smallnav{
	text-align:right;
	color:#999;
	padding:5px;
}

.smallnav a {
	text-decoration:none;
	text-align:right;
	font-size:12px;
	color:#999;
}

.smallnav a:hover {
	text-decoration:underline;
	text-align:right;
	font-size:12px;
	font-weight:400;
	color:#666;
}

td.products
{
	padding:4px;
}

.table_headings
{
	font-size:14px;
	color:#333;
	font-weight:bold;
}

a.table_content {
	font-size:12px;
	color:#666;
}
