/* general
------------------------------------------------------------ */

body {
	background-color: #2683A4;
	font-family:  Tahoma, Verdana, "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-weight: 100;
	color: #fff;
	}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-family:  Tahoma, "Lucida Grande", Arial, Helvetica, Sans-Serif;
	}
	
h3 {
	margin: 10px 0;
	}

a:link, a:visited {
	text-decoration: none;
	color: #DCF7EB;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #DCF7EB;
	}
	
.breaker {
	clear: both;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: 1.1em;
	line-height: 16px;
	}
	
#page_content h1 {
	font-size: 2.2em;
	}
	
.product_display {
	margin-bottom: 10px;
	}
