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

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(../images/bg-page.jpg) center top no-repeat #000;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentWrap
{
	margin: 165px auto 0;
	width: 490px;
	padding: 0 30px;
}

h1
{
	background: url(../images/glo-advertising.gif) no-repeat 0 0;
	width: 194px;
	height: 31px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

p
{
	margin-bottom: 20px;
}

ul
{
	list-style: disc;
	padding-left: 15px;
}

li
{
	margin-bottom: 20px;
}

.intro
{
	color: #cf7027;
	font-size: 21px;
	margin-bottom: 30px;
}

.subheading
{
	color: #FFF;
	font-size: 21px;
	margin-bottom: 0;
}

.name
{
	color: #FFF;
	font-size: 21px;
}

.insidePanel .name
{
	display: inline-block;
	margin-top: 72px;
}

.panel
{
	background: url(../images/bg-panel.jpg) no-repeat 0 0;
	width: 490px;
	height: 70px;
	overflow: hidden;
	position: relative;
}

.insidePanel
{
	background: url(../images/bg-inside-panel.gif) no-repeat 0 0;
	width: 490px;
	position: relative;
	overflow: hidden;
}

h2
{
	text-indent: -9999px;
	margin: 22px 0 0 40px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 20px;
}

h2:hover
{
	background-position: 0 -32px !important;
}

.boutique h2
{
	background: url(../images/boutique-is-better.gif) no-repeat 0 0;
	width: 221px;
	height: 31px;
}

.approach h2
{
	background: url(../images/our-approach.gif) no-repeat 0 0;
	width: 175px;
	height: 31px;
}

.approach ul
{
	margin-bottom: 20px;
	padding-left: 55px;
}

.approach li
{
	margin-bottom: 0;
}

.who h2
{
	background: url(../images/who-are-we.gif) no-repeat 0 0;
	width: 167px;
	height: 31px;
}

.who img
{
	position: absolute;
	right: 0;
	top: 15px;
	display: none;
}

.contact h2
{
	background: url(../images/contact-us.gif) no-repeat 0 0;
	width: 135px;
	height: 31px;
}

.contact .subheading, .contact strong
{
	color: #cf7027;
}

.contact a
{
	color: #FFF;
	text-decoration: none;
}

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