@charset "UTF-8";
body {
	background-color: #f6f6ec;
	font-family: Arial, Helvetica, sans-serif;
}
/*********### START HEADER ###*********/
#headerGlobe {
	background-image: url(images/head_bg01.gif);
	background-repeat: repeat-x;
	height: 105px;
	width: 100%;
	left: 0px;
	top: 0px;
	
}
#headerGlobe #header {
	position: relative;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	
}
#header img {
	border: none;
}
/*********### START MAIN ###*********/
#mainGlobe {
	background-image: url(images/body1_bg01.gif);
	background-repeat: repeat-x;
	/*height: 200px;*/
	background-color: #f6f6ec;
}
#mainGlobe2 {
	background-image: url(images/body1_bg02.gif);
	background-repeat: repeat-x;
	/*height: 200px;*/
	background-color: f6f6ec;
	height: 240px;
}
#main {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -390px;
}
#main2 {
	position: relative;
	width: 780px;
	left: 50%;
	height: 240px;
	margin-left: -390px;
}
#mainGlobe #main img {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 50px;
}
#main a {
	color: #43648D;
}
#main a:hover, #main a:visited, #main a:active {
	color: #9CC2E4;
}
#sellingContent, #contactContent {
	position: relative;
	top: 25px;
	width: 600px;
	left: 250px;
}
#sellingContent h3, #contactContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #43648D;
}
#mainGlobe2 #main #flush {
	font-size: 1px;
	color: #f6f6ec;
}
#sellingContent p, #contactContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #43648D;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sellingContent ul li, #contactContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #43648D;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
/*********### START FOOTER ###*********/
#footerGlobe {
	background-image: url(images/foot1_bg01.gif);
	background-repeat: repeat-x;
	height: 155px;
}
#footerGlobe2 {
	background-image: url(images/foot1_bg02.gif);
	background-repeat: repeat-x;
	height: 155px;
}

#footer {
	position: relative;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	text-align: right;
	vertical-align: bottom;
	height: 155px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer #footQuote {
	position: absolute;
	top: 50px;
	left: 250px;
}
#footer img {
	margin-left: 30px;
}
#footer #footContact {
	position: absolute;
	top: 137px;
	left: 50px;
}
#footer #footContact p {
	font-size: 9px;
	color: #9CC2E4;
}
#footer a {
	color: #9CC2E4;
}
#footer a:hover, #footer a:visited, #footer a:active {
	color: #43648D;
}


