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

#content {
	width:960px;
	padding:0px 0px 150px 0px;
	font-size:16px;
	line-height:30px;
}
#content li{
	margin-top:10px;
}
p {
	font-size:16px;
	line-height:30px;
	margin:30px 0px;
	padding:0px 10px;
}
h1{
	font-size:60px;
	font-family: 'Raleway', sans-serif;
	line-height:65px;
	font-weight:900;
	color:#dddddd;
	margin:0px;
	padding:0px 10px 10px 10px;
	clear:both;
}

h2{
	font-size:36px;
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	line-height:40px;
	color:#bbbbbb;
	margin: 70px 0px 0px 0px;
	padding:0px 10px;
	clear:both;
}
h3{
	font-size:22px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	line-height:24px;
	color:#bbbbbb;
	margin: 70px 0px 0px 0px;
	padding:0px 10px 10px 10px;
	clear:both;
}
h4{
	font-size:17px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	line-height:18px;
	color:#bbbbbb;
	margin: 50px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}

.padded{
	padding:0px 10px !important;
}
.margined{
	margin-top:30px !important;
}

/*-------------------------------------------
BREADCRUMBS
---------------------------------------------*/
#breadcrumbs{
	height:50px;
	width:940px;
	text-align:right;
	font-size:16px;
	color:#777777;
	line-height:25px;
	padding:70px 10px 60px 10px;
}

#breadcrumbs a {color:#777777; text-decoration:underline;}
#breadcrumbs a:link {color:#777777; text-decoration:underline;}
#breadcrumbs a:visited {color:#777777; text-decoration:underline;}
#breadcrumbs a:hover {color:#00887e !important; text-decoration:none;}


/*-------------------------------------------
Product Thumbs
---------------------------------------------*/
.product{
	text-align:center;
	float:left;
	width:176px;
	padding:40px 8px 0px 8px;
	font-size:16px;
	line-height:20px;
}
.product img{margin-bottom:5px}

.product a {color:#888888; text-decoration:none;}
.product a:link {color:#888888; text-decoration:none;}
.product a:visited {color:#888888; text-decoration:none;}
.product a:hover {color:#eeeeee !important; text-decoration:none;}

.product a img{border: 2px solid transparent;}
.product a:hover img{border: 2px solid #888888;}


.productprice {color:#00887e; text-decoration:none;}

/*-------------------------------------------
Category Thumbs
---------------------------------------------*/

.category{
	text-align:center;
	float:left;
	width:310px;
	padding:30px 5px 0px 5px;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:300;
	line-height:40px;
}

.category a {color:#888888; text-decoration:none; display:block;}
.category a:link {color:#888888; text-decoration:none;}
.category a:visited {color:#888888; text-decoration:none;}
.category a:hover {color:#00887e !important; text-decoration:none;}

.category a {border: 5px solid transparent ;}
.category a:hover {border: 5px solid #00887e;}

.category a img{vertical-align:bottom;}


/*-------------------------------------------
Category Image (image header)
---------------------------------------------*/

.categoryimage{
	text-align:center;
	float:right;
	width:300px;
	padding:40px 10px 20px 50px;
	font-style:italic;
	font-size:15px;
	font-weight:300;
	line-height:22px;
}



/*-------------------------------------------
See Other Products
---------------------------------------------*/


a.seeothers {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:18px;
	float:right;
	margin:50px 10px 0px 0px;
	padding:0px 30px;
	height:45px;
	line-height:45px;
	color:#bbbbbb;
	text-decoration:none;
	background-color:#156b63;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1a7f6e), to(#1a403c)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #1a7f6e, #1a403c); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image: -moz-linear-gradient(top, #1a7f6e, #1a403c); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #1a7f6e, #1a403c); /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #1a7f6e, #1a403c);
	display:block;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}
a.seeothers:hover {color:#ffffff !important; background-color:#259485; background-image:none !important; text-decoration:none;}
a.seeothers:visited {color:#bbbbbb; text-decoration:none;}
a.seeothers:link {color:#bbbbbb; text-decoration:none;}


/*-------------------------------------------
COLUMNS - list of links
---------------------------------------------*/
.columns {
	width:220px;
	padding:30px 10px;
	float:left;
	line-height:40px;
}

.columns a {color:#888888; text-decoration:underline;}
.columns a:link {color:#888888; text-decoration:underline;}
.columns a:visited {color:#888888; text-decoration:underline;}
.columns a:hover {color:#00887e !important; text-decoration:none !important;}

.columns h1, .columns h2, .columns h3, .columns h4 {padding:0px 0px 20px 0px !important; margin-top:0px !important;}





