
@media (max-width: 786px) {
    #ct_headerLogin  #form-login-secretkey #modlgn-secretkey{
        min-width: 290px !important;
        max-width: 290px !important;
        width: 290px !important;
    }
}
 
html,body
{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

#siteWrapper {
	width: 100%;
    height: 100%;
    padding: 0px;
	margin:15px auto 50px;
}

.headerWrapper,
.contentWrapper {
	width: auto;
	margin: 0 auto 0 auto;
}

header,
#system-message-container {
   height: auto;
   width: 1000  px;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
}

#ct_headerTools {
    display: inline;
    margin:15px 0;
    min-height:25px;
}

#ct_headerLogin, 
#ct_headerSearch {
    float:right;
    margin-left:25px;
    position:relative;
    width:auto;
}

#main {
	display: block;
	height:auto;
	width: 980px;
	overflow: visible;
	padding: 10px 10px 40px 10px;
	margin-left: auto;
	margin-right: auto;
}

#main section {
	margin-bottom: 0;
	padding: 0;
}

.container:after {
  content: ;
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

footer {
	display: block;
	height:auto;
	width: 980px;
	overflow: visible;
	padding: 10px 10px 40px 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.siteLogo {
	display: inline;
	float: left;
	width: auto;
	height: auto;
	min-height: 30px;
}

.siteLogo img {
	max-width: 100%;
}

/* GRID ------------------------------------*/

.row {
	display: table;
	height:auto;
	width: 100%;
	margin: 0;
}

.row > div {
	display: table-cell;
	vartical-align: top;
	float: left;
	position:relative;
	height: auto;
	margin-left: 1.875%;
	margin-bottom: 1.875%;
	padding-top: 1%;
}

.row > div:first-child,
.columnWidth_1 > div,
.end,
.span_1 {
	margin-left: 0% !important;
}

.row div div {
	width: auto;
}

.moduleContent {
	display: block;
}

.row > .moduletable_ct_darkBox,
.row > .moduletable_ct_lightBox {
	padding: 1%;
}

.columnWidth_1 > div { width: 100%; }
.columnWidth_2 > div { width: 49.0625%; }
.columnWidth_3 > div { width: 32.0833333333%; }
.columnWidth_4 > div { width: 23.59375%; }
.columnWidth_5 > div { width: 18.5%; }
.columnWidth_6 > div { width: 15.10416666666667%; }

.columnWidth_1 > .moduletable_ct_darkBox,
.columnWidth_1 > .moduletable_ct_lightBox { width: 98%; }
.columnWidth_2 > .moduletable_ct_darkBox,
.columnWidth_2 > .moduletable_ct_lightBox { width: 47.0625%; }
.columnWidth_3 > .moduletable_ct_darkBox,
.columnWidth_3 > .moduletable_ct_lightBox { width: 30.0833333333%; }
.columnWidth_4 > .moduletable_ct_darkBox,
.columnWidth_4 > .moduletable_ct_lightBox { width: 21.59375%; }
.columnWidth_5 > .moduletable_ct_darkBox,
.columnWidth_5 > .moduletable_ct_lightBox { width: 16.5%;}
.columnWidth_6 > .moduletable_ct_darkBox,
.columnWidth_6 > .moduletable_ct_lightBox { width: 13.10416666666667%; }

.span_6 { width: 98% !important }
.span_5 { width: 47.0625% !important }
.span_4 { width: 30.0833333333% !important }
.span_3 { width: 21.59375% !important }
.span_2 { width: 16.5% !important; }
.span_1 {width: 13.10416666666667% !important; }

.row div img {
	max-width: 100%;
	display: inline;
}

.ct_left, .ct_right {
	width: 25%;
	margin-bottom: 1.875%;
	padding: 0;
}

.ct_left {
	margin-right: 1.875%;	
}

.ct_right {
	margin-left: 1.875%;
	margin-right: 0% !important;	
}

.ct_componentContent {
	position: relative;
	display: inline;
	float: left;
	height: auto;
	z-index: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 1.875%;
	padding: 0;
}

.ct_componentWidth_2 { width: 46.25% !important }

.ct_componentWidth_3 { width: 73.125% !important }

.ct_componentWidth_4 { width: 100% !important }

.ct_componentContent p:first-child {
	margin-top: 0px;
}

/*-------------------------*/

.moduleContent h1,
.moduleContent h2,
.moduleContent h3,
.moduleContent h4,
.moduleContent h5,
.moduleContent h6 {
	margin-top: 0;
}


/* SLIDER -------------------------------------*/

#ct_sliderWrapper, #ct_sliderShadow {
	width: 1000  px;
	overflow: hidden;
}

#ct_sliderWrapper 
{
	position: relative;
	z-index: 300;
	height: auto;
	margin: auto;
}
#ct_sliderShadow
{
	width: auto;
	height: auto;
	margin-left: auto;
	margin-righ: auto;
}
#ct_sliderShadow img {
	vertical-align: top;
	position: relative;
	top: 0;
}
#ct_sliderContent
{
	height: 100%;
	margin: auto;
}
#ct_sliderContent .moduletable
{
	background-color: transparent !important;
}

.flex-control-nav li a {
	height: 16px;
	width: 16px;
	border-radius: 8px;
}

/* BANNERS ----------------------------------------*/

.banneritem img {
	width: 100%;
}


