

/* General styles */

html {
	background: #2e4f72;
}
body {
	color: #333;
	width: 760px;
	padding: 3px;
	background: #fff;
	margin: 0 auto 2em;
	position: relative;
	text-align: justify;
	font: normal 12px/18px "lucida grande", verdana, tahoma, sans-serif;
}
a {
	color: #2e4f72;
}
a:hover {
	color: #690;
}
h1 {
	display: none;
}
h2 {
	margin: 0;
	color: #41a2be;
	padding: 15px 5px 5px 30px;
	font: 800 14px "lucida grande", verdana, tahoma, sans-serif;
	background: transparent url("img/bullet.png") no-repeat left 17px;
}
h3 {
	margin: 7px 0;
	font-size: 14px;
	font-weight: 400;
}
ul {
	padding: 0 1.5em;
}
ul li {
	margin: 0 0 .5em;
	list-style: disc;
}
img {
	border: 0;
}
label {
	float: left;
	width: 100px;
	display: block;
}


/* Layout blocks */

#head {
	height: 120px;
	position: relative;
	background: #b0b93f url("img/bg_head.gif") repeat-x;
}
#side {
	width: 250px;
	float: right;
	font-size: .9em;
	margin: 35px 20px 10px 0;
}
#main { 
	width: 430px;
	margin-left: 15px;
	padding: 0 20px 2em 10px;
	background: #fff url("img/bg_main.png") no-repeat top left;
}
#foot {
	clear: both;
	color: #fff;
	font-size: .75em;
	background: #999;
	padding: 3px 10px;
	margin: 3px -3px -3px -3px;
}


/* Head[er] stuff like logo, top and sub nav */

#head #logo {
	top: 12px;
	left: 530px;
	position: absolute;
}
#head ul {
	margin: 0;
	left: 20px;
	padding: 0;
	position: absolute;
}
#head ul.top {
	left: 20px;
	bottom: 24px;
}
#head ul.sub {
	bottom: 2px;
	left: 20px;
}
#head ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 3px;
}
#head ul li a {
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 4px 12px;
	background: #275372;
	text-decoration: none;
}
#head ul li a:hover {
	background: #2f6288;
}
#head ul.top li a.here, #head ul.top li a.here {
	color: #690;
	background: #fff;
}
#head ul.sub li {
	color: #fff;
	font-size: 10px;
}
#head ul.sub li a {
	color: #cf9;
	padding: 0 8px 0 3px;
	text-decoration: none;
	background: transparent url("img/bg_head-sub.gif") no-repeat right center;
}
#head ul.sub li a:hover, #head ul.sub li a.here {
	color: #fff;
}
#head ul.sub li.last a {
	background: none;
	margin-right: 1em;
}


/* Side[bar] steez */

#side div {
	padding: 0 0 5px;
	margin: 0 0 13px 0;
	border: 1px solid #eee;
}
#side div h3 {
	padding: 5px ;
	margin: 0 0 5px;
	background: #ddd;
}
#side div h3.feat {
	margin-top: 0;
}
#side div h3 a {
	color: #333;
	background: inherit;
	text-decoration: none;
}
#side div h3 a:hover {
	border-bottom: 2px solid #333;
}
#side div p {
	line-height: 1.5em;
	margin: 0 10px 5px 5px;
}
#side div img.feat {
	margin-bottom: 4px;
}
#side div.feat {
	background: #f4fce0;
}
#side div.feat h3 {
	margin-top: 0;
	background: #e7efd4;
}


/* Main steez */

#main h3 {
	color: #690;
}
#main ul {
	padding-left: 3em;
}
#main ol {
	margin-top: .5em;
}
#main ol li {
	list-style: lower-alpha;
}
#main ol.num li {
/*	list-style: decimal inside;*/
	list-style: none;
	padding: 5px 10px;
	margin: 0 -20px;
}
#main ol li p {
	margin-top: 0;
}
#main p.insform {
	margin: 1em auto;
	padding: 2em 4em;
	background: #eee;
}

/* Distributor blocks, heh */

.dist li {
	list-style: none;
	font-weight: 800;
	text-align: left;
	margin-left: -2em;
	margin-bottom: 1.5em;
}
.dist li ul {
	margin: 0;
	padding: 0 !important;
}
.dist li ul li {
	margin: 0;
	width: auto;
	float: none;
	font-weight: 400;
}
.dist li ul li.fone, .dist li ul li.facs, .dist li ul li.cell, .dist li ul li.mail {
	padding-left: 20px;
	background: #fff url("img/fone.png") left 50% no-repeat;
}
.dist li ul li.facs {
	background-image: url("img/facs.png");
}
.dist li ul li.cell {
	background-image: url("img/cell.png");
}
.dist li ul li.mail {
	background-image: url("img/mail.png");
}

/* Contract page */

#contract {
	width: 550px;
	padding: 2em;
	margin: 1em auto;
	background: #fff url("img/bg_contract.gif") top repeat-y;
}
#contract #head {
	height: 90px;
	background: transparent url("img/bg_contract-head.png") right top no-repeat;
}
#contract h2, #contract h3 {
	color: #c00;
	text-transform: uppercase;
	font: 400 18px "lucida grande", arial, helvetica, sans-serif;
}
#contract h3 {
	color: #000;
	margin: 0 0 0 30px;
	text-transform: none;
}
#contract li {
	margin-bottom: .8em;
}
#contract ul li {
	list-style: square;
}
#contract small {
	display: block;
	line-height: 1.5em;
}

/* Foot[er] steez */

#foot a {
	color: #fff;
}
#foot a:hover {
	text-decoration: none;
}
#foot span {
	width: auto;
	float: right;
	display: block;
	margin-top: -2em;
	text-transform: lowercase;
}

/* Generic classes */

.right {
	float: right;
	margin-left: 7px;
}
.left {
	float: left;
	margin-right: 7px;
}
.center {
	display: block;
	margin: 20px auto;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.col {
	width: 50%;
	float: left;
}
.more {
	font-size: 13px;
	font-weight: 800;
	text-align: right;
}
.more a:hover {
	text-decoration: none;
}
