@charset "utf-8";
/* CSS Document */
body {
	background: url();
	background-repeat : no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-size: medium;
}
.logo:hover {
	-webkit-transform:  rotate(-5deg);
	-moz-transform:  rotate(-5deg);
	-o-transform:  rotate(-5deg);
	transform:  rotate(-10deg);}
/*LAVALAMP START*/

.lavalamp {
	position: relative;
	border: 1px solid #d6d6d6;
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
	height: 18px;
	color: #000;
}

.magenta {
	background : rgb(190,64,120);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(190,64,120)), to(rgb(177,24,91)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(190,64,120)), to(rgb(177,24,91)));
	border: 1px solid #841144;
	
}

.cyan {
	background : rgb(114,231,247);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(114,231,247)), to(rgb(7,165,187)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(114,231,247)), to(rgb(7,165,187)));
	border: 1px solid #2f8893;
	
}
.darkcyan {
	background : rgb(44,161,177);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(44,161,177)), to(rgb(2,160,182)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(44,161,177)), to(rgb(2,160,182)));
	border: 1px solid #2f8893;
	
}
.green {
	background : rgb(118,188,22);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(180,230,30)), to(rgb(118,188,22)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(180,230,30)), to(rgb(118,188,22)));
	border: 1px solid #2f8893;
	
}
.red {
	background : rgb(200,5,5);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(200,5,5)), to(rgb(150,0,0)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(200,5,5)), to(rgb(150,0,0)));
	border: 1px solid #2f8893;
	
}
.yellow {
	background : rgb(255,199,79);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43)));
	border: 1px solid #c08c1f;
	
}
.bodypaper {
	position: relative;
	border: 1px solid #d6d6d6;
	background: rgb(240,240,240);
	padding: 15px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	
	height: 18px;
	color: #000;
	
}
.bodypaper2 {
	position: relative;
	border: 1px solid #d6d6d6;
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
	height: 18px;
	color: #000;
	
}
.orange {
	background : rgb(255,133,64);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24)));
	border: 1px solid #c04f11;
	
}


.dark {
	background : rgb(89,89,89);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
	border: 1px solid #272727;
	
}
.footer {
	font-family:"MS Serif", "New York", serif;
	background : rgb(50,50,50);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(50,50,50)), to(rgb(10,10,10)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(50,50,50)), to(rgb(10,10,10)));
	border: 1px solid #272727;
}
.magenta li a , .cyan li a, .yellow li a , .orange li a, .dark li a{
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	
}


a {
    text-decoration: none;
    color: #262626;
    line-height: 20px;
}

ul {
    margin: 0;
    padding: 0;
    z-index: 300;
    position: absolute;
}

ul li {
    list-style: none;
    float:left;

    text-align: center;
    }

ul li a {
    padding: 0 20px;
    text-align: center;
    }

.floatr {
    position: absolute;
    top: 10px;
    z-index: 50;
    width: 70px;
    height: 30px;
    border-radius : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    background : rgba(0,0,0,.20);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

#slide-img img {
    border: 4px solid #E9E9E9;
    cursor: pointer;
}

#nav { margin-bottom:15px; }
#nav a { border: 1px solid #ccc; background: #ffffff; text-decoration: none; margin: 0 5px; padding: 3px 5px; color:#BEBEBE; }
#nav a.activeSlide { background: #03B7ED; color:#ffffff }
#nav a:focus { outline: none; }/* CSS Document */
