
/* HTML entities */

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, tahoma, arial;
	font-size: medium;
	text-align: center;
	color: #404040;
	/*background: #29343a;*/
}
img {
	border: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	padding: 0;
	color: #deeff4; 
	font-size: 150%;
	font-weight: normal;
	line-height: 1.3em;
	display: block;
	padding: 11px 4px 9px 0px;
}
h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 180%;
	font-weight: normal;
	line-height: 40px;
	color: #405060;
	background: transparent url(images/h3Border.gif) repeat-x bottom left;
}
h4 {
	margin: 0;
	padding: 0;
	margin-top:35px;
	margin-bottom: 5px;
	font-size: 135%;
	font-weight: normal;
	color: #2a363a;	
}
h5 {
	margin: 0;
	padding: 0;
	margin-top:5px;
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: normal;
	color: #2a363a;	
}
a {
	text-decoration: none;
}
em {
	display: block;
	font-weight: bold;
	font-style: normal;
	line-height: 21px;
	font-size: 90%;
}


/* layout */
.divider {
	
}
.wrapper {
	width: 800px;
	margin: 0 auto;
	text-align:left;
}
.gutter {
	position: relative;
	padding: 20px;
}


/* header */
#header {
	background: #3a8ab3 url(images/headerBG.gif) repeat-x top left;
}
#header .wrapper {
	position: relative;
}
#header h1 {
	text-indent: -5000px;
	height: 100px;
	background: transparent url(images/logo3.gif) no-repeat center center;
}


/* menu */
#myMenu {
	width: 100%;
	display: block;
	float: left;
	line-height: 40px;
	background: #333e46 url(images/menuBG.gif) repeat-x center left;
}
#myMenu ul li {
	display: inline;
	float: left;
}
#myMenu ul li a:link, #myMenu ul li a:visited {
	padding: 0px 25px 0px 25px;
	float: left;
	font-size: 120%;
	color: #00ff00;
}
#myMenu ul li a:hover, #myMenu ul li a:active {
	/* background: #0c5ea4; */
	color: #ffffff;
}	
#myMenu .first {
	margin: 0;
	background: none;
}



/* menu auto-highlight */
body.home #myMenu a#sHome {
	color: #ffffff;
}
body.consulting #myMenu a#sConsulting {
	color: #ffffff;
}
body.minisa #myMenu a#sMinisa {
	color: #ffffff;
}
body.kap #myMenu a#sKAP {
	color: #ffffff;
}
body.dunecam #myMenu a#sDunecam {
	color: #ffffff;
}
body.contact #myMenu a#sContact {
	color: #ffffff;
}



/* Content */
#content {
	clear: both;
	background: #c7d1d4 url(images/contentBG.gif) repeat-x top left;
}

#mainContent {
	float: left;
	width: 700px;
}

#myPage {
	width: 800px;
	margin-left: 7px;
	background: #e8f0ff;
	margin-bottom: 35px;
}
#myPage .first {
	margin-top: 0;
}
#myPage h4.first {
	margin-top: 25px;
}
#myPage a:link, #myPage a:visited {
	color: #0000ff;
}
#myPage a:hover, #myPage a:active {
	border-bottom: 1px dotted #0000ff;
}
#myPage .gutter ul li {
	position: relative;
}
#myPage .gutter ul li a.more {
	float: right;
	margin-top: -52px;
	margin-right: 2px;
	color: #405060;
	font-size: 140%;
}
#myPage p {
	margin-top: 11px;
}
#myPage span {
	color: #0091c7;
	font-weight: bold;
	font-size: 90%;
}
#myPage em {
	color: #2a5564;
}
#myPage li {
	list-style: circle;
	margin-left: 50px;
}
#myPage ul {
	margin-bottom: 10px;
}
#myPage .txt {
	margin-top: -3px;
	width: 365px;
	font-size: 110%;
	color: #465c66;
	border: 1px solid #9db8c4;
	background: #d5e8f0;
}
#myPage a.reviewBtn {
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	/*background: #c4d9e2 no-repeat 8% 50%;*/
	background: #0091c7 no-repeat 8% 50%;
	color: #ffffff;
	font-size: 120%
}
#myPage a.reviewBtn:hover {
	/*color: #2f6283;*/
	color: #00ff00;
	border: none;
	font-size: 120%
}
textarea {
	font-size: 110%;
	font-family: helvetica, tahoma, arial;
}



/* other  */
.clear {
	clear: both;
}
.text p {
	line-height: 1.4em;
}





/* footer */
#footer {
	width: 100%;
	height: 38px;
	display: block;
	padding: 1px 1px 1px 1px;
	background: #585860 url(images/footerBG.gif) repeat-x top left;
	color: #ffffff;
	font-size: 80%;
}
#footer p {
	width: 800px;
	text-align:left;
	padding: 6px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
}



/* hack for IE to display correct font size */
* html body {
	font-size: small; /* for IE5/Win */
	f\ont-size: medium; /* for other IE versions */
}
