/* Abbreviated class names ************
Internet Explorer 6 >> ie6
Internet Explorer 7 >> ie7
Internet Explorer 8 >> ie8
Firefox 			>> ff3
Safari 				>> sf3
Chrome 				>> gc4
Opera 				>> op9
**************************************/

html, body {
margin:0px;
padding:0px;
width:100%;
}

body {
margin:0px auto;
width:auto;
font-family:'PT Sans', sans-serif;
font-size:16px;
color:#262262;
background-color: #fff;
line-height: 1.4;
    font-weight: 400;
}

.outerdiv {
position:relative;
width:100%;
height:auto;
overflow:hidden;
top: 0px;
}

/* TOP PANE */
#toppane {
	position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
}

.toppanewrapper {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	height: auto;
}

/* HEADER IMAGES */
#toppaneback {
position:relative;
width:100%;
height:auto;
margin:0px 0px 0px 0px;
z-index:1;
}

#headerimageleft {
float:left;
width:524px; 
height:110px;
display:none;
}

#headerimagemid {
float:left;
width:198px; 
height:110px;
display:none;
}

#headerimageright {
float:right;
width:400px; 
height:110px;
}

/* TOP NAVIGATION TOP */
#topnavtop {
}

/* LOGO */
#logo {
	position: absolute;
    width: 167px;
    height: 100px;
    background: transparent url(images/logo.png) no-repeat left top;
    z-index: 99;
    top: 5px;
    background-size: 100% 100%;
}

.ie11 #logo {
}

/* SEARCH */
#search {
position:absolute;
/*background:transparent url(images/searchback.png) no-repeat 0 0;*/
width:276px;
height:33px;
top:9px;
right:142px;
display:none;
z-index:2;
}

#leftnavtop {
position:absolute;
width:183px;
height:39px;
left:0px;
top:171px;
/*background:transparent url(images/leftnav_top.png) no-repeat 0 0;*/
display:none;
z-index:3;
}

/* TOP NAVIGATION BOTTOM */
#topnavbot {
position:absolute;
top:63px;
left:0px;
width:100%;
height:31px;
z-index:6;
display:none;
}

/* LEFT PANE */
#leftpane {
	width: 100%;
    height: 40px;
    padding: 0;
	position: relative;
	background-color: #262262;
}

#leftpane-home {
	width: 100%;
    height: 40px;
    padding: 0;
    position: relative;
	background-color: #262262;
}

.ff3 #leftpane-home {
}

.edge #leftpane-home {
}

.ie11 #leftpane-home {
}

#banner {
    left: 0px;
    background-color: #fbad1e;
    width: 100%;
    min-height: 72px;
    z-index: 800;
	margin: 1px auto;
	padding-top: 10px;
}

.bannerwrap {
	width: 1100px;
	margin: 0 auto;
}


.leftdiv {
	float: left;
}

.rightdiv {
	float: right;
}

/* CONTENT PANE */
#contentpane{
height:auto;
min-height:500px;
margin:0;
overflow:hidden;
position: relative;
width: 100%;
margin: 0 auto;
padding-bottom: 30px;
}

#contentpanepq , #contentpaneregister{
height:auto;
min-height:500px;
margin:0;
overflow:hidden;
position: relative;
width: 100%;
margin: 0 auto;
}
#contentpaneregister {padding-bottom: 40px}

#contentpanestatic {
height:auto;
min-height:500px;
margin:0;
overflow:hidden;
position: relative;
width: 100%;
margin: 0 auto;
}

#contentpanehome {
height:auto;
margin:0;
overflow:hidden;
position: relative;
width: 100%;
margin: 0 auto;
}

.contentpanewrapper {
	width: 1100px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.dashboard .contentpanewrapper, .reportPanel .contentpanewrapper { width: 100% !important;}

#contentpanehome #contentpanehomeleftpane {
width:1100px;
height:auto;
margin:10px auto;
position: relative;
}



.dashboard FORM {
height:auto;
width: 100%;
min-height:500px;
overflow:hidden;
background:#ffffff;

}

/* RIGHT PANE */
#rightpane {
display:none;
float:left;
width:31px;
height:auto;
min-height:500px;
padding:32px 0px 0px 0px;
margin:0px;
}

/* CONTENT BOTTOM ****************************/
.contentbottom {
}

.contentbottomhome {
}

.asterisk {
	width: 100%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

/* FOOTER PANE ****************************/
#footerpane {
background-color:#262262;
margin-top:0;
padding-top: 40px;
position:relative;
float:left;
width:100%;
height:auto;
text-align:center;
}

#footer {
    background-color: #262262;
    display: block;
	font-size: 14px;
	width: 100%;
}

#footer .widget {
    margin-bottom: 40px;
}

#footer .widget ul {
    margin: -10px 0 0 0;
}

#footer .button {
    background: #ed1c24 !important;
	color: #fff;
}

#footer .button:hover {background:#ed1c24 !important;}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-container {
	width: 220px;
	margin-top: 10px;
}

#footer .widget ul li {
    border-bottom: 1px solid #666666;
    position: relative;
    padding: 10px 10px 10px 0;
	text-align: left;
	font-size: 14px;
}

#footer .widget ul li#mi1:after, #footer .widget ul li#mi91:after {
    
}
#footer .widget ul li:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999999;
}
#footer a, #footer .widget ul li:after {
    color: #fff;
    font-weight: 500;
}

footer p.small {
    color: #efefef !important;
    padding-top: 10px;
	font-size: 86%;
} 

#footer #text-2 h3 {
    margin: 0 0 12px 0;
}

#footer #text-2 {
	width: 220px;
}

#footer .textwidget {
    text-align: left;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}

#footer  h3 {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.footerwrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}

.footerwrap .four.columns {
	padding: 0px 15px;
	width: 330px;
}

.footerwrap .column1{
	width: 30.77%;
	color: #fff;
}

.footerwrap .column1 p{
	margin: 0 0 10.5px;
	color: #fff;
}

.footerwrap .column2{
	width: 39.103%;
}

.footerwrap .column2 p {
	color: #fff;
}

.footerwrap .column3{
	width: 22.43723%;
}

.footerwrap .column, .footerwrap .columns {
    float: left;
    display: inline;
	text-align: left;
}

.social-col2 {
	 margin-bottom: 10px; 
}

.social-col2 img {
	max-width: 40px;
    margin-right: 5px;
	height: auto;
	vertical-align: middle;
}
#an {
	top: 235px;
    position: relative;
}
#an img {
	margin-top: -30px;
	float: right;
	margin-right: 35px;
}

#copyright .sixteen.columns {
    width: 1100px;
    margin: 0 auto;
    height: 30px;
    font-size: 16px;
    text-align: center;
}

.divider {
	width: 220px;
    border-bottom: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}

#copyright {
    background: #1f1c4f;
	height: 30px;
	color: #ffffff;
	position: relative;
	z-index: 900;
	overflow: hidden;
	width: 100%;
}

#copyright a{
	color: #ffffff;
	text-decoration: none;
}

#copyright .copyright-col1 {
    float: none;
    padding: 0;
    height: 30px;
    margin-top: 5px;
}


/* LEFT PANE HOME*************************************/
#leftpane-home UL#ulleftnavhome {
font-family:'PT Sans', sans-serif;
}

html>body  #leftpane-home UL#ulleftnavhome {
	height: 40px;
    margin: 0 auto;
    padding: 0;
	width: 1150px;
}


#leftpane-home UL#ulleftnavhome LI {
float:left;
width:auto;
height:40px;
line-height:20px;
list-style:none;
text-align: center;
}


#leftpane-home UL#ulleftnavhome LI A {
display:block;
padding: 7px 29px;
font-size:16px;
font-weight:700;
color:#fff;
text-decoration:none;
text-transform: uppercase;
}

.ie11 #leftpane-home UL#ulleftnavhome LI A {
padding: 4px 13px;
font-size:16px;
}

	
#leftpane-home UL#ulleftnavhome LI.active A {
	color: #ed1c24;
}

#leftpane-home UL#ulleftnavhome LI A:hover {
	color: #ed1c24;
}

#leftpane-home UL#ulleftnavhome LI#li0 A { position: relative; left: 5px}

#leftpane-home UL#ulleftnavhome LI#li8 {
	background-color: #1f1c4f;
    width: 140px;
    line-height: 40px;
    color: #fff;
    float: right;
    position: relative;
    right: 34px;
	font-weight: bold;
	border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

#leftpane-home UL#ulleftnavhome LI#li8 A {
	padding: 0;
}

#leftpane-home UL#ulleftnavhome LI#li8 A:hover {
	color: #fff !important;
    background-color: #ed1c24 !important;
}

#leftpane-home UL#ulleftnavhome LI#li8:hover {
    background-color: #ed1c24 !important;
}


#leftpane-home UL#ulleftnavhome LI A SPAN {
padding:0;
}

#leftpane-home UL#ulleftnavhome LI.active A SPAN {
/* 	color: #033c63;
	padding:0; */
}

#leftpane-home UL#ulleftnavhome LI.hover A SPAN {
/* 	color: #033c63;
    background-color: #D6D6CD; */
	padding:0;
}

#leftpane-home UL#ulleftnavhome LI#li7.hover A SPAN {
/* 	color: #fff;
    background-color: #262262;
	padding:0; */
}

#leftpane-home UL#ulleftnavhome LI A SPAN SPAN {
display:block;
padding:2px 0px 3px 0;
cursor:pointer;
}

#leftpane-home UL#ulleftnavhome LI.active A SPAN SPAN {
padding:2px 0px 3px 0;
}

#leftpane-home UL#ulleftnavhome LI:hover A SPAN SPAN {
padding:2px 0px 3px 0;
}
.orderbox {width: 90%; position: relative; float: left;}
.loginbox {
    float: left;
    width: 49%;
}
.loginbox1 {
    float: right;
    width: 49%;
}
/******************************************************/
/* login */

#loginbox {
	float: right;
    width: 100%;
    height: 50px;
	z-index: 999;
	position: relative;
	top: 20px;
}

#loginbox .login {
	float: left;
    margin: 5px 0 0 0;
    background: none;
    width: 520px;
    height: 50px;
}

#loginbox .validateTips {
float:left;
width:400px;
background-color:#FFFFFF;
border:0 solid transparent;
color:#CD0A0A;
font-size:0.65em;
font-weight:normal;
margin:0 0 0 5px;
padding:0;
}

#loginbox .login LABEL {
	float: left;
    text-align: left;
    color: #ed1c24;
    font-size: 12px;
	font-weight: normal;
}

#loginbox .login SPAN {
	float: left;
    width: 200px;
    height: 31px;
    margin: 0px -5px 0 20px;
}

#loginbox .login SPAN INPUT[type='text'],
#loginbox .login SPAN INPUT[type='password'] {
	float: left;
    width: 100%;
    height: 30px;
    margin: 1px 0 0 0px;
    border: 1px solid #898989;
    background-color: #ffffff;
    font-size: 14px;
    padding-left: 5px;
    outline: none;
}

#loginbox .login a {
	float: left;
    color: #ed1c24;
    font-size: 12px;
    margin: 0 0 0 19px;
    text-decoration: none;
}

#loginbox .login a.linkone {
margin:0 0 0 0px;
}

#loginbox .login a.linktwo {
margin:6px 0 0 18px;
}

#loginbox .statictext {
	float: left;
    height: 10px;
    margin-left: 20px;
	margin-top: 6px;
}

.loginarea #loginbox .login .registertwo {
    margin: 0 0 0 3px;
}

.loginbutton {
    float: right;
    margin: 1px 0 0 10px;
    background: #ed1c24;
    width: 68px;
    height: 34px;
    border: 0;
    cursor: pointer;
    outline: none;
    color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginbutton:hover {
    background-color: #262262;
}
/* BOX */
.box {
	border: 1px solid #262262;
    float: none;
    height: auto;
    margin: 10px auto;
    padding: 10px 5px;
    width: 97.3%;
    position: relative;
    overflow: hidden;
}

.box LABEL {
float:left;
width:100%;
}
/***********************************************************/
.clearboth {
clear:both;
}

/* BUTTON ***************************************/
.buttonoff, .qqButton{
	background-color: #ed1c24;
	color:#fff;
	font-size:15px;
	text-transform: uppercase;
	text-align:center;
	min-height:21px;
	cursor:pointer;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 0px;
    font-weight: 300;
    border: none;
	display: inline-block;
    margin-bottom: 0;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	margin: 0px 5px;
}

.ie11 .raftext .buttonoff, .qqButton{
	height: 33px;
}

.buttonoff:hover, .button:hover, .qqButton:hover{
background-color: #262262;
color: #fff;
}

.button {
	background-color: #ed1c24;
	color:#fff;
	font-size:15px;
	text-transform: uppercase;
	text-align:center;
	min-height:21px;
	cursor:pointer;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 0px;
    font-weight: 300;
    border: none;
	display: inline-block;
    margin-bottom: 0;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
}

.buttonon {
	background-color: #262262;
	color:#fff;
	font-size:15px;
	text-transform: uppercase;
	text-align:center;
	min-height:21px;
	cursor:pointer;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 0px;
    font-weight: 300;
    border: none;
	display: inline-block;
    margin-bottom: 0;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	margin: 0px 5px;
}

.orderButton, .loginButton {
    width: 75%;
    cursor: pointer;
    outline: none;
    color: #ed1c24;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: block;
    text-align: center;
    border-radius: 10px;
    border: 2px solid;
    padding: 3px 15px;
}

.orderButton:hover, .loginButton:hover {
	background-color: #ed1c24;
	color: #fff;
}

.ie11 .buttonon, .ie11 .buttonoff {
	height: 33px;
}

#frmManageBillingAddress .buttonoff {
	height: 33px;
}

.ui-state-default {
color: #262262;
}

.ui-state-active{
border: 1px solid #7dcc77;
color: #58585a;
}


.ie7 .buttonoff,
.ie7 .buttonon { /* ie7 hack */
padding:0px 5px;
line-height:28px;
}

/* ICONS *******************************/
.btnDelete {
background:transparent url(images/close.png) no-repeat 50% 50%;
width:24px;
height:24px;
}

.btnAdd {
background:transparent url(images/add.png) no-repeat 50% 50%;
width:24px;
height:24px;
}

.btnDel2 {
background:transparent url(images/close2.png) no-repeat 50% 50%;
width:24px;
height:24px;
}

.btnAdd2 {
background:transparent url(images/add2.png) no-repeat 50% 50%;
width:24px;
height:24px;
}
.topbar-col2{
	margin-top: 0px;
	height: 30px;
	float: left;
	margin-left: 10px;
}

.topbar-col3{
	height: 30px;
	float: right;
    margin: 25px 10px 0 0;
}

.social-icons {
	float: left;
}

.social-icons ul {
	margin: 0;
	padding: 0;
}

.social-icons  li{
	list-style: none;
	float: left;
	cursor: pointer;
}

.socialimg {
	width: 30px;
    float: left;
    text-align: left;
}

.facebook {
	background: url(images/fb-header.png);
	height: 27px;
	width: 27px;
}

.facebook-footer {
	width: 30px;
    height: 30px;
    float: left;
    background-position: 0px 0px;
    margin: -30px 10px 0 0px;
	background: url(images/fb-footer.png);
	background-size: 100%;
}

.twitter-footer {
	width: 30px;
    height: 30px;
    float: left;
    background-position: 0px 0px;
    margin: 0 10px 0 0;
	background: url(images/twitter_footer.png);
}

.facebook:hover , .facebook-footer:hover, .twitter-footer:hover{
	background-position: 30px 30px;
}

