@charset "UTF-8";
/* CSS Document */


body, h1, h2, p, a {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}
	
h2 {
	font-size: 1.1em;
	padding: 2px;
	font-weight: normal;
	}	
	
h3 {
	font-size: 16px;
	font-weight: normal;
	}
	
p {
	font-size: 0.9em;
	font-weight: normal;
	}
	
li {
	list-style: none;
	}
	

a:visited {color: #262262;}
a:hover {color: #ff0000;}
a:active {color: #FC0903;}	



/* wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	}
	
	
/* header */	
	
header {
	margin: 0px;
	height: 130px;
	}


#logo {
	float: left;
	z-index: +1;
	}

/* topbar */	

#topbar {
	width: 100%;
	list-style: none;
	}
	
#topbar ul {
	margin-left: 65%;
	width: 280px;
	text-align: left;

	}
	
#topbar li {
	display: inline;
	padding: 0.8em;
	}
	
#topbar a {
	text-decoration:none;
	color: #000;
	font-size: 0.8em;
	}

#topbar a:link {color: #3B1952;}	
#topbar a:visited {color: #262262;}
#topbar a:hover {color: #ff0000;}
#topbar a:active {color: #FC0903;}	

/* nav */

nav {
	margin-left: 280px;
	}

nav ul ul {
	display: none;

}

	nav ul li:hover > ul {
		display: block;
	}

nav ul {
	background: #fff; 
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #99EEFF;
		opacity: 0.%;
		
	}
		nav ul li:hover a {
			color: #000;
		}
	
	nav ul li a {
		display: block; 
		padding: 1em;
		color: #757575; 
		text-decoration: none;

	}
	
nav ul ul {
	background: #fff; border-radius: 0px; padding: 0;
	position: absolute; top: 70%; z-index: +1;


}
	nav ul ul li {
		float: none; 
		position: relative;


	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #757575;
		}	
			nav ul ul li a:hover {
				background: #99EEFF;
			}

/* photo-block */

#photo-block {
	width: 100%;
	height:100px;
	background-image:url(../img/content-photo.jpg);
	}



/* content-block */

#content-block {
	float: left;
	width: 610px;
	height: 950px;
	margin: 20px 0 0 0;
	padding: 10px;
	}
	
#content-block h2 {
	clear:left;
	font-size: 1.2em;
	padding: 10px 10px 0;
	}

#content-block h3 {
	color: #000;
	text-align: justify;
	}

	
#content-block p {
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	padding-bottom: 20px;
	color: #000;
	}
	
#logo-hori {
	float: right;
	padding-top: 5px;
	
	}

/* form */

form    {
background-color: #e1f8ff;
margin:auto;
position:relative;
width:550px;
height:580px;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
line-height: 24px;
font-weight: normal;
color: #000;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:20px;

}

	
input    {
width:375px;
display:block;
height: 25px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

textarea#feedback {
width:375px;
height:150px;
display:block;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#button {
width:90px;
position:absolute;
right:25px;
bottom:25px;
background:#606;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border-style:none;

}

#button:hover {
background:#fff;
color:#09C;
border: 1px solid #09C;
}




/* table */

table {
	margin-bottom: 10px;
	border-color: #edd5e5;
	}

th {
	text-align: center;
	background-color: #906;
	padding: 5px;
	font-weight: 800;
	color: #fff;
	}

tr, td {
	font-size: 14px;
	color: #000;
	padding: 5px;
	}	
	
tr.alt {
	background-color: #fae2f2;
	}

/* sidenav */

#sidenav {
	float: right;
	width: 200px;
	height: 150px;
	margin: 20px 0px 0px 10px;
	background-color: #ebebeb;
	}

#sidenav li {
	padding: 10px 0px;
	text-align:left;
	}
	
#selected {color: #FC0903;}	


/* sidebar */

#sidebar {
	float: right;
	width: 180px;
	height: 455px;
	background-color: #b7fefe;
	margin: 20px 0px 0px 10px;
	padding: 10px;
	}
	
#sidebar h2 {
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	height: 2px;
	}
	

#sidebar h3 {
	font-size: 14px;
	text-align: left;
	}
	


/* sideblock */

.sideblock {
	width: 175px;
	height: 100px;
	margin: 3px auto;
	border-top-style:solid;
	border-top-color:#b7fefe;
	background-color:#fff;
	padding-left: 5px;
	}
	
		
#thumb {
	width: 70px;
	float: right;
	margin-top: 5px;
	padding-top: 10px;
	}
	

#like-bttn {
	width: 50px;
	max-width: 100px;
	height: 20px;
	font-size: 1em;
	background-color: #3b579d;
	margin: 15px 0 0 0;
	padding: 2%;
	text-align: center;
	font-size: 0.9em;
	}
	
#like-bttn a {
	color: #fff;
	font-size: 14px;
	}	

#like-bttn a:hover {color: #FF3;}


/* footer */

footer {
	clear: both;
	}

#container {
	margin: 30px 0;
	padding-top: 0px;
	height:50px;
	background-color: #eee;
	}	
	
#container p {
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	}
	
#container ul {
	margin-left: 550px;
	padding-top: 15px;
	}
	
#container li {
	display: inline;
	padding-left: 1em;
	}
	
#container a {
	font-size: 0.9em;
	}
