/************************************************
	Oven Wonder Stylesheet definitions file
	Version: 1.0a
	Date: 27-04-09
	Copyright© 2009 by Apollo Internet Media
************************************************/

	body { font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; }
	h1 { font-size: 1.8em; margin-top: 0px;}
	
	#frame { width: 900px; text-align: left; background-color: white; }
	#padder { padding: 20px; width: 900px; border: solid 1px silver; }
	#header { background-image: url(../images/header.jpg); background-repeat: no-repeat; height: 300px; }
	#menu { background-color: #0F1274; color: #ffffff; height: 40px; line-height: 40px; font-size: 0.8em; font-weight: bold; vertical-align: middle;}
		#menu a { text-decoration: none; color: #ffffff;  padding: 0px 20px; height: 40px; display: block; float: left; clear: none;
			border-right: dotted 2px #ffffff; 
		}
		
		#home .home, #faq .faq, #contact .contact, #business .business {
			background-color: #38992A;
		}
	#menu .callbox { float: right; clear: none; color: #ffffff; font-size: 1.2em; margin-right: 20px;}

	#content {
		margin: 10px 0px 20px 0px;
	}
	
	#content p, #content li { font-size: 0.8em; letter-spacing: 1px;	font-weight: lighter; }
	
	p .nomargin { margin: 0px; }
	
		#leftcol { width: 150px; float: left; clear: none; text-align: center; }
		#main { float: right; clear: none; width: 750px; }
	
	.red { color: red; }
	.green { color: #38992A; }
	.link a { font-size: 0.8em; color: red; text-decoration: none;}
	.link a:hover { font-size: 0.8em; color: red; text-decoration: underline;}
	
	#footer {
		height: 30px; line-height: 30px; color: #ffffff; vertical-align: middle; text-align: center; background-color: #38992A; font-size: 0.8em; 
	}
	
	.breaker { clear: both; }

	#bottom { color: #cccccc; font-size: 0.6em; text-align: center; line-height: 30px;}	
	#bottom a { color: #cccccc; text-decoration: none; }