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

body{
	background: #262626 url(images/footer-bg.gif) bottom repeat-x;
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	height: auto;
	color: #000;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
	border: none;
}

a img{
	border: solid 1px #000;
        text-decoration: none;
}

.clear{
	clear:both;
	text-indent: -9999px;
	font-size: 5px;
}

.left{
        float: left;
}

.right{
        float: right;
}

#wrapper{
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff url(images/main-bot.gif) bottom left no-repeat;
	text-align: left;
}

#top-nav{
	margin: 0;
	padding-top: 7px;
	width: 900px;
	height: 29px;
	background: url(images/nav-bg1.gif) top left no-repeat;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

#top-nav li a{
	color: #fff;
	border: none;
}

#top-nav li a:hover{
	color: #000;
}

#top-nav li{
	float: left;
	margin: 0 35px 0 0;
}

#top-nav li.home{
	margin-left: -7px;
}

#top-nav li.services{
	padding-left: 315px;
}

#top-nav li.contact{
	margin-right: 0;
}

#header h1{
	background: url(images/header.gif) top left no-repeat;
	height: 159px;
	width: 900px;
	text-indent: -9999px;
	margin: 0;
}

#container{
	padding: 10px 17px 0 17px;
}

#product-nav{
	width: 167px;
	float: left;
	margin: 0;
	padding: 0;
}

#product-nav h2{
	width: 167px;
	height: 35px;
	background: url(images/products-bg.gif) top left no-repeat;
	font-size: 18px;
	padding: 6px 0 0 10px;
	margin: 0;
}

#nav_categories{
       margin-left: -30px;
       line-height: 24px;
}

#nav_categories li{
       list-style: none;
       font-size: 16px;
       font-weight: bold;
}

#nav_categories ul li{
        font-size: 14px;
        font-weight: bold;
}

#main{
	width: 689px;
	float: right;
	margin: 0;
	padding: 0;
}

#pg-main{
	width: 669px;
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
}

h1.page-title{
       color: #ff0000;
       text-align: center;
}

.page-content{
       padding: 0 15px;
       font-size: 13px;
       line-height: 18px;
}

.page-content .left, .page-content .right{
       width: 300px;
}

.page-content .left p, .page-content .right p{
       text-align: center;
}

.page-content .logo{
        width: 115px;
        float: left;
        margin: 0 15px 15px 0;
}

p.homepage-link{
      clear: both;
      font-weight: bold;
      font-size: 14px;
      padding: 10px 0;
}

#about-block{
	width: 689px;
	height: 187px;
	background: url(images/intro-block.jpg) top left no-repeat;
}

#about-block p.about{
	width: 458px;
	padding: 65px 20px 0 0;
	float: right;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#about-block p.link{
	clear: both;
	font-size: 12px;
	padding: 0 20px 0 0;
	text-align: right;
}

#products-block{
	float: left;
	width: 205px;
	height: 377px;
	background: url(images/products-block.gif) top left no-repeat;
	padding: 20px 0 20px 20px;
	margin-top: 7px;
        font-size: 14px;
       line-height: 20px;
}

#products-block h2{
	text-indent: -9999px;
	font-size: 12px;
}

#products-block p{
       margin: 10px 20px 10px 0;
}

#products-block p.link{
        clear: both;
	text-align: right;
}

#products-block .logo{
        width: 85px;
        float: left;
        margin: 0 12px 5px 0;
}

#products-block .logo img{
       vertical-align: middle;
}

#services-block{
	float: left;
	width: 195px;
	height: 377px;
	background: url(images/services-block.gif) top left no-repeat;
	padding: 20px 15px 20px 15px;
	margin: 7px 0 0 7px;
        font-size: 14px;
       line-height: 20px;
}

#services-block h2{
	text-indent: -9999px;
	font-size: 12px;
}

#services-block p.link{
	text-align: right;
}

#locations-block{
	float: left;
	width: 195px;
	height: 377px;
	background: url(images/locations-block.gif) top left no-repeat;
	padding: 20px 15px 20px 15px;
	margin: 7px 0 0 7px;
        font-size: 14px;
       line-height: 20px;
}

#locations-block h2{
	text-indent: -9999px;
	font-size: 12px;
}

#locations-block p.link{
	text-align: right;
}

#footer{
	text-align: center;
	padding-top: 10px;
	color: #bfbfbf;
	font-size: 10px;
}

#footer a:link, #footer a:visited{
	border: none;
	font-weight: bold;
	color: #bfbfbf;
}

#footer a:hover{
	color: #FF0000;
}


