/*STYLES FOR HOME PAGE START HERE*/

*{
 margin:0;
 padding:0;
}

html{
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}

body{
	height: 100%;
	text-align: center;
}

#wrapper{
	width:100%;
	max-width:1440px;
	overflow:hidden;
	height: 100%;
	text-align: center;
	z-index: 0;
	margin: 0 auto;
	position: relative;
	border:0px solid red;
}

.wrapper1{
	width:960px;
	height: auto;
	text-align: left;
	z-index: 20;
	margin: 0 auto;
	position: relative;
	border:0px solid red;
}

.withArrow{
	background-image:url('../images/arrow-red-right.png');
	background-position:95% center;
	background-repeat:no-repeat;
}

.withArrow-over{
	background-color:#92857c;
	background-image:url('../images/arrow-white-right.png');
	background-position:95% center;
	background-repeat:no-repeat;
}

.withoutArrow-over{
	background-color:#92857c;
}

#mainimage{
	top:84px;
	left:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:0;
	position:fixed;
}

#mainimage IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#mainimage IMG.active {
	z-index:10;
}

#mainimage IMG.last-active {
	z-index:9;
}

        .slider-horizontal .www_FlowSlider_com-item {margin-left:0; margin-right:0;}

.hide{
	display:none;
}

/*STYLES FOR INSIDE PAGES*/

.dark{
	 background-color:#d5d0cd;
}

.light{
	 background-color:#e6e3e1;
}

.tdGrey{
	border:3px solid #b2b2b2;
}

.tdWhite{
	border:3px solid #fff;
}
.slider-horizontal .www_FlowSlider_com-item {margin-left:0; margin-right:0;}
.slider-horizontal {width:900px; margin:25px auto; background:#000; height:240px;}
.slider-horizontal .item {height:200px; width:150px; margin:20px 10px 0; background:#999;}


.item-1 {background:#333;}
.item-2 {background:#444;}
.item-3 {background:#555;}
.item-4 {background:#666;}
.item-5 {background:#777;}
.item-6 {background:#888;}
.item-7 {background:#999;}
.item-8 {background:#aaa;}
.item-9 {background:#bbb;}
.item-10 {background:#ccc;}

.brdprdct{width:150px; height:110px; float:left; background:#fff; border:solid 1px #d1d1d1; padding:5px 20px; margin:10px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}