@charset "utf-8";
/* DEFAULTS */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
}
p {
	padding-right: 15px;
	padding-left: 15px;
}

/* SLIDE SHOW */
.slideshow {
	margin: auto;
	width: 700px;
}
.slideshow img {
}
/* HEADER */
#top {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 61px;
	width: 100%;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 994px;
}
#home-link {
	float: left;
	height: 133px;
	width: 300px;
	clear: both;
	margin-left: 35px;
}

#top-text {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 600px;
	float: right;
	padding-top: 25px;
}
#services-text {
	width: 525px;
	margin-left: 15px;
	float: left;
}
#services-img {
	float: right;
	width: 250px;
}



#top #header-img {
	background-image: url(../images/header.png);
	height: 133px;
	width: 994px;
	clear:left;
}
#top #top-text ul {
	list-style-type: none;
}
#top #top-text li {
	display: inline;
}
#top #wrapper #top-text .far-right {
	padding-left: 200px;
}
#top #wrapper #header-img #main-nav {
	width: 475px;
	float: right;
	padding-top:95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	
}
#top #wrapper #header-img #main-nav a{
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
	text-decoration: none;

}
#top #wrapper #header-img #main-nav a:hover{
	padding-left: 15px;
	padding-right: 15px;
	color: #666666;
	text-decoration: underline;
}
/* MAIN BODY */
#body-wrapper {
	width: 994px;
	clear: both;
	margin-top: 72px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#main-body {
	width: 994px;
	background-color: #FFFFFF;
	min-height:530px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#top #wrapper #header-img #main-nav a:active{
	color: #000000;
	text-decoration: none;
}
#top #wrapper #header-img #main-nav a:visted{
	color: #000000;
	text-decoration: none;
}
#main-body #left-column {
	float: left;
	width: 794px;
	background-color: #FFFFFF;
	min-height:362px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: auto;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#main-body #right-column {
	margin: auto;
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	min-height:362px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
#main-body #right-column2 {
	margin: auto;
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	height:2940px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
/* PRODUCTS */
#product-wrapper {
	width: 764px;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
	float: left;

}
#product-img {
	float: left;
	height: 200px;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 0px;
}
#product-brands {
	float: left;
	height: 200px;
	width: 300px;
	clear: left;
}
#product-line {
	float: right;
	width: 400px;
}
#product-line ul {
	list-style-type: square;
}
#product-name {
	font-size: 16px;
	font-weight: bold;
}
#warehouse {
	float: right;
	height: auto;
	width: 292px;
}
#contact-text {
	width: 500px;
	float: left;
}


#product-line li {
	list-style-type: square;
}

/* FOOTER */
#footer {
	margin: auto;
	height: auto;
	width: 994px;
	clear: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
}

