﻿/* Developed by Novacure Technology */
/* www.novacurve.com */

html,body  {
	background-color: #ffffff;
	background-image: url(/img/gradient_bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #333333;
}

a {color:#4f4f4f; text-decoration: none; font-weight: bold;}
a:hover {color:#6f9c2c; text-decoration: none;}

#horizontalstripe {
	margin-top: 30px;
	height: 40px;
	background-image: url(/img/horizontalstripe_bg.png);
	background-repeat: repeat-x;
}

#horizontalstripe h1 {
	font-size: 18px;
	padding-top: 6px;
	color: #4f4f4f;
}

#maincontainer {
	margin-top: 30px;
	background-image: url(/img/maincontainer_bg.png);
	background-repeat: no-repeat;
	width: 758px;
	height: 650px;
}

#logo {
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
}

#headline {
	font-size: 13px;
	position: relative;
	top: 20px;
	left: 50px;
}

#photogallerycontainer{
	position: relative;
	top: 40px;
	left: 4px;
	background-color: #cab190;
	width: 750px;
	height: 150px;
}
#photogallerytitle img {
	float: left;
	position: relative;
	top: 15px;
	left: 15px;
}
#photogallerytitle p {
	font-size: 11px;
	position: relative;
	top: 20px;
	left: 20px;
}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	position: relative;
	top: 25px;
	left: 20px;
}
#gallery ul { list-style: none; }
#gallery ul li { 
	display: inline; 
	margin-right: 7px;
}
#gallery ul img {
	border: 4px solid #ffffff;
}
#gallery ul a:hover img {
	border: 4px solid #9c6c2c;
}
#gallery ul a:hover { color: #fff; }

#content {
	float: left;
	width: 420px;
	font-size: 12px;
	position: relative;
	top: 60px;
	left: 20px;
}
#content img {
	margin-bottom: 15px;
}
#content p {
	line-height: 16px;
	margin-bottom: 10px;
}
#content ul {
	margin-left: 15px;
}
#content li {
	list-style: circle; 
	width: 200px;
	float: left;
}

#contactinfo {
	float: left;
	position: relative;
	top: 60px;
	left: 30px;
	width: 300px;
	height: 259px;
	background-image: url(/img/treestump.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #5b3f1a;
	font-size: 14px;
}
#contactinfo h1 {
	margin-top: 70px;
	font-weight: bold;
	font-size: 16px;
}

#ft {
	text-align: center;
}
#footerbar {
	position: relative;
	top: 100px;
	width: 720px;
	height: 3px;
	color: #cab190;
	background-color: #cab190;
	border: none;
}
#ft p {
	position: relative;
	top: 100px;
	font-size: 10px;
	color: #cab190;
}
