/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	background: #dbdbdb;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #1E1A59;
	margin: .5em 0;
}
h1 {
	margin: 0;
	font-size: 1em;
	position: relative;
	width: 190px;
	height: 160px;
}
h1 span {
	position: absolute; 
	width: 100%;
	height: 100%;
	background: url(../images/logo-pellonia-main.gif) no-repeat center;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #1E1A59; }
a:active { color: #222; }
a:visited { color: #1E1A59; }
a:hover { color: #823700; }


/* site structure */

div#doc-container {
	border: 3px solid #c7c7c7;
	background: #fff url(../images/content-columns.gif) repeat-y center;
	width: 990px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 1em;
}
div#doc-header {
	background: #9a3c00 url(../images/header-storm.jpg) no-repeat right;
}
div#doc-navigation {
	width: 190px;
	float: left;
}
ul#top-level-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#top-level-navigation li {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 1px;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #181355;
	display: block;
	width: 170px;
	padding: 0.5em 0 0.5em 20px;
	text-decoration: none;
	background: #c7c7d1;
}
ul#top-level-navigation li a:hover {
	background: #bdbdc7;
	margin-bottom: 1px;
}

ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	color: #fff;
	background: #f26722 url(../images/nav-diamond.gif) no-repeat right !important;
}

div#doc-content {
	margin: 10px 0 0 20px;
	float: left;
	width: 570px;
}
div#doc-footer {
	clear: both;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.8em;
	color: #666;
	padding: 0 1em;
}
div#doc-content-left {
	width: 65%;
	float: left;
}
div#doc-sidebar-right {
	width: 170px;
	float: left;
	margin: 10px 0 10px 30px;
	background: #fff;
}
div#doc-sidebar-right h3.monotab {
	background: #1E1A59;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	margin: 0;
	padding: 0.4em;
}
br.clear {
	clear: both;
}

/* table formatted dl */

dl.table-display {
	width: 100%;
	margin: 1em 0;
	padding: 0;
}

dl.table-display dt {
	width: 45%;
	float: left;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #999;
}

/* commented backslash hack for mac-ie5 \*/
dt {
	clear: both;
}

dl.table-display dd {
	float: left;
	width: 55%;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
}

/* form styling */
fieldset {
	margin: 1em 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #ccc;
}
legend {
	color: #1E1A59;
	font-weight: bold;
}
fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset ol li label {
	display: block;
	margin: 10px 0 2px 0;
}

input.textfield, textarea.textfield {
	border: 1px solid #ccc;
	padding: 4px 2px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
input.captcha {
	width: 172px;
	display: block;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: 3px;
}
input.submitbutton {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 2px 10px;
}

span.required {
	color: #888;
	font-size: 0.8em;
	text-transform: uppercase;
}

/* user prompts */

div.user-message {
	background: #eee;
	border: 1px dotted #ccc;
	margin: 1em 0;
	padding: 0 1em;
	color: #1E1A59;
}

/* miscellaneous */

div.floatingHeaderBox {
	position: absolute;
	top: 65px;
	margin-left: 240px;
}
div.floatingHeaderBox h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
div.floatingHeaderBox ul {
	margin: 0.6em 0;
	padding: 0;
}
div.floatingHeaderBox ul li {
	list-style: none;
	color: #fff;
	font-size: 1.2em;
	padding-left: 14px;
	background: url(../images/list-bullet-diamond-header.gif) no-repeat 0 0.5em;
}

div.news-article-stub {
	margin: 0 10px;
}
div.news-article-stub h4 {
	margin: 1em 0 0.5em 0;
	font-size: 1em;
}
div.news-article-stub h4 a:link,
div.news-article-stub h4 a:active,
div.news-article-stub h4 a:visited {
	text-decoration: none;
	color: #F26722;
}
div.news-article-stub h4 a:hover {
	text-decoration: underline;
}
div.news-article-stub p {
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
}

div.content-align-left {
	float: left;
	width: 275px;
}
div.content-align-right {
	float: left;
	width: 275px;
	margin-left: 20px;
}
ul.content-styled {
	margin: 1em 0 1em 1em;
}
ul.content-styled li {
	color: #F26722;
	list-style: none;
	background: url(../images/list-bullet-content.gif) no-repeat 0 0.5em;
	padding-left: 14px;
}
ul.content-styled li a {
	color: #F26722;
	text-decoration: underline;
}
ul.content-styled li a:hover {
	color: #C44800;
	text-decoration: none;
}


div.photo-frame {
	margin: 1em auto;
	display: block;
	text-align: center;
}
div.photo-frame img {
	display: block;
	border: 3px solid #DBDBDB;
}
div.photo-frame p {
	color: #666;
	font-size: 0.8em;
	margin: 0.4em 0 0.2em 0;
}

table.features {
	width: 100%;
	margin: 1em 0;
}

table.features tr th {
	width: 220px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
	color: #F26722;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.features tr td {
	border-bottom: 1px solid #ccc;
}


table.applications {
	width: 100%;
	border: 1px solid #ccc;
	margin: 1em 0;
}
table.applications tr th {
	background-color: #1E1A59;
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
table.applications tr th h3 {
	color: #fff;
	font-size: 1.4em;
}
table.applications tr td {
	vertical-align: top;
	padding: 1em 10px 0 1em;
}

ul.no-style {
	margin: 1em 0;
	padding: 0;
}
ul.no-style li {
	list-style: none;
}

ul.biglist li {
	font-size: 1.4em;
	letter-spacing: -1px;
}

table.feature-list {
	width: 500px;
	margin: 1em auto;
	border-top: 1px solid #ccc;
}

table.feature-list tr td {
	padding: 3px 5px;	
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-top: 0.5em;
}

img.image-right {
	float: right;
	margin: 1em 1em 0 0.5em;
}


li.subnav a:link,
li.subnav a:active,
li.subnav a:visited {
	color: #fff !important;
	background: #9696a0 !important;
	padding: 0.2em 0 0.2em 20px !important;
	width: 170px !important;
}
li.subnav a:hover {
	background: #7c7c84 !important;	
}

div.pr-quote {
	background: #eee;
	padding: 1em 2em;
}

table.applicationLayout {
	margin: 1em 0;	
}
table.applicationLayout tr td {
	text-align: center;	
}

div.soundBox {
	background: #ff9 url(../images/speaker.gif) no-repeat top left;
	width: 160px;
	float: right;
	margin: 1em 0 1em 1em;
	padding: 0.2em 1em 0.2em 4em;
}
div.soundBox p {
	margin: 0.6em 0;	
}


ul.soundBites {
	margin: 1em 0;
	padding: 0;
}
ul.soundBites li {
	list-style: none;
	margin: 0 0 1em 0;
	font-size: 1.2em;
	background: url(../images/speaker-white.gif) no-repeat left;
	padding-left: 3em;
}
ul.soundBites li embed {
	margin-top: 0.25em;	
}