@charset "utf-8";
/* CSS Document */

/* Major structure and elements */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*	background-color: #f9f9f9;	background-image:  url(images/body_bg.png); */
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}

#container {
	width: 946px;
	margin: auto;
	text-align: left;
}

#header {
	height: 42px;
	width: 100%;
	padding: 10px 0 13px 0;
	position: relative;
}

#header img {
	float: left;
}

#header ul {
	margin: 23px 0 0 0;
	padding: 0;
	float: right;
	width: 500px;
	text-align: right;
	list-style-type: none;
}

#header ul li {
	display: inline;
}

#header ul li a {
	outline: none;
	padding-left: 15px;
	font-weight: bold;
	color: #BBB;
	text-decoration: none;
	font-size: 11pt;
}

#header ul li a:hover {
	color: red;
}

#theleft {
	float: left;
	width: 160px;
}

#theright {
	float: right;
	width: 771px;
}

#sidebar {
	width: 156px;
}

#sidebar ul {
	padding: 20px 0 0 19px;
	margin: 0;
	list-style-type: none;
	width: auto;
}

#sidebar ul li {
	margin-bottom: 10px;
}

#sidebar ul li a {
	text-decoration: none;
	display: block;
	height: 37px;
	width: 119px;
	background-position: top left;
	background-repeat: no-repeat;
}

#sidebar ul li a:hover {
	background-position: 0 -37px;
}

#nav_print { background-image: url(images/nav_print.png); }
#nav_web { background-image: url(images/nav_web.png); }
#nav_motion { background-image: url(images/nav_motion.png); }

#showcase, #content {
	clear: both;
	width: 771px;
	margin-bottom: 18px;
}

#showcase .boxHeader a {
	font-size: 10px;
	color: white;
	background-color: #BBB;
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	padding: 1px;
	margin-top: 3px;
	margin-right: 3px;
	text-align: center;
	text-decoration: none;
}
#showcase .boxHeader a:hover, #showcase .boxHeader a.active { background-color: red; }

#showcase_ajax {
	height: 331px;
	width: 733px;
	overflow: hidden;
	position: relative;
	color: #808080;
}

#blurb, #news {
	width: 367px;
}

#blurb {
	float: left;
}

#news {
	float: right;
}

.profile {
	margin-bottom: 20px;
}

.profile img {
	width: 134px;
	height: 200px;
	float: left;
}

.profile .fright {
	width: 560px;
}

/* THE BOX IS VERY IMPORTANT */
.box .boxHeader {
	background-repeat: no-repeat;
	margin: 0;
	font-size: 9pt;
	width: 100%;
	height: 19px;
	color: #999;
}
#showcase .boxHeader { 
	background-image: url(images/showcase_header.png);
	padding-left: 20px;
	width: 751px;
}

.box .boxContent {
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	padding: 15px 18px 0 18px;
}
#showcase .boxContent, #content .boxContent { width: 733px; }
#showcase .boxContent { height: 331px; }
#news .boxContent, #blurb .boxContent { width: 329px; }

.box .boxFooter {
	position: relative;
	height: 18px;
	width: 100%;
	background-repeat: no-repeat;
}
#showcase .boxFooter, #content .boxFooter { background-image:url(images/showcase_footer.png); }
#sidebar .boxFooter { background-image: url(images/sidebar_footer.png); }
#news .boxFooter, #blurb .boxFooter { background-image: url(images/blurb_footer.png); }

.box p {
	margin: 0;
	padding: 5px 0;
	color: #808080;
}

.box ul {
	color: #808080;
	width: 303px;
	margin: 0;
}

/* JavaScript Functionality */
p#contact_dropdown {
	text-align: right;
	position: absolute;
	width: 175px;
	font-size: 8pt;
	background-color: white;
	padding: 8px;
	border: 1px solid #BBB;
}

/* Small Utility Styles */
a {
	text-decoration: underline;
	color: red;
}

a:hover {
	text-decoration: none;
}

em {
	color: red;
	font-style: normal;
}

ul {
	padding-left: 25px;
}

.fright {
	float: right;
}

.hidden {
	display: none;
}

.fixed {
	font-family: "Courier New", Courier, monospace;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/* Sploits, Tips, Prostrats */
::-moz-selection{
background: #ff0000;
color: #ffffff;
}

em::-moz-selection{
background: #ff0000;
color: #000;
}

::selection {
background: #ff0000;
color: #ffffff;
}

em::selection{
background: #ff0000;
color: #000;
}