@charset "utf-8";
body {
	margin: 0px;
	
	background-image: url(../images/backgrounds/BGPattern01.png);
	background-repeat: repeat;
	background-attachment:fixed;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
}



/***************[ LINK STYLES]******************/

a:link {
	color: #09F;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #09F;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #09F;
}


/***************[ TEXT STYLES]******************/

.PgHeadingText {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
}

.Hdng1 {
	font-size: 16px;
	font-weight: bold;
}

.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}


/***************[ ELEMENT STYLES]******************/

/**[ STRUCTURAL STYLES ]**/

#Header {
	width: 100%;
	height: 85px;
	padding-top: 5px;
	
	z-index: 20;
	background: #000;
}

#HeaderBrdr {
	width: 100%;
	height: 10px;
	margin: 0 auto;
	
	z-index: 20;
	background: url(../images/design/glowBord_bottom.png);
}

#FooterBrdr {
	position: fixed;
	float: none;
	left: 0px;
	bottom: 62px;
	width: 100%;
	height: 10px;
	z-index: 20;
	background: url(../images/design/glowBord_top.png);
}

#Footer {
	position: fixed;
	float: none;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 62px;

	z-index: 20;
	text-align: center;
	background: #000;
	vertical-align: middle;
}

#Container {
	width: 950px;
	margin: 0px auto 72px auto;
}

#BasicStructureElement {
	float: left;
	width: 950px;
	padding: 0px 0px 15px 0px;
	margin-bottom: 60px;
	
	background: #CCC;
	box-shadow: 6px 6px 4px #999; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow:  6px 6px 4px #999; /*shadow for CSS3 capable browsers.*/
	-moz-box-shadow:  6px 6px 4px #999; /*shadow for mozilla CSS3 capable browsers.*/
}


/**[ CONTENT COLUMN STYLES ]**/

#CntntClmn {
	float: left;
	width: 700px;
	margin: 0px;
}

#pgHdng {
	width: 680px;
	padding: 15px 10px;
	z-index: 3;
}

#MainCon {
	width: 670px;
	padding: 15px;
	z-index: 2;
	text-align:left;
}

#Imperium {
	border: none;
	
	width: 700px;
	margin: 0px;
	z-index: 3;
}

#LstRowA {
	width: 700px;
	height: 80px;
	margin: 0px;
	
	border-bottom: inset 1px #CCC;
	
	background: #BBB;
}

#LstRowB {
	width: 700px;
	height: 80px;
	margin: 0px;
	
	border-bottom: inset 1px #BBB;
	
	background: #CCC;
}

#LstLogo {
	float: left;
	width: 230px;
	height: 70px;
	padding: 10px 5px 0px 15px;
	z-index: 3;
}

#LstDscptn {
	float: right;
	width: 430px;
	height: 70px;
	padding: 10px 15px 0px 5px;
	z-index: 3;
	
	text-align: left;
}


/**[ SIDEBAR STYLES ]**/

#Sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	text-align: left;
}

#twidget {
	width: 250px;
	height: 400px;
	margin: 15px auto;
	z-index: 5;
	background: url(images/devices/TwidgetDflt.png);
}

#sdbrTxt {
	margin: 15px 5px 15px 0px;
}

