@CHARSET "ISO-8859-1";


/* Common */
body
{
	color:#777;
	background:#dde6dd;
	font:normal .9em arial,sans-erif
}

h1,h2,h3
{
	color:#09f12b;
	margin:10px 0;
	text-transform:uppercase;
	font-weight:bold
}
h1{}
h2
{
	font-size:1.2em;
}
h3
{
	color:#777;
	font-size:1.4em;
	letter-spacing:-0.02em;
	text-transform:none
}
p
{
	margin:5px 0 10px 0
}
ul
{
	list-style:outside disc;
	padding:0 0 0 10px
}

a:link
{
	color:#09f12b;
	font-weight:bold
}
a:visited
{
	color:#959595;
	font-weight:bold
}

a:active, a:hover
{
	color:#000;
	text-decoration:none;
	font-weight:bold
}


/* Layout */
#wrp
{
	width:1024px;
	margin:0 auto
}

#hdr
{
	width:1024px;
	height:108px;
	background:url(/assets/images/hdr.png) top left no-repeat;
	position:relative
}

#logo
{
	display:block;
	width:342px;
	height:112px;
	background:url(/assets/images/tmglogo.png) top left no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:62px;
	top:10px
}

#loginbut
{
	position:absolute;
	right:70px;
	top:48px
}

#loginbut img
{
	border:0
}

#wrpmain
{
	background:#fff url(/assets/images/sidebg.png) top left repeat-y;
	overflow:hidden
}

#side
{
	color:#fff;
	background:url(/assets/images/sideglow.png) top right no-repeat;
	width:180px;
	min-height:779px;
	float:left
}

#cats
{
	list-style:none;
	font-size:.9em;
	margin:20px 0 0 40px
}

#cats .title
{
	color:#0c8b00
}

#cats li
{
	background:url(/assets/images/sidedivide.png) bottom right no-repeat;
	padding:10px
}

#cats li.active a:link, #cats li.active a:visited
{
	color:#09f12b;
	font-weight:bold;
	text-transform:uppercase
}

#cats a:active, #cats a:hover
{
	color:#fff
}

#cats a:link, #cats a:visited
{
	color:#959595;
	font-weight:normal;
	text-decoration:none;
	text-transform:none
}

#cats a:active, #cats a:hover
{
	color:#fff
}

#main
{
	width:784px;
	margin:0 0 0 180px;
	padding:25px 30px
}

#mainr
{
	letter-spacing:-.05em
}

#ftr
{
	color:#eee;
	background:#333;
	padding:10px 100px;
	font-size:.7em;
	text-align:center
}

#ftr a:link
{
	color:#fff
}

#ftr a:active, #ftr a:hover, #ftr a:visited
{
	color:#aaa
}

/* Odds & Ends */
#featuresimage
{
	width:224px;
	height:263px;
	background:url(/assets/images/girl.jpg) top right no-repeat;
	float:right;
	margin:20px 0 0 0
}

#distributionimage
{
	background:url(/assets/images/greenball.jpg) right 30px no-repeat;
	margin:0 15px 0 0
}

#technologyimage
{
	width:200px;
	height:497px;
	background:url(/assets/images/phoneterminator.jpg) top right no-repeat;
	margin:40px 60px 0 60px;
	float:right
}

.gradrule
{
	width:720px;
	height:2px;
	background:url(/assets/images/gradrule.png) top left no-repeat
}

.mozine
{
	width:220px;
	height:65px;
	background:url(/assets/images/mozinelogo.png) top left no-repeat;
	text-indent:-9999px
}

.contactindent
{
	margin-left:50px;
	line-height:1.5em
}

.newslist
{
	list-style:none outside url("/assets/images/greenarrow.png");
	margin:0 0 0 40px
}

.newslist li
{
	margin:10px 0
}