﻿/*
	Website desgined by David Buck
	Website: http://www.buckdesign.co.uk
	This site is coded and put together by Sumeet Chawla
	Website: http://www.code-pal.com
*/

@import url('reset.css');
a:focus {
	outline: none;
}
body {
	font-family:arial,helvetica,"Times New Roman",Times,serif;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #343434;
}
#page-wrap {
	height:360px;
	margin-left:69px;
	margin-right:auto;
	padding-top:108px;
	position:relative;
	width:904px;
}
#logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	position: relative;
	width: 441px;
	height: 127px;
	text-indent: -9999px;
}
#logo-cont {
	background-image: url(../images/border.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	float: left;
	height: 168px;
	position: relative;
	width: 100%;
}
#abstract {
	background-image: url(../images/abstract.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 146px;
	position: relative;
	width: 604px;
	margin-top:-214px;
}
.clear {
	clear: both;
}
ul#services {
	margin-left:69px;
	font-family:arial,helvetica,"Times New Roman",Times,serif;
	font-size:11px;
	margin-top:22px;
	position:relative;
}
ul#services li {
	float: left;
	color: #d4d5d6;
	vertical-align: top;
	padding-right: 7px;
	margin-right: 7px;
	letter-spacing: 0.35pt;
}
.border{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
a.mailto {
	margin-left: 69px;
	color: #b7b4b3;
	display: block;
	padding-top: 9px;
	position: relative;
	text-decoration: none;
	width: 300px;
	font-size: 12px;
}
a.buckdesign {
	font-family:arial,helvetica,"Times New Roman",Times,serif;
	float: right;
	color: #727172;
	text-decoration: none;
	margin-right: 55px;
	margin-top: 57px;
	font-size: 11px;
	margin-bottom: 5px;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.buckdesign {
	float: right;
	color: #727172;
	text-decoration: none;
	margin-right: 25px;
	margin-top: 51px;
	font-size: 11px;
	margin-bottom: 5px;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

