/* *** Generated by www.csscreator.com *** */
/* *** modified by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #000;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}


a {color: #fff; text-decoration:none;}
a:visited {color:#fff;}
a:hover {color: #564b47;}
a:active { color:#fff;}

h1 {
font-size: 11px;
text-transform:uppercase;

border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */

#container2 {
width: 795px;
height: 600px;


margin-left: auto;
margin-right: auto;
background-color:#F00;
background:url(01why.jpg) no-repeat;
border-top-width:thin;
border-top-style:solid;
border-top-color:#F60;

border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#F60;
} 



#container3 {
width: 795px;
height: 600px;


margin-left: auto;
margin-right: auto;
background-color:#F00;
background:url(images/02who.jpg) no-repeat;
border-top-width:thin;
border-top-style:solid;
border-top-color:#F60;

border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#F60;
} 

#container4 {
width: 795px;
height: 600px;


margin-left: auto;
margin-right: auto;
background-color:#F00;
background:url(images/03vision.jpg) no-repeat;
border-top-width:thin;
border-top-style:solid;
border-top-color:#F60;

border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#F60;
} 

#container5 {
width: 795px;
height: 600px;


margin-left: auto;
margin-right: auto;
background-color:#F00;
background:url(images/04mission.jpg) no-repeat;
border-top-width:thin;
border-top-style:solid;
border-top-color:#F60;

border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#F60;
} 

#container6 {
width: 795px;
height: 600px;


margin-left: auto;
margin-right: auto;
background-color:#F00;
background:url(images/05reports.jpg) no-repeat;
border-top-width:thin;
border-top-style:solid;
border-top-color:#F60;

border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#F60;
} 

#container7 {
width: 795px;
height: 600px;


margin-left: auto;
margin-right: auto;
background-color:#F00;
background:url(images/05ads.jpg) no-repeat;
border-top-width:thin;
border-top-style:solid;
border-top-color:;

border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#F60;
} 


#container8 {
width: 795px;
height: 600px;


margin-left: auto;
margin-right: auto;
background-color:#F00;
background:url(images/08testimonials.jpg) no-repeat;
border-top-width:thin;
border-top-style:solid;
border-top-color:;

border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#F60;
}








#container {
	width: 700px;
	padding: 0px;
	margin: 150px;
	height:300px;
	border-width: thin;
	border-style: solid;
	border-color: #F60;
	margin-left: auto;
	margin-right: auto;
	background-color: #F60;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: right;

width: 790px;

margin-left:auto;
margin-right:auto;

}

#banner img {
	padding-top:10px;
	padding-bottom:15px;
} 

/* ----------outer and inner----------------- */




/* --------------left navi------------- */
#left {
 width:323px;
 height:270px; 
 float:left; 
 position: relative; 
 margin-right:0px;
 background-color: #F60;
 color:#FFF;
 overflow:auto;
 font-size:13px;
 padding: 15px;
  }
 
 #left2 {
 width:337px;
 height:300px; 
 float:left; 
 position: relative; 
 margin-right:0px;
 background-color: #F60;
 color:#FFF;
 overflow:auto;
 font-size:11px;
 padding: 0px;

 
 
 
 }
 
 #advert {
 width:700px;
 height:300px; 
 float:left; 
 position: relative; 
 margin-right:0px;
 background-color: #F60;
 color:#FFF;
 overflow:auto;
 font-size:13px;
 padding: 0px;
  }
 
 
 
 

/* -----------------content--------------------- */
#content{ 
position: relative;
width:347px;
float:right; 
margin: 0px;

 }

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
color:#FFF;
background-color:#000;
text-align: left; } 





/* Vertical Navigation */
#vertical-navigation {
	list-style: none;
	margin: 0;
	//padding: 20px;
	//font-size: 1.2em;
	//float: left;
	//position: relative;
	background-color:;
	width: 800px;
	
}

#vertical-navigation tbl {

	background: none;
	background-color:;
	
	

}

/* CSS for each Parent Item */
#vertical-navigation li {float: left; position: relative;}

#vertical-navigation li a
{
	float: left;
	display: block;
	
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	margin-right: 0px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	background:;
	color: #000;	
}

.active
{
	background: #F60;
	color: #000;	
}



/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {display: block;}

#vertical-navigation ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1.8em;
	left: 0;
}

#vertical-navigation ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 200%;
	display: block;
	
	float: none;
	text-transform: lowercase;
	color: #999;
	background: none;
}

#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: none;
	color: #000;
	background-color:#F60;
}
