/* CSS Document */

/* BASIC */

body {
	background-color: #E4E0FF;
	margin: 0;
	padding: 0;
	font-size: 67.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 140%;
	}

p, h1, h2, h3, ul, li, a {
	margin: 0;
	padding: 0;
	}
	
h1 {
	color: #000066;
	font-size: 1.5em;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: 120%;
	}
	
p {
	font-size: 1.1em;
	margin-top: 5px;
	line-height: 150%;
	}
	
a:link {
	text-decoration: none;
	color: #000000;
	}

a:visited {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	}

a:active {
	text-decoration: none;
	}		
	
/* LAYOUT */		

#wrapper {
	width: 760px;
	margin: 0;
	padding: 15px 0px 15px 0px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	background: #FFFFFF;
	position: relative;
	}	

.banner {
	margin: 10px 30px 20px 30px;
	}	
	
#main {
	width: 760px;
	margin-bottom: 15px;
	position: relative;
	}	

#home #main {
	width: 700px;
	margin: 0px 30px 0px 30px;
	padding-bottom: 15px;
	}	
	
.mainBox {
	margin: 1px;
	}
	
#textBox {
	position:absolute;
	width:370px;
	height:230px;
	z-index:1;
	left: 30px;
	top: 110px;
}	

#textBox1 {
	position:absolute;
	width:370px;
	height:230px;
	z-index:1;
	left: 30px;
	top: 106px;
}		
	
#footer {
	margin: 15px 30px 0px 30px;
	width: 700px;
	}	

/* TOP MENU - SLIDING DOORS */
	
ul.topMenu {
	position: absolute;
	top: 0;
	right:30px;
	float: right;
	width: 350px;
	}

.topMenu li {
	list-style: none;
	display: inline;
	width: 100px;
	float: right;
	background: #FFF url(../images/right_side.png) no-repeat right bottom;
	margin-right: 5px;
	}

.topMenu a {
	display: block;
	padding: 4px 15px 4px 15px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	background: url(../images/left_side.png) no-repeat left bottom;
	}

.topMenu a:hover {
	color:#000066;
	}

/* LIST BOX */	
		
.listBox {
	padding: 0px 7px 15px 15px;
	margin-top: 15px;
	width: 203px;
	float: left;
	background: #E4E0FF;
	}
	
.listBoxContact {
	padding: 7px 7px 15px 15px;
	margin-top: 15px;
	width: 230px;
	float: left;
	background: #E4E0FF;
	}	

.listBox ul {
	list-style: none;
	line-height: 110%;
	font-size: 1.2em;
	}
	
.listBox li {
	margin-top: 10px;
	}	

/* FEATURE BOX */

.featureBox {
	border: 2px solid #9999CC;
	margin-top: 15px;
	float: right;
	width: 448px;
	padding-left: 10px;
	}

.featureBox img {
	float: right;
	}
	
#main img.packs {
	float: right;
	margin-top: 20px;
}	

/* FOOTER */

.footer {
	font-size: 0.9em;
	margin: 0;
	}
	
.logo {
	float: right;
	clear: left;
	}
	
/* TEXT BOX */	
	
#textBox p {
	color: #FFFFFF;
	margin-top: 0px;
	}

#textBox ul {
	margin-bottom: 15px;
	}

#textBox li {
	color: #FFFFFF;
	margin-top: 8px;
	list-style: disc inside;
	}

#textBox a {
	color: #FFFFFF;
	}

#textBox a:hover {
	font-weight: bold;
	}	

#textBox1 p {
	color: #000066;
	margin-top: 0px;
	}

#textBox1 ul {
	margin-bottom: 5px;
	list-style: disc inside;
	}

#textBox1 li {
	color: #000066;
	margin-top: 8px;
	list-style: disc inside;
	}

#textBox1 a {
	color: #000066;
	}

#textBox1 a:hover {
	font-weight: bold;
	}	

#main img.button {
	position: absolute;
	top: 15px;
	left: 409px;
	margin: 0;
	}


/* FLOAT DROP FIX */

br.clear {
	clear: both;
	}
	
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

.clear {
	min-height: 1px;
	}
	
* html .clear {
	height: 1px;
	}
			
