﻿
/*  9 of 12 Microsoft Internet Explorer Design Templates 


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HTML TAGS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
	font-family: Verdana;
	color: #333333;
	background-color: #FBEFD0;
}
	
a img 
{
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	PAGE
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-container
{
	border: 1px solid #D1B28C;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
	min-width:982px;
	overflow:hidden;
	position:relative
}

.header-container
{
	height: 200px;
}

.header-container-left
{
	float:left;
	height: 200px;
	width:679px;
	min-width:679px;
	background: url('Images/cAP1200_12_LFT.png') no-repeat ;
}

.header-container-right
{
	position: relative;
	height: 200px;
	margin-left: 679px; 
	background: url('Images/cAP1200_10_MID.png') repeat;
}
.slogan-container
{
	position: absolute;
	height: 60px;
	width:100%;
	right:0px;
	top:0px;
	background: url('Images/slogan3.png' ) no-repeat;
	background-position: right;
}

.nav-container
{
	z-index:1;
	position:absolute;
	width: 821px;
	left: 270px;
	top: 193px;
	height: 15px;
	font-weight: bold;
	font-size: small;
}

.footer-back
{
	background: url('Images/Foot07.png');
}
.footer
{
	height: 25px;
	clear: both;
	font-family: Verdana;
	font-size: small;
	color: #999999;
	text-align: center;
	vertical-align: bottom;
}

.outher-left
{
	width: 250px;
	text-align: center;
}
.content-left
{
	float: left;
	width: 250px;
}

.content-main
{
	//float:left;
	//clear:right;
	margin-left: 270px;
	//margin-left: 0px;
	margin-top: 10px;
	font-family: Verdana;
	color: #666666;
	}


.menu-left
{
	padding: 0px;
	margin: 5px;
	
	font-size: small;
	font-family: Verdana;
	font-weight: bold;
	width: 250px;
}


.panel ul
{
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: normal;
	list-style-image: url('Images/buloff.png' );
	text-transform: none;
}

.TopLevelMenuItem1
{
	list-style-image: url('Images/Menu/homes.png' );
	color: #FF3300;
	font-weight: bold;
}

.TopLevelMenuItem2
{
	list-style-position:inside;
	list-style-image: url( 'Images/Menu/infos.png' );
	font-weight: bold;

}

.TopLevelMenuItem5
{
	list-style-image: url( 'Images/Menu/planes.png' );
	font-weight: bold;
}

.TopLevelMenuItem12
{
	list-style-image: url( 'Images/Menu/phones.png' );
	font-weight: bold;
}

.main-img
{
	border:1px solid #C3A887;
	padding:4px;
	height:263px;
	width:400px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LINKS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link
{
	color: #3F89C3;
	text-decoration: none;

}

a:visited
{
	color:  #3F89C3;
	text-decoration:none;
}

a:hover
{
	color: #3F89C3;
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
	color: #3F89C3;
}

/*
.menu-left
{
	background-color: #FFCCFF;
	position: relative;
}
.other-left
{
	background-color: #99CCFF;
	position: relative;
}

.content-main
{
	background-color: #AAFAEA;
	margin-left:350px;
	height:auto;
	float:right;
	
}
.content-left
{
	float:left;
	width:350px;
	height:auto;
	background-color: #CCFAFF;
	position: relative;
	display:inline-table;	
}


.other-left
{
	top:200px;
	position: relative;
}

*/