﻿/**********************************************************
 X10D3.CSS
 **********************************************************
 Description: A CSS framework  - CSS Reset & Base classes
 Creator: TJ Presley - tj@xiode.net
 http://www.xiode.net
 
 File: screen.css
 Holds all the general styles.
 *********************************************************/

@import "common.css";

/*****************************************
 GENERAL BODY LAYOUT
 *****************************************
 The general structure of the site.
 ****************************************/

	body { background:#EDEDED; }
	
	#Wrapper { background:#FFF url(/!img/aristotle_landing_onlinemarketing_safebet_vertical_devider.gif) repeat-y; width:960px; margin:0 auto; border:1px solid #CBCBCB; position:relative;  }
	#Wrapper:after { content: '.'; clear: both; display: block; overflow: hidden; visibility: hidden; height: 0; }
	#Header { background: url(/!img/aristotle_landing_onlinemarketing_back.png) no-repeat; width:960px; height:338px; }
	
	#LSide { background: url(/!img/aristotle_design_mp_background_alt.gif) no-repeat; background-position:160px 0; width:705px; float:left; padding:30px 30px 120px 30px; }
	#LSide H1 { font-size:1.4em; color:#2E66AA; margin-bottom:.2em; }	
	#LSide H2 { font-size:1.2em; margin-bottom:.6em; }	
	
	#RSide { background: url(/!img/aristotle_design_news_bkgrd.jpg) no-repeat; background-position:2px 32px; width:194px; float:left; }
	#RSide #ConsultationTitle { background: url(/!img/aristotle_landing_onlinemarketing_freeconsult.jpg) no-repeat; width:194px; height:54px; }
	
	#RSide P { margin-bottom:.6em; }
	#RSide #Notice { font-size:.9em; color:#898989; text-align:center; }
	#RSide #Notice a:link, #RSide #Notice a:visited { color:#898989; }
	#RSide #Notice a:hover { color:#000; }
	
	#Footer { position:absolute; bottom:0; left:0; width:766px; height:100px; background:#F2EEDD url(/!img/aristotle_landing_onlinemarketing_safebet_footer2.jpg) no-repeat; background-position:0 20px; border-bottom:1px solid #E3DECE; margin-bottom:6px; }
	#Footer #Copyright { background:#FFF; height:20px; line-height:12px; vertical-align:middle; font-size:.8em; color:#414141; margin-bottom:32px; text-align:center; margin-top:-20px; padding-bottom:20px; position:relative; z-index:1px; }
	#Footer #Copyright a:link, #Footer #Copyright a:visited { color:#414141; text-decoration:none; }
	#Footer #Copyright a:hover { color:#000; text-decoration:underline; }
	
	#Clear { background:#D83C1B; height:3px; overflow:hidden; border-top:3px solid #FFF; clear:both; }


	
	
	#Footer P { padding:0; margin:0; padding:10px 0 0 20px; }
	#Footer #ArisLink { background:#E9E1C4; float:right; width:208px; height:40px; padding-top:8px; border-left:1px solid #CBC7B9; text-align:center; }
	#Footer #ArisLink a { text-decoration:none; font-weight:bold; font-size:.9em; }
	#Footer #ArisLink a:link, #Footer #ArisLink a:visited { color:#D83C1B; }
	#Footer #ArisLink a:hover { color:#000; text-decoration:underline; }
	
	.Divider { background: url(/!img/aristotle_landing_onlinemarketing_safebet_divider.gif) no-repeat; width:691px; height:15px; margin:0 auto; border:0; }
	
	
	
	
	
	
	
	
	
	
	
	.blueText { color:#2E66AA; }