/*	CSS Properties for absocold.com	*/


/*	LAYOUT DIVISIONS	*/

	body {
	 background: #fff9e2;
	 margin: 0px;
	 padding: 0px;
	 text-align: center;
	}

	#container {
	 background: url('images/bg-star.png') top right no-repeat;
	 margin: 0px auto 0px auto;
	 text-align: left;
	 width: 800px;
	}

	#top { background-color: #65696e; height: 10px; }

	#header {  }
	
	#logo { float: left; }
	
	#navigation { border-top: 5px solid #dad5c1; }
	
	#main { border-bottom: 1px solid #dad5c1; border-top: 1px solid #dad5c1; clear: both; padding: 20px 0px 10px 0px; }
	
	#content { float: left; padding: 0px 20px 20px 0px; width: 400px; }

	#sidebar { float: right; padding: 0px 0px 20px 0px; width: 360px; }

	#footer { border-top: 1px solid #dad5c1; clear: both; text-align: right; }


/*	TYPOGRAPHY	*/

	p,td {
	 color: #333;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 0.8em;
	 line-height: 140%;
	}
	
	#footer p { color: #65696e;  font-family: Futura, Verdana, sans-serif; font-size: 0.7em; }

	h1 {
	 color: #65696e;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 32px;
	 font-weight: normal;
	 margin-bottom: 0px;
	}

	h2 {
	 color: #64598a;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 32px;
	 font-weight: normal;
	 margin-top: 0px;
	}

	h3 {
	 color: #b0ba25;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 28px;
	 font-weight: normal;
	 margin: 0px 0px 5px 0px;
	}
	
	h4 {
	 color: #64598a;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 16øpx;
	 font-style: italic;
	 font-weight: normal;
	}


/*	LIST ELEMENTS	*/

	li {
	 color: #333;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 0.8em;
	 line-height: 160%;
	}
	
	#navigation ul { margin: 0px; padding: 0px; }
	
	#navigation li {
	 display: inline;
	 font-family: Futura, Arial, sans-serif;
	 font-size: 12px;
	}


/*	ANCHOR ELEMENTS	*/

	a { border-bottom: none; color: #006396; text-decoration: none; }
 	a:hover { border-bottom: none; color: #333; text-decoration: none; }

	p.button a:hover { border-bottom: none; text-decoration: none; }

	#navigation li a { border-bottom: none; color: #65696e; text-decoration: none; }
	#navigation li a:hover { border-bottom: none; border-top: 5px solid #58778a; color: #58778a; padding-top: 1px; text-decoration: none; }

	
	.errors {
		margin-bottom: 10px;
		border: 1px solid #58778A;
		font-family: Georgia, 'Times New Roman', serif;
		font-size: 13px;
		background-color: #C2DEEF;
		line-height: 25px;
		padding: 10px;
		color: #142F3F;
	}