@charset "utf-8";
/*-------------------------
 RemoteSatellite.com
 filename: sms.css
 version: 1.0
 date: 1-29-09
 
 copyright 2008-2009
 design/html/css/php: product 9 design
 php/data: gail sullivan
--------------------------*/


/*	This global CSS file controls the very basic layout of each page 
	(header, footer, background, width, links, etc.). Any changes here are 
	reflected sitewide. This allows for quickly switching layout perameters.
	
	This file should be first in the list of css files in the HTML
*/



/*---- TAGS -----*/
	body {color:#000000; margin:0; padding:0; background: #eaedf4 url(/template/images/global/bkg/bkg_sky_grad.png) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif; font-size:100.01%; line-height:1.16em;}
	
	img {border:0;}
	p, td, h1, h2, h3, h4, h5 {margin:0; padding:0;}

/*---- LINKS -----*/
	a {color:#0D448D; text-decoration:underline;}
	a:visited { color:#2C7DEB; text-decoration:underline;}
	a:hover {color:#1362CC; text-decoration:underline;}
	a:focus {outline:none;}

/*---- LAYOUT -----*/

	#page_wrapper {width:510px; margin:12px auto; background:#fff; padding:10px 20px;}
	
	#sms_wrapper { overflow:visible; margin:15px 0 25px 0;}
	.sendsms_item { float:left; padding:0 18px;}
	.logo_pad {padding:40px 0 0 0;}
	
	h1 {padding:20px 0 10px 0; font-size:1.35em; text-transform:uppercase; color:#0D448D;}
	h2 {padding:15px 0 5px 0; font-size:.95em; text-transform:uppercase;}
	
	.clear {clear:both;}
	