@charset "utf-8";
/* -----------------------------------------------------------------------------------------
Title:			CorfuXenos Global/Main
Author:			George Komianos
Copyright:		2008 Acrodev.com - Unless otherwise noted.
				The unique combination of images, colors, sizes, typography, and positioning 
				("the design") 	is copyright 2005 Acrodev.com and may not be reproduced. 

TODO:			--
BUG/FIX:		--
----------------------------------------------------------------------------------------- */

/* Imports 
--------------------------------- */

@import url("layout.css"); 
@import url("type.css");
@import url("design.css"); 
@import url("links.css");
@import url("ccb.css"); 
@import url("forms.css"); 

/* Global Primary Selectors 
------------------------------------------------------------------ */

body {
	text-align: center;
	background: #FFFFFF;
	padding: 0;
	margin: 10px 6px 80px;
	line-height: 1.1em;
}
div { 
	text-align: left;
	height: 1%; 
	background-color: transparent; 
	padding: 0; 
	margin: 0; 			
}
p { 
	margin: 0 0 8px 0; 
	padding: 0; 
}
img { 
	border: none; 
	padding: 0;
	margin: 0; 	
}

abbr, acronym {
	border-bottom: 1px dotted #C1C1C1;
	cursor: help;
}



/* Other Globals
------------------------------------------------------------------ */

.px-left {
	float: left;
	margin: 0 6px 2px 0;
}
.px-right {
	float: right;
	margin: 0 0 2px 6px;
}
.hlight {
	color: #0066FF;
}
.auraltext { position: absolute; font-size: 0px; left: -1000px; }

/* Global Hacks
------------------------------------------------------------------ */

.clearfix:after,
#content-wrap:after,
.home-intros:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE Mac \*/
.clearfix, 
#content-wrap, 
.home-intros {
	display: block;
}
/* End hide from IE Mac */
