/* CSS Document */

p,h1,h2,h3,h4,h5,h6 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: "Bitstream Vera Sans", Tahoma, Arial, Serif;
	font-size: 18px;
	padding-top:inherit;
	padding-bottom:0px;
}
h3 {
	font-family: "Bitstream Vera Sans", Tahoma, Arial, Serif;
	font-size: 14px;
	padding-top:inherit;
	padding-bottom:0px;
}
h6 {
	font-family: "Bitstream Vera Sans", Tahoma, Arial, Serif;
	font-size: 10px;
	padding-top:0px;
	padding-bottom:0px;
}
p {
padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 1.2em;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	padding-bottom: 0px;
}
ol,li,ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 1.2em;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 1.4em;
	padding-bottom: 0px;
}
ul {
	list-style-position: inside;
	list-style-image: url(../images/bullet.jpg);
}
body {
	padding: 0;
	width: 100%;
	display: table;
	background-position: center top;
	text-align: center;
	font-size: 13px;
	margin: 0;
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: "Bitstream Vera Sans", Tahoma, Arial, Serif;
	color: #cdcdcd;
}
#wrapper {
	padding: 0px;
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/layout/border.jpg);
	background-repeat: repeat-y;
	position: relative;
}


#header {
	background-image: url(../images/layout/header.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 984px;
}
#nav {
	height: 80px;
	width: 984px;
	background-image: url(../images/layout/nav.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 984px;
	height: 80px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
	width: 92px;
	height: 80px;
	left: 69px;
	background-image: url(../images/rollovers/home.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
}
#menu .services {
	width: 123px;
	height: 80px;
	left: 161px;
	background-image: url(../images/rollovers/services.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
}
#menu .portfolio {
	width: 129px;
	height: 80px;
	left: 284px;
	background-image: url(../images/rollovers/portfolio.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
}
#menu .clients {
	width: 111px;
	height: 80px;
	left: 413px;
	background-image: url(../images/rollovers/clients.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
}
#menu .contact {
	width: 111px;
	height: 80px;
	left: 524px;
	background-image: url(../images/rollovers/contact.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
}
#content {
	background-image: url(../images/layout/content.jpg);
	width: 984px;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	min-height: 361px;
}
#content a:link, #content a:visited {
	color: #487B81;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #487B81;
	text-decoration: underline;
}

#content #column1 {
	float: left;
	width: 212px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 88px;
}

#content #column2 {
	float: left;
	width: 383px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content #column3 {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	background-image: url(../images/layout/footer.jpg);
	width: 984px;
	background-repeat: no-repeat;
	clear: both;
	height: 139px;
	text-align: center;
	padding-top: 95px;
}
.titles {
	font-family: "Bitstream Vera Sans", Tahoma, Arial, Serif;
	font-size: 18px;
	padding-top: 1.2em;
}
.www {
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: bold;
}
.floatRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 3px;
}
.margin10Right {
	margin-right: 10px;
}
.margin28Left {
	margin-left: 28px;
}
.smallform {
	width: 160px;
	margin-left: 10px;
}
.label {
	padding-bottom: 1.2em;
}

.purpleText {
	color: #AE81A5;
}
.blueText {
	color: #6E8A9D;
}
.greenText {
	color: #366368;
}
.purpleText2 {
	color: #762F56;
}
.blueText2 {
	color: #55768C;
}
.greyText {
	color: #43454B;
}
.largeText {
	font-size: 14px;
}

.textbox
{
border: 0px;
background-color: #43454B;
font-family: Arial, Tahoma, Serif;
color: #FFFFFF;
}
