@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
    width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}
#header {
   background-color: #000000;
   width: 100%;
   height: 106px;
	}
	
#banner {
	background-color:#000;
    width: 100%;
	padding-top:14px;
	padding-left:28px;
}
.bannertext{
	font-family: Bitter, serif;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
}
.hometext{
	font-family: Bitter, serif;
	font-size: 38px;
	color: #000;
	line-height: 30px;
	text-align:center;
}
.bannertextsmaller{
	 font-family: 'Bitter', serif;
     font-size: 18px;
	 color: #000;
}
.nav ul, ul.menu {
	list-style: none;
}

.nav {
	width: 100%;
	background-color: #000000;
	margin-left: 0;

	clear: none;
    margin-right: 0;
	display:inline-block;

}
.nav ul {
	list-style: none;
    margin: 0;
	padding: 0;
}

.nav li {
	margin:0; padding:0; float: left;

}

.nav li a {
	text-decoration: none;
	display: inline-block;
	margin: 0 5px 0 5px;
	font-family: 'Arial', san serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
}
series{
	float: left;
	width: 150px;
	}
picture{
	float: right;
	width: 102px;
	height: 75px;
	}

.maintext {
	font-family: "Myriad Pro", Arial, san-serif;
	font-size: 12px;
	line-height: 16px;
}
.maintextbold {
	 font-family: 'Myriad Pro', Arial, san-serif;
     font-size: 12px;
	 line-height: 16px;
	 font-weight: bold;
}
.panel_top {
     width: 75%;
     margin-left: 42px;
	 margin-top: 40px;
	 background-color: rgba(255,255,255,0.80);
	 border-width:1px;
	 padding: 20px;
}
.panel {
     width: 75%;
     margin-left: 42px;
	 margin-top: 38px;
	 background-color: rgba(255,255,255,0.80);
	 border-width:1px;
	 padding: 20px;
}
.panel_bottom {
     width: 75%;
     margin-left: 42px;
	 margin-top: 38px;
	 margin-bottom: 38px;
	 background-color: rgba(255,255,255,0.80);
	 border-width:1px;
	 padding: 20px;
}
.panelcontact {
     width: 45%;
     margin-left: 35px;
	 margin-top: 25px;
	 margin-bottom: 350px;
	 background-color: rgba(255,255,255,0.80);
	 border-width:1px; 
	 padding: 20px;
}
.panelhome {
     width: 65%;
     margin-left: 5px;
	 margin-top: 105px;
	 margin-bottom: 150px;
	 border-width:1px; 
	 padding: 20px;
}
.paneltext {
	 font-family: 'Myriad Pro', Arial, san-serif;
     font-size: 12px;
	line-height: 13px;

	}
.paneltextbold {
	 font-family: 'Myriad Pro', Arial, san-serif;
     font-size: 12px;
	 font-weight: bold;
	 line-height: 13px;

	}
.paneltext2 {
	 font-family: 'Myriad Pro', Arial, san-serif;
     font-size: 12px;
	line-height: 18px;

	}
.paneltextbold2 {
	 font-family: 'Myriad Pro', Arial, san-serif;
     font-size: 12px;
	 font-weight: bold;
	 line-height: 18px;
	}
.small{
	width: 100%
	display: block;
}
.smallleft{
	width: 25%;
	float: left;
	display: block
	}
.smallright{
	width: 75%;
	float: left;
	display: block
	}
a:link {
	color: #3E5F5F;
}
a:visited {
	color: #3E5F5F;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
a.title:link {
	color: #fff;
	text-decoration: none;
}
a.title:visited {
	color: #fff;
	text-decoration: none;
}
a.title:hover, a:active, a:focus { 
	text-decoration: none;
}

.zeroMargin_mobile {
     margin-left: 0;
}

