/*  css by www.buerobeeli.ch  */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}
a:link, a:visited {
	text-decoration: none;
	color: #db002f;
}
a:hover, a:active {
	color: #db002f;
}
h1, h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0 0 14px 0;
}
h2 {
	margin: 28px 0 14px 0;
}
/*  main navigation  */
#mainNav {
	height: 65px;
/*	width: 100%;*/
	min-width: 1073px;
	margin: 97px 0 0 0;
	background: #fff url(line.png) repeat-x 0 36px;
}
#logo {
	float: left;
	width: 165px;
	height: 65px;
}
#logo img {
	margin: 13px 0 0 40px;
}
#nav {
	float: left;
	width: 835px;
	height: 65px;
}
#nav li {
	list-style: none;
	float: left;
	background: #fff url(vline10.png) no-repeat left 3px;
}
#nav li.first {
	background: none;
}
#nav a:link, #nav a:visited {
	color: #000;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 0 8px 24px 8px;
}
#nav li.active a:link, #nav li.active a:visited, #nav a:hover, #nav a:active {
	color: #db002f;
	background: transparent url(dot.gif) no-repeat bottom center;
}
#nav li.first a:link, #nav li.first a:visited {
	padding: 0 8px 24px 0;
}
/*  box  */
#box {
	width: 1073px;
	margin: 28px 0;
}
/*  sub navigation  */
#subNav {
	float: left;
	width: 165px;
	min-height: 535px;
}
#subNav ul {
	margin: 0 4px 0 39px;
	list-style: none;
}
#subNav a:link, #subNav a:visited {
	color: #000;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 2px;
}
#subNav li.active a:link, #subNav li.active a:visited, #subNav a:hover, #subNav a:active {
	color: #db002f;
}
/*  big Pic  */
#bigPic {
	float: left;
	width: 375px;
	min-height: 535px;
}
#bigPic img {
	margin: 0 0 28px 0;
}
/*  content  */
#contentBox {
	float: left;
	width: 500px;
	margin: 0 0 0 33px;
}
#lead {
	width: 433px;
	padding: 0 67px 53px 0;
	background: #fff url(linewithdot.png) no-repeat bottom;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 25px;
}
#content {
	width: 433px;
	padding: 46px 67px 53px 0;
	background: #fff url(linewithdot.png) no-repeat bottom;
}
#address {
	width: 433px;
	padding: 46px 67px 0 0;
	font-size: 11px;
	line-height: 17px;
	color: #777;
	margin: 0 0 -17px 0;
}
/*  footer  */
#footer {
	clear: left;
	width: 540px;
	font-size: 11px;
	line-height: 17px;
	color: #777;
}
#footer p {
	background: #fff url(line154.png) no-repeat left center;
	padding: 0 0 0 165px;
}
#footer a:link, #footer a:visited {
	color: #777;
}
#footer a:hover, #footer a:active {
	color: #000;
}