/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:  #E77817;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	border-color: #72706F;
}

.txtBig {
	font-size: large;
	line-height: 2em;
}

.container {
	width: 770px;
}

.left {
	margin-top: 10px;
	background-image: url(http://www.weberyachtdesign.com/assets/templates/images_weber/main_left.png);
	width: 213px;
	height: 497px;
	float: left;
}

.middle {
	background-image: url(http://www.weberyachtdesign.com/assets/templates/images_weber/main_middle_background.png);
	width: 342px;
	float: left;
}
.middle1 {
	background-image: url(http://www.weberyachtdesign.com/assets/templates/images_weber/main_middle1.png);
	background-repeat:no-repeat;
	width: 332px;
	min-height: 487px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.middle2 {
	min-height: 487px;
        clear: both;
}
.middleBottom {
	background-image: url(http://www.weberyachtdesign.com/assets/templates/images_weber/main_middle_bottom.png);
	height: 9px;
	width: 342px;
}
.right {
	background-image: url(http://www.weberyachtdesign.com/assets/templates/images_weber/main_right.png);
	width: 215px;
	height: 467px;
	float: left;
	padding-top: 30px;
	margin-top: 10px;


}

.rightTop {
	height: 250px;
}

.rightBottom {
}

.navHr {
	width: 200px;
	height: 1px;
	background-color: #72706F;
}

.navItem {
	width: 185px;
	height: 21px;
	font-weight: bold;
	color: #72706F;
	text-align: right;
	background-image: url(http://www.weberyachtdesign.com/assets/templates/images_weber/navbg.png);
	padding-right: 15px;
	padding-top: 4px;
	font-size: small;
}

.menutitle{
	cursor:pointer;
	width: 185px;
	height: 21px;
	font-weight: bold;
	color: #72706F;
	text-align: right;
	background-image: url(http://www.weberyachtdesign.com/assets/templates/images_weber/navbg.png);
	padding-right: 15px;
	padding-top: 4px;
	font-size: small;
}

.menutitle_1 {
	cursor:pointer;
	width: 185px;
	height: 21px;
	font-weight: bold;
	color: #72706F;
	text-align: right;
	background-image: url(http://www.weberyachtdesign.com/assets/templates/images_weber/navbg.png);
	padding-right: 15px;
	padding-top: 4px;
	font-size: small;
}


.menutitle_1 A {
	color: #FFFFFF;
	text-decoration: none;
}


.menutitle A {
	color: #72706F;
	text-decoration: none;
}

.uc {
	font-size: small;
	color: #72706F;
	padding-bottom: 4px;
}

.hr {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	width: 100%;
	background-color: #FFFFFF;
	
}
/*
.flag {
	padding-left: 148px;
	padding-top: 10px;
		
}

.border {
	border-color: #72706F;
}
*/
.flag {
	padding-left: 134px;
	padding-top: 8px;
}

.border {
	border-color: #72706F;
}

.flag_border {
	border-color: #72706F;
	border-width: 1px;
	cursor:pointer;
	width: 40px;
	height: 23px;
	margin-right: -15px;
	padding-right: 0px;
	padding-top: 0px;
}


a {
    font-weight: bold;
	color: #72706F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}






