@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/img121.png);
}/* CSS Document */

#topHeader {
	background-color: #000;
	height: 30px;
	margin-right: -5px;
	margin-left: -5px;
	margin-top: -10px
}
#content {
	width: 1100px;
}
#topHeaderinside {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: right;
	font-size: 17px;
	font-weight: lighter;
	padding-top: 3px;
}
#Logo {
	height: 80px;
	background-image: url(images/gun-oil-logo.png);
	background-repeat: no-repeat;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
#Menu {
	color: #333;
	height: 20px;
	font-variant: normal;
}
#Menu ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 14.5px;
	font-weight: bolder;
}
#Menu ul li a:hover {
	font-weight: bolder;
	color: #FFF;
}
#Menu ul {
	margin-left: -40px;
}
#Menu ul li {
	height: 25px;
	float: left;
	list-style-type: none;
	width: 120px;
	text-align: left;
	background-image: url(images/menu-bars.png);
	background-repeat: no-repeat;
	margin-right: 15px;
	text-indent: 10px;
	font-weight: bolder;
}
ul li.sublinks a
{
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	display:block;
	width:120px;
	text-align:left;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #090;
}
ul li.sublinks a:hover
{
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	display:block;
	width:120px;
	text-align:left;
	background-color: #090;
}
ul li.sublinks
{
	display:none;
	margin-top: 5px;
	margin-left: -10px;
}

#Wrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#text {
	width: 700px;
	background-color: #FFF;
	background-image: url(images/target-gun-oil.png);
	background-repeat: no-repeat;
	height: 400px;
	float: left;
	margin: 0px;
	overflow: auto;
}
#text h1 {
	margin-left: 30px;
	color: #090;
	margin-top: 25px;
}
#text h3 {
	padding-left: 30px;
	padding-right: 100px;
}
#text h5 {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: -10px;
	font-size: 18px;
	line-height: 22px;
}
#text p {
	font-size: 16px;
	line-height: 25px;
	font-weight: lighter;
	text-align: justify;
	padding-right: 30px;
	padding-left: 30px;
	color: #000;
	padding-bottom: 10px;
}
#text .testimonials {
	font-size: 12px;
	line-height: 16px;
}
#image {
	float: right;
	height: 400px;
	width: 400px;
}
#image a {
	text-decoration: none;
}

