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

body {
	font-size: 11pt;
	font-weight: 550;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}

a:visited { text-decoration: none; font-weight: 600; color:#3086a6;}
a:hover { color: #3086a6;}
a:link { font-weight: 600; text-decoration: none; color:#3086a6;}
a:active { color: #3086a6; text-decoration: underline;}


#container {
	width: 960px;
	height: 670px;
	position: relative;
	background-image:url(../img/Background.jpg);
	margin-right: auto;
	margin-left: auto;
	background-position: center 0;
	background-color:#000;
	border: 2px solid;
	border-color: #150B09;
}

#logo {
	width: 960px;
	height: 132px;
	position: relative;

	top: 20px;
}

#navbar {
	width: 920px;
	height: 50px;
	position: relative;
	top: 30px;
	left: 20px;
}

#content {
	width: 920px;
	height: 380px;
	position: absolute;
	top: 232px;
	left: 20px;
}

#content-about {
	width: 920px;
	height: 380px;
	position: absolute;
	top: 232px;
	left: 20px;
		background-image: url(../img/brown.png);
}

#announce {
	width: 456px;
	height: 380px;
	position: absolute;
	background-image: url(../img/Announce.png);
	padding-top: 40px;
	background-repeat: no-repeat;
	padding-left: 5px;

}

#pricing {
	width: 920px;
	height: 380px;
	position: absolute;
	background-image: url(../img/brown.png);
	padding-left: 5px;
	font-size: 11px;

}

#slideshow {
	width: 456px;
	height: 380px;
	position: absolute;
	left: 466px;

}

#footer {
	width: 920px;
	height: 40px;
	position: absolute;
	padding-top:6px;
	top: 622px;
	left: 20px;
	background-image: url(../img/Footer.png);
	background-repeat: no-repeat;
	padding-left:5px;

}


h2 {
	font-size: 18px;
	margin: 2px;
	text-indent: 0px;
	
}

h3 {
	font-size: 12px;
	font-weight: 600;
	margin: 0px;
	color:#3086a6;
	
}


#content-left {
	width: 320px;
	height: 380px;
	padding-top: 50px;
	padding-left: 5px;
	position: absolute;
}

#content-left-contact {
	width: 320px;
	height: 380px;
	padding-top: 19px;
	padding-left: 5px;
	position: absolute;
}


#content-left-shop {
	width: 320px;
	height: 380px;
	padding-top: 1px;
	padding-left: 5px;
	position: absolute;
}

#content-right {
	width: 575px;
	height: 380px;
	position: absolute;
	left: 340px;
	top: 2px;
	background-image:url(../img/About.png);
	font-size:16px;
	
}

#content-right-contact {
	width: 575px;
	height: 380px;
	position: absolute;
	left: 340px;
	top: 2px;
	font-size:16px;
	
}
#content-right-shop {
	width: 575px;
	height: 380px;
	position: absolute;
	left: 340px;
	top: 2px;
	background-image:url(../img/About.png);
	font-size:16px;
	
}
	

#pricingLeftBox {
	position: absolute;
	width: 240px;
	height: 360px;
	left: 0px;
	padding: 10px;



}

#pricingCenterBox{
	position: absolute;
	width: 400px;
	height: 360px;
	left: 260px;
	padding-top: 56px;
	padding-left:30px;

}

#pricingRightBox {
	position: absolute;
	width: 240px;
	height: 360px;
	left: 660px;
	padding: 10px;
