@charset "UTF-8";
/* CSS Document */

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;
	color: #333333;
}
body {
	font-family: Arial, helvetica, verdana, sans serif;
	line-height:23px;
	position: relative;
	background-color:#d1fed7;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#body_wrapper{
	background: url(../images/greengrips_bg.gif) repeat-y;
	margin: 0 auto;
	width: 993px;
}

/*~~~~~~~~~~~~~~~ general ~~~~~~~~~~~~~~*/

.float_left{
	float:left;
}
.float_right{
	float:right;
}
.overclear {
	width:100%;
	overflow: hidden;
}
/*~~~~~~~~~~~~~~ Main Page ~~~~~~~~~~~~~~~*/

.center {
	width:960px;
	margin:0 auto;
}
.img_container_outer {
	background-color:#d2d2d2;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow: 2px 2px 5px #96b99a;
	-webkit-box-shadow: 2px 2px 5px #96b99a;
	box-shadow: 2px 2px 5px #96b99a;
}
.img_container_outer .img_container_inner {
	background-color:#fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow: 2px 2px 5px #a6a6a6;
	-webkit-box-shadow: 2px 2px 5px #a6a6a6;
	box-shadow: 2px 2px 5px #a6a6a6;
	position:relative;
}
/*~~~~~~~~~~~~~~~~~~More Details overlay ~~~~~~~~~~~~~~~~~*/
.img_container_outer .img_container_inner .more_detail {
	position:absolute;
	top:161px;
	left:0px;
}
.img_container_outer .img_container_inner .more_detail a {
	display:block;
	color:#fff;
	filter:alpha(opacity=100);
  	opacity:1;
	text-align:center;
	width:216px;
	text-transform:uppercase;
	padding-top:15px;
	font-weight:bold;
	background-color:#000;
	filter:alpha(opacity=60);
  	opacity:0.6;
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	height:40px;
}
.img_container_outer .img_container_inner .more_detail a:hover {
	
}
.img_container_outer .img_container_inner img {
	margin:13px;
}
/*~~~~~~~~~~~~~~~~~~~~~~ featured product ~~~~~~~~~~~~~~~*/
.featured_product_img_outer {
	width:300px;
	height:300px;
	padding:10px;
	margin:30px;
}
.featured_product_img_outer .featured_product_img_inner {
	width:300px;
	height:300px;
}
.eco_friendly_handlebartape {
	background: url(../images/eco_friendly_handlebar_tape_300.jpg) no-repeat 0 0;
}
.organic_handlebartape {
	background: url(../images/organic_handlebartape_300.jpg) no-repeat 0 0;
}
.wooden_cork_end_plugs {
	background: url(../images/wooden_cork_300.jpg) no-repeat 0 0;
}
.plastic_end_plug {
	background: url(../images/plastic_end_plug_300.jpg) no-repeat 0 0;
}
.featured_product_content {
	width:540px;
	padding:50px 20px 0;
}
.featured_product_content h2 {
	padding-bottom:20px;
	font:24px Arial, Helvetica, sans-serif;
	color:#008a40;
}
.featured_product_content p {
	font-size:14px;
	padding-bottom:10px;
}
.featured_product_content p span {
	color:#008a40;
	text-transform:uppercase;
}
.featured_product_content .featured_product_price {
	font:bold 18px Arial, Helvetica, sans-serif;
	padding-top:5px;
}
.featured_product_content form {
	font-weight:bold;
	margin-top:-18px;
}
.featured_product_content form input.featured_add_to_cart_btn {
	position:relative;
	top:13px;
	left:20px;
}
.select_color {
	font:30px/30px Arial, Helvetica, sans-serif;
	color:#92af94;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:5px;
	text-shadow: #fff 1px 1px 1px;
}
.colors {
	background:#d1fed7 url(../images/color_bg.jpg) no-repeat 0 0;
	height:176px;
	width:1100px;
	margin:0 auto;
}
.colors .center_color {
	margin:0 auto; 
	width:850px;
	padding:10px 0;
}
.colors .color_block a {
	width: 39px;
	height: 39px;
	border:3px solid #fff;
	margin: 9px;
	float:left;
}
.colors .color_block a.on {
	border:3px solid grey;
}
.colors .color_block a:hover {
	border:3px solid #c7c7c7;
}
.natural {
	background-color:#d7d193;
}
.pearl_grey {
	background-color:#7c776a;
}
.black {
	background-color:#000;
}
.wine {
	background-color:#670008;
}
.scarlet {
	background-color:#8c1916;
}
.cherry_red {
	background-color:#ae0109;
}
.petal_pink {
	background-color:#d4989a;
}
.tangerine {
	background-color:#d94b03;
}
.sunshine_orange {
	background-color:#da6600;
}
.golden_yellow {
	background-color:#eaba00;
}
.lemon_yellow {
	background-color:#f9db00;
}
.dark_green {
	background-color:#13331c;
}
.kelley_green {
	background-color:#4e822f;
}
.apple_green {
	background-color:#858d26;
}
.teal {
	background-color:#005f57;
}
.navy_blue {
	background-color:#0e062f;
}
.royal_blue {
	background-color:#0c3a75;
}
.evening_blue {
	background-color:#014f76;
}
.aquamarine {
	background-color:#00a1c5;
}
.denim_blue {
	background-color:#1a124a;
}
.purple {
	background-color:#7e2c74;
}
.violet {
	background-color:#96235c;
}
.fuchsia {
	background-color:#ce2b68;
}
.dark_brown {
	background-color:#2b0704;
}
.cocoa_brown {
	background-color:#4d1c1b;
}
.tan {
	background-color:#aa6629;
}

/*~~~~~~~~~~~~~~~~~~~~ other products ~~~~~~~~~~~~~~~~*/
.other_products {
	padding:30px 0;
}
.other_products h3 {
text-transform:uppercase;
color:#008a40;
font:22px Arial, Helvetica, sans-serif;
padding:0 0 10px;
}
.other_products .other_products_column {
width:230px;
padding:10px;
}
.other_products .other_products_column h4 {
padding:10px 0 0 10px;;
font: 16px Arial, Helvetica, sans-serif;
color:#008a40;
}
.other_products .other_products_column p {
padding:0 0 10px 10px; 
font-size:16px;
}
.other_products .other_products_column form {
margin:-15px 10px 0;
font-weight:bold;
font-size:16px
}
.other_products .other_products_column form input.featured_add_to_cart_btn {
	position:relative;
	top:8px;
	left:20px;
}

/*~~~~~~~~~~~~~~~ header ~~~~~~~~~~~~~~~~~*/
.header {
	background-color:#618766;
	padding:15px 0 10px;
}
.header img {
	margin:0 27% 10px;;
}
.main_nav {
	text-align:right;
	margin:10px 0 -2px;
	padding:0;
}
.main_nav li {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;	
}
.main_nav li a {
	background:#184922;
	padding:10px 15px 11px;
	color:#fff;
	text-shadow:2px 2px 2px #333;
}
.main_nav li a.on {
	background:#d1fed7;
	color:#184922;
	text-shadow:none;
}
.main_nav li a:hover {
	background:#d1fed7;
	text-decoration:none;
	color:#184922;
	text-shadow:none;
}
.main_nav a.view_cart {
	padding:10px 15px 11px 47px;
	background:#184922 url(../images/cart_white.png) no-repeat 7px 2px;
}
.header a.view_cart:hover {
	text-decoration:none;
	color:#184922;
	background:#d1fed7 url(../images/cart.png) no-repeat 7px 2px;
}
/*~~~~~~~~~~~~~~~~ footer ~~~~~~~~~~~~~~~~*/
.footer {
	background-color:#609e84;
	border-top:1px solid #CCCCCC;
	padding:40px 0;
	height:230px;
}
.footer ul {
	margin:0 auto 20px;;
	overflow:hidden;
	width:55%
}
.footer ul li {
	display:inline;
	padding:0 10px;
	float:left;
}
.footer ul li a.facebook {
	background:url(../images/footer_sprite.jpg) no-repeat 0 -115px;
	width:110px;
	height:110px;
	display:block;
}
.footer ul li a.facebook:hover {
	background:url(../images/footer_sprite.jpg) no-repeat 0 0;
	width:110px;
	height:110px;
	display:block;
}
.footer ul li a.twitter {
	background:url(../images/footer_sprite.jpg) no-repeat -120px -115px;
	width:110px;
	height:110px;
	display:block;
}
.footer ul li a.twitter:hover {
	background:url(../images/footer_sprite.jpg) no-repeat -120px 0;
	width:110px;
	height:110px;
	display:block;
}
.footer ul li a.linked_in {
	background:url(../images/footer_sprite.jpg) no-repeat -240px -115px;
	width:110px;
	height:110px;
	display:block;
}
.footer ul li a.linked_in:hover {
	background:url(../images/footer_sprite.jpg) no-repeat -240px 0;
	width:110px;
	height:110px;
	display:block;
}
.footer ul li a.email_us {
	background:url(../images/footer_sprite.jpg) no-repeat -363px -115px;
	width:110px;
	height:110px;
	display:block;
}
.footer ul li a.email_us:hover {
	background:url(../images/footer_sprite.jpg) no-repeat -363px 0;
	width:110px;
	height:110px;
	display:block;
}
.footer p {
	text-align:center;
	width:80%;
	margin:0 auto;
	font-size:16px;
	color:#fff;
}
.footer p span {
	color:#034a0c;
}
.general_info {
	padding:0 0 30px;
	font-size:12px;
}
.general_info h1 {
	text-transform:uppercase;
	font-size:18px;
	color:#008a40;
	padding:30px 0 10px;
}

