body, html
{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background:url(/images/tpl/body-bg.png);
	background-repeat:repeat-x;
	background-color:#ccc;
	font: normal 12px/18px Tahoma, Arial, Helvetica, Sans-Serif;
}
#wrapper{
	width:957px;
	margin: 0 auto;
	position:relative;
}

#top{
width:957px;
height:101px;
float:left;
margin:0px;
}

#logo{
position:absolute;
background:url(/images/tpl/logo.png);
background-repeat:no-repeat;
top:30px;
left:0px;
width:250px;
height:43px;
}

#bottomshadow{
}

#nav{
 position:absolute;
 top:38px;
 right:5px;
}

#nav ul{
list-style:none;
padding:0;
margin:0;
}

#nav ul li{
float: left;
margin: 0;
} 

#nav ul li a{
float: left;
display: block;
color: #cde;
text-decoration: none;
text-align: center;
margin-left:15px;
} 

#nav ul li .active{
}

#nav ul li a:hover
{
	text-decoration:underline;
}

#body{
width:957px;
margin:0 0 0;
float:left;
}

#bodyleft{
width:647px;
float:left;
margin-right:30px;
}

#bodyright{
width:255px;
float:left;

}

#footer{
width:954px;
color:#999;
margin:0px 0px 0px 1px;
text-align:center;
padding:20px 0px 10px 0px;
background:url(/images/tpl/footer-gloss.png) repeat-x;
background-position:0px -1px;
background-repeat:no-repeat;
float:left;
}



a{
color:#0087B4;
text-decoration:none;
}

a:hover{
color:#a94c48;
text-decoration:underline;
}

h3{
font-size:16pt;
color:#a94c48;
font-variant:small-caps;
margin:0px;
margin-top:7px;
padding:0px;
}

h4{
font-size:14pt;
color:#66666f;
font-variant:small-caps;
margin:0px;
margin-bottom:5px;
}

hr{
size:1px;
color:#a94c48;
}

p{
margin:0px;
padding-bottom:15px;
font-size: 13px;
}

.aquote{
background-image:url('/images/element.gif');
background-repeat:repeat-y;
background-position:top left;
width:250px;
float:left;
background-color:#f2f2f7;
padding:10px;
border:solid 1px #aaaaaf;
margin-right:10px;
margin-bottom:10px;
}

.news{
background-image:url('/images/element.gif');
background-repeat:repeat-y;
background-position:top left;
background-color:#f2f2f7;
padding:10px;

border:solid 1px #aaaaaf;
}

#lowerbar{
}

.actions{
list-style-type:none;
margin:0px;
padding:3px;
text-align:right;
border-top:solid 1px #ddd;
margin-top:3px;
}

.article{
padding:8px;
}
/*------------- 
PRODUCTS PAGE
-------------*/
.front-title
{
	width:957px;
	height:31px;
	margin:10px 0px 5px 0px;
	background:url(/images/product/title.png);
	background-repeat:no-repeat;
}
.partners-title
{
	width:957px;
	height:31px;
	margin:10px 0px 5px 0px;
	background:url(/images/partners.png);
	background-repeat:no-repeat;
}
.front-info
{
	width:957px;
	color:#def;
	margin:5px 0px 20px 0px;
}
.product-block
{
	background:url(/images/product/block.png);
	background-repeat:no-repeat;
	width:957px;
	height: 236px;
	position:relative;
	margin-bottom:2px;
}
.product-block-odd
{
	background:url(/images/product/block-odd.png);
	background-repeat:no-repeat;
	width:957px;
	height: 236px;
	position:relative;
	margin-bottom:2px;
}

a .product-title
{
	position:absolute;
	left:295px;
	width:600px;
	top:25px;
	font:normal 20px/20px Tahoma, Helvetica, sans-sarif;
	color:#09c;
}
a .product-title:hover
{
	color:#f00;
}
.product-info
{
	position:absolute;
	left:310px;
	width:615px;
	top:55px;
	font:normal 12px/20px Tahoma, Helvetica, sans-sarif;
	color:#888;
}

.product-info ul
{
	list-style-type:square;
	margin:0px;
	padding:0px;
}
.product-info ul li
{
	padding:5px 0px 5px 0px;
}
.product-block a img.plink
{
	position:absolute;
	top:-5px;
	left:20px;
	border:none;
	outline:none;
}

.product-pic img
{
	position:absolute;
	top:40px;
	left:30px;
	width:220px;
	padding:3px;
	background:#fff;
	border:solid 1px #9df;
}
.product-pic img:hover
{
	border:solid 1px #f00;
}
a.more
{
	position:absolute;
	bottom:10px;
	right:10px;
}
/*------------- 
COMING SOON BLOCK
-------------*/
.coming-soon-block
{
	background:url(/images/product/block-coming-soon.png);
	background-repeat:no-repeat;
	width:957px;
	height: 236px;
	position:relative;
	margin-bottom:2px;
}
.beta-block
{
	background:url(/images/product/block-beta.png);
	background-repeat:no-repeat;
	width:957px;
	height: 236px;
	position:relative;
	margin-bottom:2px;
}
.coming-soon-block a .product-title
{
	color:#999;
}
.coming-soon-block .product-info
{
	color:#aaa;
}
.coming-soon-block a img.plink
{
	position:absolute;
	top:-5px;
	left:20px;
	border:none;
	outline:none;
}
.coming-soon-block .product-pic img
{
	position:absolute;
	top:40px;
	left:30px;
	width:220px;
	padding:3px;
	background:#fff;
	border:solid 1px #ccc;
}
.beta-block .product-pic img:hover
{
	border:solid 1px #f00;
}
.beta-block .product-info
{
	color:#aaa;
}
.beta-block a img.plink
{
	position:absolute;
	top:-5px;
	left:20px;
	border:none;
	outline:none;
}
.beta-block .product-pic img
{
	position:absolute;
	top:40px;
	left:30px;
	width:220px;
	padding:3px;
	background:#fff;
	border:solid 1px #ccc;
}
/*------------- 
ABOUT US PAGE
-------------*/
.about-us
{
	background-image:url(/images/about-us.png);
	padding-top:40px;
	background-position:top left;
	background-repeat:no-repeat;
	width:957px;
	color:#def;
	margin:10px 0px -2px 0px;
	font:normal 12px/18px Tahoma, Helvetica, sans-sarif;
}
.about-us p
{
	padding:10px 0 10px 0;
}
.about-us p a
{
	text-decoration:underline;
	color:#fff;
}

.block
{
	background:url(/images/product/block.png);
	background-repeat:no-repeat;
	width:957px;
	height: 236px;
	position:relative;
	color:#888;
}
.block-cont
{
	position:absolute;
	width:917px;
	left:20px;
	top:20px;
}
.short-block
{
	background:url(/images/product/short-block.png);
	background-repeat:no-repeat;
	width:957px;
	height: 104px;
	position:relative;
	color:#888;
	margin-bottom:-3px;
}
.short-blurb
{
	position:absolute;
	left:150px;
	top:10px;
	width:650px;
}
.short-blurb-apache
{
	position:absolute;
	left:275px;
	top:10px;
	width:650px;
}
.short-block-cont
{
	position:absolute;
	width:917px;
	left:20px;
	top:20px;
	float:left;
}
.short-block-cont img
{
	float:left;
}
.block p
{
	font:normal 11px/17px Tahoma, Helvetica, sans-sarif;
	width:95%;
	padding:0 0 10px 0;
}
.about-us .block a
{
	color:#9ac;
}
.technology
{
	background-image:url(/images/technology.png);
	padding-top:40px;
	background-position:top left;
	background-repeat:no-repeat;
	width:957px;
	color:#def;
	margin:10px 0px -2px 0px;
	font:normal 12px/18px Tahoma, Helvetica, sans-sarif;
}
.contact-us
{
	background-image:url(/images/contact-us.png);
	padding-top:40px;
	background-position:top left;
	background-repeat:no-repeat;
	width:957px;
	color:#def;
	margin:10px 0px -2px 0px;
	font:normal 12px/18px Tahoma, Helvetica, sans-sarif;
}
.cblock
{
	margin:10px;
	position:relative;
	left:25px;
	z-index:1;
}
.left
{
	margin:0;
	padding:0;
	float:left;
	text-align:right;
	width:150px;
	top:0px;
	font-weight:bold;
	color:#aaa;
}
.right
{
	margin:0 0 10px 10px;
	padding:0;
	width:200px;
	float:left;
}
.stretch-block
{
	width:957px;
	position:relative;
	float:left;
	color:#888;
	font:normal 12px/20px Tahoma, Helvetica, sans-sarif;
}
.stretch-block p
{
	width:917px;
	margin:0 20px 0 20px;
	float:left;
	position:relative;
	z-index:1;
	
}
.stretch-block p a
{
	width:917px;
	color:#09c;
}

.stretch-block .mid
{
	background:url(/images/product/block-taller.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:957px;
	width:100%;	
	float:left;
	height:283px;
	margin-bottom:5px;
	background-repeat:no-repeat;
}
