﻿/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
color :#ffff;
background-color:#000000;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

#top_wrapper {
width:800px;
height:auto;
margin:0 auto;
margin-bottom:10px;
padding-top:20px;
}

#logo {
width:auto;
height:auto;
line-height:20px;
}

h1 {
	color:#662B7F;
	font-size:26px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.logo1 {
color:#dbdbdb;
}

.logo2 {
font-size:18px;
color:#d0d0d0;
font-family: "trebuchet MS";
}

/*-------------------------CONTENT--------------------------*/

#top_bg {
width:804px;
height:7px;
background-image:url(images/top_bg.jpg);
background-repeat:no-repeat;
margin:0 auto;
padding:0;
}

#bottom_bg {
width:804px;
height:7px;
background-image:url(images/bottom_bg.jpg);
background-repeat:no-repeat;
margin:0 auto;
padding:0;
}

#content_wrapper {
	padding-left:7px;
	padding-right:7px;
	width:786px;
	height:auto;
	margin:0 auto;
	border-left:2px #4e4e4e solid;
	border-right:2px #4e4e4e solid;
	background-color:#292929;
}

/*----------------------------MENU--------------------------*/

#foxmenucontainer{
	width:786px;
	height:50px;
	display:block;
}

#foxmenu{
	position:relative;
	display:block;
	height:50px;
	font-size:12px;
	font-family:Verdana,Helvitica,sans-serif;
	font-weight:bold;
	background-color:#7A7A7A;
}

#foxmenu ul{
	height:45px;
	margin:0;
	list-style-type:none;
	width:auto;
}

#foxmenu ul li{
	width: auto;
	height:50px;
	display:block;
	float:left;
	margin:0 0px 0 0;
	border-right:1px solid #292929;
}

#foxmenu ul li a{
	display:block;
	float:left;
	color:#c9c9c9;
	text-decoration:none;
	height:45px;
	width: auto;
	text-align:center;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#foxmenu ul li a:hover{
	width: auto;
	height:30px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #662B7F;
}

/*---------------BANNER--------------------*/

#banner {
	background-image:url(images/header.jpg);
	width:786px;
	height:209px;
	background-repeat:no-repeat;
	margin-top:5px;
	background-color: #662B7F;
}

.bstyle {
font-size:22px;
color:#434343;
font-family:"trebuchet MS";
padding-left:480px;
padding-top:60px;
}

#welcome {
	width:786px;
	height:auto;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #434343;
	padding-top: 10px;
}

h2 {
	font-size:24px;
	color:#662B7F;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-top:20px;
	font-weight:bold;
}

#foto {
	width:166px;
	height:87px;
	background-image:url(images/team.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	float:left;
	margin-right:15px;
}

#dunk {
	width:350px;
	height:366px;
	background-image:url(images/Dunk.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	float:right;
	margin-right:5px;
	border: medium solid #662B7F;
}

#services {
	width:786px;
	height:auto;
}

#company {
	width:375px;
	height:auto;
	float:left;
	padding-left:5px;
	padding-bottom:20px;
	margin-right:15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #434343;
}

#company_sm {
width:auto;
height:auto;
float:left;
padding-left:5px;
padding-bottom:20px;
margin-right:15px;
}

#company_2 {
	width:280px;
	height:220px;
	float:left;
	padding-left:5px;
	padding-bottom:5px;
	margin-right:5px;
	border: thin solid #434343;
	background-position: center center;
}

#read_more {
	width:95%;
	height:auto;
	text-align:right;
	font-weight:bold;
	padding-right:10px;

}

#read_more a{
color:#FFFFFF;
text-decoration:none;
}

#read_more a:hover{
text-decoration: underline;
}

#oservices {
width:375px;
height:auto;
float:left;
padding-left:5px;
padding-bottom:20px;
}

#footer_wrapper {
width:786px;
height:auto;
margin:0 auto;
text-align:center;
padding-top:20px;
}

p {
	padding-right: 10px;
	padding-left: 10px;
}



th {
	font-weight: bold;
	text-align: center;
	background-color: #662B7F;
}

#index_foto {
	width:350px;
	height:211px;
	background-image:url(images/team_sm.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	float:left;
	margin-right:15px;

}


h3 {
	font-size:18px;
	color:#FFF;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-top:20px;
	font-weight:bold;
}
h4 {
	font-size:16px;
	color:#FFF;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-top:20px;
	font-weight:bold;
}

