/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.8em;
	background-image: url(images/bg_repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #b0a081;
}

#main {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background-image: url(images/static_first.gif);
	background-repeat: no-repeat;
	height: 22px;
}

#head {
	background-image: url(images/header_new.jpg);
	background-repeat: no-repeat;
	height: 136px;
}

/* navigation here */

#navi {
	width: 158px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 377px;
	background-image: url(images/ul_left.gif);
	background-repeat: no-repeat;
}

em {
	margin-left: -99em;
}

#navi li {
	list-style-type: none;
	margin: 0;
	margin-left: 35px;
	padding: 0;	
}

#navi li a:link, #navi li a:visited {
	text-decoration: none;
}

#home a:link, #home a:visited {
	display: block;
	background-image: url(images/home_new.gif);
	height: 29px;
	background-position: bottom;
}

#home a:hover {
	background-position: top;
}

#gallery a:link, #gallery a:visited {
	display: block;
	background-image: url(images/gallery_new.gif);
	background-position: bottom;
	height: 29px;
}

#gallery a:hover {
	background-position: top;
}

#about a:link, #about a:visited {
	display: block;
	background-image: url(images/about_new.gif);
	background-position: bottom;
	height: 29px;
}

#about a:hover {
	background-position: top;
}

#products a:link, #products a:visited {
	display: block;
	background-image: url(images/products_new.gif);
	background-position: bottom;
	height: 29px;
}

#products a:hover {
	background-position: top;
}

#events a:link, #events a:visited {
	display: block;
	background-image: url(images/events_new.gif);
	background-position: bottom;
	height: 29px;
}

#events a:hover {
	background-position: top;
}

#contact a:link, #contact a:visited {
	display: block;
	background-image: url(images/contact_new.gif);
	background-position: bottom;
	height: 29px;
}

#contact a:hover {
	background-position: top;
}

/* nav ends here */

#testimonial {
	
	background-image: url(images/sidebar_lower.gif);
}

#cont {
	float: right;
	width: 542px;
	height: 377px;
	background-image: url(images/main_content.gif);
	background-repeat: no-repeat;
}

#cont h3 {
	margin-top: 300px;
}

#contSecond {
	float: right;
	width: 542px;
	height: 600px;
	background-image: url(images/main_content_second.gif);
	background-repeat: no-repeat;
}

#contSecond h3 {
	margin-top: 15px;
}

#sidebar {
	background-image: url(images/sidebar_lower1.gif);
	background-repeat: no-repeat;
	height: 420px;
}

#box {
	margin-left: 28px;
	margin-top: 60px;
}

h3 {
	font-size: 1.3em;
	font-style: italic;
	display: block;
	color: #fff;
	background-color: #660000;
	padding: 3px;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

#cont p, #contSecond p {
	color: #330000;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.2em;
}

#prod {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.2em;
}

.testi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 5px;
	margin-bottom: 20px;
	color: #003399;
	margin-left: 4px;
}

.name {
	margin-top: 0;
	margin-left: 4px;
}

.copyr {
	color: #666;
	margin-left: 6px;
	font-size: 1em;	
	margin-top: 8px;
	margin-bottom: 6px;
}

h2 {
	color: #660000;
	font-size: 1.3em;
	padding-left: 20px;
}

h1 {
	font-size: 1.2em;
}

h4 {
	font-size: 2em;
	font-family: "Comic Sans MS";
	color: #FFFF33;
	padding-left: 20px;
}

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a.galleryLinks:link, a.galleryLinks:visited{
	color:#660000;
	font-size:9pt;
	font-weight:bold;
	
}

a.galleryLinks:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline
}

a.galleryLinks2:link, a.galleryLinks2:visited{
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
	
}

a.galleryLinks2:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline
}