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

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: left;
font-size: 16px;
text-indent: 20px;
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h3
{
font-weight: normal;
background-repeat: no-repeat;
background-position: right;
font-size: 1.3em;
padding-right: 34px;
text-align:center;
}

h4
{
	font-size: 1.8em;
	font-weight: lighter;
	text-align: center;
	color: #CCFF00;
	margin-bottom: 1em;
	font-family: Impact;
}

h5
{
font-size: 1.8em;
text-align: center;
margin-bottom: 1em;
}


button {
	margin-left: 150px;	
}

#topAd {
	width: 720px;
	background-image: url(../images/OutfitterMain.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 300px;
}

#orderList {
	float: right;
	margin-top: 150px;
}

#orderList ul{
	list-style-type: none;
}
#orderList ul li {
background:none;
margin-bottom:8px;
}

#orderList ul li a{
background: url(images/buttonbg01.gif) no-repeat 4px 3px #79C70E;
padding: 5px;
padding-left: 30px;
margin:0px;
display: block;
width:120px;
text-decoration: none;
color:#000;
border-bottom: solid 2px #fff;
}

#orderList ul li a:hover{
border-bottom: solid 2px #c00;
background: url(images/buttonbg1.gif) no-repeat 4px 3px #2D396E;
color:#FFFAE6;
}

#order {
	text-align: center;
	margin: 20px auto;
	height: 84px;
}	

#leftcolumn h2{
 color:#FFFFFF;
}

#leftcolumn a img{
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#leftcolumn p {
	color:#FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

.style13 {
	color:#FF0000;
}

.style14 {
	color:#00FF00;
}

.style15 {
	color:#CC6600;
}

.bulletInfo {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bulletInfo li {
	padding-bottom: 15px;
}
.float-left {
	float:left;
	padding:5px;
}

.float-right {
	float:right;
	padding:5px;
}