* { margin: 0; padding: 0; }

.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

*.clear {
	height: 0;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	clear: both;
}

@font-face {
    font-family: 'DinoRegular';
    src: url('fonts/dino-regular.eot');
    src: url('fonts/dino-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/dino-regular.woff') format('woff'),
         url('fonts/dino-regular.ttf') format('truetype'),
         url('fonts/dino-regular.svg#DinoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	padding: 0;
	font-family: arial, serif;
	color: #39464e;
	border-top: 5px solid #3a4750;
	background-color: #0e1214;
}

#screen {
	min-width: 960px;
	background: white;
}

#page {
	width: 960px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

#header {
	height: 93px;
	border-bottom: 2px solid #d6dde1;
	margin: 0 10px 10px 10px;
}

#logo {
	display: block;
	float: left;
	margin-top: 26px;
	width: 140px;
	height: 40px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#menu { 
	min-width: 450px;
	margin: 40px 0 0 641px; 
	list-style: none; 
	position: absolute;
	font-size: 8px;
	line-height: 18px;
}
#menu li { 
	display: table-cell;	
}
#menu a { 
	font-family: DinoRegular, Arial, sans-serif;
	color: #39464e; 
	font-size: 13px; 
	float: left;
	padding: 12px 15px 23px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover { 
	color: #a0a9af; 
}
#menu-underline{ 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 100px; 
	height: 2px; 
	background: #b70819;
}

#key-visual {
	font-family: DinoRegular, Arial, sans-serif;
	background-image: url(images/key-visual.jpg);
	width: 940px;
	height: 310px;
	margin: 0 0 10px 10px; 
	border-bottom: 1px solid #f2f4f5; 
	color: #84939d;
}

#key-visual h1 {
	font-size: 32px;
	letter-spacing: -1px;
	margin: 0px;
	padding: 40px 0  0;
	font-family: DinoRegular, Arial, sans-serif;;
}

#key-visual ul {
	font-family: DinoRegular, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 13px;
	list-style-image: url(images/list-style.png);
}

.current-page a { 
	color: #39464e !important; 
}
.ie6 #menu li, .ie7 #menu li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}

.column-half {
	float: left;
	width: 450px;
}

.column-third {
	float: left;
	width: 300px;
	margin: 10px;
}

.column-double-third  {
	float: left;
	width: 600px;
	margin: 10px;
}

.column-third h1, .column-third  h2, .column-double-third  h2 {
	display: block;
	height: 16px;
	padding: 16px 0 16px 0;
	font-size: 13px;
	font-weight: normal;
	border-top: 1px solid #d9dfe3;
	border-bottom: 1px solid #d9dfe3;
	margin: 0;
	font-family: DinoRegular, Arial, sans-serif;
	
}

.clients {
	width: 640px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}

.clients img {
	display: block;
	float: left;
	margin: 0 10px 20px 10px;
	padding: 0;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
}

address {
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	margin: 10px 0;
}

address .phone {
	padding-left: 20px;
	background: url(images/phone.png) no-repeat;
}

address .mobile {
	padding-left: 20px;
	background: url(images/mobile.png) no-repeat;
}

address .email {
	padding-left: 20px;
	background: url(images/email.png) no-repeat;
}

address .opening-hours {
	padding-left: 20px;
	background: url(images/opening-hours.png) no-repeat;
}

p.directions { 
	padding-left: 20px;
	background: url(images/directions.png) no-repeat;
}

a {
	color: #b70819;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.star {
	color: #b70819;
}

form {
	margin: 10px 0;
}

label {
    display: block;
    width: 110px;
    float: left;
	font-size: 12px;
	margin-top: 1px;
}

input, textarea {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #d9dfe3;
	width: 300px;
	height: 160px;
}

input {
	width: 186px;
	height: 21px;
	
}

.map {
	float: right;
}

.map iframe {
	margin: 10px 0 0 0;

}

hr {
	clear: both;
	background-color: #171c20;
	height: 1px;
	border: 0;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	color: #526169;
	font-family: DinoRegular, Arial, sans-serif;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	font-size: 13px;
}

.top-link {
	float: right;
	font-size: 12px;
	display: block;
	padding: 17px;
}

.top-link:hover {
	background: #0e1214;
}

#footer .content {
	width: 940px;
	margin: 0 auto;
	background-image: url(images/logo-letters.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	
}

#footer p {
padding: 14px 0;
margin: 0;
}

#footer a {
	color: #84939d;
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

#footer address {
	display: block;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 14px 0;
}
