body
{
	margin: 0;
	font-size: 80%;
	font-family: century gothic, sans serif;
	/*background: url('dgrey027.gif');*/
	color: #222222;
}

p, h1, h2, h3
{
	margin-bottom: .5em;
	margin-top: 0;
}

a
{
	color: black;
	text-decoration: underline;
}
a:hover
{
	color: #ff1000;
}

.bgimg
{
	background: url("background.jpg") center center no-repeat;
}

div.main
{
	width: 100%;
}
div.topbar
{
	width: 100%;
	min-width: 875px;
	height: 20px;
	padding: .5em;
	color: #ffffff;
	background: #ff1000;
	font-weight: bold;
	font-size: 125%;
	display: none;
}
div.topbar a
{
	color: #ffbb00;
	text-decoration: underline;
}

div.logo
{
	width: 100%;
	color: #ffbb00;
	font-size: 150%;
	font-family: century gothic, sans serif;
	padding: 0;
	margin: 0;
	padding-left: 2em;
	padding-top: 16px;
	height: 90px;
	background: url('newimg/header_bg.png') repeat-x;
}
div.logo img
{
	float: left;
}
.headertext
{
	margin-right: 4em;
	margin-top: 2em;
	float: right;
	color: #ffffff;
	font-weight: bold;
}
.headertext .bold
{
	color: #cccccc;
}
.headertext a
{
	color: white;
}
.headertext a:hover
{
	color: #ff6600;
}
.orangeslash
{
	color: #ff6600;
}

div.menu
{
	width: 100%;
	color: black;
	font-size: 150%;
	margin-top: 10px;
}
div.menu ul
{
	padding: 0;
	display: inline;
}
div.menu li
{
	display: inline;
	margin-right: 0px;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
	height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url('newimg/menu_bg.png') repeat-x;
	font-weight: bold;
}
div.menu li a
{
	color: white;
	text-decoration: none;
}
div.menu li a:hover
{
	color: black;
}
div.menu li a.sel
{
	color: black;
	text-decoration: none;
}

div.colholder
{
	margin-right: 1em;
	margin-left: 1em;
	min-width: 875px;
}
div.colright
{
	/*margin-right: 25px;*/
	float: right;
	width: 365px;
}
div.colright_inner
{
	width: 345px;
	padding-left: 20px;
}
div.colright_inner h2
{
	padding-top: 10px;
}
div.colother
{
	margin-right: 365px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;

	border-right: 2px solid #e6e6e6;
}

div.hometop
{
	height: 249px;
	background: url('newimg/home_tl_bg.png') no-repeat center right;
	margin-bottom: 1em;
	font-size: 130%;
	font-family: century gothic, sans serif;
	border-right: 2px solid white;
}
div.hometop img
{
	float:right;
}

div.homedemo
{
	height: 229px;
	padding-top: 20px;
	width: 345px;
	padding-right: 20px;
	text-align: right;
	background: url('newimg/home_tr_bg.png') no-repeat center right;
	margin-bottom: 1em;
}

div.colother_general
{
	margin-right: 250px;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*box tops etc*/
div.coltop
{
	padding-left: 10px;
	background: url("corner_tl.png") center left no-repeat;
	height: 10px;
	width: 100%;
}

div.coltop1
{
	padding-right: 10px;
	background: url("corner_tr.png") center right no-repeat;
	height: 10px;
	width: 100%;
}
div.coltop2
{
	width: 100%;
	background: url("edge_top.png") repeat-x;
	height: 10px;
}
div.colcontent
{
	padding-left: 10px;
	background: url("edge_left.png") center left repeat-y;
	width: 100%;
}
div.colcontent_inner
{
	padding-right: 10px;
	width:100%;
	min-height: 300px;
	padding-right: 10px;
	background: url("edge_right.png") center right repeat-y;
}

div.colother p			/*home page content*/
{
	font-size: 125%;
	margin-bottom: 1em;
}
div.hometop h1
{
	font-size: 140%;
	font-family: century gothic, sans serif;
	padding-top: 15px;
	color: #333333;
}
div.hometop p
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #555555;
}

div.homecontentright
{
	width: 48%;
	margin-left: 52%;
}
div.homecontentleft
{
	width: 48%;
	float: left;
}

div.colbot
{
	padding-left: 10px;
	background: url("corner_bl.png") center left no-repeat;
	height: 10px;
	width: 100%;
}

div.colbot1
{
	padding-right: 10px;
	background: url("corner_br.png") center right no-repeat;
	height: 10px;
	width: 100%;
}
div.colbot2
{
	width: 100%;
	background: url("edge_bottom.png") repeat-x;
	height: 10px;
}

/*lists*/
li
{
	display: block;
	margin-top: 7px;
	list-style-type: none;
	padding-left: 15px;
	background: url('newimg/li-marker.png') 0 3px no-repeat;
}

ul.general li
{
	font-size: 125%;
}

/*blog list*/
.blog_teaser li
{
	font-size: 110%;
	background: none;
	padding-bottom: 6px;
	border-bottom: 1px solid #e6e6e6;
}
.blog_teaser li.soln
{
	font-size: 110%;
	background: url('newimg/li-marker.png') 0 3px no-repeat;
	padding-bottom: 6px;
	border-bottom: 1px solid #e6e6e6;
}

.blog_teaser
{
	margin: 0;
	padding: 0;
}
.blog_teaser a
{
	color: black;
	text-decoration: none;
}
.blog_teaser a:hover
{
	color: #ff1000;
}
.newslink
{
	color: #000000;
}
.newslink:hover
{
	color: #ffbb00;
}
p.news
{
	color: #ff1000;
}
p.bottom
{
	color: #444444;
	font-size: 80%;
	border-top: 1px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 5px;
}
p.bottom a
{
	color: #ff6600;
}
p.bottom a:hover
{
	color: black;
}
p.bottom span
{
	display: block;
	float: right;
	margin-right: 10px;
}

/*solutions and products boxes*/
div.solnholder
{
	width: 600px;
	margin: 0 auto;
}

div.solnleft
{
	margin-left: 0;
	width: 284px;
	/*margin-right: 316px;*/
	background: url('newimg/orange_tall.png') repeat-x;
	height: 610px;
	color: white;
	margin-bottom: 20px;
	padding: 2px;
}
div.solnrightcol
{
	width: 284px;
	float: right;
}
div.solnright
{
	width: 280px;
	background: url('newimg/orange_med.png') repeat-x;
	color: white;
	height: 196px;
	margin-bottom: 5px;
	float: right;
	padding: 2px;
}