@charset "UTF-8";
body {
	margin: 0px;
	background-color:#191919;
	color: #c6c6c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img{border: none;}
a, strong{
	outline: none;
	color: #56b0fc;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a.current{color: #fff;}
.clear{clear: both;}
#wrapper{
	width: 936px;
	margin: 0 auto;
}
#top{
	height: 192px;
	padding-top: 20px;
	border-bottom: 1px solid #fff;
}
#nav ul{
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 35px 0 0 0;
	margin: 0px;
	text-align: center;
}
#nav ul li{
	display: inline;
	padding: 0 10px 0 12px;
}
#banner{
	border-bottom: 1px solid #fff;
}
h2{
	color: #56b0fc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 39px;
	font-weight: normal;
	padding: 24px 10px;
	border-bottom: 1px solid #fff;
	margin: 0px;
	letter-spacing: -1px;
}
#heading{
	height: 369px;
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
}
#header-text{
	width: 100%;
	height: 100%;
	background-image: url(images/header.png);
	background-position: right 56px;
	background-repeat: no-repeat;
}
#header-text h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #a8b1b9;
	text-align: right;
	margin: 0px;
	padding-top: 208px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 27px;
}
#header-text strong{
	color: #56b0fc;
	font-weight: normal;
}
.contact-link{
	text-align: right;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	line-height: 22px;
	float: right;
	font-size: 16px;
}
.contact-link a{
	display: block;
	width: 90px;
	padding-left: 10px;
	padding-right: 10px;
}
#main-area{
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	width: 100%;
	line-height: 1.6em;
	letter-spacing: 1px;
}
#main-text-left{
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	width: 440px;
}
#main-text-right{
	float: right;
	padding-right: 10px;
	padding-top: 20px;
	width: 440px;
}
#quick-links{
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}
#quick-links img{margin-bottom: 20px;}

.box{
	width: 294px;
	height: 146px;
	float: left;
	margin-left: 10px;
	margin-left: 10px;
}
.box a{
	width: 294px;
	height: 146px;
	display: block;
}
.corporate{
	background-image: url(images/box_corporate.jpg);
}
.corporate:hover{
	background-position: 0 -146px;
}
.bespoke{
	background-image: url(images/box_bespoke.jpg);
}
.bespoke:hover{
	background-position: 0 -146px;
}
.contact{
	background-image: url(images/box_contact.jpg);
}
.contact:hover{
	background-position: 0 -146px;
}
#footer{
	margin-top: 20px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
#footer ul{
	float: left;
	padding: 0px;
	margin: 0 30px 0 10px;
	list-style-type: none;
	line-height: 30px;
}
#footer-right{
	float: right;
	padding-right: 10px;
	margin-top: 5px;
	text-align: right;
	line-height: 20px;
}
#main-area ul{
	list-style-type: none;
	padding-left: 10px;
}
#main-area ul li{
	margin-bottom: 20px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
