
/*
  Color Definition
  red: #EE342B
  gray: #777
  black: #000
  white: #fff
*/


body {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000;
    background-color: #fff;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
input { font-size: 11px; }
select { font-size: 11px; }
option { font-size: 11px; }
textarea { font-size: 11px; }
img { border: 0px; }

.giant    { font-size: 48px; }
.largest  { font-size: 24px; }
.larger   { font-size: 18px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.vtop   { vertical-align: top; }
.vbot   { vertical-align: bottom; }
.vmid   { vertical-align: middle; }
.vtbot  { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.hdrbar { background-color: #0072BC; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }

a:active, a:focus { outline: 0; }

a:link    { color: #000; text-decoration: none; cursor: pointer; }
a:visited { color: #000; text-decoration: none; cursor: pointer; }
a:hover   { color: #EE342B; text-decoration: none; cursor: pointer; }

.image_with_padding{
    float: left;
    margin: 0 15px 15px 0;
}

h1, h2, h3, h4, h5{
    margin: 0 0 10px 0;
    padding: 0;
}

h1{
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 19px 0;
}

h2{
    font-size: 24px;
    padding: 0px;
    margin: 0px;
}

h3{
    font-size: 13px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    color: #EE342B;
    font-weight:normal;
}

.red{
    color: #EE342B;
}

.grey{
    color: #777777;
}

#main a:link    { color: #000; text-decoration: none; cursor: pointer; }
#main a:visited { color: #000; text-decoration: none; cursor: pointer; }
#main a:hover   { color: #EE342B; text-decoration: none; cursor: pointer; }

/* Registered Trademark Superscript */
span.reg{
    font-size:.7em;
    vertical-align:top;
}

.clear{
    clear: both;
}

.content_table, .content_table_no_header{
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    width: 100%;
}

.content_table thead td{
    text-align: center;
}

.content_table td, .content_table_no_header td{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3px;
    text-align:center;
}

.content_table_no_header tr td:first-child{
    width:300px;
    text-align: left;
}

.content_table_large{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
}

.content_table_large tr td{
    text-align:center;
}

.content_table_large tr td:first-child{
    text-align:left;
}

.content_table_large tr.header td{
    font-size: 160%;
    font-weight: bold;
    border-bottom: 10px solid #aaa;
    padding: 7px;
    text-align:left;
}

.content_table_large tr.no-border td{
    border: none;
}

.content_table_large tr td.all-border{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.content_table_large thead td{
    text-align: center;
}

.content_table_large td{
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 3px;
}

#footer, #header, #content{
    width: 950px;
    margin: 10px auto;
    padding: 0px;
    position: relative;
}


/* @group header & navigation */

#header{
    margin-top: 35px;
    height: 58px;
}

#header #language_links{
    position: absolute;
    right: 82px;
    width: 354px;
    text-align: right;
    font-size: 12px;
    top: 14px;
}

#header #language_links a{
    color: #000;
}

#header #language_links a.downloads{
    color: #000;
    float:right;
    float:left;
}

#header #language_links a:hover{
    color: #EE342B;
}

#header #language_links .language{
    margin-left: 10px;
}

#header #language_links .language.active{
    color: #EE342B;
}

#header img.main_logo{
    float: left;
    vertical-align: top;
    margin: 21px 8px 0px 15px;
}

#header ul{
    margin: 31px 0px 0px 3px;
    padding: 0px;
    float: left;
}

#header ul li{
    list-style: none;
    margin: 0px 0px 0px 3px;
    padding: 0px;
    display: inline;
    float: left;
}

#header ul li a{
    color: #fff;
    background-color: #EE342B;
    display: block;
    font-weight: bold;
    font-size: 13px;
    width: 128px;
    padding: 10px 0px 3px 23px;
}

#header ul li a:hover, #header ul li a.active{
    background-color: #000;
}

/* @end header & navigation */

/* @group lefter */

#lefter{
    float: left;
    width: 153px;
    margin-right: 10px;
    padding: 28px 0px 0px 17px;
    /* border: 1px solid pink; */
}

#lefter #superparent{
    margin-bottom: 20px;
}

#lefter #superparent a{
    font-weight: bold;
    font-size: 140%;
    color: #777;
}

#lefter ul{
    margin: 0px;
    padding: 0px;
}

#lefter ul li{
    list-style: none;
    margin: 0px 0px 4px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 14px;
}

#lefter ul li ul{
    margin-top: 5px;
}

#lefter ul li ul li{
    margin-left: 15px;
    font-size: 90%;
    font-weight: normal;
}

#lefter a{
    color: #000;
}

#lefter ul li a:hover, #lefter ul li a.active, #lefter ul li.current-cat a{
    color: #EE342B;
}

/* @end lefter */


/* @group footer */
#footer{
    margin-top: 70px;
}

#footer a{
    color: #000;
}

#footer-left{
    float: left;
    width: 480px;
    font-size: 115%;
    margin-left: 5px;
    padding-top: 1px;
}

#footer-right{
    float: left;
    width: 350px;
    margin-bottom: 50px;
    padding-top: 0;
}

#footer-right p{
    margin-top:0;
    padding-top:0;
}

/* @end footer */


/* @group content */
#content{
    margin-top:15px;
}
/* @end content */


/* @group generic, two_column & gallery templates */
#main{
    float: left;
    width: 770px;
    min-height: 500px;
    padding-top: 16px;

}

#generic #main_image #slideshow_nav, #gallery #main_image #slideshow_nav, #two_column #main_image #slideshow_nav{
    position: absolute;
    width: 100%;
    bottom: 12px;
    left: 15px;
    height:28px;
    z-index: 100;
}

#generic #main_image #slideshow img, #gallery #main_image #slideshow img, #two_column #main_image #slideshow img{
    z-index: 0;
    width: 770px;
    height: 494px;
}

#gallery #caption{
    height:50px;
    padding: 0px 0px 0px 0px;
}

#gallery #thumbnails{
    margin: 0px;
    padding: 0px;
}

#gallery #thumbnails li{
    list-style: none;
}

#gallery #thumbnails img{
    width: 188px;
    height: 120px;
    float: left;
    margin: 0px 6px 0px 0px;
}

#gallery #thumbnails img.last{
    margin-right: 0px;
}

#gallery #thumbnails img:hover{
    cursor: pointer;
}

#two_column #left, #two_column #right{
    float: left;
    width: 300px;
    /* border: 1px solid pink; */
    margin-right: 20px;
}

#two_column #left p, #two_column #right p{
    margin-top: 0px;
    padding-top: 0px;
}

/* @end generic, two_column & gallery template */

/* @group downloads */

#downloads #items{
    margin-top: 17px;
}

#downloads #items dd{
    width: 400px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#downloads #items dt{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

#downloads #items .download_links{
    font-size: 90%;
    font-weight: normal;
}

#downloads #items .download_links a, #empty_cart a{
    color: #EE342B;
}

#downloads #items .download_links a:hover, #empty_cart a:hover{
    text-decoration: underline;
}

#empty_cart{
    margin-top:40px;
}

/* @end downloads */

/* @group home */

#main_home{

}

#main_image{
    position: relative;
}

#main_home #main_image .main_copy{
    position: absolute;
    font-size: 62px;
    width: 537px;
    color: #fff;
    top: 28px;
    /* left: 504px; */
    left: 358px;
    z-index: 100;
}

#tradeshow-banner{
  width: 100%;
  position: absolute;
  z-index: 1000;
  bottom: 90px;
  left: 0;
  height: 90px;
  text-align: center;
}

#main_home #main_image #slideshow_nav{
    position: absolute;
    width: 176px;
    bottom: 20px;
    height:28px;
    z-index: 100;
    text-align: center;
    left: 387px;
}

#main_image #slideshow_nav a {
    background-image: url("../images/template/inactive_slide.png");
    font-size:0px;
    color:#fff;
    display: block;
    float:left;
    text-decoration: none;
    text-align:center;
    margin: 0px 5px 0px 5px; 
    padding: 0px; 
    width:25px;
    height:25px;
    z-index: 120;
}

#main_image #slideshow_nav a.activeSlide {     background-image: url("../images/template/active_slide.png"); color:#EE342B; }

#main_image #slideshow_nav a:focus { outline: none; }


#main_home #main_image #slideshow img{
    z-index: 0;
    width: 950px;
    height: 633px;
}

#secondary_image_bar{
    margin-top:10px;
}

#secondary_image_bar .secondary_image{
    float: left;
    width: 230px;
    margin-right:10px;
}

#secondary_image_bar .secondary_image.last{
    margin-right:0px;
}

#secondary_image_bar .secondary_image img{
    width: 230px;
    height: 160px;
}

#secondary_image_bar .secondary_image .swatch{
    width: 229px;
    height: 161px;
    position: relative;
    background-color: #eee;
    margin-left:1px;
}

#secondary_image_bar .secondary_image .swatch .mini_swatch{
    float:left;
    height:39px;
    width:37px;
    margin: 1px 0 0 1px;
    padding:0;
}

#secondary_image_bar .secondary_image .copy{
    color: #EE342B;
    font-size: 170%;
    font-weight: bold;
    padding: 10px 5px 0px;
}

#secondary_image_bar .secondary_image a{
    font-size: 120%;
    padding: 0px 5px;
}

/* cufon fix */
#secondary_image_bar .secondary_image .copy:hover, #main_home #main_image .main_copy:hover, h1:hover{
    cursor: text;
}

/* @end home */

/* @group products */
#products #main .swatch{
    height: 100px;
    color:#fff;
    font-size: 17px;
    padding: 12px 0px 0px 15px; 
}

#products #main .swatch:hover{
    cursor: pointer;
}

#products #main .swatch a{
    color: #fff;
}

#products #main .swatch .title{
    font-size: 28px;
    font-weight: bold;
}


/* @end products */


/* @group jcarousel */

.jcarousel-container {
    margin: 0px;
    padding: 0px;
}

.jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-clip-horizontal {

}

.jcarousel-item {

}

.jcarousel-item-horizontal {
    margin: 0;
}


.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

#mycarousel-next, #mycarousel-prev, .temp-left, .temp-right{
    width: 100px;
    margin-top: 10px;
}

#mycarousel-next:hover, #mycarousel-prev:hover{
    cursor: pointer;
    color: #EE342B;
}

 #mycarousel-prev, .temp-left{
    text-align: left;
}

#mycarousel-next, .temp-right{
    text-align: right;
}

#mycarousel-next, .temp-right{
    float: right;
}

#mycarousel-prev, .temp-left{
    float: left;
}


/* @end jcarousel */

/* @group colors template */

#colors .swatch{
    width: 100px;
    height: 100px;
    float: left;
    margin: 0px 50px 50px 0px;
}

#colors #color_swatches{
    text-align:center;
}

/* @end colors template */


/* @group sitemap */

#sitemap{
    font-size: 140%;
}

#sitemap ul{
    margin: 0px 0px 5px 20px;
    padding: 0px;
    font-size: 90%;
}

#sitemap ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* @end sitemap */

#product_detail_link a{
    display:block;
    margin: 25px 8px 25px 0;
    padding: 5px 5px 5px 15px;
    font-size: 16px;
    font-weight:bold;
    text-align: left;
    background-color: #bac4c5;
}

#product_detail_link a:hover{
    background-color: #EE342B;
}

#two_column #left.contact img{
    width: 280px;
}

#two_column #right.contact{
    width: 400px;
    float:left;
}

#two_column #left.contact{
    float:right;
}

table.contact_form{
    width: 100%;
}

table.contact_form input[type=text], table.contact_form textarea{
    width: 200px;
    border: 1px solid #777;
    background-color: #fff;
    padding: 3px;
    margin: 3px;
}

table.contact_form textarea{
    height: 150px;
}

table.contact_form input[type=text].error, table.contact_form textarea.error{
    border: 1px solid #EE342B;
    background-color: #eee;
}

#main ul.errors{
    border: 2px solid #EE342B;
    background-color: #bac4c5;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
}

#main ul.errors li{
    margin-left: 20px;
}
