/* ------------------------------------ 
   ------>>> TABLE OF CONTENT <<<------ 
   ------------------------------------ 
   |- TABLE OF CONTENT
   |- GLOBALS 
   |- ABSOLUTES 
   |- CONTAINERS 
   |- OVERWRITE
   ------------------------------------
*/

/* =GLOBALS
--------------------------------------------------------------------------------*/
body, pre {
	font: normal 12px/145% "Courier New", Courier, mono;
	color: #000000;
}
a { text-decoration: none; color: #111111; }
a:link {}
a:visited {}
a:active {}
a:hover {
	color: #fe40fc;
}

p {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	text-transform: uppercase;
	color: #fe40fc;
}
ul {
  	padding-left: 15px;
  	margin-bottom: 10px;
}	
li {
  	list-style-type: circle;
  	list-style-position: outside;
  	margin-bottom: 8px;
}
/* =ABSOLUTES
--------------------------------------------------------------------------------*/
#aortica_order {
	position: absolute;
	left: 102px;
	top: 263px;
	display: none;
}

/* =CONTAINERS
--------------------------------------------------------------------------------*/
#content {
	float: left;
	width: 960px;
}
#col1 {
	float: left;
	width: 325px;
	margin: 50px 0 0 180px;
}
#col2 {
	float: left;
	width: 367px;
	margin: 50px 0 0 88px;
}

/* =OVERWRITE ---- MUST APPEND TO ALL OTHER STYLES ----
--------------------------------------------------------------------------------*/
.right, a.right { float: right; }
.left, a.left { float: left; }
.t_right { text-align: right; }
.t_left { text-align: left; }
.noborder { border: none;}
.relative {	position: relative; }
