﻿@import url('menu.css');
img { behavior: url(iepngfix.htc) }

body{
	background-color:#ebe8e1;
	background-image:url('../Images/Layout/clouds.jpg');
	background-position:right top;
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: #1f1f1f;
}


img {
	
	border-style:none;
}

h1{
	
	margin: 0px;
	padding-top:20px;
	padding-bottom:10px;
	font-size:large;
	color:#bf9026;
	width:100%;
	text-align:center;
	display:block;
}
h2 
{
	color:Black;
}
a {
	text-decoration:none;
}
#content
{
	min-height: 430px;
	background-image:url('../Images/Layout/contentbg.png');
	display: inline-block; 
	overflow: hidden; 
	z-index:2;
}
#content { display: block; }
#top{
	width:1000px;
	height:69px;
	margin: 15px auto auto auto;
	border-bottom:solid 1px #656565;
	display: inline-block; 
	overflow: hidden; 
	z-index:3;
	position:relative;
	background-color:none;
}
#top { display: block; }
#top h3, p, img, ul
{
	z-index:4;
	position:relative;

}

#top #topbg
{
	width:1000px;
	height:69px;
	position:absolute;
	left:0px;
	z-index:3;
}
#top #designdevelopdeliver
{
	position:relative;
	display:block;
	float:right;
	clear:right;
	height:69px;
	list-style:none;
	margin-top:10px;
}
#top h3
{
	color: #747474;
	font-size:10px;
	font-family:Verdana;
	margin:0px 15px 3px 0px;
	padding:0px;
	cursor:default;
}

#footer{
	width:1000px;
	height:246px;
	margin:0px auto 0px auto;
	background-repeat:no-repeat;
	background-image:url('../Images/Layout/reflection.jpg');
	background-position:left bottom;
	text-align:center;
}
#footer p{
	margin:0px;
	font-size:9px;
	color:#737373;
}
#footer a{
	font-size:9px;
	color:#737373;
}
#footer a:hover{
color:#8162d6;
}


.copy{
	padding-top:45px;
}


#logo
{
	height: 41px;
	width: 324px;
	float:left;
	clear:none;
	margin:17px 0px 10px 28px;

}


.border
{
	width:998px;
	border-left: 1px #606060 solid;
	border-right: 1px #606060 solid;
	background-color:#ffffff;
	background-position:center bottom;
	background-repeat:repeat-x;
	margin: 0px auto auto auto;
}
