var {
 display: none;
}
body {
	font-family:'Segoe UI','Trebuchet MS',Arial,sans-serif;
}
h2 {
	font-size:1.9em;
	line-height:1em;
	font-weight:normal;
}
h3 {
	font-size:1.6em;
	font-weight:normal;
	font-variant:small-caps;
	color:#00777e;
}
h4 {
	font-size:1.4em;
	text-transform:uppercase;
	color:#111;
	font-weight:normal;
}
h5 {
	font-size:1em;
	color:#444;
	font-variant:small-caps;
}

hr {
	height:1px;
	border:0;
	background:#C4E7ED;
}

#body p {
	font-size:.9em;
}
#body a {
	color:#00777e;
}
#body a:hover {
	color:#000;
}
a img {
	border:0;
}

#breadcrumb {
	font-size:.7em;
	color:#999;
	margin:-15px 0 35px;
	overflow:hidden;
}
#breadcrumb span{
	float:left;
	clear:none;
	margin:0 10px 0 0;
}
#breadcrumb a {
	text-decoration:none;
}
#breadcrumb ul{
	float:left;
	clear:none;
	margin:0;
	padding:0;
}
#breadcrumb ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}
.inventory_cataloge {
	overflow:auto;
	position:relative;
}
.inventory_cataloge .product {
	float:left;
	clear:none;
	width:150px;
	height:190px;
	text-align:center;
	border:1px solid #fff;
	background:#fff;
	padding:2px;
	margin:2px;
	overflow:hidden;
	position:relative;
}
.inventory_cataloge .overlay {
	background:url(../images/productoverlay.png) no-repeat bottom;
	position:absolute;
	bottom:0;
	left:0;
	width:150px;
	height:194px;
}
.inventory_cataloge .product:hover {
	border-color:#ccc;
}
.inventory_cataloge .image {
	line-height:140px;
	display:block;
}
.inventory_cataloge img {
	vertical-align:middle;
	padding:1px;
	background:#fff;
	border:1px solid #ddd;
}
.inventory_cataloge .title {
	display:block;
	font-size:.7em;
	line-height:13px;
	padding:0 10px;
	margin-top:5px;
}
.inventory_cataloge .title a {
	text-decoration:none;
}
.inventory_cataloge .description {
	margin:0;
	padding:0 10px;
	font-size:.65em;
	text-align:left;
}
.inventory_cataloge .description p {
	margin:0;
	padding:0;
	font-size:1em !important;
}


#contactcol {
	padding:0 10px 10px 0;
	float:left;
	margin:0 10px 10px 0;
}
#contactcol address {
	font-style:normal;
	margin-top:-15px;
	font-size:.8em;
}

#contactform {
	margin:10px 10px 10px 230px;
	overflow:auto;
}
#contactform label {
	display:block;
	margin-top:9px;
	font-size:.8em;
	line-height:20px;
}
#contactform fieldset {
	float:left;
	clear:none;
}
#contactform fieldset.detcol {
	width:210px;
}
#contactform fieldset.comcol {
	width:335px;
	margin-left:10px;
}
#contactform fieldset.buttons {
	margin:20px 10px 0 0;
	width:500px;
	float:right;
	font-size:1.6em;
	text-align:right;
}

#contactform fieldset.detcol input {
	width:180px;
}
#contactform fieldset.comcol textarea {
	width:325px;
	height:121px;
	margin:0;
}

#popimg {
	background:#fff;
	padding:10px;
	border:2px solid #ccc;
	outline:1px solid #999;
	display:block;
	position:fixed;
	z-index:5000;
	overflow:auto;
	min-width:200px;
}
#popimg h3 {
	margin-top:0 !important;
	margin-bottom:10px !important;
	width:100px;
	line-height:26px;
	font-size:.9em;
}
#popimg .popimgimg {
	text-align:center;
}
#popimg .thedesc {
	font-size:.6em;
	clear:both;
	margin-bottom:0 !important;
	width:100px;
	line-height:13px;
}

.right-col {
	float:right;
	width:180px;
	padding:0;
}
.left-col {
 margin-right: 220px;
}
.right-col li {
	margin:10px 0;
	padding:0;
	list-style-type:none;
	text-align:right;
	font-style:italic;
}
ul.cat-menu {
 margin-bottom: 50px;
}
.article h2 {
 line-height: 1em;
}
#linkscol img {
	max-width:180px;
	display:block;
        border: 0px;
}
#linkscol span {
	font-size:.7em;
	color:#999;
}

.addthis_toolbox {
 float: right;
 position: relative;
 z-index: 1;
 margin-top: 10px;
}

.post-tags {
 min-height: 30px;
 margin-top: 10px;
}

.addthis_toolbox a{
	display:block;
	margin:0 0 10px;
	background-image:url(../images/body_social_icons.png);
	background-repeat:no-repeat;
}
.addthis_toolbox a span{
	display:none;
}
.addthis_toolbox a.addthis_button_facebook{
	width:35px;
	height:35px;
	float:left;
	background-position:-35px 0;
}
.addthis_toolbox a.addthis_button_facebook:hover{
	background-position:-35px -35px;
}
.addthis_toolbox a.addthis_button_twitter{
	margin-left:5px;
	width:35px;
	height:35px;
	background-position:0 0;
float: left;
}
.addthis_toolbox a.addthis_button_twitter:hover{
	background-position:0 -35px;
}
.addthis_toolbox a.addthis_button_more{
	width:80px;
	height:35px;
	background-position:-70px 0;
margin-left: 5px;
float: left
}
.addthis_toolbox a.addthis_button_more:hover{
	background-position:-70px -35px;
}
.articles img, .article img {
 border: 2px solid #eee;
 padding: 2px;
 background: #ddd;
 margin: 5px;
}

.samples > div {
float: left;
padding: 0 40px;
}
.note {
 font-size: .75em;
}
