@charset "UTF-8";

/* CSS Document */

/*------------GENERAL------------*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

.clear {
    clear: both;
}

body {
    font: 100%/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #999;
}

.indent {
    text-indent: -99999px;
}

h1 {
    margin-bottom: 1em;
    font-family: "Myriad Pro", Myriad, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}
h3 {
    font-size: 1.2em;
    font-weight: bold;

}

a {
    color: #ff6600;
    text-decoration: none;
    font-size: 0.8em;
}

a:hover {
    color: #666;
}

p {
    font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.border {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 20px;
}

.statement {
	font-size: 2.5em;
	margin-bottom: 1em;
    line-height: 1.1em;
    
}

/*------------HEADER------------*/

#header {
    height: 30px;
    margin: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#top-nav {
    width: 960px;
    margin: 0 auto;
    padding-top: 0.3em;
}

#top-nav p {
    float: right;
    font-size: 0.70em;
}

#top-nav p a {
    text-decoration: none;
    color: #FF6600;
    border-left: 1px solid #ccc;
    margin-left: 7px;
    padding-left: 7px;
}

#top-nav p a:hover {
    color: #7F3300;
}

/*------------MAIN NAVIGATION------------*/

#main-nav {
    width: 960px;
    height: 110px;
    margin: 30px auto;
    border-bottom: 1px solid #ddd;
}

#main-nav a {
    float: left;
}

#main-nav ul {
    float: right;
    margin: 65px 0 0 0;
}

#main-nav ul li {
    display: block;
    float: left;
    margin: 0 0 0 18px;
}

#main-nav ul li#wgic {
    background:url(/img/wgic.gif) 0 0 no-repeat;
    display: block;
    width: 154px;
    height: 16px;
    margin: 4px 0 0 20px;
}

#main-nav ul li a {
    font-family: "Myriad Pro", Myriad, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #999;
    font-weight: bold;
    font-size: 0.85em;
}

#main-nav ul li a:hover {
    color: #ff6600;
}

/*------------MAIN CONTENT------------*/

#content {
    width: 960px;
    margin: 0 auto;
}

#content img {
    margin-bottom: 20px;
}


#content ul {
	list-style: square;
    font-size: 0.75em;
    padding: 0 0 0 15px;
}

.col-1-3 {
	width: 293px;    
    float: left;
    margin-right: 20px;
}

.col-2-3 {
	width: 293px;
    float: left;    
    margin-right: 20px;
    padding-left: 20px;
}

.col-3-3 {
	width: 293px;
    float: left;
    padding-left: 20px;    
}

.col-1-2 {
	width: 460px;
    float: left;
    padding-right: 20px;
}

.col-2-2 {
	width: 460px;
    float: left;
    padding-left: 20px;
}

.grid1 {
    float: left;
    width: 209px;
    border-right: 1px solid #ddd;
    padding: 0 20px 20px 0;
}

.grid2 {
    float: left;
    width: 209px;
    border-right: 1px solid #ddd;
    padding: 0 20px 20px 20px;
}

.grid3 {
    float: left;
    width: 209px;
    border-right: 1px solid #ddd;
    padding: 0 20px 20px 20px;
}

.grid4 {
    float: left;
    width: 209px;
    padding: 0 0 20px 20px;
}

.row-top {
    height: 270px;
}

.row {
    height: 269px;
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
}

#samples .row-top {
    height: 171px;
}

#samples .row {
    height: 170px;
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
}



#samples_new .grid1 {
    float: left;
    width: 159px;
    border-right: 1px solid #ddd;
    padding: 0 20px 20px 0;
}

#samples_new .grid2 {
    float: left;
    width: 159px;
    border-right: 1px solid #ddd;
    padding: 0 20px 20px 20px;
}

#samples_new .grid3 {
    float: left;
    width: 159px;
    border-right: 1px solid #ddd;
    padding: 0 20px 20px 20px;
}

#samples_new .grid4 {
    float: left;
    width: 159px;
	border-right: 1px solid #ddd;
    padding: 0 20px 20px 20px;
}

#samples_new .grid5 {
    float: left;
    width: 159px;
	
    padding: 0 0 20px 20px;
}

#samples_new .row-top {
    height: 151px;
	text-align:center;
}

#samples_new .row {
    height: 150px;
    border-top: 1px solid #ddd;
    padding: 0px 0 0 0;
	text-align:center;
}

/*------------FOOTER------------*/

#footer {
    width: 960px;
    height: 80px;
    margin: 30px auto 0 auto;
    border-top: 1px solid #ddd;
}

#footer a {
    float: left;
    padding: 20px 20px 0 0;
}

#footer p {
    font-size: 0.75em;
    padding: 27px 0 0 0;
    float: left;
}

#footer a#credit {
    float: right;
    font-size: 0.75em;
    padding: 29px 0 0 0;
    text-decoration: none;
    color: #ccc;
}

#footer a#credit:hover {
    color: #999;
}

#footer a.ns {
	margin: 8px 0 0 10px;
}

/*------------HOME PAGE------------*/

#home #content {
    height: 390px;
}

#home #content p {
    display: block;
    background:url(../img/home-banner.gif) 0 0 no-repeat;
    width: 960px;
    height: 390px;
    position: absolute;
}

#home #content a {
    display: block;
    float: right;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    color: #FFF;
    padding:325px 30px 30px 800px;
}

#home #content a:hover {
    color: #ccc;
}

/*------------MENU COVERS GRID PAGE------------*/

#mc #legend h1 {
    float: left;
}

#mc #legend-cover {
    float: left;
    background: url(../img/cover-legend.jpg) 0 0 no-repeat;
    padding: 0 20px 5px 20px;
    margin: 0 0 0 40px;
    font-size: 0.75em;
}

#mc #legend-panel {
    float: left;
    background: url(../img/panel-legend.jpg) 0 0 no-repeat;
    padding: 0 20px 5px 20px;
    font-size: 0.75em;
}

/*------------CONTACT PAGE------------*/

#contact #content p {
	font-size: 1em;
    margin-bottom: 1em;
}

#contact #content a {
	font-size: 1em;
}


#contact .col-2-2 {
	background-color: #999;
    padding: 20px 0px 20px 20px;
}

input,
textarea {
	border: solid 2px #f4f4f4;
	background: #eee;
	color: #666;
	padding: 10px;
	margin: 0 0 1em 0;
	width: 235px;
	font-size: 0.75em;
}

input.button {
	margin: 10px 0 0 150px;
	width: 235px;
    color: #ff6600;
}

input.button:hover {
	cursor: pointer;
}

label {
	float: left;
	color: #f4f4f4;
	margin: 5px 0 0 0;
	width: 150px;
}

#error #content {
	width: 880px;
	padding: 40px;
}

#error #content p, #error #content a {
	font-size: 1em;
}

/*------------COMPANY PAGE------------*/

#company #content p {
	font-size: 1em;
    margin-bottom: 1em;
}

#company .col-2-2 {
	background-color: #999;
    padding: 0px 0px 0px 20px;
    height: 320px;
}

#company #content a {
	font-size: 1em;
}

/*------------NEW SAMPLES PAGE------------*/
#samples_new {
	background: url(../img/Test-BG.png) 0 100px repeat;
}

#samples_new .separator {
	display: block;
	height: 2px;
	background-color: #ccc;
	margin: 20px 0 10px 0;
}

/*------------STOCKED------------*/

#stocked #content p {
	font-size: 1em;
}

#stocked .row-top {
    height: 210px;
	text-align: center;
}

#stocked .row {
    height: 209px;
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
	text-align: center;

}
#stocked {
	background: url(../img/Test-BG.png) 0 100px repeat;
}

#stocked h3 {
	color: #ff6600;
}
#stocked .price {
	font-size: 1.5em;
}

#stocked h2 {
	text-align: left;
}


