/* CSS Document */
BODY {
	margin:0;
	font-family:Verdana, Arial, sans-serif;
	background: transparent url('../images/pagebg_metal.jpg') repeat scroll left top;
	background-color:gray;
	font-size:10pt;
	color:#dfd8de;
}
img {
	margin:0;
	padding:0;
	float:left;
	border:0;
}
/*img, div {
	behavior: url(css/iepngfix.htc);
}/*PNG TRANSPARENCY FIX FOR IE*/
p {
	padding:10px 15px 0px 15px;
}
p a:link, p a:visited{
	text-decoration:underline;
	color:#dfd8de;
}
p a:hover {
	text-decoration:underline;
	color:#FFCC33;
}
/* MAIN LAYOUT BEGIN */

#wrapper {
	width:968px;
	/*	border:1px solid #CEB47E;*/
	border:1px solid white;
	margin:auto;
	margin-top:25px;
	margin-bottom:65px;
}
#top {
	position: relative;
	background-image:url('../images/black60.png');
	height:150px;
}
#top #telephone {
	width: 260px;
	height: 40px;
	position: absolute;
	left: 698px;
	top: 42px;
}
/* MAIN NAV BEGIN */
#navigation {
	height:30px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	background-image:url('../images/black80.png');
	z-index:1;
}
#navigation ul {
	margin:0;
	padding:0;
}
#navigation li {
	height:30px;
	list-style-type:none;
	margin-right:4.5%;
	margin-left:4.5%;
	float:left;
	text-align:center;
}
#navigation a {
	display:block;
	height:30px;
}
#navigation img {
}
/* MAIN NAV END */

#content {
	margin-right:9px;
	margin-left:9px;
	margin-top:20px;
}
#top #telephone h1 {
	font-size:18px;
	color:#FFFFCC;
	margin:0px 0px 0px 0px;
	padding:0;
	font-weight:bold;
	text-align:right;
}
#top #telephone p {
	font-size:13px;
	color:#FFFFCC;
	margin:0px 0px 0px 0px;
	padding:0;
	font-weight:bold;
	text-align:right;
}
#footer {
	height:50px;
	border-top:1px solid white;
	clear:both;
	background-image:url('../images/black80.png');
}
#footer p {
	font-size:12px;
	color:#dfd8de;
	margin:8px 30px 0px 0px;
	padding:0;
	text-align:center;
}
#footer p a:link, #footer p a:visited {
	text-decoration:underline;
	color:#dfd8de;
}
#footer p a:hover {
	color:#FFCC33;
}
/* MAIN LAYOUT END */

/* MAIN STYLING BEGIN */

#home #wrapper, #about #wrapper, #services #wrapper, #portfolio #wrapper, #contact #wrapper {
	background-image:url('../images/contentbg_blue.jpg');
	background-repeat:no-repeat;
	background-color:white;
}
h1 {
	font-family:Arial, sans-serif;
	font-size:14pt;
	color:#dfd8de;
	text-transform:uppercase;
	margin:0px;
	padding:10px 15px 0px 15px;
}
h2 {
	font-family:Arial, sans-serif;
	font-size:12pt;
	color:#dfd8de;
	margin:0px;
	padding:10px 15px 0px 15px;
}
.logo {
	margin:20px 0px 0px 20px;
}
.tagline {
	float:right;
	margin:20px 20px 0px 0px;
}
.contacts {
	float:right;
	margin:0px 0px 0px 0px;
}
.box {
	background-image:url('../images/black80.png');
	float:left;
}
.boxM {
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}
#header {
	width:928px;
	padding-bottom:10px;
	background-image:url('../images/black80.png');
}
#text, .text {
	width:480px;
	margin-left:234px;
}
#image {
	/*	height:650px;*/
	height:380px;
}
#home #content, #home #image, #home #text {
	/*	height:650px;*/
	height:380px;
}
#about #image, #about #text {
	height:380px;
}
#services #image, #services #text {
	height:380px;
}
#portfolio #text {
	width:928px;
	padding-top:0px;
	margin-left:10px;
	padding-bottom:10px;
	height:320px;
}
#contact #image, #contact #text {
	height:380px;
	padding-top:15px;
	padding-left:15px;
}
#contact #header table {
	float:right;
	padding:5px;
}
/* BOXES END */

/* MAIN STYLING END */

#imageContainer {
	position:relative;
	margin:auto;
	width:500px;
	border:1px solid #000;
}
/* styles unrelated to the application follow */
#home #imageContainer {
	z-index:-99;
	margin-top:-204px;
	margin-left:-11px;
}
#home #imageContainer img {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

