/*-----------------------------------------------------------------------------
FLOOR - Custom CSS
-----------------------------------------------------------------------------*/


body {
	margin:0;
	background:url(/img/bg_gradient.jpg) repeat-x #00d8ff;
	line-height:1.1em;
	font-size:.8em;
	color:#4d2b1f;
}

#bg_img{
	width:100%;
	height:1200px;
	position:absolute;
	left:0;
	top:0;
	z-index:-90;
	background:url(/img/bg_img.jpg) no-repeat;
}

#top {
	margin:17px 30px 17px 30px;
}

#logotop{
	padding-bottom: 2px;
}

.container {
	margin:0;
	padding:0;
	width:100%;
}
/* path */

.path {
	background:url(/img/path/bg.png) repeat-x;
	height: 20px;
	padding:4px 4px 4px 42px;
	color:#fff;
	font-size:10px;
}
.path a {
	text-decoration:none;
	color:#00C3E6;
	font-weight:normal;
}
/* menu */

.menu {

	padding: 0;
}
.menu .inner {
	padding:10px 20px 0px;
}
.menu ul {
	padding: 0;
	margin:0;
}
.menu ul li:first-child {
	list-style:none;
	position: relative;
	border-top: none;
	border-bottom: 1px solid #23adc5;
}
.menu ul li:last-child {
	list-style:none;
	position: relative;
	border-top: 1px solid #68d0e8;
	border-bottom: none;
}
.menu ul li {
	list-style:none;
	position: relative;
	border-top: 1px solid #68d0e8;
	border-bottom: 1px solid #23adc5;
}
.menu li a {
	display:block;
	text-transform:uppercase;
	line-height:1em;
	font-size:4em;
	font-weight:bold;
	color: #fff;
	padding: 5px 0px;
	text-decoration: none;
}
.menu li.small {
	line-height:12px;
	font-size:.4em;
	margin:0;
}
.menu li.s a, .menu li.hs a, .menu li a:hover{
	color: #4d2b1f;
}
.menu li a span {
	background:url(/img/menu/arrow.png) right center no-repeat;
	padding-right: 15px;
}
.menu ul ul {
	padding: 0;
	margin:0;
}
.menu ul ul li a {
	color:#fff !important;
	font-size:12px;
}

.menu ul ul li.s,
.menu ul ul li.hs  {
	border:none;
}

.menu ul ul li.s a,
.menu ul ul li.hs a  {
	color:#4d2b1f !important;;
}


.menu ul ul ul li,
.menu ul ul ul li:first-child,
.menu ul ul ul li:last-child {
background:transparent url(/img/menu/arrow.png) no-repeat scroll left center;
border:none;

}





.menu ul ul ul li a.sub {
	color:#fff;
	font-size:10px;
	padding-left:10px;
}

/* element */

/* element components */

.element {
	padding: 0 0 0 0;
	margin:0;
}


.span-2 .element .inner {
	/*background:url(/img/box/dbl_white.png) top no-repeat;*/
	background: #FFF;
	padding:17px 17px 5px;
	margin:0px;
	font-weight:normal;
}

.span-1 .element .inner {
	/*background:url(/img/box/white.png) top no-repeat;*/
	background: #FFF;
	padding:17px 17px 5px;
	margin:0px;
	font-weight:normal;
}

.span-2 .element .bottom {
	height:12px;
	/*background:url(/img/box/dbl_white_b.png) no-repeat bottom;*/
	background: #FFF;
	margin-bottom:2px;
	padding-bottom:2px;
}

.span-1 .element .bottom {
	height:12px;
	/*background:url(/img/box/white-b.png) no-repeat bottom;*/
	background: #FFF;
	margin-bottom:2px;
	padding-bottom:2px;
}

.element .header {
	padding:4px 0 10px;
}
.element h3 {
	color:#00c3e6;
	font-size:1.2em;
	margin:4px 0 0px;
	text-transform:uppercase;
	font-weight:bold;
}

.element .image {
	display:block;
	padding-top:6px;
}

.big h3{
	color:#666;
	font-size:3em;
	margin:4px 0 0px;
	text-transform:uppercase;
	font-weight:bold;
}

.element .head em {
	margin-bottom:none;
	display:block;
	font-style:italic;
	font-size:0.8em;
	padding-top:4px;
	line-height:13px;
}
.element .item_content{
	margin-bottom:10px;
}
.element a {
	text-decoration: none;
	color:#00c3e6;
	font-weight:bold;
}

.element a.link {	
	/*display:block;*/

}

.element a:hover.link {
	
	color:#4d2b1f;
}

/*.element a.external {
	display:block;
	margin-top:10px;
    background: url(/img/link/out.png) no-repeat bottom left;
	padding-left:14px;
}*/

.element em {
}
/* blue element */

.blue {
	color:#fff;
}
.span-1 .blue .inner {
	/*background:url(/img/box/blue_02.png) top no-repeat;*/
	background: #0bc2e3;
}
.blue h3 {
	color:#fff;
}
.span-1 .blue .bottom,
.menu .bottom{
	height:12px;
	/*background:url(/img/box/blue-b_02.png) bottom no-repeat;*/
	background: #0bc2e3;
	margin-bottom:2px;
	padding-bottom:2px;
}
/* brown */

.brown {
	color:#fff;
}

.brown a{
	color:#fff;
	font-weight:bold;
}

.brown a:hover.link {
	color:#00c3e6;
}

.span-1 .brown .inner {
	/*background:url(/img/box/brown.png) top no-repeat;*/
	background: #4d2b1f;

}
.brown h3 {
	color:#00c3e6;
}
.span-1 .brown .bottom {
	/*background:url(/img/box/brown-b.png) bottom no-repeat;*/
	background: #4d2b1f;
	height:12px;
	margin-bottom:2px;
	padding-bottom:2px;
}

/* silver */

.silver {
	color:#fff;
}
.silver .inner {
	background:url(/img/box/silver.png) top no-repeat;
}
.silver h3 {
	color:#666;
}
.silver .bottom {
	background:url(/img/box/silver-b.png) bottom no-repeat;
}


/* silver */

.metal {
	color:#999;
}
.span-2 .metal .inner {
	background:url(/img/dblbox/metal.png) top no-repeat;
	padding-bottom:10px;
}


.span-1 .metal .inner {
	background:url(/img/box/metal.png) top no-repeat;
	padding-bottom:10px;
}


.metal h3 {
	color:#666;
}

.span-2 .metal .bottom {
	background:url(/img/dblbox/metal-b.png) bottom no-repeat;
}

.span-1 .metal .bottom {
	background:url(/img/box/metal-b.png) bottom no-repeat;
}


/* form */

input.text, input.title {
	color:#4d2b1f;
	padding:4px;
	width:190px;
	margin:2px 0;
}
/* */

.clear {
	clear:both;
}
/* top of page */

.button span.topofpage {
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	display:block;
	color:#fff;
	padding:14px 17px;
	background:url(/img/button/top.png) no-repeat;
	height:19px;
}
