/*  CSS STYLE SHEET
    (c)TechTriad.com */

html	{
	margin: 0;
	padding: 0;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #101010;
	color:#F0F0F0;
	background-image: url(../images/bg-glow.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}
#container	{
	width: 100%;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	height: 100%;
	background-position: left top;
}
#wrapper	{
	clear: both;
	float: none;
	width: 960px;
	margin:0px auto;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}

img, div, #logo, .colPhoto, #photoBox { behavior: url(../stylesheets/iepngfix.htc) }

/*    * { behavior: url(../stylesheets/iepngfix.htc) }  */
/* header */
#header_wrapper {
	width: 100%;
	height:165px;
}
#logo {
	float: left;
	width: 300px;
	height: 165px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo a {
	width: 300px;
	height: 165px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	float:right;
}
/* /header */


/* navigation */
#menu	{
	width: 660px;
	height: 34px;
	background-color: #010101;
	float: right;
	margin-top: 0px;
	font-size: 0.8em;
}


/* content */
#contentContainer {
	font-size: 0.9em;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content a img, #content abbr {
	border: 0;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #FF6600;
}
#content a:active	{
	color: #FFFF00;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 2em;
}
#content ul, #content ol, #content p {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
	color: #FF6600;
}
h2 {
	color: #FF6600;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.03em;
	font-weight: lighter;
}
h2 a:link, h2 a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: lighter;
}
h2 a:hover, h2 a:active	{
	text-decoration: underline;
	color: #FF6600;
	font-weight: lighter;
}

h3 {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing: -0.02em;
	font-weight: lighter;
}
h3 a:link, h2 a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: lighter;
}
h3 a:hover, h3 a:active	{
	text-decoration: underline;
	color: #FF6600;
	font-weight: lighter;
}

h4 {
	color: #FF6600;
	font-size: 1.3em;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	color: #FFFFFF;
}
#content blockquote {
	text-align: left;
	margin-top: 0em;
	margin-right: 1em;
	margin-left: 1em;
	color: #f0f0f0;
	padding-top: 0em;
	padding-right: 1em;
	padding-left: 2em;
}
/* /content */

/* columns */
#columnContainer 	{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#columnContainer blockquote {
	line-height: 1.4em;
}


.col1	{
	float: left;
	width: 280px;
	font-size: 0.9em;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top:0px;
}
.col1 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.col1 ul li {
	list-style-type: none;
}
.arrowlist	{
	list-style-image: url(../images/icons/arrow-right-gray.png);
	list-style-position: outside;
	margin-bottom: 12px;
}

.col2	{
	float: left;
	width: 590px;
	font-size: 0.9em;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top:0px;
}
.col2 .fontNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.col2 ul li {
	line-height: 1.8em;
}

.col3	{
	float: left;
	width: 280px;
	font-size: 0.9em;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top:0px;
}
.colPhoto {
	background-repeat: no-repeat;
	background-position: center top;
	height: 135px;
}
.img1	{
	background-image: url(../images/cols/mouse-hand.png);
}
.img2	{
	background-image: url(../images/cols/eggs2.png);
}
.img3	{
	background-image: url(../images/cols/globes.png);
}
.img4	{
	background-image: url(../images/cols/fortunecookies.png);
}
.img5	{
	background-image: url(../images/cols/bagels.png);
}
.img6	{
	background-image: url(../images/cols/puzzle.png);
}
.img7	{
	background-image: url(../images/cols/monitor-head.png);
}
.img8	{
	background-image: url(../images/cols/workers.png);
}
.img9	{
	background-image: url(../images/cols/gears.png);
}
.img10	{
	background-image: url(../images/cols/keyboard-hands.png);
}
.img11 {
	background-image: url(../images/cols/two-monitors.png);
	background-repeat: no-repeat;
	background-position: center;
}


/* footer */
#footerContainer	{
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;

}
#footer {
	width: 960px;
	padding-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	font-size: 0.7em;
	color: #999999;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0px;
}
#footer p a {
	color: #999999;
}
/* /footer */
