
html,body
{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

#siteWrapper {
	width: 100%;
    height: 100%;
    padding: 0px;
	margin:15px auto 50px;
}


.wrapper {
	margin: 0 auto 0 auto;
}

header,
#system-message-container {
   height: auto;

   width: 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: -20px;

	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: -20px;

	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: block;
	height:auto;
}

.row > div {
	display: table-cell;
	vartical-align: top;
	float: left;
	position:relative;
	height: auto;
	margin-right: 1.875%;
	margin-bottom: 1.875%;
	padding-top: 1%;
}

.ct_left > div,
.ct_right > div {
	margin-bottom: 20px;
}

.row > .moduletable_ct_darkBox,
.row > .moduletable_ct_lightBox {
	padding: 1%;
}

.moduleContent {
	display: block;
}

.moduleContent h1,
.moduleContent h2,
.moduleContent h3,
.moduleContent h4,
.moduleContent h5,
.moduleContent h6 {
	margin-top: 0;
}

.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%; }


.row > div.span_6 					{ width: 100%; }
.moduletable_ct_darkBox .span_6,
.moduletable_ct_lightBox .span_6 	{ width: 98%; }

.row > div.span_5 					{ width: 83.020833333%; }
.moduletable_ct_darkBox .span_5,
.moduletable_ct_lightBox .span_5 	{ width: 81.020833333%; }

.row > div.span_4 					{ width: 30.0833333333%; }
.moduletable_ct_darkBox .span_5,
.moduletable_ct_lightBox .span_5 	{ width: 30.0833333333%; }

.row > div.span_3 { width: 21.59375%; }
.moduletable_ct_darkBox .span_3,
.moduletable_ct_lightBox .span_3 	{ width: 19.59375%; }

.row > div.span_2 { width: 16.5%; }
.moduletable_ct_darkBox .span_2,
.moduletable_ct_lightBox .span_2 	{ width: 14.5%; }

.row > div.span_1 {width: 13.10416666666667%; }
.moduletable_ct_darkBox .span_1,
.moduletable_ct_lightBox .span_1 	{ 12.10416666666667%; }


.row div:last-child,
.end,
.span_6 {
        margin-right: 0%;
}


.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-right: 0% !important;	
}

.ct_componentContent {
	position: relative;
	display: inline;
	float: left;
	height: auto;
	z-index: 0;
	margin-right: 1.875%;
	margin-bottom: 1.875%;
	padding: 0;
}

.ct_componentWidth_2 { width: 46.25% !important }

.ct_componentWidth_3 { width: 71.25% !important }

.ct_componentWidth_4 { width: 100% !important }

.ct_componentContent p:first-child {
	margin-top: 0px;
}


/* SLIDER -------------------------------------*/

#ct_sliderWrapper, #ct_sliderShadow {
	width: 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%;
}

