



/*
 * Main stylesheet
 */



* {
	padding: 0;
	margin: 0;
}

body {
	color: #58595B;
	background-color: #FFFFFF;
	width: 100%;
	font-family: Tahoma,Arial,helvetica,sans-serif;
	font-size: 11px;
	margin-bottom: 30px;
}

a {
	color: #0093AA;
	background: #FFFFFF;
	outline: none;
	text-decoration: none;
}

img {
	border: none;
}

.text {
	text-align: justify;
}

table {
	border: 0;
	border-spacing: 0;
	border-padding: 0;
}
/*
 * Logo
 */

#logo {
	padding: 3% 0 0 3%;
}

/*
 * Menu
 */

#menu-container {
	margin-left: 3%;
	margin-bottom: 10%;
	position: relative;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	margin: 1px 0;
	color: #00788E;
	background: #58595B;
	height: 16px;
	line-height: 16px;
}

#menu li a:hover {
	color: #FFFFFF;
	background: #00788E;
}

#menu li ul {
	display: none;
}

#menu li:hover ul {
	display: block;
	position: absolute;
}

#menu li:hover li {
	float: none;
}

#menu a.submenu {
	color: #58595B;
	background: #FFFFFF;
	margin: 0 0 0 4px;
	height: 14px;
	line-height: 14px;
	font-size: 9px;
}

#menu a.submenu:hover {
	color: #0093AA;
	background: #FFFFFF;
	margin-left: 7px;
}

/*
 * Footer
 */

#footer {
	font-size: 9px;
	margin-left: 8%;
	position: fixed;
	left: 0;
	bottom: 0;
	color: #58595B;
	background: #FFFFFF;
	padding-top: 10px;
	width: 100%;
}

/*
 * Content
 */

#content {
	position: relative;
	clear: both;
	margin: 8%;
	width: 84%;
}

/*
 * Profile & phylosophy
 */

#profile-container {
	width: 45%;
	margin-right: 5%;
	float: left;
}

#profile {
	width: 100%:
}

#phylosophy-container {
	width: 45%;
	margin-left: 5%;
	float: left;
}

#phylosophy {
	width: 100%:
}

/*
 * Contacts
 */

#contacts-container {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 52% 0 0;
	padding-bottom: 5%;
}

#contacts {
	width: 100%;
}

/*
 * Services
 */

#services {
	position: relative;
}

#services #list-container {
	width: 16%;
	margin: 0 84% 15% 0;
}

#services #list {
	width: 100%;
}

#services #list a {
	color: #58595B;
	background: #FFFFFF;
	text-decoration: none;
}

#services #list a:hover {
	color: #0093AA;
	background: #FFFFFF;
	margin-left: 7px;
}

#services .description-container {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 46% 0 19%;
	width: 35%;
	text-align: justify;
}

#services .details-container {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 6% 0 50%;
	width: 35%;
	text-align: left;
}

#services .details > ul {
	list-style: square;
	padding-left: 15%;
}

#services .options-container {
	position: absolute;
	top: 0;
	right: -118%;
	margin: 0;
	width: 100%;
	text-align: left;
}

#service .option {
	width: 100%;
}

#services .option > ul {
	list-style: square;
	padding-left: 4%;
}

#services .option > h4 {
	margin-bottom: 2%;
}

/*
 * Customers
 */

#customers {
	font-size: 9px;
	position: relative;
}

#customers .left {
	width: 40%;
}

#customers .right {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 16% 0 44%;
	padding-bottom: 5%;
	width: 40%;
}

#customers .name {
	text-transform: uppercase;
	font-weight: bold;
}

#customers .description {
}

/*
 * Pics grid
 */

#picsgrid {
	min-height: 110px;
}

img.grid {
	width: 12%;
	padding-bottom: 5%;
}

/*
 * Book
 */

#book {
	clear: both;
	margin-left: 3%;
	position: relative;
}

#controls {
	float: right;
	margin-top: -10%;
	margin-right: 3%;
}

#controls a {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 1px;
	color: #58595B;
	background-color: #58595B;
}

#controls a:hover {
	color: #00788E;
	background-color: #00788E;
}

#carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#carousel p {
	margin: 10px 0 20px 0;
	font-size: 9px;
	line-height: 9px;
	height: 60px;
}

#carousel .ui-draggable {
	cursor: move;
}

/*
 * animation
 */

#animation {
	text-align: center;
}

#animation #entrance {
	text-align: left;
	margin: auto;
	width: 390px;
	padding-left: 90px;
}

#animation #entrance a {
	color: #6A6A6A;
	background-color: #FFFFFF;
}

#animation #entrance a:hover {
	color: #00788E;
	background-color: #FFFFFF;
}

/*
 * Languages
 */

#languages {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}

#languages a {
	color: #6A6A6A;
	background-color: #FFFFFF;
}

#languages a:hover {
	color: #00788E;
	background-color: #FFFFFF;
}


