@charset "UTF-8";
/* -------------------------- COLORS -------------------------- 
bg green: #669340;
red-orange: #ee4a3e;
gold: #f3a51d;
maroon: #ac1d49;
brown: #764e4c;
dark green: #065118;
light green (stage): e0e3d0;
*/
/* -------------------------- GLOBAL -------------------------- */
*, body {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #669340;
}
a {
	color: #ac1d49;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #669340;
	text-decoration: none;
}
li a {
	zoom: 1;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font: bold 17px/24px Georgia, "Times New Roman", Times, serif;
	color: #ee4a3e;
	text-transform: uppercase;
}
h2 {
	font: bold 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #ee4a3e;
	font-variant: small-caps;
}
h3 {
	font: normal 14px/22px Georgia, "Times New Roman", Times, serif;
	color: #065118;
	font-style: italic;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/* -------------------------- HEADER -------------------------- */
#header {
	background: url(../_images/bg/bg-head.gif) repeat-x center top;
	height: 120px;
	position: relative;
}
#brand {
	width: 780px;
	height: 85px;
	margin: 0 auto;
	padding-top: 25px;
	position: relative;
}
#logo {
	background: url(../_images/brand/logo-swiss-enterprises.jpg) no-repeat;
	width: 225px;
	height: 85px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#logo a {
	display: block;
	width: 225px;
	height: 85px;
	border: none;
}
#logo h1 {
	margin: 0;
	padding: 0;
}
#logo span, #phone span {
	display: none;
}
#phone {
	background: url(../_images/brand/phone-number.jpg) no-repeat left top;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 165px;
	height: 35px;
}
/* -------------------------- NAV: MAIN -------------------------- */
#nav {
	width: 100%;
	overflow: hidden;
	z-index: 1;
	clear: both;
}
#nav ul {
	margin: 0 auto;
	padding: 0 0 0 140px;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
#nav li {
	display: block;
	padding: 0;
	float: left;
}
#nav li a {
	display: block;
	height: 0;
	padding: 43px 0 0;
	overflow: hidden;
}
#nav li a:hover {
	text-decoration: none;
}
#nav-home a {
	background: url(../_images/nav/nav-home-link.jpg) no-repeat left top;
	width: 86px;
}
#nav-home a:hover {
	background: url(../_images/nav/nav-home-hover.jpg) no-repeat left top;
}
#nav-services a {
	background: url(../_images/nav/nav-services-link.jpg) no-repeat left top;
	width: 102px;
}
#nav-services a:hover {
	background: url(../_images/nav/nav-services-hover.jpg) no-repeat left top;
}
#nav-photo a {
	background: url(../_images/nav/nav-photo-link.jpg) no-repeat left top;
	width: 166px;
}
#nav-photo a:hover {
	background: url(../_images/nav/nav-photo-hover.jpg) no-repeat left top;
}
#nav-contact a {
	background: url(../_images/nav/nav-contact-link.jpg) no-repeat left top;
	width: 136px;
}
#nav-contact a:hover {
	background: url(../_images/nav/nav-contact-hover.jpg) no-repeat left top;
}
/* -------------------------- STAGE -------------------------- */
#stage {
	background: url(../_images/bg/bg-stage.jpg) repeat-y top left;
	padding: 0 45px 20px;
}
#stage p, #stage h3 {
	padding: 0 0 10px 0;
	margin: 0;
}
#stage h1, #stage h2 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px solid #f3a51d;
}
#content {
	margin: 0;
	padding-top: 10px;
}
#content ul {
	list-style: none;
	margin: 0;
	padding-bottom: 10px;
}
#content ul li {
	background: url(../_images/bg/bg-bullet.jpg) no-repeat left 7px;
	padding-left: 25px;
}
#content ol {
	margin: 0 0 0 30px;
	padding-bottom: 10px;
}
/* -------------------------- FOOTER -------------------------- */
#footer {
	font: normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ac1d49;
	background: url(../_images/bg/bg-footer.jpg) no-repeat left top;
	height: 38px;
	padding-top: 7px;
}
#footer a {
	color: #764e4c;
}
#footer a:hover {
	color: #ee4a3e;
}
#email a {
	display: block;
	background: url(../_images/bg/bg-email.jpg) no-repeat left top;
	height: 65px;
	width: 850px;
	margin: 0;
}
#email a:hover {
	background: url(../_images/bg/bg-email-hover.jpg);
}
#email span {
	display: none;
}
/* -------------------------- CLASSES -------------------------- */
.callout1 {
	font-style: italic;
	color: #764e4c;
}
.callout2 {
	color: #ee4a3e;
	font-weight: bold;
	font-variant: small-caps;
}
.note {
	color: #ac1d49;
	font-style: italic;
	font-size: 11px;
}
/* -------------------------- PAGES -------------------------- */
#home-pix {
	background: url(../_images/bg/bg-photos-home.jpg) no-repeat left top;
	width: 500px;
	height: 375px;
	float: left;
	padding: 20px;
}
.home-text {
	float: right;
	width: 200px;
}
#list1, #list2 {
	float: left;
	width: 350px;
	padding-left: 20px;
}
#tip {
	padding: 15px 30px;
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
}
#tip ul li {
	background: none;
	list-style: square;
	padding-left: 0;
	font-style: italic;
}
#photo-gallery {
	background: url(../_images/bg/bg-photo-gallery.jpg) no-repeat left top;
	width: 720px;
	height: 540px;
	padding: 20px;
}
/* -------------------------- PRINT -------------------------- */
.print {
	display: none;
}
