
/**
 * Tools:
 *   - easy clearing method
 *   - replace (useful for screen readers)
 *   - accessibility (useful for screen readers)
 *
 * @package    themes
 * @subpackage default2
 */

/* clearing */



/**********/
#garicknet {
	font-family: helvetica, arial, sans-serif;
	font-size: x-small;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 31px;
	color: #ffffff;
	background: #6600a1 url('http://www.natureshelper.com/themes/natureshelper/images/toolbar/toolbar-bg.gif') repeat-x; 
}


html>body #garicknet {
	width: 100%;
} 

#garicknet img {
	float: left;
	border: 0;
	padding: 0 0 0 5px;
	margin: 0;
	
}

#garicknet a {
	text-decoration: none;
}

#garicknet a:link {
	color: #6600a1;
}

#garicknet a:visited {
	color: #6600a1;
}

#garicknet a:active {
	color: red;
}

#garicknet a:hover {
	text-decoration: underline;
}

#garicknet ul.toolbar-head {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	background: url('http://www.natureshelper.com/themes/natureshelper/images/toolbar/toolbar-div.gif') no-repeat left;
}

#garicknet #toolbar a {
	color: #ffffff;
}

#garicknet #toolbar a {
	text-decoration: none;
}

#garicknet #toolbar li li a {
	display: block;
	font-weight: normal;
	color: #6600a1;
	padding: 1px 5px;
	bottom: 1px;
	
}

#garicknet #toolbar li li a:hover {
	padding: 1px 5px;
	color: #ffffff;
	background-color: #6600a1;
}

#garicknet #toolbar li li a:active {
	padding: 1px 5px;
	color: #6600a1;
	background-color: #fbc817;
}

#garicknet ul li.toolbar-title {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	height: 31px;
	background: url('http://www.natureshelper.com/themes/natureshelper/images/toolbar/toolbar-div.gif') no-repeat right;
}

#garicknet li#first {
	border-left-width: 1em;
	
}

#garicknet li#last {
	border-right-width: 1em;
	padding-right: 10px;
	margin-right: 5px;
}

li ul.dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border: solid 1px #6600a1;
	background: #ffffff;
	list-style: none;
}

#garicknet li>ul {
	top: auto;
	left: auto;
}

#garicknet li li {
	display: block;
	float: none;
	background-color: transparent;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;

}

#garicknet li:hover ul, li.over ul {
	display: block;
}


.toolbar-anchor {
	padding-top: 15px;
	letter-spacing: .1em; 
}


/*******/

/* clearing */
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
	height: 1%;
	display: block; /* restore block display for ie6 */
	/* End hide from IE-mac */
}
/* end clearing */


/* replace */
.replace {
    display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
/* tidy these up */
.replace * {
    text-indent: -10000px;
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
    .replace a {
		text-indent: 0;
	}
        .replace a span {
            text-indent: -10000px;
        }
/* end replace */

/* accessibility */
span.accesskey {
    text-decoration: none;
}
.accessibility {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
/* end accessibility */


/* hide */
.hide {
    display: none;
}

.fauxhide {
 color: white;
 font-size: 1em;
}





/**
 * Forms.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Fieldset / legend */
fieldset {
    margin: 0.6em;
    padding: 1em 1em 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: -7px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }


/* Form elements */
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 170px;
    padding: 2px;
    background: #fff url(http://www.natureshelper.com/themes/natureshelper/images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}
textarea {
    height: 6em;
}
label {
    color: #333;
}


/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
            }
        form fieldset ol li div {
                        #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #f00;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
            }
        
        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin-bottom: 0.6em;
}
form .fieldIndent {
    margin-left: 160px;
    margin-bottom: 20px;
}


/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout */


.required {
    color: red;
    font-size: 1em;
}
/**
 * - navigation bar at the top
 * - 1 column (main)
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/**
 * Blocks.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Logout */
div#block-logout {
}
    div#block-logout strong {
        color: #666;
        color: #333;
    }
    div#block-logout em {
        font-style: normal;
    }


/* Lang switcher */
div#langSwitcher {
    float: right;
}
    div#langSwitcher a {
        float: left;
        margin-left: 15px;
    }
        div#langSwitcher a img {
            display: block;
        }


/* Breadcrumbs */
#breadcrumbs {
    margin: 0;
    float: left;
}
    #breadcrumbs a {
        font-weight: bold;
        color: #66A326;
    }
/**
 * Common.
 *   - error messages
 *   - debug panel
 *   - tooltips
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Messages & errors */
div.message {
    width: 80%;
    margin: 0 auto;
}
    div.message p {
        margin-bottom: 1em;
        border-width: 2px;
        border-style: solid;
        padding: 0.5em;
        text-align: center;
    }
    div.message p.message-error {
        border-color: #f30;
        color: #f30;
    }
    div.message p.message-info {
        border-color: #66a326;
        color: #66a326;
    }
    div.message p.message-warning {
        border-color: #999;
        color: #999;
    }
    /* PEAR */
    div.message p.pear {
        border-top: none;
        border-color: #f30;
        text-align: left;
    }
    div.message h4 {
        border: 2px solid #f30;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0.5em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        font-weight: bold;
        color: #f30;
    }
div#broadcastMessage {
    position: absolute;
    z-index: 300;
    left: 30px;
    top: 30px;
    width: 300px;
    padding: 10px 20px;
    background-color: #ffe9d9;
    color: #333;
}
    div#broadcastMessage a {
        position: absolute;
        right: 5px;
        top: 5px;
    }
/* END messages & errors */


/* Debug panel */
div#debugPanel {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: auto;
    border: 1px black solid;
    margin: 10px;
    min-width: 150px;
    height: 300px;
    padding: 5px 10px;
    background-color: #808080;
    opacity: 0.9;
    font-size: 0.9em;
    color: #333;
}
    div#debugPanel h3 {
        margin-bottom: 0.5em;
        color: #fff;
    }
    div#debugPanel a {
        color: #ccc;
        text-decoration: none;
    }
    div#debugPanel dl {
        margin-bottom: 0;
    }
        div#debugPanel dl dt {
            margin-bottom: 0.2em;
            font-weight: normal
        }
        div#debugPanel dl dd {
            margin-left: 0;
            margin-bottom: 0.5em;
        }
/* END debug panel


/* Turn of tooltips */
.tipOwner .tipText {
    display: none;
}/* CSS Document

Site  : http://www.natureshelper.com
Author : Brendan Cullen <brendan.cullen@garick.com>

*/
/* ============================== FOOTER STICK ============================== */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
}
.foot, .push {
	height: 61px; /* .push must be the same height as .footer */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0;
	background-color:#FFFFFF;
	color: #333333;

}

/* ============================== TYPOGRAPHY ============================== */

h1, h2, h3 {
	padding: 0 10px 0 10px;
	margin: 10px 0 15px 0;
	color: #6600a0;
}

h1 {
	font-size: x-large;
	line-height: 90%;
	letter-spacing: 5px;
}

h2 {
	font-size: large;
	letter-spacing: 5px;
}

h3 {
	font-size: large;
	text-transform: uppercase;
	letter-spacing: 5px;
}

a:link {
	color: #006633;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #006633;
}

a:hover {
	text-decoration: none;
	color: #6600a0;
}

a:active {
	text-decoration: underline;
	color: #6600a0;
}

p {
	line-height: 1.5;
	padding: 0 10px 0 10px;
	margin: 12px 0 12px 0;
}

/* ============================== LAYOUT ============================== */

#wrapper {
	background: url('/themes/natureshelper/images/main-bg.gif') repeat-y;
	width: 800px;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#main {
	background: url('http://www.natureshelper.com/themes/natureshelper/images/flower-bg.jpg') no-repeat;
	width: 758px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#header {
	height: 332px;
	width: 758px;
}


#content {
	margin: 0;
	padding: 0 20px;
}

#footer {
	background: url('/themes/natureshelper/images/footer_bg.jpg') repeat-x;
	height: 61px;
	clear: both;
}

/* ============================== CONTENT ============================== */

img {
	border: 0;
}

#logo {
	width: 484px;
	padding-top: 160px;
	margin-left: auto;
    margin-right: auto;
}

#brands {
	width: 758px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

#brands ul {
	padding: 4px 0 0 0;
	list-style-type: none;
}

#brands li {
	display: inline;
	padding-right: 40px;
}

.floatright {
	float: right;
}

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

/**
 * - horizontal navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Main navigation */
div#nav-main {
    /*border-bottom: 1px solid #bbb;
    background-color: #fff;
*/
margin-top: -3.3em;
padding-bottom: 20px;
}
    div#nav-main div.inner {

        margin-top: 3px;
        border-top: none;
         background-color: #6600a0;
         padding-left:50px;
    }
    div#nav-main ul {
        margin: 0;

        list-style: none;
        line-height:.9em;

    }
        div#nav-main ul li {
            margin: 0;
            float: left;background-color: #6600a0;
        }
            div#nav-main ul li a {
                display: block;
                border-right: 1px solid #fff;
                padding: 0.65em 1em 0.55em;
                font-weight: bold;
                color: #ffffff;
            }
            div#nav-main ul li a:hover, div#nav-main ul li.current a {
                background-color: #ffffff;
                color: #6600a0;
                text-decoration: none;
            }
/* END main navigation */


/* Toolbar */
div#nav-main div#toolbar {
    border: 1px solid #bbb;
    margin-bottom: 2px;
    padding: 0.6em;
    height: 1.1em;
    font-size: 0.8em;
}
/* END toolbar */
