@import url(pf-basic.css);
@import url(pf-menu.css);
@import url(pf-text.css);

* {
  margin:0px;
  padding:0px;
	font-size:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:90%;
	background-attachment: fixed;
	background-image: url(/images/sd/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	padding:0px;
}
#wrapper {
	width:100%;
}
#starburst {
	position:fixed;
	left:0px;
	top:0px;
	width:558px;
	height:531px;
	background-attachment: fixed;
	background-image: url(../../images/sd/starburst.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:1;
}
#wrapper {
	width:954px;
	margin: 0 auto;
	position:relative;
	z-index:2;
}
#logo {
	position: absolute;
	left:10px;
	top:25px;
	width:363px;
	height:50px;
	z-index:20;
	background:url(../../images/sd/powerframeworks.png) no-repeat;
}
#slogan {
	position: absolute;
	top:15px;
	right:12px;
	width:500px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#FFF;
	z-index:19;
	font-style:italic;
	font-weight:bold;
}
#container {
	width:954px;
	position:absolute;
	top:133px;
}
#containertop {
	width:954px;
	height:18px;
	margin:0px;
	padding:0px;
	background:url(../../images/sd/c-top.png) no-repeat;
	background-position: top left;
}
#containermid {
	width:954px;
	position:relative;
	background:url(../../images/sd/c-mid.png) repeat-y;
	z-index:7;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contpad {
	text-align:left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#containerbtm {
	width:954px;
	height:18px;
	position:relative;
	background: url(../../images/sd/c-btm.png) no-repeat;
	background-position: left bottom;
}

#footer {
	clear:both;
	width:954px;
	height:105px;
	z-index:14;
	margin-top:7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	background-image: url(../../images/sd/footer2.png);
	background-repeat: no-repeat;
}
#footerpad {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align:right;
}

address{
	font-style:normal;
	color:#fff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

address a {
	color:#fff;
	text-decoration:underline;
}
address a:hover {
	color:#ffedb5;
	text-decoration:underline;
}


.basictable,.basictable tr,.basictable th,.basictable td {
	margin:0px;
	padding:4px;
}
.basictable1 {
	margin:5px;
	padding:0px;
	border: 2px solid #7588A7;
}
.basictable1 tr,.basictable1 th,.basictable1 td {
	border: 1px solid #7588A7;
}