body {
	background: #180b15 url(/Images/Shop/GlenEagles/page-bg.jpg) repeat-x;
	font-size: 11px;
	padding: 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top:20px;
}

.header,
.boxes,
.main,
.footer
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.wrapper .header {
	width: 940px;
}

.main {
	background:#fff url(/Images/Shop/GlenEagles/close-bg.jpg) no-repeat;
	width: 940px;
	height: 550px;
}

.wrapper .footer {
	width: 940px;
}

/* anchors
----------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color:#fff;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	margin-bottom:.3em;
	color:#390227;
}
h2 { font-size:16px; font-weight:normal;}
h3 {}


/* main
----------------------------------------------- */
#intro {
	height:280px;
	margin-top: 60px;
	padding:10px 10px 1px 15px;
}

.main h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	margin-left:40px;
	margin-top:60px;
	margin-right:80px;
}

.main p {
	margin-left:40px;
	margin-right:80px;
}

#logo {
	margin-top:20px;
	margin-bottom:35px;
	width:500px;
	height:49px;
	margin-left: 40px;
}

#info {
    padding-top:40px;
	margin-top:40px;
	margin-left:260px;
}

#label {
	margin-top:100px;
}

.shopButton {
	width: 110px;
	margin-left:40px;
	margin-top: 20px;
	background: url(/Images/Shop/GlenEagles/shop-button.jpg) no-repeat;
	cursor: pointer;
}
.shopButton a {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 0 -1px 0 #3e0539;
	font-size: 11px;
	text-align: center;
	line-height: 1.8;
	display: block;
	height: 22px;
	background: url(/Images/Shop/GlenEagles/shop-button.jpg) no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
}

.SignUpButton:hover {
   background: url(/Images/Shop/GlenEagles/shop-button-hover.jpg) no-repeat;
}

.shopButton:hover a {
   background: url(/Images/Shop/GlenEagles/shop-button-hover.jpg) no-repeat;
}

.block {
	padding-top:10px;
}


/* paragraphs
----------------------------------------------- */
p {
	margin-bottom:1em;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#390227;
	font-weight:lighter;
	line-height:1.6em;
}

/* Footer
----------------------------------------------- */
#site_info .box {
margin-top:10px;
		padding-top:10px;
}
#site_info a {
	color:#666;
}

#site_info p {
	font-size:9px;
	color:#5e555c;
	text-align: center;
}

#site_info a:hover {
	color:#000;
}
	
/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}