/*------------------------------------------------------------------ 
Filename:   screen.css  
Project:    Pavlenko
-------------------------------------------------------------------*/  

@import "reset.css";

/* =General Selectors
   ----------------------------------------------------*/
			

body {
	background-color: #000000;
	margin: 0px;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #F5F5F5;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	font-weight: normal;
}

#sidebar {
	float: right;
	width: 148px;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF0033;
	text-decoration: none;
}

p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.3em;
	margin-left: 0;
}

a img {
	border: 0;
}

ul, ol {
	padding: 0;
	margin-right: 0;
	margin-bottom: 1.3em;
	margin-left: 15px;
	margin-top: 1.3em;
}

ul ul, ol ol {
	font-size: 100%;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 20px;
}

ul li, ol li {
	line-height: 1.3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .4em;
	margin-left: 0px;
}

ul li {
	margin-bottom: 10px;
}

ol ol li {
	margin-left: 25px;
	list-style-type: lower-roman;
}

/* =HEADINGS
   ----------------------------------------------------*/

h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 1.5em;
	margin-top: 0px;
}

h2 {
	padding: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
}

h3 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #333333;
	font-size: 15px;
	font-weight: normal;
}

h4 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #008eb0;
	font-size: 14px;
	font-weight: normal;
}

h5 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #f68e56;
	font-size: 14px;
	font-weight: normal;
}

h6 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #363636;
	font-size: 14px;
	font-weight: normal;/* =STYLES HIDDEN FOR PRINT
   ----------------------------------------------------*/
	
}
#print-header  h5, #print-footer p  {
	display: none;
}

/* =LAYOUT
   ----------------------------------------------------*/
#wrapper {
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#masthead {
	height: 94px;
	width: 942px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #000000;
}

#banner {
	height: 221px;
	width: 942px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#primary-nav-wrapper {
	height: 19px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}

#map {
	padding: 12px;
	border: 1px solid #FFFFFF;
	width: 450px;
}

#content-wrapper {
	background-image: url(../images/content-mid.gif);
	background-repeat: repeat-y;
	width: 942px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer .button {
	float: left;
	margin-right: 15px;
}

.larger {
	font-size: 14px;
	font-weight: 600;
}

#footer-links {
	clear: none;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #C8C8C8;
}

#footer-links a {
	color: #C8C8C8;
	text-decoration: none;
}

#content-main {
	float: left;
	width: 509px;
}

#footer {
	background-image: url(../images/footer-bg.gif);
	background-position: right top;
	height: 107px;
	width: 942px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#masthead  h5 {
	font-size: xx-small;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
}
#masthead  h5  a {
	display: block;
	width: 159px;
	height: 87px;
	background-image: url(../images/ppm-logo.gif);
	background-position: 0em;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#masthead  #sanacosmetic {
	margin: 0;
	padding: 0;
	float: right;
}


/*
#navigation ul li:hover, #navigation .active {
	list-style-image: url(../images/nav-bullet-h.gif);
	list-style-type: none;
}*/
/*#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
#navigation   a:hover, #navlist .active {
	color: #FF0033;
}
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
	padding-left: 10px;
	background-image: url(../images/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-weight: bold;
	margin-bottom: 9px;
}
#navigation ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}*/

a.button-what {
	display: block;
	width: 250px;
	height: 107px;
	text-decoration: none;
	background-image: url(../images/button-what.gif);
	margin-bottom: 2px;
}

a.button-what:hover {
	background-position: -250px 0;
}

a.button-who {
	display: block;
	width: 250px;
	height: 107px;
	text-decoration: none;
	background-image: url(../images/button-who.gif);
	margin-bottom: 2px;
}

a.button-who:hover {
	background-position: -250px 0;
}

a.button-why {
	display: block;
	width: 250px;
	height: 107px;
	text-decoration: none;
	background-image: url(../images/button-why.gif);
	margin-bottom: 2px;
}

a.button-why:hover {
	background-position: -250px 0;
}

#footer-links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Primary Nav -----------------*/

#primary-nav {
	float:right;
	width:942px;
	height:19px;
	background:url(../images/primary-nav.gif) no-repeat left top;
	position:relative;
	top:0px;
	left:0px;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	overflow: hidden;
}

#primary-nav li {
	display:block;
	position:absolute;
	list-style:none;
}

#primary-nav li, #primary-nav a {
	display:block;
	height:19px;
	margin: 0px;
	padding: 0px;
}

#primary-nav a, #primary-nav a:hover {
	text-decoration:none;
}

#nav-home {
	left:0px;
	width:366px;
}

#nav-strength {
	left:366px;
	width:194px;
}

#nav-power {
	left:560px;
	width:184px;
}

#nav-victory {
	left:744px;
	width:197px;
}

#nav-home a:hover {
	background-image: url(../images/primary-nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -19px;
}

#nav-strength a:hover {
	background-image: url(../images/primary-nav.gif);
	background-repeat: no-repeat;
	background-position: -366px -19px;
}

#nav-power a:hover {
	background-image: url(../images/primary-nav.gif);
	background-repeat: no-repeat;
	background-position: -560px -19px;
}

#nav-victory a:hover {
	background-image: url(../images/primary-nav.gif);
	background-repeat: no-repeat;
	background-position: -744px -19px;
}

#page-home #nav-home {
	background-image: url(../images/primary-nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -19px;
}

#footer-links {
	clear: none;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #C8C8C8;
}

#navigation {
	float: left;
	width: 245px;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation ul li {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #FFFFFF;
}

#navigation ul li a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
}

#navigation .active a {
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(../images/fade.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#navigation ul li a:hover {
	background-color: #333333;
	color: #FFFFFF;
	display: block;
	background-image: url(../images/fade.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.red {
	font-weight: bold;
	color: #FF0033;
}

.right-image {
	float: right;
	margin-left: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.left-image {
	float: left;
	margin-right: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar img {
	margin-left: auto;
	margin-right: auto;
}

.sidebar-image {
	margin-top: 140px;
	margin-bottom: 0px;
}

/**********************************



Name: cmxform Styles



***********************************/

form.cmxform {
	width: 370px;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */

	color: red;
	font-style: italic
}

div.error {
	display: none;
}

input {
	border: 1px solid black;
}

input:focus {
	border: 1px dotted black;
}

input.error {
	border: 1px dotted red;
	display: block;
}

form.cmxform .gray * {
	color: gray;
}
