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;
}
ol, ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
content : '';
content : none;
}
:focus {
outline : 0;
}
ins {
text-decoration : none;
}
del {
text-decoration : line-through;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
a {
text-decoration: none;
}

/* Main styles */

*{
	font-family: Georgia, sans-serif;
	color: #666;
}
body {
	background: url('img/main_back.jpg') repeat-x;
	height: 100%;
}
#wrapper {
	width: 960px;
}
a {
	color: #c33ac3;
	font-weight: blod;
}

/* Header */

#wrapper .header {
	overflow: hidden;
	padding: 80px 0 5px 0;
	margin-bottom: 20px;
}

/* Intro styles */

#wrapper .intro {
	width: 550px;
	float: left;
}
#wrapper .intro h1 a {
	font-family: Arial, sans-serif;
	font-size: 90px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #666;
}
#wrapper .intro p {
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
}

/* Navigation */

#wrapper .navigation {
	padding: 30px 0 0 0;
}
#wrapper .navigation ul li {
	float: left;
	margin: 0 15px 0 0;
}
#wrapper .navigation ul li a {
	font-size: 18px;
	color: #c33ac3;
	font-style: italic;
	padding: 4px 8px;
}
#wrapper .navigation ul li a:hover, #wrapper .navigation ul li a.current {
	color: #fff;
	background: #c33ac3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Subnavigation menu */

#wrapper .navigation ul.subnav {
	display: none;
	position: absolute;
	margin: 5px 0 0 0;
}
#wrapper .navigation ul.subnav li {
	float: none;
	width: 200px;
	padding: 5px 0;
}
#wrapper .navigation ul.subnav li a {
	font-size: 12px;
	width: 100%;		
}
#wrapper .navigation ul.subnav li a:hover {
	background: none;
	color: #c33ac3;
	font-weight: bold;
}

/* Content */

#wrapper .content {
	width: 900px;
	margin: 0 auto;
}
#wrapper .content ul.pros {
	float: left;
	position: relative;
	top: 30px;
}
#wrapper .content ul.pros li {
	font-size: 14px;
	font-style: italic;
	height:28px;
	list-style:none;
}
#wrapper .content ul.pros li a {
	padding:4px 0 2px 28px;
	color:#666;
}
#wrapper .content ul.pros li a:hover, #wrapper .content ul.pros li a.current {
	color:#C33AC3;
	float:left;
	font-size:18px;
	margin-top:-5px;
	position:relative;
}
#wrapper .content ul.pros li a.current {
	background: url('img/paw.gif') no-repeat left top;	
}
#wrapper .content #pros_picture {
	width: 392px;
	height: 325px;
	margin: 0 0 0 508px;
	background-position: 50% 50%;
}
#wrapper .content .pros_description {
	display: none;
}

/* Production */

#wrapper .content .production {
	padding: 0 10px;
}
#wrapper .content .production .description {
	width: 500px;
	float: left;
}
#wrapper .content h1 {
	font-size: 24px;
	font-style: italic;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px 0;
}
#wrapper .content p {
	font-size: 14px;
	font-style: italic;
	text-align: justify;
	line-height: 18px;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0 5px;
}
#wrapper .content p.read_more {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px dashed #ccc;
}
#wrapper .content p.read_more a {
	float: right;
	background: #c33ac3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	margin-right: 5px;
}
#wrapper .content .picture {
	margin: 0 0 0 520px;
}
#switchers {
	float:left;
	position: absolute;
	width: 980px;
	margin: 100px 0 0 -40px;
	z-index: 10;
}
#switchers a.next, #switchers a.prev {
	background: url('img/switchers.jpg');
	display: block;
	text-indent: -9999px;
	width: 34px;
	height: 35px;
}
#switchers a.next {
	float:right;
	background-position: bottom left;
}
#switchers a.prev {
	float:left;
	background-position: top left;
}

/* Inner pages */

#wrapper .content .description {
	width: 500px;
	float: left;
}
#wrapper .content h2 {
	font-style: italic;
	font-weight: normal;
	margin: 20px 0 10px;
}
#wrapper .content ul {
	margin: 0 0 10px;
}
#wrapper .content ul li {
	font-size: 14px;
	font-style: italic;
	color: #999;
	padding: 0 5px;
	line-height: 18px;
	list-style: disc;
	list-style-position: inside;
}
#wrapper .content table {
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
#wrapper .content table td {
	padding: 5px 5px 10px;
	font-style:italic;
	font-size: 14px;
	color: #999;
}
span.footnote {
	color: #c33ac3;
	font-size: 12px;
}
#wrapper .content p.table_footer {
	font-size: 12px;
	color: #999;
	margin: 0;
	padding: 0;
	font-style: italic;
	line-height: 10px;
}
#wrapper .content img {
	float: left;
}

/* Preload */

.preload {
	display:none;
}

/* Contacts */

#contact_form {
	float: left;
	width: 480px;
}
#wrapper #contact_form table {
	border: none;
}
#wrapper #contact_form table td {
	padding: 3px 5px;
}
#wrapper #contact_form table td.label {
	width: 80px;
	text-align: right;
}
.obligatory {
	color: #c33ac3;
}
#wrapper #contact_form input {
	border: 1px dashed #ccc;
	background: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 18px;
	width: 350px;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	padding: 2px 5px;
}
#wrapper #contact_form input.button {
	border: none;
	background: #c33ac3;
	width: auto;
	padding: 4px 8px;
	height: auto;
	color: #fff;
	font-size: 18px;
	float: right;
	cursor: pointer;
	margin: 0 15px 0 0;
}
#wrapper #contact_form textarea {
	border: 1px dashed #ccc;
	background: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: auto;
	width: 350px;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	padding: 5px 5px;
}

#contacts {
	margin: 0 0 0 520px;	
}
#wrapper #contacts table {
	border: none;	
}
#wrapper #contacts table td {
	line-height: 18px;	
}
#wrapper #contacts td.phone {
	font-style: normal;
	font-size: 24px;
	color: #c33ac3;
}
#wrapper #contacts td.phone span {
	font-size: 14px;
	color: #94cc36;
}
#wrapper #contacts td.email a {
	font-style: normal;
	font-size: 18px;
	color: #c33ac3;
}
#wrapper #contacts td.email a span {
	font-size: 18px;
	color: #94cc36;
}


/* Footer */

#footer {
	background: url('img/footer_back.jpg') repeat-x;
}
#footer .content {
	width: 960px;
	margin: auto;
	color: #fff;
	padding: 103px 0 0 0;
}
#footer .content a, #footer .content p {
	color: #fff;
	font-size: 12px;
	font-style: italic;
}
#footer .content .contacts ul li {
	float: left;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	padding: 0px 10px 2px;
	background: url('img/footer_spacer.gif') no-repeat right 50%;
}
.copyright {
	float: right;
}

/* Sticky Footer stuff */

html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -134px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 134px; /* .push must be the same height as .footer */
}



