@charset "utf-8";
/* CSS Document */

#content {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

#content h1 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#169192;
	line-height:22px;
	padding:0 0 18px;
}

#content h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#2b2d78;
	line-height:18px;
	padding:0 0 3px;
}

#content h3 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#333;
	padding:0 0 14px;
}

#content h4 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 0 1px;
}

#content p {
	padding:0 0 14px;
}

#content a {
	color:#169192;
}

#content a:hover {
	text-decoration:none;
}

#content hr {
	height:1px;
	width:80%;
	border:0;
	color:#CCC;
	background:#ccc;
	margin:10px auto 24px;
	text-align:center;
}

.imgright {
	float:right;
	border:3px solid #3a3c8f;
	margin:0 0 10px 10px;
}

.imgright2 {
	float:right;
	margin:0 0 10px 10px;
}

#content .caption {
	text-align:center;
	line-height:18px;
	background:#3c3d67;
	color:#fff;
	font-size:.9em;
}

#content ul.check {
	padding:0 0 14px 15px;
}

#content ul.check li {
	padding:0 0 3px 20px;
	background:url(../images/check-mark.gif) 0 0 no-repeat;
}

#content ul.twoulleft {
	float:left;
	width:50%;
	padding:0 0 14px 0;
}

#content ul.twoulleft li {
	margin:0 0 0 15px;
	padding:0 5px 3px 20px;
}

#content ul.gallery li {
	width:48%;
	float:left;
	padding:0 2% 0 0;
	margin:0 0 24px;
	text-align:center;
}

/* Home Page Product Info */

#content .products ul li {
	float:left;
	width:225px;
	margin:0 0 0 8px;
	border:1px solid #b5b6db;
	padding:0 0 8px;
	text-align:center;
	font:normal 11px Arial, Helvetica, sans-serif;
}

#content .products ul li h2 {
	width:215px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 5px 0px;
	background:url(../images/background.gif) 0 0;
	text-align:left;
}

#content .products ul li h3 {
	width:195px;
	height:15px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#CCC;
	padding:0 15px 3px;
	background:url(../images/background.gif) 0 0;
	margin:0 0 8px;
	text-align:left;
}

#content .products a.moreinfo {
	display:block;
	width:86px;
	height:29px;
	background:url(../images/more-info.jpg) 0 0 no-repeat;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}

#content .products a.moreinfo:hover {
	background-position:0 -29px;
}

/* Home Page Product Info End */

#content a.view-prod {
	display:block;
	width:260px;
	height:30px;
	background:url(../images/view-prod.jpg) 0 0 no-repeat;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}

#content a.view-prod:hover {
	background-position:0 -30px;
}

#content a.view-prod:active {
	background-position:0 -60px;
}

body#contact #content a.view-prod {
	display:none;
}

#content a.view-prod2 {
	display:block;
	width:260px;
	height:30px;
	background:url(../images/view-prod2.jpg) 0 0 no-repeat;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}

#content a.view-prod2:hover {
	background-position:0 -30px;
}

#content a.view-prod2:active {
	background-position:0 -60px;
}

body#contact #content a.view-prod2 {
	display:none;
}

.imgspace {
	margin-right: 25px;
	margin-left: 25px;
	border: 2px solid #BEC1DA;
}

#content .app img {
	margin-right: 15px;
	margin-left: 15px;
}

#content .space {
	padding:0 0 14px;
}

#content .centered {
	text-align:center;
}

/* Products Page */

#content .twoprod {
	padding:4px 0 14px;
	border-bottom:1px solid #ccc;
	margin:0 0 14px;
}

#content .twoprod img {
	float:right;
	margin:0 0 8px 8px;
}

#content .twoprod img.nofloat {
	float:none;
}

#content .twoprod h3 strong {
	color:#000;
}

#content .twoprod.thin h3, #content .twoprod.thin a, #content .twoprod.thin h4 {
	color:#00a048;
}

#content .twoprod.putty h3, #content .twoprod.putty a, #content .twoprod.putty h4 {
	color:#0d6bae;
}

#content .twoprod.orange h3, #content .twoprod.orange a, #content .twoprod.orange h4 {
	color:#d15c08;
}

#content .twoprod .list {
	width:70%;
	background:#eaeaea;
	border:1px solid #ccc;
	padding:8px 8px 0;
	margin:8px 0 0 8px;
	line-height:15px;
}

#content .twoprod .list img {
	float:none;
}

#content .twoprod .list a {
	color:#f00;
}

#content .twoprod .list a.details {
	text-decoration:none;
	background:url(../images/details.gif) 100% -2px no-repeat;
	height:15px;
	padding:0 20px 0 0;
	margin:0 5px 0 0;
}

#content .twoprod .list a.buy-now {
	text-decoration:none;
	background:url(../images/cart.gif) 100% -2px no-repeat;
	height:15px;
	padding:0 20px 0 0;
	margin:0 5px 0 0;
}

#content .twoprod .list a:hover {
	color:#333;
}

/* Contact Page */

#content .threecol li {
	width:31%;
	float:left;
	padding:0 2% 0 0;
}

#content input {
	border:1px solid #999;
	background:#ebf5f4;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:80%;
	height:18px;
	padding:3px 4px 0;
}

#content textarea {
	border:1px solid #999;
	background:#ebf5f4;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:80%;
	height:80px;
	padding:3px 4px;
	overflow-y:auto;
}

#content .sub-button {
	display:block;
	padding:0;
	width:100px;
	height:30px;
	background:url(../images/submit-button.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	line-height:1px;
	overflow:hidden;
	cursor:pointer;
	border:0;
	margin:0 20% 0 auto;
}

#content .sub-button:hover {
	background-position:0 -30px;
}

#content .sub-button:active {
	background-position:0 -60px;
}
