/***************** meyerweb.com reset v1.0 | 20080212 *****************/

.print-only { display: none; }

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;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img { border: 0; }


/************************* global stuff ***************************/

div.left { float: left; }
div.right { float: right; }
div.clear { clear: both; }
div.no-text { font-size: 1px; }
div.border { border: 1px solid #000; }
div.border-red { border: 1px solid red; }
div.border-blue { border: 1px solid blue; }
div.border-green { border: 1px solid green; }

img.image-left { float: left; margin-right: 15px; }

img.image-right { float: right; margin-left: 15px; }

.replace
{
    position: relative;
}

.replace span
{
  padding: 0;
  margin: 0;
  display:block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

h1#main-title
{
    width: 282px;
    height: 100px;
    font-size: 15px;
    position: relative;
}

h1#main-title span
{
    background: url("../layout-files/site-logo.png") no-repeat;
}


a, a:active, a:link, a:visited { color:#2289d1; text-decoration: none; }
a:hover { color:#0b69aa; text-decoration: none; }

a.dark, a.dark:active, a.dark:link, a.dark:visited { color:#053465; text-decoration: none; }
a.dark:hover { color:#1663b3; text-decoration: none; }

.light-grey-links a { color: #bbb; }
.light-grey-links a:hover { color: #888; }

hr { border: 0; height: 1px; background: #bbb; color: #bbb; }

.rollover-item
{
    padding: 5px;
}

.rollover-item:hover
{
    background-color: #f3f3f3;
}

.rollover-image:hover img
{
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.link-arrows
{
    color: #2289D1;
    font-weight: bold;
    letter-spacing: -0.13em;
}

/*********************************** main layout elements **********************/

body {
  /*background: #ebede4 url("../images/grad.png") top left repeat-x;*/
  font-size: 70%;
  font-family: verdana, arial, helvetica, sans serif;
  color: #626061;
  background-color: #1a1a1a;
  /*background-color: #eb0001;*/
  padding: 0;
  margin: 0;
  
}


#outer {
  background: url(../layout-files/body-bg.jpg) top center #dfe0dd repeat-x;
  /*background-position: center;*/
}

#inner {
    width: 995px;
  min-height:753px;
  height:auto !important;
  height:753px;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 20px 0 20px;
  background: url(../layout-files/body-bg.jpg) top center #dfe0dd repeat-x;
}

#footer-outer {
    padding: 0 0px 0 0px;
  background: url(../layout-files/footer-bg.jpg) top center #1a1a1a repeat-x;
}


#header {
  height: 132px;
  padding: 25px 0 0 0px;
  /*background: url(../images/coming-soon.gif) no-repeat 450px bottom;*/
    position: relative;
  z-index: 10;
}

#header-right {
  position: absolute;
  text-align: right;
  right: 0px;
  bottom: 25px;
  color: #053465;
}

#header-right span.large {
  font-weight: bold;
  font-size: 125%;
  background: url(../layout-files/bg-phone-small.jpg) 0px 2px no-repeat;
  padding: 0 0 0 25px;
}



#main {
  padding: 17px 17px 17px 17px;
  background-color: #fff;
  min-height:600px;
  height:auto !important;
  height:600px;
  
}

#header-top-right
{
    position: absolute;
    top: 0;
    right: 0;
    width: 384px;
    height: 34px;
    padding: 8px 0 0 50px;
    background: url(../layout-files/top-right-bg.png) no-repeat;
    color: #fff;
    font-size: 110%;
}

#header-top-right a
{
    color: #fff;
}

#top-phone
{
    padding: 0 20px 5px 27px;
    background: url(../layout-files/icon-phone-top.png) no-repeat;
}

#top-email
{
    padding: 0 0px 5px 27px;
    background: url(../layout-files/icon-email-top.png) no-repeat;
}

/***************************** footer *****************************/


#footer {
    width: 995px;
    margin: 0 auto 0 auto;
  
    padding: 55px 20px 0 20px;
  background: url(../layout-files/footer-bg.jpg) top center #1a1a1a repeat-x;
    position: relative;
  min-height:100px;
  height:auto !important;
  height:100px;
  clear:both;
  color: #fff;
}

#footer .left {
    font-size: 110%;
}


#icon-house
{
    padding: 0 0px 5px 27px;
    background: url(../layout-files/icon-house-dark.png) no-repeat;
}

#icon-phone
{
    padding: 1px 20px 5px 27px;
    background: url(../layout-files/icon-phone-dark.png) no-repeat;
    margin: 9px 0 0 0;
}

#icon-email
{
    padding: 0 0px 5px 27px;
    background: url(../layout-files/icon-email-dark.png) no-repeat;
    margin: 8px 0 0 0;
}

#icon-facebook
{
    padding: 0 0px 5px 27px;
    background: url(../layout-files/icon-facebook-dark.png) no-repeat;
    margin: 9px 0 0 0;
}


#footer-right {
    float: right;
    width: 500px;
    font-size: 120%;
}

ul#prod-footer-nav
{
    padding: 0px 0 8px 0;
    border-top: 1px solid #222;
    margin: 8px 0 8px 0;
}

ul#prod-footer-nav li
{
    border-bottom: 1px solid #222;
    padding: 6px 0 6px 0;
}


#footer a
{
    color: #fff;
}
#footer a:hover
{
    color: #ddd;
}


#bottom-left
{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 600px;
    font-size: 80%;
    text-align: left;
    color: #888;
}

#footer-nav 
{
    padding: 0 0 50px 0;
    font-size: 110%;
    color: #333;
}
#footer-nav a
{
    color: #fff;
}

#footer-lower {
  height: 20px;
  width: 960px;
  margin: 0 auto 0px auto;
  padding: 12px 0px 8px 0px;
    background-color: #2c74bf;
  background: url(../layout-files/bg-footer-lower.png) #2c74bf repeat-x;
}

div#copyright
{
    color: #7eb2e8;
    padding: 3px 0 0 10px;
    font-size: 80%;
}

/***************************** bottom *****************************/



#bottom {
  width: 995px;
  margin: 0 auto 0px auto;
  padding: 10px 0px 10px 0px;
    position: relative;
  min-height:50px;
  height:auto !important;
  height:50px;
}

div#site-credits
{
    float: right;
  padding-top: 70px;
}

div#site-credits a
{
    color: #484646;
}



div#footer-links
{
    float: left;
  padding: 10px 0 15px 0;
}


div#footer-links a
{
    margin-right: 10px;
}


div#footer-links p
{
    color: #fff;
  padding: 0 0 10px 0;
  font-size: 120%;
  font-weight: bold;
}


/****************************** news ***********************/

h1.item-list-title
{
    border-bottom: 1px solid #eee;
}

div.news-item-list
{
    padding: 0px 0 0px 0;
} 

div#news-events-left h1, div#news-events-right h1
{
    font-size: 190%;
    border-bottom: 1px solid #eee;
    padding: 15px 0 8px 0;
}

div.news-item
{
    padding: 8px 0 8px 0;
    color: #838383;
    border-bottom: 1px solid #eee;
} 


div.news-item h2
{
  font-family: verdana, arial, helvetica, sans serif !important;
} 

div.news-item p.date
{
    color: #555;
    padding: 2px 0 2px 0;
} 

div.news-item h2
{
    font-size: 120% !important;
    padding-top: 6px;
} 

div.news-item h2 a
{
    font-weight: bold !important;
} 

div.news-page-nav
{
    padding: 5px 0 15px 0;
}

div#news-date
{
    padding: 0 0 10px 0;
    color: #838383;
}

/************************** contact *********************/

div#form-outer
{
    width: 500px;
}

div.form-success
{
    padding: 10px;
    margin: 10px 0 10px 0;
    background-color: #04c039;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
}


.text-input{
  border: 1px solid #b4b4b4;
  background:#f5f5f5;
  background:#dddddd;
  width: 210px;
  padding:4px;  
    margin: 0px 0px 0px 0px;
  text-align:left;
}


.select-input:hover, .text-input:hover {
  border: 1px solid #747474;
}

div.row
{
  /*min-height:40px;
  height:auto !important;
  height:40px;*/
    padding: 5px 0 5px 0;
    clear: both;
}

div.label
{
    float: left;
    width: 135px;
    text-align: right;
    padding: 5px 5px 1px 0;
}

div.element
{
    padding-top: 2px;
    float: left;
    width: 300px;
}

div.button
{
    padding: 5px 0 5px 140px;
    clear: both;
}

span.required
{
    color: #ff0000;
    font-weight: bold;
}

.form-error
{
    color: #ff0000;
}

div#row-div
{
    display: none;
}

input.contact-field
{
    width: 300px;
}

.contact-textarea
{
    width: 300px;
}

input.form-button
{
    border: 1px solid #bbbbbb;
    background-color: #ebeded;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 3px 8px;
    color: #666666;
}

input.form-button:hover
{
    border: 1px solid #777777;
    color: #444;
    cursor: pointer;
}

/**************************** search ***********************/

div#search
{
  padding: 0px 0px 0px 0px;
  /*float: right;*/
  width: 186px;
  /*margin-top: 36px;*/
  margin-top: 13px;
  position: absolute;
  top: 10px;
  right: 10px;
}

input#search-field
{
  height: 16px;
  border: 0;
  padding:2px 0 3px 5px;
    background: url("../layout-files/searchfield-bg.gif") #ffffff 0px 0px no-repeat;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
    width: 120px;
    color: #24517c;
}

input#search-button
{
  vertical-align:middle;
  padding: 0;
  margin: 0;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  /*border-top: 1px solid #212326;
  border-right: 1px solid #212326;
  border-bottom: 1px solid #212326;*/
}



/*********************** home page **********************/

div#banner
{
    height: 337px;
    width: 961px;
    overflow: hidden;
}


div#banner li
{
    overflow: hidden;
    height: 337px;
}



#home-inner {
  width: 960px;
  margin: 0px auto 0px auto;
}

div#home-left-outer
{
    width: 565px;
    float: left;
}

div#home-features
{
    clear:both;
    float: left;
    padding: 5px 0 0px 0;
}

div.home-feature
{
    width: 345px;
    height: 84px;
    padding: 42px 12px 0 208px;
    font-size: 100%;
    color: #fff;
}

div.home-feature h2
{
    font-size: 110%;
}

div.home-feature a
{
    font-weight: bold;
    /*color: #fff;*/
}

div#home-feature-01
{
    background: url("../layout-files/feature-ocean-racing-skis.jpg") no-repeat;
    margin-bottom: 15px;
}

div#home-feature-02
{
    background: url("../layout-files/feature-specialised-training.jpg") no-repeat;
}

div#home-feature-02 a
{
    color: #a31111;
}

div#home-feature-02 a:hover
{
    color: #7f0808;
}

div.home-more-link
{
    margin-top: 5px;
    text-align: right;
}


div#home-left
{
    background-color: #fff;
    width: 275px;
    float: left;
    position: relative;
    padding: 15px 0 15px 0;
}

div#home-left a.button
{
    position: absolute;
    width: 268px;
    height: 65px;
    /*border: 1px solid Red;*/
    display: block;
    background:url("../images/no-img-ie6.gif") no-repeat 0 0 transparent;
}

div#home-middle
{
    background-color: #fff;
    width: 275px;
    float: left;
    position: relative;
    padding: 15px 0 15px 15px;
}


div#home-right
{
    background-color: #fff;
    width: 381px;
    float: right;
    position: relative;
    padding: 15px 0 0px 0;
}

a#home-news-link
{
    position: absolute;
    top: 7px;
    right: 0px;
}

div#home-facebook
{
}

/*************************** home products *******************/

div#home-product-items
{
    padding: 12px 0 10px 0;
}

div#home-product-items .product
{
    position: relative;
    min-height:106px;
    height:auto !important;
    height:106px;
    padding: 0 0 14px 0;
}


div#home-product-items img
{
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #ccc;
}

div#home-product-items h2
{
    padding: 0 0 0 151px;
    font-size: 120%;
}

div#home-product-items p
{
    padding: 0 0 0 151px;
}

div#home-product-items a
{
    color: #222;
}


div#home-product-items p a
{
    color: #626061;
}

/*************************** home news *******************/


div#home-news-items, div#home-events-items
{
    /*border-top: 1px solid #e3e3e3;*/
}

h2#home-news-title
{
    width: 200px;
    height: 40px; 
}

h2#home-news-title span
{
    background:url("../layout-files/bg-feature-??.jpg") #ddd no-repeat; 
}

h2#home-events-title
{
    width: 200px;
    height: 40px; 
}

h2#home-events-title span
{
    background:url("../layout-files/bg-feature-??.jpg") #ddd no-repeat; 
}

div.home-news-item, div.home-event-item
{
    border-bottom: 1px solid #e3e3e3;
    
}

div.home-news-item a, div.home-event-item a
{
    font-weight: bold;
}

div.home-news-item span.news-date, div.home-event-item span.item-date
{
    color: #111;
    font-weight: normal;
}  

div.home-news-item h2, div.home-event-item h2
{
    font-size: 110%;
    padding: 8px 0 0 0;
}

div.home-news-item h2 a
{
    color: #00669b;
}

div.home-event-item h2 a
{
    color: #f73939;
}

div.home-news-item p, div.home-event-item p
{
    padding: 0 0 8px 0;
}


/*********************** news & events page ******************/

div#news-events-left
{
    float: left;
    width: 470px;
    position: relative;
    padding-bottom: 25px;
}


div#news-events-right
{
    float: right;
    width: 470px;
    position: relative;
    padding-bottom: 25px;
}

a.more-items-link-top
{
    position: absolute;
    top: 30px;
    right: 0px;
}

a.more-items-link-bottom
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

p.item-date
{
    color: #333;
    padding: 8px 0 8px 0 !important;
  font-size: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px !important;
  line-height: 180%;
}

#new-other-list h2#news-other-title
{
  font-family: segoe ui, Trebuchet MS, tahoma, verdana, arial, helvetica, sans serif;
  border-bottom: 1px solid #eee;
  padding: 0 0 8px 0;
}

#new-other-list h2#news-other-title a
{
  color: #555;
}

#new-other-list .news-item-sub-side h2
{
  font-family: verdana, arial, helvetica, sans serif;
  font-size: 105%;
  border-bottom: 0;
  padding: 0;
}

#new-other-list .news-item-sub-side
{
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #eee;
}

#new-other-list .news-item-sub-side h2 span
{
  font-weight: normal;
  color:#333;
  font-size: 90%;
}

/*********************** sub page ***********************/

#main-wide
{
    padding: 15px 0 0 0;
}


#main-left
{
    width: 175px;
    float: left;
    padding: 15px 15px 0 0;
    min-height:200px;
    height:auto !important;
    height:200px;
}

#main-right
{
    width: 770px;
    float: right;
    padding: 15px 0 0 0;
  min-height:400px;
  height:auto !important;
  height:400px;
}


/************************* main nav *********************/



div#nav
{
  height: 30px;
  width: 613px;
  font-size: 13px;
  position: absolute;
  top: 61px;
  right: 0;
  z-index: 2;
  z-index: 10;
}

#nav-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0px 0px 0 0px;
  display: inline;
  z-index: 10;
  float: right;
}

#nav-ul li a {
  display: block;
  width: 70px;
  color: #fff;
  height: 30px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
}

#nav-ul li {
  float: left;
  position: relative;
    display:inline;
    margin: 0 0px 0 0px;
  z-index: 10;
}



/****************************************/


#nav-ul li a span {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    cursor: hand; /* for IE5.x/Win */
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/layout-files/nav-items.png) no-repeat;
}



#nav-ul li#home a, #nav-ul li#home { width:74px; margin-right: 5px;}
#nav-ul li#home a, #nav-ul li#home a span { background-position: -0px -0px;}
#nav-ul li#home:hover a span, #nav-ul li#home.sfhover a span {  background-position: -0px -30px; }
#nav-ul li#home a.selected, #nav-ul li#home a.selected span, 
#nav-ul li#home:hover a.selected span, #nav-ul li#home.sfhover a.selected span { background-position: -0px -60px;}

#nav-ul li#products a, #nav-ul li#products { width:116px; margin-right: 5px; }
#nav-ul li#products a, #nav-ul li#products a span { background-position: -75px -0px;}
#nav-ul li#products:hover a span, #nav-ul li#products.sfhover a span {  background-position: -75px -30px; }
#nav-ul li#products a.selected, #nav-ul li#products a.selected span, 
#nav-ul li#products:hover a.selected span, #nav-ul li#products.sfhover a.selected span { background-position: -75px -60px;}

#nav-ul li#newsevents a, #nav-ul li#newsevents { width:157px; margin-right: 5px; }
#nav-ul li#newsevents a, #nav-ul li#newsevents a span { background-position: -192px -0px;}
#nav-ul li#newsevents:hover a span, #nav-ul li#newsevents.sfhover a span {  background-position: -192px -30px; }
#nav-ul li#newsevents a.selected, #nav-ul li#newsevents a.selected span, 
#nav-ul li#newsevents:hover a.selected span, #nav-ul li#newsevents.sfhover a.selected span { background-position: -192px -60px;}

#nav-ul li#oceanpaddlingseries a, #nav-ul li#oceanpaddlingseries { width:251px; }
#nav-ul li#oceanpaddlingseries a, #nav-ul li#oceanpaddlingseries a span { background-position: -350px -0px;}
#nav-ul li#oceanpaddlingseries:hover a span, #nav-ul li#oceanpaddlingseries.sfhover a span {  background-position: -350px -30px; }
#nav-ul li#oceanpaddlingseries a.selected, #nav-ul li#oceanpaddlingseries a.selected span, 
#nav-ul li#oceanpaddlingseries:hover a.selected span, #nav-ul li#oceanpaddlingseries.sfhover a.selected span { background-position: -350px -60px;}


#nav-ul li.selected {
  background-color: #222;
    /*background: url("../layout-files/bg-nav-selected.jpg") -5px 0px no-repeat;*/
}

#nav-ul li li.selected {
  background-color: #2c2c2c;
    /*background: url("../layout-files/bg-nav-selected1.jpg") #a60203 no-repeat;*/
}

#nav-ul li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 473px;
  /*w\idth: 13.9em;*/
  font-weight: normal;
  margin: 0;
  /*border-bottom: 1px solid #888;*/
  border-top: 1px solid #222;
  z-index: 10;
}

#nav-ul li ul li {
  /*padding-right: 1em;*/
  width: 473px;
  border-bottom: 1px solid #222;
  background-color: #2c2c2c;
  font-size: 110%;
}

#nav-ul li ul li.dropdown a {
  width: 450px !important;
  /*w\idth: 175px*/
  /*height: 1.4em;*/
  padding: 9px 9px 8px 14px;
  text-align: left;
  height: 20px;
}


#nav-ul li:hover, #nav-ul li.sfhover {
  background-color: #444;
}

#nav-ul li:hover ul {
  left: auto;
}

#nav-ul li:hover ul, #nav-ul li.sfhover ul {
  left: auto;
}


#nav-ul li.dropdown:hover {
    background-color: #3e3e3e;
}



/***************************** sub nav ***************************************/

div#sub-nav ul
{
    margin: 0;
    padding: 0 0 15px 0;
    list-style-type: none;
}

div#sub-nav ul li
{
    margin: 0;
    padding: 0;
}

div#sub-nav ul li#top a
{
    background-color: #024163;
    font-weight: bold;
    text-transform:uppercase;
}

div#sub-nav ul li a
{
    display: block;
    color: #ffffff;
    background-color: #027bbb;
    width: 160px;
    padding: 8px 7px 8px 7px;
    text-decoration: none;
  border-bottom: 1px solid #fff;
    font-size: 105%;
}

div#sub-nav ul li.selected a
{
    /*background-color: #d40202;*/
    background-color: #02669b;
    font-weight: bold;
}

div#sub-nav ul li a:hover
{
    background-color: #0570a9;
    color: #ffffff;
}

div#sub-nav ul li.selected a:hover
{
    /*background-color: #d40202;*/
    /*color: #0d1a20;*/
    /*color: #243d48;*/
    color: #fff;
    background-color: #02669b;
}



/******************* content elements - white bg ********/

.content-area h1.page-title
{
    color: #053465;
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
    font-size: 200%;
    letter-spacing: -0.02em;
    font-family: segoe ui, Trebuchet MS, tahoma, verdana, arial, helvetica, sans serif;
}

.content-area
{
  font-size: 105%;  
}


.content-area li {
  margin-bottom:5px;
}

.content-area img
{
  /*margin-top: 5px;
  margin-bottom: 10px;*/
}

.content-area ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin-bottom:11px;
    margin-left:26px;
    margin-top:11px;
    padding:0 0 8px;
}

.content-area h1
{
  padding: 8px 0 2px 0;
  margin: 0 0 0 0;
  font-size: 170%;  
  color: #e85050;  
  font-family: segoe ui, Trebuchet MS, tahoma, verdana, arial, helvetica, sans serif;
}

.content-area h2
{
  padding: 11px 0 2px 0;
  margin: 0 0 0 0;
  font-size: 150%;
  color: #1c5ea2;  
  color: #193e63;  
  color: #e85050;  
    font-family: segoe ui, Trebuchet MS, tahoma, verdana, arial, helvetica, sans serif;
  /*color: #e85050;  */
}

.content-area h3
{
  padding: 8px 0 2px 0;
  margin: 0 0 0 0;
  font-size: 140%;  
  color: #193e63;  
    font-family: segoe ui, Trebuchet MS, tahoma, verdana, arial, helvetica, sans serif;
}

.content-area p
{
  padding: 3px 0 6px 0;
  margin: 0 0 0 0;
  /*font-size: 90%;  */
}


.content-area p.large
{
  padding: 6px 0 9px 0;
  margin: 0 0 0 0;
  font-size: 130%;  
}

/*
.content-area a, .content-area a:active, .content-area a:link, .content-area a:visited
{
    color:#E90101;
    font-weight:bold;
    text-decoration: none;
}

.content-area a:hover
{
    color:#B50101;
    text-decoration: underline;
}
*/

/***************************** Tables ***********************/


div.content-area Table TD {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  /*font-size: 85%;
  line-height: 120%;*/
  color: #626061;
  vertical-align: top;
}

div.content-area Table TD p
{
  margin: 0px 0px 0px 0px;
    padding: 0 0 0px 0;
    /*font-size: 100%;*/
}

div.content-area Table 
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.content-area Table TH 
{
    padding: 3px 3px 4px 3px;
    background-color: #ddd;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}  

div.content-area Table TD 
{
    padding: 6px 5px 6px 5px;
    background-color: #eeeeee;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


div.content-area Table.table-clear 
{
    border: 0;
}

div.content-area Table.table-clear TH 
{
    background-color: #ffffff;
    border: 0;
}  

div.content-area Table.table-clear TD 
{
    background-color: #ffffff;
    border: 0;
    padding: 2px 0 3px 0;
}


/********** grey ************/


div.content-area Table.table-grey 
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.content-area Table.table-grey TH 
{
    padding: 3px 3px 4px 3px;
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}  

div.content-area Table.table-grey TD 
{
    padding: 3px 5px 3px 5px;
    background-color: #eeeeee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/************************ document icons ********************************/

/*
span.new{
  padding: 0px 0px 1px 34px;
  background: url(/layout-files/doc-new.gif) 0px 0px no-repeat;
  }
  
td.new{
  padding: 3px 5px 4px 39px;    
  background: url(/layout-files/doc-new.gif) #eeeeee 5px 5px no-repeat;
  }

p.new{
  padding-left: 34px;  
  background: url(/layout-files/doc-new.gif) 0px 2px no-repeat;
  }
*/

div#item-downloads
{
   float: right;
   width: 300px;
  border: 1px solid #eee;
  margin: 5px 0 15px 15px;
}

div#item-downloads h1
{
   background-color: #eee;
  margin: 0;
  padding: 6px 0 6px 10px;
  font-size: 140%;
}

div#item-downloads-inner
{
   padding: 10px;
}

div.download-pdf {
  padding: 4px 0px 5px 22px;
  background: url(/layout-files/doc-adobe.gif) 0px 3px no-repeat;
  }
  

div.download-doc, a.download-docx  {
  padding: 4px 0px 5px 22px;
  background: url(/layout-files/doc-word.gif) 0px 3px no-repeat;
  }


div.download-xls, a.download-xlsx {
  padding: 4px 0px 5px 22px;
  background: url(/layout-files/doc-excel.gif) 0px 3px no-repeat;
  }



span.adobe, p.adobe {
  padding: 0px 0px 5px 22px;
  background: url(/layout-files/doc-adobe.gif) 0px 0px no-repeat;
  }

td.adobe {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-adobe.gif) #eeeeee 5px 5px no-repeat;
  }
  
  

span.word, p.word {
  padding: 0px 0px 5px 22px;
  background: url(/layout-files/doc-word.gif) 0px 0px no-repeat;
  }

td.word {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-word.gif) #eeeeee 5px 5px no-repeat;
  }



span.image, p.image {
  padding: 0px 0px 5px 22px;
  background: url(/layout-files/doc-image.gif) 0px 0px no-repeat;
  }

td.image {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-image.gif) #eeeeee 5px 5px no-repeat;
  }

span.excel, p.excel {
  padding: 0px 0px 5px 22px;
  background: url(/layout-files/doc-excel.gif) 0px 0px no-repeat;
  }

td.excel {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-excel.gif) #eeeeee 5px 5px no-repeat;
  }

span.powerpoint, p.powerpoint {
  padding: 0px 0px 5px 22px;
  background: url(/layout-files/doc-powerpoint.gif) 0px 0px no-repeat;
  }

td.powerpoint {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-powerpoint.gif) #eeeeee 5px 5px no-repeat;
  }



div.sitemap-section
{
    float: left;
    width: 14%;
    padding-top: 10px;
}



/********************************* product cats *************************/

.prod-category
{
    padding: 15px 0 0px 15px;
    float: left;
    width: 310px;
}

.prod-category img
{
    border: 1px solid #ddd;
}

.prod-category-first
{
    padding-left: 0px;
}

.prod-category h2
{
    font-size: 130%;
    padding: 4px 0 0 0;
    font-family: segoe ui, Trebuchet MS, tahoma, verdana, arial, helvetica, sans serif;
}

/********************************* product *************************/

.prod-item
{
    padding: 15px 0px 0px 15px;
    width: 245px;
    float: left;
}


.prod-item img
{
    border: 1px solid #ddd;
}

.prod-item-first
{
    padding-left: 0;
}

.prod-item h2
{
    padding: 2px 0 0 0 !important;
    color: #2289D1;
}

.prod-item a:hover h2
{
    color: #0b69aa;
}


/********************************* product detail *************************/

#prod-detail-left
{
    padding: 0px 0px 0px 15px;
    width: 310px;
    float: left;
}

#prod-detail-right
{
    padding: 0px 0px 0px 0px;
    width: 438px;
    float: left;
}

#prod-detail-left img
{
    border: 1px solid #ddd;
}


p.prod-price  
{
    font-weight: bold;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px 0 8px 0;
    margin-bottom: 10px;
}

.prod-img-lower
{
    margin-top: 15px;
}

span.small { font-weight: normal; font-size: 85%; }

/*
.prod-item h2
{
    padding: 2px 0 4px;
}

p.prod-price
{
    padding: 2px 0 2px;
    font-weight: bold;
}

img.prod-list-img
{
    float: left;
    margin-right: 15px;
}

.prod-list-info
{
    float: left;
    width: 480px;
}*/

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

