html {
	background: #000;
	background-position: cover;
	color: #fff;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 12px;
}

html, body { /**/
	height: 99%;
}

img {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #fff;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#container { /**/
	min-height: 100%;
}

#header {
	width: 149px;
	height: 131px;
	background: url('images/mini_logo.jpg');
	margin: 0 auto;
}

#nav_bar {
	padding: 10px;
	text-align: center;
	/*background: #000;
	box-shadow: 5px 5px 20px 1px #000;
	border-radius: 50px;*/
}

.nav_mouse_over {
	background: #cc0066;
	border: 1px solid #cc0066;
	border-radius: 25px;
}

/* ************** */

@keyframes nav_link_mouse_over {
	from { background: #000; border-radius: 0px; }
	to { background: #fff; border-radius: 25px; }
}

@-webkit-keyframes nav_link_mouse_over {
	from { background: #000; border-radius: 0px; }
	to { background: #fff; border-radius: 25px; }
}

@-moz-keyframes nav_link_mouse_over {
	from { background: #000; border-radius: 0px; }
	to { background: #fff; border-radius: 25px; }
}

@-o-keyframes nav_link_mouse_over {
	from { background: #000; border-radius: 0px; }
	to { background: #fff; border-radius: 25px; }
}

/* ********* */

@keyframes nav_link_mouse_out {
	from { background: #fff; border-radius: 25px; }
	to { background: #000; border-radius: 0px; }
}

@-webkit-keyframes nav_link_mouse_out {
	from { background: #fff; border-radius: 25px; }
	to { background: #000; border-radius: 0px; }
}

@-moz-keyframes nav_link_mouse_out {
	from { background: #fff; border-radius: 25px; }
	to { background: #000; border-radius: 0px; }
}

@-o-keyframes nav_link_mouse_out {
	from { background: #fff; border-radius: 25px; }
	to { background: #000; border-radius: 0px; }
}

/* ************** */

#nav_bar a {
	padding: 5px;
    text-align: center;
	letter-spacing: 3px;
	background: #000;
	border: 1px;
	animation: nav_link_mouse_out 0.5s;
	-webkit-animation: nav_link_mouse_out 0.5s;
	-moz-animation: nav_link_mouse_out 0.5s;
	-o-animation: nav_link_mouse_out 0.5s;
}

#nav_bar a:hover {
	padding: 5px;
    text-align: center;
	border-radius: 25px;
	letter-spacing: 3px;
	background: #fff;
	color: #000;
	animation: nav_link_mouse_over 0.5s;
	-webkit-animation: nav_link_mouse_over 0.5s;
	-moz-animation: nav_link_mouse_over 0.5s;
	-o-animation: nav_link_mouse_over 0.5s;
}

#content {
	display: none;
	width: 100%;
	text-align: left;
	padding-top: 15px;
	background: #000;
	color: #ddd;
}

#content { /**/
	overflow: auto;
	padding-bottom: 60px;
}

#footer {
	text-align: center;
	color: #ddd;
	width: 100%;
}

#footer { /**/
	margin-top: -40px;
	height: 40px;
	clear: both;
	position: relative;
}

.tab {
	margin-left: 50px;
	list-style: none;
}

.smallTab {
	margin-left: 10px;
}

.riposte:before {
	content: "\00BB \0020";
}

.underline {
	text-decoration: underline;
	color: #fff;
}

.col {
	border-left: #fff solid 1px;
	float: left;
	padding-left: 1%;
	min-height: 120px;
	padding-bottom: 20px;
}

.colEnd {
	border-right: #fff solid 1px;
}

.colContent {
	display: none;
	padding-right: 7px;
	padding-top: 15px;
}

.aboutCol {
	width: 48%;
}

.servicesCol {
	width: 23%;
}

#splash_screen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60%;
	background: #000000;
	z-index: 1001;
}

#splash_image {
	width: 297px;
	height: 271px;
	background: url('images/logo.jpg');
	margin: 20px auto;
	cursor: pointer;
}