@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #dddddd;
	background-color: #000000;
}

#header {
	height: 238px;
	background-color: #000000;
	background-image: url(img/navbg2.gif) ;
	background-position: ;
	background-repeat: repeat-x;
} 
#headerbg {
	width: 1000px;
	height: 238px;
	background-image: url(img/nav2_2.gif);
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerNav {
	padding-left: 0px;
	padding-top: 205px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	height: 393px;
	background-image: url(img/headbg1.jpg);
	background-repeat: repeat-x;
	
}
#navcontainer {
	width: 920px;
  	background-image: url(img/head12.jpg); 
	padding-left: 0px;
}
#navleft {
	width: 220px;
	background-image: url(img/navleft1.jpg);
}
#navbox {
	background-image: url(img/graybg2.jpg);
	background-repeat: repeat-x;
	width: 700px;
	margin-top: 248px;
	float: right;
	margin-right: -40px;
}
#MainContentBg {
    background-image: url(img/bg.gif);
}
#MainContentBgTrans {
    background-image: url(img/bgtrans.png);
	background-position: top;
	background-repeat: repeat-x;
}
#MainContent { 
	width: 920px;
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 7px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#MainContent p {
	text-align: left;
	color:#ccc;
	font-size: small;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
}
#MainContent p.center {
	text-align: center;
	color:#ccc;
	font-size: small;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
}
#MainContent p.video {
	width: 435px;
	text-align: center;
	color:#ccc;
	font-size: small;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
}
#MainContent p.imgpress {
	width: 250px;
	max-width: 250px;
}
#imgp {
	width: 250px;
	max-width: 250px;
}
#MainContent a {
	color: #e8b44e;
	text-decoration: none;
	outline: none;
}
#MainContent a:hover {
	color: #fad895;
	text-decoration: underline;
}

hr { }

#titlehrbottom {
	margin-top: -5px;
}

#MainContent h1 {
	text-align: left;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 30px;
	margin-top: -3px;
	margin-bottom: -2px;
}
#MainContent h1.title {
	text-align: left;
	width: 625px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 30px;
	line-height: 30px;
	margin-top: -3px;
	margin-bottom: -5px;
}
#MainContent h1.title2 {
	text-align: left;
	width: 220px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 30px;
	line-height: 30px;
	margin-top: -3px;
	margin-bottom: -5px;
}
#MainContent h2 {
	text-align: left;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 24px;
	margin-top: 3px;
	margin-bottom: 2px;
}
#MainContent h2.title {
	text-align: left;
	width: 500px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 24px;
	line-height: 24px;
	margin-top: -3px;
	margin-bottom: -5px;
}
#MainContent h3 {
	text-align: left;
	color: #fad895;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 2px;
}
#shop h3 {
	text-align: left;
	color: #fad895;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 20px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#MainContent h3.center {
	text-align: center;
	color: #fad895;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 2px;
}
#MainContent h2 b {
	font-weight: normal;
	color: #FFFFFF;
}  
#MainContent h3 b {
	font-weight: normal;
	color: #fad895;
}  
#MainContent h4 {
	text-align: left;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 18px;
	margin-top: -3px;
	margin-bottom: -2px;
} 
#MainContent img.pic {
	padding: 4px;
	border: 2px solid #999;
	background-color: #FFFFFF;
	margin: 5px 15px 10px 10px;
} 
#MainContent img a {
	text-decoration: none;
	outline: none;
}
#MainContent p b {
	color:#fff;
}
#MainContent li b {
	color:#fff;
}
#MainContent p b a {
	
}
#MainContent li {
	width: 80%;
	text-align: left;
	color:#ccc;
	font-size: small;
	padding-right: 5px;
	padding-bottom: 8px;
	list-style-image: url(img/arrowbullet.png);
}
#MainContent img.pic2 {
	padding: 4px 4px 10px 4px;
	border: 2px solid #999;
	background-image: url(img/enlarge.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 10px;
}
#MainContent img.picwcap {
	padding: 4px 4px 10px 4px;
	border: 2px solid #999;
	background-image: url(img/enlarge.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#MainContent img.pic3 {
	padding: 4px;
	border: 2px solid #999;
	background-color: #FFFFFF;
	margin: 20px 10px 10px 10px;
}
#MainContent img.pic4 {
	padding: 4px;
	border: 2px solid #999;
	background-color: #FFFFFF;
	margin: 40px 10px 10px 10px;
}
#pressimg {
	width: 285px;
	height: 300px;
	float: left;
	vertical-align:bottom;
}
#MainContent img.gallery1 {
	text-decoration: none;
	outline:none;
	margin-top: 10px;
	padding: 3px;
	border: 2px solid #999;
	background-color: #FFFFFF;
}
#MainContent img.gallery1 a {
	outline: none;
	text-decoration: none;
	border: none;
}
#MainContent img {
	outline: none;
	text-decoration: none;
	border: none;
}
#MainContent img a {
	outline: none;
	text-decoration: none;
	border: none;
}

#boxmain{
	margin-top: 10px;
	padding: 10px;
	width: 900px;
	background-image: url(img/trans25.png);
}
#boxmaincontainer{
	padding: 15px 10px 10px 10px;
	width: 880px;
	background-image: url(img/trans25.png);
}

#boxleft{
	padding: 10px;
	margin-top: 10px;
	width: 290px;
	background-image: url(img/trans25.png);
	overflow: auto;
	
}
#boxleftcontainer{
	padding: 15px 10px 10px 10px;
	width: 270px;
	background-image: url(img/trans25.png);
}
#boxleftcontainer p {
	text-align: left;
	font-size: small;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}
#boxright{
	margin-left: 5px;
	margin-top: 10px;
	padding: 10px;
	width: 578px;
	background-image: url(img/trans25.png);
}
#boxrightcontainer{
	padding: 15px 10px 10px 10px;
	width: 558px;
	background-image: url(img/trans25.png);
}
#boxrightcontainer p {
	color: #CCCCCC;
	text-align: left;
	font-size: small;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#boxrightcontainer p b {
	color: #FFFFFF;
}
#boxrightcontainer img.pic2 {
	padding: 4px;
	border: 2px solid #999;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#bgimagenone {
	height: ;
	background-image: ;
	background-position: bottom;
	background-repeat: no-repeat;
}
#bgimage1 {
	height: ;
	background-image: url(img/bgimage1.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#bgimage2 {
	height: 500px;
	background-image: url(img/bgimage2.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#bgimage22 {
	background-image: url(img/bgimage2.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#bgimage3 {
	background-image: url(img/bgimage3.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#bgimage4 {
	height: ;
	background-image: url(img/cassettes.png);
	background-position: top;
	background-repeat: no-repeat;
}

.WebYepGalleryContainer tr {
	vertical-align: text-top;
}
.WebYepGalleryContainer td {
	vertical-align: text-top;
	
}
.WebYepGalleryImage {
	text-align: center;
}
.WebYepGalleryImage img {
	padding: 4px 4px 10px 4px;
	border: 2px solid #999;
	background-image: url(img/enlarge.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 10px;
	text-align: center;
}
.WebYepGalleryText {
	text-align: center;
	color:#ccc;
	font-size: small;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

#footer {
	width: 900px;
	height: 50px;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	
}
#footer h2 {
	color: #777777;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
}
#footer p {
	color: #555555;
	text-align: left;
	font-size: 12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p a {
	color: #777777;
	text-decoration: none;
	outline: none;
}
#footer p a:hover {
	color: #fff;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltrt1 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	width: auto;
	float: right;
	margin-left: 5px;
	margin-right: 0px;
}
.fltrt1 p {
	text-align: center;
	margin: 0px 0px 7px 0px;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	width: 310px;
	float: right;
	margin-left: 5px;
	margin-right: 15px;
}
.fltrt2 p {
	text-align:center;
	margin: 0px 0px 5px 15px;
}
.fltrt3 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	width: 210px;
	float: right;
	margin-left: 5px;
	margin-right: 15px;
}
.fltrt3 p {
	text-align: center;
	margin: 0px 0px 5px 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


