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

#footer {
	color: #ECE3BF;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2A0B0C;
}
#header {
	height: 283px;
	width: 900px;
	background-image: url(../images/header.jpg);
	margin-bottom:-15px;
	position:relative;
}
#wrapper {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
img a {
	border:none;
}
#nav {
	position:relative;
}
#nav img {
	height: 70px;
	width: 146px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 207px;
	background-repeat:no-repeat;
	background-position:bottom;
}
#nav img.active {
	background-image: url(../images/nav-ro.gif);
}
#content {
	background-image: url(../images/bg.jpg);
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	line-height: 20px;
	font-size: 16px;
}
#clear {
	clear: both;
}
#bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 80px;
	width: 900px;
	margin-bottom:10px;
}
#footer a {
	color: #ECE3BF;
	text-decoration: none;
	font-size: 12px;
}
#footer-nav a {
	text-transform: uppercase;
	margin-right: 20px;
	letter-spacing: 2px;
}
#footer a:hover {
	text-decoration: underline;
}

.footer-bottom{
        padding-top: 10px;
}
#home-click {
	position: absolute;
	left: 29px;
	top: 36px;
	height: 169px;
	border: none;
}
#pdf {
	padding: 10px;
	float: right;
	width: 200px;
	text-align: center;
	font-size: 10px;
	height: 300px;
}
#content a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	text-decoration:underline;
}
#left-column {
	float: left;
	width: 360px;
	padding-left: 20px;
	position: relative;
}
#right-column {
	float: right;
	width: 360px;
	padding-left: 20px;
	margin-left: 10px;
	border-left: solid 1px #938B77;
	position: relative;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.small {
	font-size:10px;
	line-height:12px;
}.catelog {
	font-size: 12px;
	line-height: 14px;
}
#video {
	background-image: url(../images/video-bg.gif);
	background-repeat: no-repeat;
	height: 265px;
	width: 345px;
	padding-top: 25px;
	padding-left: 25px;
	margin-bottom: 20px;
	position: relative;
}
a img {
	border:none;
}

/*Styling for the image cycle */

#slidenav li{
list-style: none;
} 

#slidenav li a{
text-decoration: none;
font-weight: normal;
} 

#slidenav li a.activeSlide{
font-weight: bold;
} 

#slidenav {
padding: 0;
margin: 0;
} 

/* Styling for mag glass icon */

.mag-icon{
float: left;
margin-right: 7px;
}