﻿/*===============================================
	General styles
=================================================*/
html
{
	background: #fff url("images/background.png") repeat-x left top;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #ef2b2d;
	text-decoration: underline;
}

a:active, a:focus, a:hover
{
	text-decoration: none;
}

a img
{
	border: 0;
}

address
{
	font-style: normal;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

p.note
{
	text-align: center;
}

/*===============================================
	Form styles
=================================================*/
.error
{
	color: #f00;
}

input[type=text], textarea
{
	background: #fff;
	border: 1px solid #540000;
	color: #000;
}

button, input[type=button], input[type=submit]
{
	background: #540000;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 0.5em;
}

button:hover, input[type=button]:hover, input[type=submit]:hover
{
	background: #ef2b2d;
}

.field
{
	margin: 0 0 0.5em 0;
}

.field label
{
	font-weight: bold;
}

.field input[type=text], .field textarea
{
	display: block;
}

#email-form
{
	width: 57%;
}

#email-form input[type=text], #email-form textarea
{
	width: 99%;
}

#email-form .anti-spam-code input[type=text]
{
	display: inline-block;
	width: auto;
}

#email-form #contact-ip
{
	font-size: 0.8em;
	margin: 0.5em 0 0 0;
}

.contact-info
{
	float: right;
	margin: 0 0 1em 1em;
	width: 40%;
}

.contact-info address
{
	display: block;
	margin: 0 0 1em 0;
}

.contact-info address .call
{
	color: #ef2b2d;
}

.contact-info address.phone
{
	color: #ef2b2d;
	font-size: 1.15em;
	font-weight: bold;
}

#content .contact-info h2.order, .contact-info address.phone .fax
{
	color: #c00000;
}

/*===============================================
	List styles
=================================================*/
dl, ol, ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
}

li
{
	margin: 0;
	padding: 0;
}

dl
{
	padding-left: 0;
}

dl dt
{
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-transform: uppercase;
}

dl dd
{
	margin: 0 0 1em 0.5em;
	padding: 0;
}

table
{
	border: 0;
	border-collapse: collapse;
	margin: 0 0 1em 0;
	padding: 0;
}

table thead
{
	text-transform: uppercase;
}

table thead th
{
	text-align: center;
}

table tr
{
	margin: 0;
	padding: 0;
}

table td
{
	margin: 0;
	padding: 0.25em 1em;
}

table tr.alt td
{
	background: #dedede;
}

table.dimensions
{
	width: 100%;
}

table.dimensions thead tr + tr
{
	font-size: 0.85em;
}

table.dimensions tbody
{
	font-size: 0.85em;
}

table.dimensions tbody td
{
	text-align: center;
}

table.resistances
{
	width: 80%;
}

.resistances th, .resistances td
{
	text-align: left;
	width: 50%;
}

dl.news-items dt
{
	margin-bottom: 1em;
}

dl.news-items dt .date
{
	display: block;
	font-size: 0.85em;
	margin: 0.5em 0 0 0;
	text-transform: none;
}

dl.news-items dd
{
	margin: 0 0 3em 0;
}

ul.gallery
{
	float: left;
	list-style: none;
	padding: 0;
	width: 100%;
}

ul.gallery li
{
	float: left;
	padding: 0 13px;
	text-align: center;
}

ul.gallery li img
{
	display: block;
	margin: 10px 0;
}

ul.product-types
{
	list-style: none;
	padding-left: 0;
}

ul.organizations
{
	overflow: hidden;
}

ul.organizations > li
{
	float: left;
	width: 50%;
}

ul.photos
{
	float: right;
	list-style: none;
	margin: 0 0 1em 1em;
	padding: 0;
}

ul.photos > li
{
	margin: 0 0 1em 0;
	padding: 0;
}

/*===============================================
	Container styles
=================================================*/
#container
{
	margin: 0 auto;
	padding: 199px 0 0 0;
	position: relative;
	width: 975px;
}

#content
{
	border-left: 1px solid #540000;
	border-right: 1px solid #540000;
	float: right;
	margin: 0 235px 15px 0;
	padding: 0 25px;
	width: 512px;
	min-height: 275px;
}

body.no-gallery #content
{
	border-right: 0;
	margin-right: 0;
	width: 748px;
	min-height: 0;
}

#content h1, #content h2, #content h3, #content h4
{
	color: #ef2b2d;
}

#content h1
{
	font-size: 1.5em;
}

#content h2
{
	font-size: 1.35em;
}

#content h3
{
	font-size: 1.15em;
}

/*===============================================
	News styles
=================================================*/
#news
{
	float: left;
	width: 168px;
}

#news h2
{
	color: #ef2b2d;
	font-size: 1em;
}

#news img
{
	display: block;
	margin: 0 auto 1em auto;
}

#news .empty
{
	font-size: 0.85em;
}

#news ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#news ul.news-items
{
	border-bottom: 1px solid #540000;
	margin-bottom: 1em;
}

#news ul.news-items li
{
	font-size: 0.85em;
	margin: 0 0 0.75em 0;
	padding: 0;
}

#news ul.options
{
	font-size: 0.8em;
}

#news ul.options > li
{
	margin: 0 0 0.75em 0;
	position: relative;
}

#news ul.options > li .menu
{
	margin: 0.5em 0 0 0.5em;
}

#news ul.options > li .menu.jquery
{
	background: #fff;
	border: 1px solid #540000;
	margin: 0.5em 0 0 0.5em;
	padding: 0.5em;
	width: 27em;
}

#news ul.options > li .menu li
{
	margin: 0 0 0.5em 0;
}

#news ul.options > li > a, #news ul.options > li h2
{
	background: transparent url("images/buttons.png") no-repeat left top;
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 42px;
}

#news ul.options li > a span, #news ul.options > li h2 span
{
	position: absolute;
	top: -1000px;
}

#news ul.options > li.subscribe > a:active, #news ul.options > li.subscribe > a:focus, #news ul.options > li.subscribe > a:hover
{
	background-position: right top;
}

#news ul.options > li.brochures > a, #news ul.options > li.brochures h2
{
	background-position: left -42px;
}

#news ul.options > li.brochures > a:active, #news ul.options > li.brochures > a:focus, #news ul.options > li.brochures > a:hover
{
	background-position: right -42px;
}

#news .contact-info
{
	float: none;
	margin: 2em 0;
	text-align: center;
	width: 100%;
}

#news .contact-info .call strong
{
	color: #ef2b2d;
	font-size: 1.25em;
}

/*===============================================
	Gallery styles
=================================================*/
#gallery
{
	position: absolute;
	right: 0;
	top: 199px;
	width: 225px;
}

/*===============================================
	Navigation styles
=================================================*/
#navigation
{
	background: transparent url("images/header.png") no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
	width: 975px;
	height: 184px;
}

#navigation ul
{
	font-size: 0.8em;
	list-style: none;
	margin: 148px 0 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a
{
	color: #fff;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin: 0 0 1px 0;
	padding: 0 12px;
	text-decoration: none;
	vertical-align: middle;
}

#navigation a:active, #navigation a:focus, #navigation a:hover
{
	background: #830e11;
	outline: 0;
}

#navigation li.current a
{
	background: #fff;
	color: #830e11;
}

#footer
{
	background: #540000;
	color: #fff;
	float: left;
	font-size: x-small;
	padding: 8px;
	text-align: right;
	width: 959px;
}

#footer a
{
	color: #fff;
}
