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

body {
	margin: 0;
	padding: 0;
 	overflow:-moz-scrollbars-vertical;
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	background-color: #f2f2f2;
	background-image: url('/images/bg.gif');
	background-repeat: repeat;
	text-align: center;
}
#top-bg {
	width: 100%;
	background-image: url('/images/top-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	height: 199px;
}
#header {
	position: relative;
	width: 760px;
	margin: auto;
	padding: 0;
	background-image: url('/images/top-header.jpg');
	background-repeat: no-repeat;
	height: 199px;
}
#navigation {
	height: 38px;
	width: 710px;
	text-align: right;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}
#wrapper {
	position: relative;
	width: 760px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('/images/content-bg.jpg');
	background-repeat: repeat-y;
}
#clear {
	clear: both;
	width: 100%;
	height: 0px;
}
/* Header Content Styling */

#titlelocation {
	width: 410px;
	float: right;
	font-weight: bold;
	text-align: center;
	margin-top: 105px;
	height: 35px;
	letter-spacing: 2px;
}
#titlelocation p {
	color: #99CC99;
}

/* Right hand Content Panel Styling */

#content-panel {
	width: 640px;
	float: left;
	font-size: 90%;
	line-height: 1.3;
	background-image: url('/images/content-top-bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding: 60px;
	padding-bottom: 0;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/* Navigation Styling */

#navigation ul {
	list-style-type: none;
	padding: 11px 0 5px 0;
	margin: 0;
}
#navigation li {
	display: inline;
	font-size: .9em;
	padding: 0 10px 0 10px;
}
#navigation li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#navigation a.highlightednav {
	text-decoration: underline;
}
#navigation a.highlightednav:hover {
	color: #FFFF66;
}

/* Footer Styling */

#footer {
	position: relative;
	width: 760px;
	height: 100px;
	background-image: url('/images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 35px;
	margin: auto;
	clear: both;
	font-size: 90%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

#footeraddress {
	float: left;
	text-align: left;
	width: 220px;
	padding-left: 25px;
	padding-top: 15px;
}
#footer p {
	margin: 0;
	color: #FFF;
}

#footer ul {
	list-style-type: none;
	padding: 15px 0 5px 0;
	margin: 0;
}
#footer li {
	display: inline;
	padding: 0 20px 0 20px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.divider {
	border-bottom: 2px dashed #666;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}
/* General Text Styling */

h1 {
	font-size: 140%;
	color: #CC9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	margin-top: -20px;
}
h2 {
	font-size: 130%;
}
a img {
	border: 0;
}
p {
	color: #333333;
}

#hp-pics {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#hp-pics li {
	display: inline;
	margin: 0 10px 0 10px;
}
#hp-pics img {
	border: 5px solid #FFF;
}
#gl-pics {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#gl-pics li {
	display: inline;
	margin: 0 20px 0 20px;
}
#gl-pics img {
	border: 5px solid #FFF;
}
#siromer-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 50px;
}
#siromer-list li {
	padding-left: 30px;
	padding-bottom: 15px;
	padding-top: 4px;
	background-image: url('/images/check.png');
	background-repeat: no-repeat;
	background-position: top left;
	display: inline;
	float: left;
	width: 250px;
}
.types {
	text-align: center;
	font-weight: bold;
	font-size: 115%;
}
.slogan {
	color: #CC0000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.products {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 15px;
}
.product-pics {
	border: 5px solid #FFF;
	float: left;
	margin-right: 15px;
	clear: left;
}
.click-image {
	color: #666;
}
.alt {
	background-color: #f1f1f1;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

/* Equipment for Order Gallery */
#equip-order {
	list-style-type: none;
}
#equip-order li {
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 90%;
	color: #666;
}
#equip-order img {
	display: block;
	border: 5px solid #FFF;
	margin-bottom: 10px;
}