/* CSS Document */

#gradient {
	background-image:url(images/gradient.gif);
	background-repeat:repeat-x;
	height:224px;
	width:100%;
	left:0px;
	position:absolute;
}
#header {
	background-image:url(images/header.gif);
	height:224px;
	width:776px;
	position:relative;	
}
#flashNav {	
	height:166px;
	width:655px;
	left:60px;
	top:58px;
	position:relative;	
}
#contentHolder{
	width:625px;
	position:relative;
	padding: 0 60px;
}
#content{
	width:625px;
	position:relative;
	padding: 0 5px;
}
#topCorner{
	background-image:url('images/rightTopCorner.gif');	
	height:78px;
	width: 30px;
	left:692px;
	position:absolute;	
}
#semiCorner{
	background-image:url('images/homecorner.jpg');	
	background-repeat:no-repeat;
	height:7px;
	width: 17px;
	top:25px;
	position:relative;
}
#semiBotCorner{
	background-image:url('images/homebotcorner.jpg');	
	background-repeat:no-repeat;
	height:10px;
	width: 18px;
	left: 60px;
	bottom:-15px;
	z-index:2;
	position:relative;	
}
#productHeader {
	height:78px;	
	background: #FF4C00 url('images/productHeader.gif') repeat-x;	
	width:650px;
}
#productTitle{
	padding: 13px 10px 0 5px;
	font-family:"HelveticaNeue Condensed",Helvetica, Arial,Sans-Serif;
	font-size: 17px;
	color: #fff;
	height:24px;
}
HTML, BODY {
	background-image: url('images/bgTiled.gif');
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
BODY, DIV, TD, TH {	
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;	
}
LI {
	margin: 5px auto;
}
A, A:link, A:active, A:visited {
	color: #ff6600;
}
A:hover {
	color: #FF3300;
}

/* ------------------ MAIN ----------------------- */
#container	{
	position:relative;
	margin: 0 auto;
	width:776px;
	text-align:left;
	background: #fff url(images/contentBg.gif) repeat-y;
}

#bottomCorner {
	margin: 0;
	background-image:url('images/footerCorner.gif');	
	height: 36px;
	width: 17px;
	left: 692px;
	z-index: 1;
	position: absolute;	
}
#contentFooter {
	background-image:url('images/footerBg.gif');
	background-repeat:repeat-x;
	height: 36px;
	width: 635px;
	left: 60px;
	position:relative;	
}
#bottom{
	background-image:url('images/bottomStuff.gif');
	background-repeat:no-repeat;
	width: 776px;
	height:65px;
	position:absolute;	
}
#footerContent{}

#content h3, #content h4 {
	margin: 0; padding: 0;
}

.newsPost, .quote {
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	padding-bottom:5px;
}
.newsPost STRONG {
	display:block;
}
.newsPost EM {
	display: block;
}
#quotes {}
.quote A {
	display:block;
	text-align:right;
	margin-right: 20px;
}

h4 {
	font-size: 13px;
}
h3 { font-size: 14px; }
A.downloadLink {
	background: url('/products/common/download.gif') no-repeat;
	padding-left: 20px;
	display: block;
	font-weight:bold;
}
A.blogLink {
	background: url('/products/common/blog.gif') no-repeat;
	padding-left: 20px;
	display: block;
	font-weight:bold;
}
A.moreLink {
	background: url('/products/common/more.gif') no-repeat;
	padding-left: 20px;
	display: block;
	font-weight:bold;
}
A.purchaseLink {
	background: url('/products/common/purchase.gif') no-repeat;
	padding-left: 20px;
	display: block;
	font-weight: bold;
}
.showcase {
	text-align:center;
	margin: 10px;
}
.pullQuote {
	font-size: 0.9em;
	color: #000033;
	border: 1px solid #FFDD99;
	background-color: #FFFFDD;
	padding: 7px;
	margin: 0px;
}
.pullQuote A {
}
.clear {
	clear:both;
}