#wrapper {
	margin: 0;
	padding: 0;
	height: 830px;
	width: 890px;
}
#header {
	margin: 0px;
	padding: 3px 0 7px 0;
	height: 50px;
	width: 800px;
}

/* sidebar styles */
#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	height: 660px;
	width: 120px;
}
.sidebar-menu-main {
	display: block;
	overflow: hidden;
	height: 180px;
	width: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.sidebar-main-links, .sidebar-main-links a {
	display:block;
	width: 100px;
	padding: 3px 0 16px 0;
	color: #ff9900;
	text-decoration: none;
	text-align: left;
}
.sidebar-main-links a:hover { 
	color: #ff3900;
	text-decoration: underline;
}
.sidebar-main-links a:active {
	color: #ff6e00;
}
.sidebar-main-links a:focus {
	outline: none;
}
.sidebar-main-links .on {
	color: #ff6e00;
}

/* main column styles */
#main {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-decoration: none;
	float: right;
	height: 660px;
	width: 750px;
}
#banner {
	padding: 0px;
	height: 50px;
	width: 300px;
	margin-top: 10px;
	margin-left: 140px;
}
.main-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7a7a7a;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 200px;
	padding: 5px 0 15px 4px;
}
.cv { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial; 
	line-height: 13px; 
	text-decoration: none;
}
.cv a { 
	color: #ff9900;
}
.cv a:hover { 
	color: #ff3900;
	text-decoration: underline;
}
.cv a:active {
	color: #ff6e00;
}
.cv .on {
	color: #ff6e00;
}

/* gallery styles */
.fade-gallery {
	position: relative;
	border:1px solid #ccc;
	height:467px;
	margin:0;
	padding: 0px;
	width:700px;
}
.fade-gallery ul.slide-set {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 467px
}
.fade-gallery ul.slide-set li {
	position: absolute;
	top: 0;
	left: 0;
}
.fade-gallery ul.slide-set li.active {
	z-index: 1;
}
.fade-gallery .gallery-nav {
	position: absolute;
	bottom: -40px;
	left: 0px;
	list-style: none;
	width: 200px;
	z-index: 10;
	padding: 0;
	margin: 0;
}
.fade-gallery .gallery-nav li {
	overflow: hidden;
	padding: 0 0 0 8px;
	float: left;
}
.fade-gallery .gallery-nav a {
	text-align: left;
/*	text-indent: -9999px;
*/	overflow: hidden;
	float: left;
	width: 80px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	color: #ff9900;
}
.fade-gallery .gallery-nav a:hover { 
	color: #ff3900;
	text-decoration: underline;
}
.fade-gallery .gallery-nav a:focus {
	outline: none;
}
.carrot-previous a {
	display: block;
	width: 40px;
	height: 30px;
	padding: 0;
	float: left;
	background: url("images/carrot-previous.png") 0 0 no-repeat;
}
.carrot-previous a:hover { 
	background-position: 0 -30px;
}
.carrot-next a {
	display: block;
	width: 40px;
	height: 30px;
	padding: 0;
	margin-left: 30px;
	background: url("images/carrot-next.png") 0 0 no-repeat;
}
.carrot-next a:hover { 
	background-position: 0 -30px;
}

.catalog-wrapper {
	height: 500px;
	width: 505px;
	color: black; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em; 
	text-decoration: none;
}
.catalog-wrapper a {
	color: #ff9900;
	text-decoration: none;

}
.catalog-wrapper a:hover { 
	color: #ff3900;
	text-decoration: underline;
}
.catalog-wrapper a:active {
	color: #ff6e00;
}
.catalog-image {
	margin: 0px;
	padding: 0 0 20px 0;
	height: 120px;
	width: 190px;
	text-align: center;
	float: right;
}
.catalog-text {
	margin: 0 0 20px 20px;
	padding: 0 0 20px 0;
	height: auto;
	width: 280px;
	text-align: left;
	float: left;
}
.catalog-text bold {
	font-weight: bold;
}
.announcement {
	display: block;
	padding: 0px;
	height: 240px;
	width: 700px;
	margin: 50px 0 0 0;
	font-size: 11px; 
	font-family: Verdana, Arial; 
	line-height: 13px; 
}
.announcement a { 
	color: #ff9900;
	text-decoration: none;

}
.announcement a:hover { 
	color: #ff3900;
	text-decoration: underline;
}
.announcement a:active {
	color: #ff6e00;
}
.announcement a:focus {
	outline: none;
}
.video-wrapper {
	height: 600px;
	width: 550px;
	color: black; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em; 
	text-decoration: none;
}