* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 125%;
	overflow-y: scroll;
}

body {
	font-family: "Times New Roman", serif;
	font-size: 50%;
	background: white;
	text-align: center;
	color: black;
}

#index {
	background: url(../images/bg_body.jpg) left 238px repeat-x white;
}

img {
	border: 0;
}

#wrapper {
	font-size: 1em;
	width: 960px;
	background: url(../images/bg_wrapper.jpg) left top no-repeat white;
	text-align: left;
	position: relative;
	margin: 0 auto;
}

#tag-line {
	font-size: 3em;
	color: #4c4c4c;
	position: absolute;
	top: 145px;
	text-align: center;
	padding-left: 10px;
}

#purchase-catalog:link, #purchase-catalog:visited {
	font-size: 2.5em;
	color: #4c4c4c;
	text-decoration: none;
	position: absolute;
	bottom: 60px;
	left: 350px;
}

#purchase-catalog:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 50px;
	left: 10px;
}

#main-menu {
	list-style-type: none;
	position: absolute;
	top: 92px;
	right: 13px;
}

	#main-menu li {
		float: left;
		margin-right: 9px;
	}
	
	#main-menu .last {
		margin: 0;
	}
	
	#main-menu li a {
		color: black;
		font-size: 1.3em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bolder;
	}
	
	#main-menu li a:hover {
		text-decoration: underline;
	}

#sec-menu {
	list-style-type: none;
	position: absolute;
	top: 63px;
	right: 13px;
}

	#sec-menu li {
		float: left;
		padding-right: 6px;
		background: url(../images/bg_asec_menu.gif) right 50% no-repeat transparent;
		margin-right: 6px;
		height: 20px;
	}
	
	#sec-menu .last {
		padding: 0;
		background: none;
		margin: 0;
	}
	
	#sec-menu li a {
		color: #3b3a3a;
		font-size: 1.2em;
		text-decoration: none;
	}
	
	#sec-menu li a:hover {
		text-decoration: underline;
	}
	
	#sec-menu li #but-shopping-cart {
		font-family: "Times New Roman", serif;
		color: #3b3a3a;
		font-size: 1.2em;
		border: 0;
		background: none;
		cursor: pointer;
		padding: 0;
	}
	
	#sec-menu li #but-shopping-cart:hover {
		text-decoration: underline;
	}


#content {
	padding-top: 267px;
}
	
#index #content {
	padding-top: 238px;
}

	#content h1 {
		font-size: 2.4em;
		color: #b87532;
		margin-bottom: 14px;
	}
	
	#content p {
		font-size: 1.4em;
		line-height: 130%;
		margin-bottom: 20px;
	}
	
	#content p span {
		font-size: 3.6em;
	}
	
	#content img {
		float: right;
		margin-top: -40px;
	}
	
	#index #content img {
		float: none;
		margin: 0;
	}
	
	#content a {
		color: #9d574d;
		text-decoration: none;
	}
	
	#content a:hover {
		text-decoration: underline;
	}
	
	#content .but-buy {
		display: block;
		padding: 7px 10px;
		background: #b87532;
		color: white;
		font-family: verdana, sans-serif;
		font-weight: bold;
		float: left;
		cursor: pointer;
		border: 0;
	}
	
	#content .but-buy:hover {
		background: #da8938;
		text-decoration: underline;
	}


#copy {
	font-size: 1.2em;
	clear: both;
	background: url(../images/bg_copy.gif) right top no-repeat transparent;
	padding: 43px 0 0 15px;
	margin-bottom: 20px;
}

#index #copy {
	position: absolute;
	top: 573px;
	left: 15px;
	background: none;
	padding: 0;
}

