/* 
	Texty Stuff 
*/

html, body{
	font-size: 12px;
	line-height: 1.5;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #222;
	color: #ddd;
}

a, a:visited{
	color: #bbb;
	text-decoration: none;
}
a:hover{
	color:#fff;
	text-decoration: none;
}

.last{
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}

.smaller{
	font-size: 85%;
}

.larger{
	font-size: 115%;
}

.strong{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.center{
	text-align: center;
}

p {
	margin-bottom: 10px;
}

p a, p a:visited{
	border-bottom: 1px dotted #bbb;
	text-decoration:none;
}
p a:hover{
	border-bottom:none;
	text-decoration: underline;
}

h1, h2, h3{
	color: #d1eaff;
	font-weight: bold;
	margin-bottom: 10px;
	z-index: -1;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
	color: #fff;
}

hr{
	color: #666;
	background-color: #666;
	height: 1px;
	border: 0px;
}



/* 
	Layout Stuff 
*/

div.clear{
	clear:both;
}

div.horidivide{
	width: 980px;
	height: 2px;
	background: url('/_img/icons/horidivide.jpg') black no-repeat;
	margin: 10px 0px;
	clear:both;
	position:relative;
}
div.vertdivide{
	width: 1px;
	height: 114px;
	float:left;
	background: url('/_img/icons/vertdivide.png') black no-repeat;
}
div.horidivide.left20{
	right:20px;
}
div.horidivide.left35{
	right:35px;
}

div#big-outer{
	width: 982px;
	margin:auto;
}

p.photo-credit{
	background: url(/adjust/_images/50p.png) repeat;
	bottom: 0;right:0;
	color: #ddd;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 0;
	overflow: hidden;
	padding: 1px 5px 0px;
	padding-top: 1px;
	position:absolute;
	right: 0px;
	text-align: right;
	text-transform: uppercase;
	z-index:5;
}
p.photo-credit a, p.photo-credit a:visited{
	color: #ddd;
	border-bottom: none;
	text-decoration: none;
}
p.photo-credit a:hover{
	color: #fff;
}

/* Menu Bar */

#menu-top a span {
  display: none;
}

ul#menu-top > li{
	float: left;
	position: relative;
	z-index: 11;
}

ul#menu-top{
	width: 980px;
	height: 39px;
	margin: 20px 0px;
	list-style: none;
}

#menu-top > li > a,
#menu-top > li > a .hover {
  	height: 39px;
	position: relative;
	display: block;
	background: url(/_img/icons/menu-sprite.png) 0 0 no-repeat;
	border: none;
}

ul#menu-top a#topaz-item{
	width: 50px;
	background-position: 0 0;
	top: 1px;
}
ul#menu-top a#topaz-item .hover{
  	background-position: 0 -39px;
  	width: 50px;
}
ul#menu-top a#products-item{
	width: 155px;
	background-position: -50px 0;
}
ul#menu-top a#products-item .hover{
  	background-position: -50px -39px;
  	width: 155px;
}
ul#menu-top a#community-item{
	width: 155px;
	background-position: -205px 0;
}
ul#menu-top a#community-item .hover{
  	background-position: -205px -39px;
  	width: 155px;
}
ul#menu-top a#downloads-item{
	width: 155px;
	background-position: -360px 0;
}
ul#menu-top a#downloads-item .hover{
  	background-position: -360px -39px;
  	width: 155px;
}
ul#menu-top a#purchase-item{
	width: 155px;
	background-position: -515px 0;
}
ul#menu-top a#purchase-item .hover{
  	background-position: -515px -39px;
  	width: 155px;
}
ul#menu-top a#support-item{
	width: 155px;
	background-position: -670px 0;
}
ul#menu-top a#support-item .hover{
  	background-position: -670px -39px;
  	width: 155px;
}
ul#menu-top a#company-item{
	width: 155px;
	background-position: -825px 0;
}
ul#menu-top a#company-item .hover{
  	background-position: -825px -39px;
  	width: 155px;
}

/* Dropdown */
ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 2px; top: 39px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	border: 1px solid #222;
	font-size: .8em;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	z-index: 9;
}
ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 150px;
}
ul.subnav li a {
	color: #FFF;
	display: block;
	padding: 4px 5px;
	text-decoration: none;
	width: 121px;
	background: #333 url(/_img/icons/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 24px;
}
ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #345 url(/_img/icons/dropdown_linkbg.gif) no-repeat 12px center;
	text-decoration: none;
}
ul.subnav li.title{
	width: 140px;
	color: #d1eaff;
	display: block;
	padding: 4px 5px 4px 5px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px #666 dotted;
	background: #292929;
}

ul.subnav li a.emphasis {
	color: #cfc;
}

/* 
	Footer
*/
div#outer-foot{
	font-size: 10px;
	color: #ddd;
	line-height: 1.3;
}

div#outer-foot a, div#outer-foot a:visited{
	color: #ccc;
}
div#outer-foot a:hover{
	color: #fff;
}

ul#links{
	margin-left: 0;
	list-style: none;
	margin-bottom: 20px;
}
ul#links li{
	display: inline;
	margin-right: 3px;
	padding-right: 6px;
	border-right: 1px solid #777;
}

ul#links li.last{
	border-right: none;
}

div#logo{
	float:right;
	width: 60px;
	position:relative;
	bottom: 2px;
	right: 1px;
}
div#logo img{
	width: 60px;
}

ul#awards-links{
	list-style: none;
	display: block;
	width: 175px;
	height: 120px;
	margin: auto;
	overflow: hidden;
	bottom: 8px;
}
ul#awards-links li{
	width: 175px;
	height: 120px;
}
ul#awards-links img{
	width: 175px;
}

div#connect-topaz{
	width: 106px;
	margin: auto;
	position:relative;
	bottom: 8px;
}
div#connect-topaz img{
	width: 50px;
}

/* 
	Page Elements
*/
div.widepanel {
	width: 980px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #555;
	background-color: black;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position:relative;
}

div.long-gradient{
	background: url('/_img/main/long-gradient.jpg') black repeat-x;
}
div.short-gradient{
	background: url('/_img/main/short-gradient.png') black repeat-x;
}

div.widepanel.small-padding{
	padding: 10px 20px 20px;
	width: 940px;
}
div.widepanel.med-padding{
	padding: 25px 35px;
	width: 910px;
}

div.new{
	position:absolute;
	height: 51px;
	width: 55px;
	background: url('/_img/icons/new.png') no-repeat transparent;
	top: 0; right: 0;
}

div.fourth-block{
	width: 212px;
	height: 132px;
	padding: 12px;
	float: left;
	margin-right: 9px;
	border: 1px solid #555;
	background: url('/_img/main/short-gradient.png') black repeat-x;
	margin-bottom: 15px;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.fourth-block h4{
	text-align: center;
	margin-bottom: 15px;
}

div.fourth-block img.boxshot{
	float: left;
	margin-left: 17px;
	margin-right: 10px;
	width: 65px;
}

#main-photo{
	display: block;
	position:relative;
	width: 521px;
	height: 348px;
	list-style: none;
	border: 1px solid #666;
	float: right;
	margin: 16px 22px 0 0;
}
#main-photo li{
	height: 348px;
	width: 521px;
}

#social{
	position:absolute;
	top: 30px;
	right: 24px;
	opacity: .9;
}
#social iframe{
	float:left;
	width: 90px;
	position:relative;
	top:1px;
	z-index: 2;
}
#social a{
	float: left;
	width: 100px;
}

div#tweet-bg{
	position:absolute;
	background-color:#fff;
	height:16px;
	width:30px; 
	top:1px; 
	left: -10px;
}

