/*
Company:	Nautica X - ost.org
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}
/* @end */

/* @group Layout */
div#largebox-top {
	width: 730px;
	height: 6px;
	background: url(../images/largebox-top.gif) no-repeat;
	overflow: hidden;
}
div#largebox-center {
	padding-left: 15px;
	padding-right: 15px;
	width: 700px;
	background: url(../images/largebox-center.gif) repeat;
	overflow: hidden;
}
div#largebox-bottom {
	width: 730px;
	height: 6px;
	background: url(../images/largebox-bottom.gif) no-repeat;
	overflow: hidden;
}
div#smallbox-top {
	width: 365px;
	height: 6px;
	background: url(../images/smallbox-top.gif) no-repeat;
	overflow: hidden;
}
div#smallbox-center {
	padding-left: 20px;
	padding-right: 20px;
	width: 325px;
	background: url(../images/smallbox-center.gif) repeat;
	overflow: hidden;
}
div#smallbox-bottom {
	width: 365px;
	height: 6px;
	background: url(../images/smallbox-bottom.gif) no-repeat;
	overflow: hidden;
}
div.content-half {
	padding: 0px;
	width: 365px;
	float: left;
	display: inline;
}
div#outer-wrapper {
	background: url(../images/body-bkg.gif) repeat-y top center;
	
}
div#inner-wrapper {
	background: url(../images/header-bkg.gif) repeat-x;
}
div#content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo {
	background: url(../images/logo-box-bkg.gif) no-repeat;
	width: 194px;
	height: 225px;
	margin-top: 4px;
	text-align: center;
}
div#logo img {
	margin-top: 10px;
}
div#sidebar {
	float: left;
	width: 210px;
	display: inline;
}
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 20px;
	padding: 1px 0;
	background: url(../images/leaf-watermark.gif) no-repeat bottom right;
}
div.content-post {
	float: left;
	margin-left: 20px;
	width: 300px;
	display: inline;
	padding: 4px;
}
div.content-post img {
	border: 1px solid #fff;
}
div.content-post p {
	margin: 4px 0 0 0 !important;
	padding: 2px;
	font-size: 1.3em;
	border: 1px dotted #8b7f73;
}
div.content-post p span {
	font-size: .8em;
}
div.content-right2 {
	float: left;
	margin-left: 20px;
	width: 522px;
	display: inline;
}
div.content-left2 {
	padding: 4px;
	width: 180px;
	float: left;
	display: inline;
}
div.content-right3 {
	float: left;
	margin-left: 20px;
	width: 300px;
	display: inline;
}
div.content-right3 p {
    font-style: italic;
    line-height: 1.3em;
	border: 1px dashed #8b7f73;
    padding: 5px;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 240px;
	display: inline;
}
div.content-left {
	padding: 4px;
	width: 460px;
	float: left;
	display: inline;
}
div.content-left p.offer{
    font-size: 1.2em;
	border: 1px dotted #8b7f73;
    padding: 16px;
}
div.content-full {
	clear: both;
/*	padding-top: 15px;*/
}
p.end-story-links {
	border-bottom: 4px solid #d1b9b3;
	margin-bottom: 15px !important;
	font-size: .8em;
}
p.testimonials {
	font-size: .8em;
	float: right;
}
p.nav-offer {
	margin: 30px 10px 30px 22px;
    font-size: 0.8em;
	border: 1px dotted #8b7f73;
    padding: 10px;
}
p.update-offer {
    font-size: 1.3em;
	border: 1px dotted #8b7f73;
    padding: 8px;
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 10px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 7px 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: 0.8em;
	font-family: "Arial", serif;
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	margin: 0 20px 0 0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #7d7257;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #3f3e3a;
}
ul#nav li a.current
{
	color: #3f3e3a;
}

ul.side-nav {
	margin: 10px 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	color: #574f3c;
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(../images/side-nav-bullet.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #574f3c;
	text-decoration: none;
}
ul.side-nav li a.current {
	color: #776f5c;
	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #fffef9;
}
ul.side-nav li a.buy {
	color: #574f3c;
	background: url(../images/side-nav-buy.gif) no-repeat 5px 50%;
}
ul.side-nav li a.download {
	color: #574f3c;
	background: url(../images/side-nav-download.gif) no-repeat 5px 50%;
}
ul.side-nav li a:hover {
	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #fffef9;
	color: #574f3c;
}

ul.products-nav {
	margin: 10px 5px 10px 15px;
	border-top: 1px solid #e9e7e7;
	font-size: 0.7em;
	color: #776f5c;
}
ul.products-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.products-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 4px 0 9px 35px;
/*	background: url(../images/pf_logo.gif) no-repeat 5px 50%;*/
}
ul.products-nav li a.perfin {
	background: url(../images/pf_logo.gif) no-repeat 3px 50%;
}
ul.products-nav li a.viscb {
	background: url(../images/vc_logo.gif) no-repeat 3px 50%;
}
ul.products-nav li a:link, ul.products-nav li a:visited {
	color: #776f5c;
	text-decoration: none;
}
ul.products-nav li a:hover {
/*	background: url(../images/pf_logo.gif) no-repeat 5px 50%;*/
	color: #473f2c;
}

ul.help-nav {
	margin: 10px 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: .7em;
	color: #473f2c;
}
ul.help-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.help-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 4px 1px 5px 20px;
}
ul.help-nav li a:link, ul.help-nav li a:visited {
	color: #473f2c;
	text-decoration: none;
}
ul.help-nav li a.current {
	background-color: #fffef9;
	color: #473f2c;
}
ul.help-nav li a:hover {
	background-color: #fffef9;
	color: #776f5c;
}

ul#footer-nav {
	font-family: "Tahoma", serif;
	font-size: .7em;
/*	text-transform: uppercase;*/
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */
h1 {
	margin: 10px, 10px;
	font-size: 2.0em;
	color: #8f8075;
}
h2 {
	margin: 30px, 30px;
/*	font-weight: lighter;*/
	font-size: 1.4em;
	color: #8f8075;
}
h3 {
	margin: 0;
/*	font-weight: lighter;*/
	font-size: 1.2em;
	color: #8f8075;
}
h3.dateline {
	font-size: .8em;
	font-weight: lighter;
	color: #dc3409;
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
/*	text-transform: uppercase;*/
/*	font-weight: lighter;*/
	margin-bottom: 10px;
/*	font-family: "Times New Roman", serif;*/
	color: #a1a09b;
}
h5 { }
h6 {
	font-size: 0.8em;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Arial", serif;
	color: #61605b;
}
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: .75em;
	color: #626261;
	line-height: 1.7em;
}
div#content-inner p {
	margin: 2px 0 10px 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: .65em;
	font-family: "Arial", serif;
	color: #797069;
/*	text-transform: uppercase;*/
	margin: 10px 0;
}
p.no-dots {
	border-bottom: 0;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
	border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749;
}
form#search-form input.txt {
	width: 140px;
	/*border: 1px solid #736749;*/
	/*border-top: 4px solid #635534;*/
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #fff;
	text-transform: uppercase;
}
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #706153;
	border-bottom: 1px dotted #706153;
}

p.no-dots a:link, p.no-dots a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}
p.no-dots a:hover {
	color: #706153;
	border-bottom: none !important;
}
p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.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 */
/* @end */