/* Site Template CSS */

/* HEADER */

#header_container {
	position: relative;
	width: 800px;
	height: 134px;
	padding: 0;
	margin: 0;
}
#header_buttons {
	position: absolute;
	right: 8px;
	top:51px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 32px
}
#header_buttons img {
	float: left;
	padding: 0 0 0 0;
	margin: 0 4px 0 0;
	height: 32px
}

/* TAIL */
#tail_container {
	position: relative;
	width: 800px;
	height:40px;
	background: url('../images/template/tailBg.png') no-repeat top;
	margin: 0;
	padding: 0;
}

#tail_buttons {
	position: absolute;
	right: 40px;
	top: 0px;
	padding: 0;
	margin: 0;
}
#tail_buttons img {
	float: left;
	height:27px;
	padding-right: 5px;
	margin: 0 2px 0 0;
}
/* NEWS */
div#headlines_body {
	padding: 3px 5px 5px 5px;
	height: 222px;
	background-image: url('../images/news_headlines_bg.png');
	background-repeat: no-repeat;
	background-position: top;
}
div#story_body {
	padding:0px 5px 0pc 5px;
}
div#headlines_header {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#headlines_pagination {
	text-align: center;
	margin-top:10px;
}
div#story_headline {
	font-size:25px;
	font-weight: bold;
	margin-bottom: -1px;
}
div#story_date {
	font-weight: bold;
	margin-bottom:15px;
}
div#story_story {
	margin-bottom:15px;
}
div#story_links {
	text-align: center;
}
div.defaultFont {
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: black;
}
div.headlines_block {
	margin-bottom: 5px;
	border-bottom: 1px solid #a9a9a9;
}
div.headlines_headline {
	margin-bottom:5px;
}
div#headlines_block_current {
	margin-bottom: 5px;
	border-bottom: 1px solid #a9a9a9;
	height: 32px;
	}
div#headlines_headline_current {
	margin-bottom:5px;
	font-weight: bold;
}
div.headlines_link {
	margin-bottom: 2px;
	text-align: right;
}
a.news:link, a.news:active, a.news:visited {
	text-decoration: none;
	color: #1400ff;
}
a.news:hover {
	text-decoration: underline;
	color: #0040ff;
}
a.pagination:link, a.pagination:active, a.pagination:visited {
	border: 1px solid #295aff;
	margin:0px 2px 0px 2px;
	padding:0px 2px 0px 2px;
	text-decoration: none;
	color: #295aff;
}
a.pagination:hover {
	border: 1px solid #295aff;
	margin:0px 2px 0px 2px;
	padding:0px 2px 0px 2px;
	background-color: #295aff;
	text-decoration: none;
	color: white;
}
span.pagination_current {
	background-color:#295aff;
	border:1px solid #295aff;
	color:white;
	padding:0px 2px 0px 2px;
	margin:0px 2px 0px 2px;
}
span.pagination_disabled {
	border:1px solid #939393;
	color: #939393;
	padding:0px 2px 0px 2px;
	margin:0px 2px 0px 2px;
}
/* CONTACT */
div#input_fields {
	margin: 20px 0px 0px 20px;
}
textarea#message {
	width: 250px;
	height: 100px;
}
input#name, input#e_mail, select#to {
	width: 185px;
}
input#subject {
	width:250px;
}
input#spam_filter {
	width: 75px;
	font-size: 20px;
}
div#block_capthca {
	margin-right:10px;
}
div#block_capthcaInput {
	margin-top:2px;
}
div#container_capthca {
	margin-top:2px;
}
ul#errors_list {
	font-family: Arial;
	font-size: 12px;
	list-style: disc;
	margin-top: 5px;
	margin-bottom: 5px;
}
span.errorsHeader {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}
span.errorsTail {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
span.inputLabel {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
span.stripBolding {
	font-weight: normal;
}
span.header {
	font-size: 35px;
	font-weight: bold;
	font-family: Arial;
}
div.showErrors {
	width:300px;
	display: block;
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid red;
}
div.hideErrors {
	display: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.hideError {
	padding: 0px;
	border: 0px;
}
div.showError {
	float: left;
	padding: 2px;
	border: 2px solid red;
}
div.container {
	clear: both;
}
div.block {
	float: left;
	}

/* TEMPLATE: PRODUCTS */
div#product_container {
	width:800px;
}
div#product_path {
	margin-bottom:15px
}
div#product_title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom:10px;
}
div#product_description {
margin-bottom:15px
}
div#product_images {
background: url('../images/template/productsImagesBg.png') top no-repeat;
padding:10px;
height:120px;
margin-bottom:15px
}
div.image_container {
	float: left;
	margin-right:10px;
	border: 1px solid #dedede;
	padding: 2px;
}
div.image_image {
	border: 1px solid #dedede;
	margin-bottom: 2px;
}
div.image_description {
	width:100px;
	text-align: center;
	font-size: 10px;
}
table#attribute_table {
	width:100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table#attribute_table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}
span.attribute_header {
	font-weight: bold;
	color: #af0000;
}

/* MISC CLASSES */
.clear {
	clear: both;
}

/* GENERAL SETTINGS */
div.clear {
	clear: both;
}
.defaultFont {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: black;
}
a.default:link, a.default:active, a.default:visited {
	text-decoration: none;
	color: #003bdb;
}
a.default:hover {
	text-decoration: underline;
	color: #0040ff;
}
body {
	margin: 0;
	padding: 0;
}
#page_container {
	width: 800px;
	margin: 0 auto 0 auto;
}
#body_container {
	margin: 10px 0 10px 0;
}
#copyright{
padding-top:3px;
width:600px;
margin:0 auto;
font: .6em Arial, Helvetica, Geneva, sans-serif;

}
#copyright a
{
color: #942724;
font-weight: bold;
	text-decoration: none;
	letter-spacing: .3em;
	text-transform: uppercase;
font-size: 1em;
}