@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);


/*** LAYOUT ***/
#visual {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background-color: #eee;
}
	#visual-picture {
		width: 66%;
		min-width: 625px;
		height: 300px;
		overflow: hidden;
	}
#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
	#header {
		position: relative;
		height: 300px;
		margin: 0 25px;
	}
		#cover {
			position: absolute;
			top: 0;
			right: 0;
			width: 100%;
			height: 300px;
			background-image: url(../img/cover.png);
		}
		#owner {
			position: absolute;
			top: 0;
			left: 0;
			width: 425px;
			height: 300px;
		}
		#logo-start {
			position: absolute;
			top: 90px;
			left: 0;
		}
		#logo {
			position: absolute;
			top: 30px;
			right: 0;
		}
		#menu {
			position: absolute;
			bottom: 25px;
			right: 0;
		}
	#body {
		overflow: hidden;
		padding: 40px 0 40px 0;
		min-height: 220px;
	}
	#footer {
		margin: 0 25px 25px 25px;
		background-color: #0033cc;
	}
	#footer p {
		text-align: center;
		line-height: 35px;
		font-size: 15px;
		color: #fff;
	}
	#footer p a {
		color: #fff;
		text-decoration: none;
	}
	#footer p a:hover {
		text-decoration: underline;
	}


/*** TEXT ***/
h1 {
	font-size: 28px;
	line-height: 1.3;
	color: #0033cc;
	margin: 0;
	padding: 0;
	letter-spacing: 0.02em;
}
h2 {
	font-size: 28px;
	line-height: 1.3;
	color: #0033cc;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
p {
	font-size: 18px;
	line-height: 1.3;
	color: #484848;
	margin: 0;
	padding: 0;
}
p a {
	color: #0033cc;
	text-decoration: none;
}

ul {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
	font-size: 18px;
	line-height: 1.3;
	color: #484848;
	margin: 0;
	padding: 0;
}
ul li:before {
	position: absolute;
	top: 2px;
	left: -1em;
	content: "\f0da";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	color: #484848;
	font-size: 0.8em;
}


/*** FRAMES ***/
div.title {
	padding: 0 25px 17px 25px;
}
div.text {
	float: left;
	padding: 0 25px;
	width: 425px;
}


/*** MENU ***/
#menu ul {
	width: 286px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid #0033cc;
}
#menu ul li {
	margin: 0;
	padding: 0;
}
#menu ul li:before {
	content: none;
}
#menu ul li a {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	line-height: 19px;
	font-size: 13px;
	font-weight: normal;
	color: #484848;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #0033cc;
	letter-spacing: 0.015em;
}
#menu ul li a:hover,
#menu ul li.cur a {
	font-weight: bold;
	color: #0033cc;
}
