* { padding:0; margin:0; }
html{color:#000;background:#ffffff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/** CR EXTRA RESETS - common values that are not defaults **/
*{background-repeat:no-repeat;}
/*** USEFUL ***/
html { min-height: 101%;}  /* FireFox Page-Shift Fix */

body 
{
	margin: 0;
	text-align: center;
	padding:0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:0.75em;
	color:#454545;
	background-color:#ffffff;
}

/*** USEFUL ***/

.clear {clear: both;}
.clear_fusion {clear: both;line-height: 1px;height: 1px;font-size: 1px;}
.float_left {float:left;}
.float_right {float:right;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.img_left {float: left; margin: 0 15px 5px 0;}
.img_right {float: left; margin: 0 0x 5px 15px;}
.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
a img {border: 0px none;}
img{border:0px none;}

/*** font sizes - easier to keep consistent if kept here ***/
/** assuming body font size 75% **/

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
    color: #808080;
    margin-bottom: 10px;
}

h1 {font-size: 250%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}

p
{
	margin-bottom:15px;
	line-height:160%;
}

ul, ol
{
	margin:0 0 10px 30px;
	line-height:160%;
}

table 
{
	width:100%;
	margin:0 0 10px 0;
}

table tr td, table tr th
{
	padding: 5px;
	border: 1px solid #00728E;
}

table tr th
{
	background-color: #00728E;
	font-weight: bold;
	color: #FFFFFF;
}

a, a:visited, a:active {
    color: #808080;
    text-decoration: none;
}

a:hover {
    color: #b3b3b3;
    text-decoration: underline;
}

.standard_content_content_inner
{
    font-size: 125%;
    }

/*** STRUCTURE ***/

#social_icons 
{
    position: fixed;
    width: 24px;
    right: 0;
    top: 200px;
    z-index: 5000;
    }
    
#social_icons a 
{
    display: block;
    margin-bottom: 1px;
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
    }  

#social_icons a:hover
{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    }        
    
#header
{
    height: 140px;
    position: relative;
}

#header_logo {
	position: absolute;
	left: 75px;
	top: 25px;
	}

.search_wrapper 
{
    float: right;
    margin-bottom: 30px;
    }
    
    .search_wrapper .search_box
    {
        background-color: #FFFFFF;
        border: 0px none;
        border-bottom: 1px solid #F0F0F0;
        padding: 5px 20px 5px 0;
        width: 200px;
        color: #CCCCCC;
        font-style: italic;
        outline: none;
        position: relative;
        left: 15px;
        }
        
        .search_wrapper .search_box:focus
        {
            outline: none;
            border-bottom: 1px solid #CCCCCC;
            }

    .search_wrapper .search_button, .search_wrapper .search_button:visited, .search_wrapper .search_button:active, .search_wrapper .search_button:hover
    {
        text-decoration: none;
        position: relative;
        z-index: 2;
        }   
        	
.wrapper {
	width:960px;
	margin: 0 auto;
	text-align: left;
}

.two_col {

	}

.two_col .c1 {
	float: left;
	width: 230px;
	margin-right: 30px;
	}

.two_col .c2 {
	float: left;
	width: 700px;
	}




.footer
{
	clear:both;
	margin-top: 40px;
	color: #b3b3b3;
}

.footer .footer_deets 
{
    text-align: right;
	position: absolute;
	right:75px;
	}

.stockist_button_footer	
{
    margin-top: 120px;
    }    


.social_bar {
    margin-bottom: 25px;
}

.social_bar *
{
    opacity: 0.5
    }   

.social_bar:hover *
{
    opacity: 0.99
    }        


/*** ECOMMERCE - CATEGORIES ***/

.product_category_list 
{
    
    } 

#ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_ProductCatalog1_ctl00_lblDescription2 
{
    display:none;
    }      
    

.cat_wrapper
{
    position: relative;
    margin: 0 0 30px 0;
    opacity: 0.9;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }  

.cat_wrapper:hover
{
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }    
    
    .cat_wrapper:hover a 
    {
        color: #000000;
        }   

.cat_wrapper .product_category_image 
{
    float: left;
    width: 630px;
    margin-right: 25px;
    }
    
.cat_wrapper .product_category_image img 
{
    width: 630px;
    }

.product_category_deets 
{
    float: left;
    width: 305px;
    }

.cat_wrapper h2
{
    margin: 0;   
    }
              
.cat_wrapper h2 a, .cat_wrapper h2 a:visited, .cat_wrapper h2 a:active
{
    display: block;
    color: #808080;
    font-size: 125%;
    font-weight: normal;
    }    
    
.cat_wrapper h2 a:hover
{
    text-decoration: none;
    } 

.cat_wrapper a.more 
{
    display: block;
    background-color: #ececec;
    padding: 5px;
    }  

.cat_wrapper a.more:hover
{
    text-decoration: none;
    background-color: #e0e0e0;
    }          

.cat_wrapper .popup 
{
    position: absolute;
    left:0;
    top: 40%;
    }

.hidden {display:none;}    

.breadcrumbs 
{
    color: #808080;
    }
    
.breadcrumbs a
{
    color: #808080;
    }
    
/*** ECOMERCE - PRODUCT LIST ***/

.product_wrapper 
{
    float: left;
    width: 300px;
    margin: 20px 10px;
    min-height: 280px;
    }     

.product_wrapper .product_image 
{
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    }  
        
.product_wrapper .product_image img 
{
    width: 100%;
    }       

.product_wrapper a.more 
{
    display: block;
    background-color: #ececec;
    padding: 5px;
    }  
    
.product_wrapper a.more:hover
{
    text-decoration: none;
    background-color: #e0e0e0;
    color: #000000;
    }        

/*** ECOMMERCE - DETAIL ***/

.product_col_1 
{
    float: left;
    width: 630px;
    margin-right: 30px;
    }
    
.product_col_2 
{
    float: left;
    width: 300px;
    }    

.product_col_2 h1 
{
    margin-bottom: 40px;
    color: #808080;
    }

.product_col_2 .description
{
    color: #454545;
    }    

.gallery_wrapper 
{
    
    }   

.main_gallery_image img
{
    width: 630px;
    height: auto;
}    

.galleria li {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
}

.caption 
{
    display: block;
    padding: 10px;
    background-color: #F0F0F0;
    text-align: center;
    position: relative;
    bottom: 35px;
    opacity: 0.8;
    }

.button_pdf 
{
    margin-top: 35px;
    }

.button_pdf a
{
    display: block;
    width: 184px;
    height: 55px;
    background-image: url("../appimages/button_pdf.gif");
    background-position: left top;
    text-indent: -5000px;
    position: relative;
    z-index: 5;
    }   

.product_feature 
{
    position: relative;
    bottom: 50px;
    }   

.related_products 
{
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px dotted #CCCCCC;
    }  

.rel_product 
{
    float: left;
    width: 200px;
    padding: 5px;
    min-height: 170px;
    text-align: center;
    }
    
.rel_product img
{
    width: 200px;
    }  

/*** STOCKIST SEARCH ***/

.stockist_search
{
    font-size: 125%;
    }
 
.stockist_form_item label
{
    display: block;
    font-size: 18px;
    margin: 10px 0;
    }

.stockist_form_item input {
    padding: 10px;
    width: 300px;
    font-size: 24px;
    border: 0px none;
    color: #333333;
    background-color: #F0F0F0;
    border-bottom: 1px solid #CCCCCC;
    outline: none;
    }

.stockist_form_button 
{
    }

.stockist_form_button input 
{
    font-size: 30px;
    position: relative;
    bottom: 40px;
    left: 335px;
    color: #454545;
    background-color: transparent;
    border: 0px none;
    }

    .stockist_form_button input:hover
    {
        color: #000000;
        cursor: pointer;
        }    

.result_item 
{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dotted #CCCCCC;
    }

.result_item_details h3 
{
    font-size: 24px;
    }
    
.result_item_details * 
{
    display: block;
    }    
        
/*** SITE MAP ***/

.sitemap 
{
    width:960px;
	margin: 0 auto;
	text-align: left;
    }

.sitemap h2
{
    font-size: 250%;
    }   
.sitemap h2:nth-of-type(2){
    display:none;
}
.sitemap ul:nth-of-type(2){
    display:none;
}
/*** CONTACT FORM ***/

.contact_form_wrapper 
{
    
    }

.contact_form_wrapper .form_field
{
    padding: 10px 0;
    }  

.contact_form_wrapper .form_field label
{
    display: block;
    font-size: 18px;
    margin: 3px 0;
    }   

.contact_form_wrapper .form_field input, .contact_form_wrapper .form_field textarea, .contact_form_wrapper .form_captcha input
{
    padding: 10px;
    width: 940px;
    font-size: 16px;
    border: 0px none;
    color: #000000;
    background-color: #F0F0F0;
    border-bottom: 1px solid #CCCCCC;
    }    
    
.contact_form_wrapper .form_field input:focus, .contact_form_wrapper .form_field textarea:focus, .contact_form_wrapper .form_captcha input:focus
{
    outline: none;
    background-color: #F9F9F9;
    border-bottom: 1px solid #BBBBBB;
    }    

.contact_form_wrapper .form_captcha input
{
    width: 100px;
    }

.contact_form_wrapper .form_button 
{
    text-align: right;
    font-size: 20px;
    position: relative;
    bottom: 28px;
    }
    	
/*** POWER NAV ***/

ul.powernav_col {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 150px;
	margin-right: 30px;
	}	

ul.powernav_col li a, ul.powernav_col li a:visited, ul.powernav_col li a:active {
	display: block;
	margin-bottom: 0px;
	color: #b3b3b3;
	}	

ul.powernav_col li a:hover {
	text-decoration: none;
	color: #808080;
	}

ul.powernav_col li.powernav_row_strong a {
	font-size: 125%;
	color: #808080;
	margin-bottom: 6px;
	}
	
ul.powernav_col li.powernav_row_strong a:hover {
	color: #b3b3b3;
	}	
 
/*** PANEL NAV ***/
/* hierarchy as follows ***
div.panel_nav
   ul.top_level
      li.page_xxx
         a
            span
         div.panel_nav_panel
            div.panel_nav_sub_panel
               ul
                  li.item_1
                     a
                        span
                  div.clear
                  li.item_2
                  div.clear
*/



.main_nav {
	position: absolute;
	right:75px;
	top: 40px;
	}

.main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
	}

.main_nav ul li
{
	float:left;
	position:relative;
	z-index: 500;
	padding: 0;
	margin: 0;
}


.main_nav ul li a, .main_nav ul li a:visited, .main_nav ul li a:active
{
	text-decoration: none;
	color: #b3b3b3;
	font-size: 133.33%;
	display: block;
	text-align: center;
	margin-left: 25px;
	text-transform: uppercase;
}

.main_nav ul li a:hover, .main_nav ul li:hover a, .main_nav ul li.selected a
{
	text-decoration: none;
	color: #808080;
}

.panel_nav .panel_nav_panel 
{
	display:none;
    background-color: #FFFFFF;
    border: 1px solid #b3b3b3;
	width: 190px;
	padding: 15px;
	position:absolute;
	top:25px;
	right:0px;
	z-index:500 !important;
}

.panel_nav_sub_panel 
{
	float: left;
}

.panel_nav .panel_nav_sub_panel ul 
{
	height: auto;
	border:0px none;
	margin:0;
	padding:0;
	list-style-type:none;
}

.panel_nav .panel_nav_sub_panel ul li {
    float:none !important; 
    height:auto;
    padding:0;
    margin:0;
    zoom:1;
}

.panel_nav .panel_nav_sub_panel ul li a {
	clear:both;
	display:block;
	float:none;
	text-align:left;
	height:auto;
	padding:6px 0;
	margin:0;
	width: 190px;
	background-image:none;
	font-weight: normal;
	background-color:Transparent !important;
	border-left: 0px none;
	font-size: 100%;
	background-image: none;
	color: #b3b3b3;
	border-bottom: 1px solid #EEEEEE;
	}

.panel_nav .panel_nav_sub_panel ul li a span
{
	float:none;
}
.panel_nav .panel_nav_sub_panel ul li a:hover, .panel_nav .panel_nav_sub_panel ul li.selected a
{
	color: #808080;
}

.panel_nav .panel_nav_sub_panel ul li ul a {
	margin-left: 15px;
	width: 165px;
	font-size: 91.67%;
}

/*** SECOND LEVEL NAV ***/

.second_level_nav {

	}

.second_level_nav ul {
	list-style-type: none;
	margin: 0;
	}

.second_level_nav ul li a, .second_level_nav ul li a:visited, .second_level_nav ul li a:active {
	display: block;
	padding: 6px 0;
	text-decoration: none;
	border-bottom: 1px solid #b3b3b3;
	}

.second_level_nav ul li a:hover, .second_level_nav ul li.selected a {
	text-decoration: none;
	color: #000000;
	}
	
/*** THIRD LEVEL NAV ***/

.second_level_nav .second_level_nav {
	margin-left: 15px;
	}
.powernav_container, .social_bar {
	position: absolute;
	left: 75px;
	text-align:left;
	}