<!--
body  {
 color:#666666;
 font-family:Gill Sans, verdana;	
 font-size:12px;	
 background-color: #000000;	
 text-align: center;
 min-width: 800px;
}

a {
	font-family: Gill Sans, verdana;
	font-size: 13px;
	color: #888888;
	text-align: center;
	text-decoration: none;
}

a:hover {
	font-family: Gill Sans, verdana;
	font-size: 13px;
	color: #a46f91;
	text-align: center;
	text-decoration: underline;
}

a.contact {
	font-family: Gill Sans, verdana;
	font-size: 13px;
	color: #888888;
	text-align: left;
	text-decoration: none;
}

a.contact:hover {
	font-family: Gill Sans, verdana;
	font-size: 13px;
	color: #a46f91;
	text-align: left;
	text-decoration: underline;
}

#container  {
 width: 786px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 padding: 10px 10px 10px 10px;
 background-color: #FFF;
 text-align: left;
 margin-bottom: 20px;
}


#maindiv {
 width: 774px;
 border: 6px solid #e0dbf2;
 background-color: #FFF;
}

#header {
 width: 774px;
 text-align: right;
 background-color:#2f2257;
}

#menubar {
 width: 774px;
 height: 145px;
 background-color: #fff;
 clear: both;
}

#menuleft {
 width: 34px;
 height: 145px;
 background: url(../images/menuleft_bg.jpg) repeat-y;
 float:left;
}

#menu {
 width: 270px;
 height: 145px;
 background-color: #999;
 float:left;
}

#menuright {
 width: 470px;
 height: 145px;
 background-color: #ebe5ff;
 float:left;
}

* {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

/* LIST MENU */
div#listmenu {
	width:270px; 	
	font-size:.8em;	/* SET FONT-SIZE HERE */
	height: 145px;
	text-align: left;
	margin-left: 0px;
	}
div#listmenu ul {
    margin:0px 0px 0px 0px;
}
div#listmenu li {
	float:left;	
	list-style-type:none;
	margin-left: 0px;
	}
div#listmenu li:hover { 
	list-style-type:none;
	}
div#listmenu a {
	text-decoration:none;
	color: #EEE;
	}
div#listmenu a:hover {
	text-decoration:none;
	color: #FFF;
	}
	
a#menu1{
    display: block;
	height:36px;
	width:270px;
	background: #EEE url(../images/menu_about.gif) no-repeat;
	font: 14px serif;
	text-align: center;
}
a#menu2{
    display: block;
	height:36px;
	width:270px;
	background: #EEE url(../images/menu_portfolio.gif) no-repeat;
	font: 14px serif;
	text-align: center;
}
a#menu3{
    display: block;
	height:36px;
	width:270px;
	background: #EEE url(../images/menu_links.gif) no-repeat;
	font: 14px serif;
	text-align: center;
}
/*   ORIGINAL MENU

a#menu3{
    display: block;
	height:36px;
	width:270px;
	background: #EEE url(../images/menu_pricing.gif) no-repeat;
	font: 14px serif;
	text-align: center;
}*/
a#menu4{
    display: block;
	height:37px;
	width:270px;
	background: #EEE url(../images/menu_contact.gif) no-repeat;
	font: 14px serif;
	text-align: center;
}


a#menu1:hover, a#menu2:hover, a#menu3:hover, a#menu4:hover
{ 
    background-position: 0 -37px; 
}
/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
	* html div#listmenu ul {
	  float:left;  /* makes the ul wrap the li's */
	}
/* END OF LIST-BASED MENU */


#content {
   width: 714px;
   padding: 30px 30px 10px 30px;
   clear: left;
}

#text {
  width: 390px;
  float: left;
}

#contact {
  width: 304px;
  float: left;
}

#contact2 {
  width: 280px;
  float: left;
  margin-left: 45px;
  margin-top: 40px;
  text-align: left;
}

#contact2 img {
  margin-top: 20px;
}

#details {
  width: 280px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  background-color: #eee;
}

* html #text {
  width: 360px;
  float: left;
}

#text3 {
  width: 710px;
  clear: left;
}

#image {
  width: 245px;
  float: left;
  margin-left: 65px;
  text-align: center;
}

#image01 {
  width: 245px;
  text-align: center;
}

#image02 {
  width: 245px;
  text-align: right;
}

* html div#image {
	  float:left;  /* makes the ul wrap the li's */
	}

#port01 {
  width: 179px;
  float: left;
  text-align: center;
}
#port02 {
  width: 178px;
  float: left;
  text-align: center;
}

* html #port01 {
  width: 171px;
  float: left;
  text-align: center;
}
* html #port02 {
  width: 171px;
  float: left;
  text-align: center;
}

.clearer {
	clear: both;
	float:none;
	width: 774px;
	height: 10px;
	background-color: #FFF;
}

.clearer_list {
	clear: both;
	float:none;
	width: 650px;
	height: 10px;
	background-color: #FFF;
}

#flashcontent {
		height: 500px;
	}
#quote{
  color:#999999;
  font-family:Gill Sans, verdana;
  font-size: 13px;
  font-style: italic;
}

#back {
    margin-top: -23px;
    margin-left: 435px;
	text-align: left;
}

ol{
   margin-left: 50px;
   margin-top: 18px;
}
li{
   font-weight: bold;
}
div.list01{
   width: 220px;
   float: left;
   margin-left: 0px;
   margin-top: 8px;
}
div.list02{
   width: 220px;
   float: left;
   margin-top: 8px;
}

div.conditions{
   margin-top: 8px;
   background-color: #EEE;
   font-size: 11px;
   color: #888888;
   padding: 8px 8px 8px 15px;
}

#form{
   margin-left: 30px;
}

-->