/********************************************
   HTML ELEMENTS
********************************************/

* { margin:0; padding: 0; }

body{
    width: 1000px;
    margin: 0 auto;
    font: 76% Verdana, Tahoma, Arial, sans-serif;
    background: #ffffff;
    color: #303030;
}

a       {
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

a img{
	border:0;
}

ul, ol {
    margin: 10px 30px;
    padding: 0 15px;
}

ul span, ol span {
        color: #666666;
}

img {
    border:none;
    }

img.float-right {
		margin: 5px 0px 10px 10px;
		}
img.float-left {
	       float:left;
	       margin: 5px 10px 10px 5px;
	       }

p.italic {
    font-style: italic;
}

/*****************************
      LAYOUT
******************************/

#container{
background: #e8e8e8;
margin: 0 auto;
width: 960px;
}

#header{
width: 960px;
margin: 0 auto;
background: #e8e8e8 url(img/header.png) no-repeat;
height: 230px;
}

#header h1 {
display: none;
}

#main_column {
background: #e8e8e8;
float: left;
width: 684px;
}

#secondary_column {
background: #e8e8e8;
float: right;
width: 276px;
}

#main_menu {
width: 660px;
height: 18px;
margin: 0 auto;
}

#main_menu ul {
margin: 0px;
padding: 0px;
}

#main_menu li {
background: #ffffff;
display: block;
float: left;
font-size: 14px;
width: 108px;
text-align: center;
text-transform: uppercase;
line-height: 18px;
color: #8f8f8f;
margin: 0 1px;
}

#main_menu a {
display: block;
color: #8f8f8f;
font-weight: normal;
}

#main_menu li.selected a {
color: #c1002b;
}

#main_menu a:hover {
color: #c1002b;
}

#showcase {
width: 658px;
font-size: 14px;
background: #ffffff;
margin: 10px auto;
overflow: hidden;
}

#showcase h1 {
color: #c8c8c8;
font-size: 80px;
text-transform: uppercase;
font-weight: normal;
margin: 15px;
}

#showcase img {
margin: 10px;
padding: 2px;
width: 150px;
float: left;
border: 1px solid #e8e8e8;
}

#showcase img:hover {
border: 1px solid #c1002b;
}

#video_gallery {
width: 658px;
height: 200px;
background: #ffffff;
font-size: 14px;
margin: 10px auto;
overflow: visible;
}

#video_gallery embed {
width: 658px;
background: #222;
font-size: 14px;
margin: 0px;
overflow: hidden;
}

#contacts {
width: 658px;
margin: 0 auto;
font-size: 14px;
background: #ffffff;
}

.contacts_entry {
margin: 10px 15px;
padding: 15px 20px;
}

.contacts_entry img {
float: right;
}

#contacts hr {
border: 0;
width: 630px;
margin: 0 auto;
color: #c8c8c8;
background-color: #c8c8c8;
height: 1px;
}

.contacts_entry p {
margin: 5px 0;
font-size: 12px;
font-weight: normal;
color: #6f6f6f;
}

.contacts_entry a[href^="mailto"] {
font-size: 12px;
color: #6f6f6f;
font-weight: bold;
}

.contacts_entry a[href^="mailto"]:hover:after {
content: " > " attr(title);
color: #c1002b;
}

.contacts_entry h1 {
margin-left: -20px;
margin-bottom: 12px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
color: #8f8f8f;
}

.contacts_entry h2 {
margin-bottom: 6px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
color: #222;
}

#blog {
background: #ffffff;
width: 658px;
margin: 10px auto;
font-size: 14px;
}

.wp-pagenavi {
font-size: 12px;
color: #8f8f8f;
padding: 0;
padding-top: 10px;
margin: 0;
display: block;
width: 648px;
text-align: right;
}

.wp-pagenavi a {
color: #C1002B;
font-weight: normal;
}

.wp-pagenavi .pages {
padding: 0 10px;
}

.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink {
padding: 0 2px;
}

.blog_entry {
width: 630px;
margin: 2px auto;
border-bottom: 2px solid #E8E8E8;
}

.blog_top {
width: 630px;
text-align: right;
padding: 10px;
}

.blog_top a {
color: #C1002B;
}

.blog_entry img {
float: left;
clear: both;
}

.blog_entry a {
color: #c1002b;
}

.blog_entry a:hover {
color: #222;
}

.blog_entry p {
margin-top: 10px;
float: left;
clear: both;
}

.blog_entry_header {
background: #ffffff;
padding: 15px 0;
}

.blog_entry_date {
text-transform: uppercase;
font-weight: bold;
color: #8f8f8f;
}

.blog_entry_title {
text-transform: uppercase;
font-weight: bold;
color: #222;
}

.blog_entry_content {
overflow: hidden;
background: #ffffff;
padding: 0;
}

#photo_gallery {
width: 660px;
margin: 0 auto;
font-size: 14px;
}

.photo_gallery_entry {
background: #ffffff;
margin: 10px 1px 15px 1px;
}

.photo_gallery_entry img {
margin: 5px 12px;
padding: 2px;
border: 1px solid #e8e8e8;
width: 150px;
float: left;
}

.photo_gallery_entry img:hover {
border: 1px solid #c1002b;
}

.photo_gallery_entry p {
margin-top: 10px;
float: left;
clear: both;
}

.photo_gallery_entry_header {
background: #ffffff;
padding: 15px;
}

.photo_gallery_entry_date {
text-transform: uppercase;
font-weight: bold;
color: #8f8f8f;
}

.photo_gallery_entry_title {
text-transform: uppercase;
font-weight: bold;
color: #222;
}

.photo_gallery_entry_content {
overflow: hidden;
background: #ffffff;
padding: 15px;
}

#products_menu_title {
width: 262px;
height: 18px;
margin: 0 auto;
background: #ffffff;
font-size: 14px;
text-align: center;
text-transform: uppercase;
line-height: 18px;
color: #8f8f8f;
margin: 0 1px;
}

#products_menu {
width: 262px;
margin: 0 auto;
font-size: 14px;
background: #ffffff;
margin: 10px 1px 15px 1px;
padding-top: 1px;
}

.products_menu_block {
padding: 0px 1px 5px 1px;
margin: 10px;
border-bottom: 2px solid #e8e8e8;
overflow: hidden;
}

.products_menu_block h1 a {
font-size: 14px;
text-transform: uppercase;
line-height: 14px;
margin: 4px 0;
padding-left: 4px;
font-weight: normal;
color: #8f8f8f;
border-left: 8px solid #e8e8e8;
}

.products_menu_block h1 a:hover {
color: #222;
border-left: 8px solid #c1002b;
}

.products_menu_block h1.selected a {
font-size: 14px;
text-transform: uppercase;
line-height: 14px;
margin: 4px 0;
padding-left: 4px;
font-weight: normal;
color: #222;
border-left: 8px solid #c1002b;
}

.products_menu_block h2 {
font-size: 12px;
line-height: 22px;
font-weight: normal;
color: #8f8f8f;
font-variant: small-caps;
}

.products_menu_block p {
float: left;
clear: both;
padding: 5px 0;
width: 120px;
font-size: 11px;
line-height: 18px;
font-weight: normal;
color: #8f8f8f;
}

.products_menu_block a {
display: block;
color: #8f8f8f;
font-weight: normal;
}

.products_web {
padding: 0px 1px 5px 1px;
margin: 10px;
overflow: hidden;
}

.products_web h1 {
font-size: 14px;
text-transform: uppercase;
line-height: 22px;
font-weight: normal;
color: #8f8f8f;
}

.products_web img {
margin: 5px 1px;
}

.readmore {
}

.readmore a {
color: #c1002b;
}

.readmore a:hover {
color: #222;
}

.readmore a:after {content: " »"}

#footer {
clear: both;
padding: 10px 0;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
width: 960;
text-align:center;
color:#808080;
}

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

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

.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

.textright{
text-align:right;
}

.center{
text-align:center;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}

.clearboth{
clear: both;
}

