/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a1a1a1;
	background-color: #000000;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
body.home {
	overflow-x: hidden;

}
h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 16px; 
	color: #ffffff;
}
h1	{ font-size: 2em;}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.375em; }
h4	{ font-size: 1.125em; }
h5	{ font-size: 1em; }
h6	{ font-size: 1em; }
p, blockquote, li	{ 
	font-size: .75em; 
	line-height: 1.5em; 
	margin: 0 0 1em;
	color: #a1a1a1;
}

a, a:link, a:visited { 
	color: #3c6ecd; 
	text-decoration: none;
}
a:hover, a:active { color: #ffffff; text-decoration: none; }
a:active, a:focus { outline: none; }

#content ul, #content ol {
	margin: 1em 0;
	font-size: .875em; 
}
#content ul li { 
	list-style: disc outside;
	margin-left: 2em;
	margin-bottom: .5em;
	line-height: 1.35em;
}
#content ol li { 
	list-style: decimal outside;
	margin-left: 2em;
	margin-bottom: .5em;
	line-height: 1.35em;
}


.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 3px 20px 15px 0; }
.imgRight 	{ float: right; padding: 3px 0 15px 20px; }
.inline		{ display: inline !important; float: none !important; }
hr { display: block; margin: 2em 0; width: 100%; height: 1px; background: none; border: none; border-top: 1px solid #e6e6e6; }

/*   =======   LAYOUT  =======   */

#wrap {
	width: 960px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 10;
}
#header, #content, #footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	display: block;
	clear: both;
}
#header {
	height: 141px;
}
#content {
	float: left;
	margin: 0 0 80px;
}
#footer {
	clear: both;
	overflow: hidden;
	margin: 0 0 80px 0;
}
#left-block {
	width: 460px;
	float: left;
	padding-top: 20px;	
}
#right-block {
	width: 500px;
	float: right;
	padding-top: 20px;		
}
#bg-home {
	display: block;
	width: 1520px;
	height: 579px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -760px;
}

/*   =======   NAV  =======   */

#nav {
	display: block;
	float: right;
	width: 508px;
	height: 52px;
	margin-top: 36px;
}
#nav li {
	display: block;
	float: left;
}
#nav a {
	display: block;
	float: left;
	height: 52px;
	text-indent: -999em;
	background: url(../images/nav.png) no-repeat 0 0;
	width: 131px;
}
#nav li.company a { background-position: 0 0; width: 131px; }
#nav li.services a { background-position: -131px 0; width: 125px; }
#nav li.products a { background-position: -256px 0; width: 131px; }
#nav li.contact a { background-position: -387px 0; width: 121px; }

#nav li.company a:hover, #nav li.company a.active { background-position: 0 -52px; width: 131px; }
#nav li.services a:hover, #nav li.services a.active { background-position: -131px -52px; width: 125px; }
#nav li.products a:hover, #nav li.products a.active { background-position: -256px -52px; width: 131px; }
#nav li.contact a:hover, #nav li.contact a.active { background-position: -387px -52px; width: 121px; }



/*   =======   CONTENT  =======   */

h1#logo {
	display: block;
	float: left;
	margin: 44px 0 0 0;
	overflow: hidden;
}
h1#logo a {
	display: block;
	width: 222px;
	height: 97px;
	background: url(../images/logo-pdagroup.png) no-repeat 0 0;
	text-indent: -999em;
	
}
#about-home {
	display: block;
	margin-top: 445px;
	width: 960px;
	overflow: hidden;
}
#about-home h2 {
	display: block;
	float: left;
	text-indent: -999em;
	width: 529px;
	height: 79px;
	background: url(../images/tagline.png) no-repeat 0 0;
	margin: 0 21px 0 0;
}
#about-home p {
	display: block;
	line-height: 1.40em;
	width: 410px;
	float: left;
}
.header-img {
	margin-left: -130px;
}

#content h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 50px;
}
h3.our-company {
	display: block;
	width: 189px;
	height: 20px;
	text-indent: -999em;
	background: url(../images/header-our-company.png) no-repeat 0 0;
}
h3.managements-message {
	display: block;
	width: 319px;
	height: 20px;
	text-indent: -999em;
	background: url(../images/header-managements-message.png) no-repeat 0 0;
}
h3.bottles {
	display: block;
	width: 99px;
	height: 20px;
	text-indent: -999em;
	background: url(../images/header-bottles.png) no-repeat 0 0;
}
h3.cosmetics {
	display: block;
	width: 139px;
	height: 20px;
	text-indent: -999em;
	background: url(../images/header-cosmetics.png) no-repeat 0 0;
}


#contact-form {
	width: 285px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
}
#contact-form label {
	display: block;
	color: #a1a1a1;
	font-size: .75em;
	margin-bottom: 5px;
}
#contact-form input.text {
	display: block;
	width: 272px;
	height: 28px;
	background: #313131 url(../images/form-input.png) no-repeat 0 0;
	border: none;
	margin-bottom: 16px;
	color: #fff;
	font-size: .875em;
	padding: 5px;
	line-height: 1.25em;
}
#contact-form textarea {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 272px;
	height: 192px;
	background: #313131 url(../images/form-textarea.png) no-repeat 0 0;
	border: none;
	font-size: .875em;
	line-height: 1.25em;
	color: #fff;
	padding: 5px;
	margin-bottom: 16px;
}
#contact-form .submit {
	display: block;
	margin: 1em 0;
	width: 282px;
	height: 44px;
	border: none;
	cursor: pointer;
	background: url(../images/button-send.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	clear: both;
	float: none;
}
#contact-form .submit input {
	display: block;
	margin: 1em 0;
	width: 282px;
	height: 44px;
	border: none;
	cursor: pointer;
	background: url(../images/button-send.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	clear: both;
	float: none;
}
#contact-form .group {
	display: block;
	overflow: hidden;
	margin-bottom: 16px;
}
#address {
	float: left;
	margin-top: 12px;
}
#contact-form .checkboxes { overflow: hidden; margin-bottom: 1em; }
#contact-form .checkboxes label { display: inline; }
#contact-form .checkboxes .checkbox { float: left; margin-right: 5px; }
#contact-form .checkboxes .checkbox .fmchecklabel { display: none; }
#contact-form .required { margin: 0 3px; }
/*   =======   FOOTER  =======   */

#footer ul {
	display: block;
	float: left;
}
#footer li {
	display: inline;
	color: #fff;
	font-size: .625em;
}
#footer li a {
	text-transform: uppercase;
}
#footer-copy {
	display: block;
	float: right;
}
#footer-copy p {
	font-size: .625em;
	text-transform: uppercase;
	text-align: right;
	line-height: 1.3em;
	margin-bottom: 0;
}
#footer-copy a {
	color: #fff;
}


/*   =======   SITEMAP  =======   */

div#content tr.high {
	background-color: #1f1f1f;
	}

div#content table {
	margin: 1em 0;
}
div#content table th {
	font-size: .875em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2em;
	padding: 5px 10px;
}
div#content td {
	font-size: .75em;
	font-weight: normal;
	line-height: 2em;
	padding: 5px 10px;
}


