/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#c8e0fe url("../images/bg-top.gif") top repeat-x;
	text-align:center; 
	font:12px/16px "Helvetica", Arial, Helvetica, sans-serif; 
	color:#000;
	
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:32px; color:#d81f00; }
h2	{ font-size:20px; color:#175aaf; }
h3	{ font-size:18px; color:#175aaf; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-body.gif") repeat-y;
	width:875px;
	margin:0 auto;
	text-align:left;
	margin-top:0px;
	}
	
#masthead {
	position:relative;
	background:url("../images/header.jpg");
	height:113px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:169px;
		top:0px;
		height:53px; 
		}
	#masthead a span {
		display:none;
		}

	#masthead p {color:#fff; margin:0 0 0 172px; padding-top:5px;}

/* ----- column-left ----- */

#column-left {
	width:279px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 0px 10px 0px;
		}
	#column-left form { margin-left:0px; }
	
	#blue-bg {
		background-color:#175aaf;
		margin:7px 19px 0 11px;
		text-align:center;
		padding:0px 0 0px 0;
		width:255px;
		height:190px;
	}
	
	#blue-bg img {margin-top:10px;}
	
	#blue-bg span {font-size:14px; margin-top:10px;}
	#blue-bg span a {text-decoration:underline;}
	
	#blue-bg a {
		height: 100%;
		width: 100%;
		display:block;
		text-decoration:none;
	}
	
	#blue-bg br {margin-bottom:5px;}
	
	#blue-bg a:hover {
		background-color:#357eda;
	}
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
/* ----- column-right ----- */

#column-right {
	width:596px;
	float:left;
	}

	#column-right p, #column-right h2, #column-right ul, #column-right dl {
		margin:0 15px 10px 15px;
		}
	
	#column-right h1 {
		margin:10px 15px 10px 15px;
		font-weight:normal;
	}
	
	#column-right h3 {
		margin:0 15px 10px 15px;
		float:left;
		width:40px;
		font-size:11px;
		color:#afafaf;
		font-weight:normal;
		}
		
	.code-link a:link, .code-link a:visited {
		font-size:20px;
		color:#357eda;
		text-decoration:underline;
		}
		
	.code-link a:hover, .code-link a:active {
		font-size:20px;
		color:#175aaf;
		text-decoration:none;
		}
		
	.coupon-text {
		font-weight:bold;
		}
		
	.verified-text {
		color:green;
		font-weight:bold;
		}
	
	.verified-text img {
		vertical-align:bottom;
		margin-right:3px;
		}
		
	.fr {
		background-color:#dcebfe;
		width:100px;
		float:right;
		margin:0 10px 0 0;
		font-size:11px;
		text-align:center;
		height:60px;
		padding:5px;
		}
	
	.fl {float:left; width:427px;}

	.coupon {
		width:557px;
		border:4px solid #d8e3f2;
		margin:0 0 10px 15px;
		padding:10px 0 0 0;
	}

	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	border-bottom:4px solid #175aaf;
	height:4px;
	clear:both;
	width:100%; /* fix for Safar */
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:875px;
	margin:0 auto;
	text-align:center;
	}

#footer a:link, #footer a:visited { color:#175aaf; text-decoration:none; }

#footer a:hover, #footer a:active { color:#175aaf; text-decoration:underline; }

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #175aaf;
	}

	#footer li.first { border: none; }

