/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    color: #000;
    background: url("http://greenrockse.go-gin.com/_assets/img/body_bg.jpg") repeat-x left top;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#main-wrap {
	width: 860px;
	margin: 20px auto;
}
#page-top {
	width: 100%;
	height: 100px;
	background: url("http://greenrockse.go-gin.com/_assets/img/top_bg.jpg") no-repeat center top;
}
#page-top ul {
	margin: 30px 30px 20px 0;
	padding: 0;
	float: right;
}
#page-top li {
	float: left;
}
#page-top li a {
	display: block;
	color: #575756;
	padding: 10px;
	text-decoration: none;
}
#page-top li a:hover,
#page-top li.active a {
	text-decoration: underline;
}
#content-wrap {
	background: #9CC31C;
}
#main-content {
	float: right;
	width: 600px;
	min-height: 600px;
	background: #FFFFFF;

}
#content {
	padding: 10px 30px 30px 30px;
}
#side-col {
	float: left;
	width: 260px;
	min-height: 600px;
	background: #9CC31C;
}
#side-col nav ul {
	margin: 0;
	padding: 20px;
}
#side-col nav li {
	margin-bottom: 0;
}
#side-col nav li a {
	display: block;
	border-bottom: solid 2px #667e17;
	background: #7d9920;
	color: #FFF;
	padding: 8px 25px;
	font-size: 0.9em;
	text-decoration: none;
}
#side-col nav li a:hover,
#side-col nav li.active>a {
	background: #FFF;
	color: #000;
}
#side-col nav ul ul {
	padding-right: 0;
}
#side-col nav ul ul li {
	margin-bottom: 2px;
}
#side-col nav ul ul li a {
	padding: 8px 25px;
	font-size: 0.9em;
}
footer {
	background: #575756;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	font-size: 0.8em;
}
footer a {
	color: #FFF;
}


table td {
	padding: 10px;
	border-bottom: solid 1px #EEE;
}

.resellers {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #EEE;
}
.news {
	padding-bottom: 20px;
	border-bottom: solid 1px #EEE;
	margin-bottom: 20px;
}
.news h3 {
	margin-bottom: 0;
}
.news span {
	font-size: 0.9em;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}