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

body{
	margin: 0px;
	padding: 0px;
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#FFF), to(#e8e4cf));
	background-image: -moz-linear-gradient(#FFF, #e8e4cf);
	-o-background-size: 2400px auto; 
	-moz-background-size: 2400px auto;
	-webkit-background-size: 2400px auto;
}
@font-face {
  font-family: 'League Gothic';
  src: url('webfonts/League_Gothic-webfont.eot');
  src: local('League Gothic Standard'), local('League Gothic Web'),
    url("webfonts/League_Gothic-webfont.woff") format("woff"),
    url("webfonts/League_Gothic-webfont.ttf") format("truetype"),
    url("webfonts/League_Gothic-webfont.svg") format("svg");
}

p.customfont { 
    font-family: "My Custom Font", Verdana, Tahoma;
}

#top-text{
	position: absolute;
	margin-top: 60px;
	margin-left: 475px;
}
#top-logo{
	height: 232px;
	width: 336px;
	top: 0px;
	left: 55px;
	position: relative;
	z-index: 11;	
}

#container-wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}

#container{
	width: 1000px;
	text-align:center;
	margin-top: -200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 0px;
}

#container_top{
	width: 960px;
	height: 46px;
	background-image: url(site-images/box-top.png);
	background-repeat:no-repeat;
	}

#green-bar{
	width: 956px;
	height: 63px;
	background-image: url(site-images/green-bar.png);
	position: relative;
	top: 120px;
	left: 2px;
	z-index:10;
}

.menu {
	float: right;
	margin-right: 35px;
	margin-top: 15px;
}

.menu a{
	text-decoration: none;
	font-family:"League Gothic";
	font-size: 30px;
	color:#090;
	margin-right: 20px;
	margin-left: 20px;
}

#box{
	width: 960px;
	height: 649px;
	text-align: left;
	background-image: url(site-images/box-mid.png);
	background-repeat: repeat-y;
	padding-top: 100px;
	padding-bottom:55px;
	padding-left: 30px;
	padding-right: 30px;
}

#ribbon-box{
	width:250px;
	height:300px;
	float:right;
	margin-top: 100px;
	margin-right: 27px;
}

#catalog-btn{
	width:253px;
	height:94px;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 15px;
	background-image:url(site-images/green-ribbon.png);
	background-repeat: no-repeat;
	font-family:"League Gothic";
	font-size: 25px;
	color:#7e4f2f;
	line-height: 30px;
}

#catalog-btn a{
	text-decoration: none;
	font-family:"League Gothic";
	font-size: 40px;
	color:#FFFFFF;
}

#quote-btn{
	width:253px;
	height:93px;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 15px;
	background-image:url(site-images/orange-ribbon.png);
	background-repeat: no-repeat;
	font-family:"League Gothic";
	font-size: 25px;
	color:#7e4f2f;
	line-height: 30px;
}

#quote-btn a{
	text-decoration: none;
	font-family:"League Gothic";
	font-size: 40px;
	color:#FFFFFF;
}
#shop-btn{
	width:253px;
	height:93px;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 15px;
	background-image:url(site-images/green-ribbon.png);
	background-repeat: no-repeat;
	font-family:"League Gothic";
	font-size: 25px;
	color:#7e4f2f;
	line-height: 30px;
}

#shop-btn a{
	text-decoration: none;
	font-family:"League Gothic";
	font-size: 40px;
	color:#FFFFFF;
}
#front-box {
	width: 645px;
	height: 290px;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
	border: thin solid #666;
}
#front-box2 {
	float: left;
	width: 300px;
	height: 360px;
	
	margin-top: 20px;
	text-align: center;
	
}
.front-box2-head {
	font-size: 36px;
	color: #EF8F47;
	font-style: normal;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
#front-box3 {
	width: 555px;
	height: 360px;
	
	margin-top: 20px;
	margin-left: 330px;
	padding-top: 25px;
	border-radius: 24px;
	text-align: left;
}
.front-box3-head {
	font-size: 24px;
	color: #7D4F31;
	font-style: normal;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
#page-box {
	width: 600px;
	height: 650px;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 25px; 
	font-size: 14px;
	color: #7D4F31;
	border-radius: 24px;
}	

#footer {
	width: 960px;
	height: 46px;
	background-image: url(site-images/box-bottom.png);
	background-repeat:no-repeat;	
}
