﻿body
{
	background: url(images/bg.gif);
	font: 76% arial,sans-serif;
	text-align: center;
}

p
{
	margin: 0 10px 10px;
}

a
{
	display: block;
}

.spacer
{
	line-height: 0;
	font-size: 0;
	clear: both;
}

div#container
{
	text-align: left;
	width: 778px;
	margin: 0 auto;
}

div#content p
{
	line-height: 1.4;
	text-align: justify;
	margin: 0 20px 10px 0;
}

/*------------------------------------------ content ---------------------------------------*/

div#content
{
	width: 500px;
	/* float: right; */
	color: #000000;
	background: url(images/box_big.gif) no-repeat 0 0 #FFFFFF;
	padding: 410px 0 0 0;
}

#content h2
{
	font: normal 36px/38px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	background-color: #FFFFFF;
	margin: 0 0 8px 0;
}

#content h2 span
{
	font: normal 36px/38px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #0475AD;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

#content p
{
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #595858;
	background-color: #FFFFFF;
}

#content strong
{
	font-weight: bold;
}

#content ul
{
	list-style-type: decimal;
}

#content ul li
{
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #595858;
	background-color: #FFFFFF;
	margin: 10px 20px 10px 0;
	text-align: justify;
}

#content .label
{
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #595858;
	background-color: #FFFFFF;
}

#content .textbox
{
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

#content .button
{
	background: url(images/read_more_bg.gif) no-repeat 0 0 #FFFFFF;
	background-position: center;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 97px;
}

#content .buynow
{
	background: url(images/buynow.gif) no-repeat 0 0 #FFFFFF;
	background-position: center;
	width: 94px;
	height: 27px;
	cursor:pointer;
}

#content a.readmore
{
	background: url(images/read_more_bg.gif) no-repeat 0 0 #FFFFFF;
	background-position: center;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #FBFBFB;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 10px 20px 0;
	width: 97px;
	float: right;
}

#content div.launch
{
	background: url(images/launch_pic.gif) no-repeat 0 0 #FFFFFF;
	color: #000000;
	width: 132px;
	height: 15px;
	margin: 0 10px 0 0;
	padding: 70px 0 0 85px;
	float: left;
}

#content div.launch a
{
	background: url(images/view_launch.gif) no-repeat center center #0088CE;
	font: bold 11px/14px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 72px;
	float: left;
	text-decoration: none;
}

#content div.solutions
{
	background: url(images/solution_pic.gif) no-repeat 0 0 #FFFFFF;
	color: #000000;
	width: 132px;
	height: 15px;
	margin: 0;
	padding: 70px 0 0 85px;
	float: left;
}

#content div.solutions a
{
	background: url(images/view_solution.gif) no-repeat center center #F37200;
	font: bold 11px/14px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 72px;
	text-decoration: none;
	float: left;
}

#content #download #inner
{
	height: 240px;
	width: 270px;
	float: left;	
}

#content #download #inner table
{
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #595858;
	border: 1px solid #DBDBDB;
	margin: 10px 0;
}

#content #download #inner table th
{
	background:url(images/options_bg.png) repeat-x #efefef; 
	padding: 4px 10px 4px 4px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #dbdbdb;
	border-top: none;
	border-bottom: none;
	border-left: none;
	width: 100px;
}

#content #download #inner table td
{
	width: 112px;
	text-align: center;
}

#content #download #inner table td a
{
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content #box
{
	background: url(images/box_small.gif) no-repeat 0 0 #FFFFFF;
	height: 280px;
	width: 226px;
	float: right;
}

#content .windows
{
	margin-left: 10px;
}

#content h2.dates
{
	background: url(images/page.gif) no-repeat 0 0 #FFFFFF;
	font: normal 24px/30px Arial, Helvetica, sans-serif;
	color: #0475AD;
	width: 245px;
	height: 54px;
	padding: 7px 0 0 74px;
	margin: 30px 0 20px 0;
	float: left;
}

#content h2.dates span
{
	background: url(images/date_bg.gif) no-repeat 0 0 #FFFFFF;
	font: bold 12px/17px Arial, Helvetica, sans-serif;
	color: #282828;
	width: 169px;
	height: 17px;
	padding: 0 0 0 11px;
	float: left;
}

/*------------------------------------------ navi ---------------------------------------*/

div#navi
{
	width: 278px;
	background: url(images/left_bg.gif) no-repeat 0 0 #FFFFFF;
	color: #000000;
	/*float: left;*/
	padding: 42px 0 0 0;
}

#navi ul
{
	margin: 0;
	padding: 84px 0 40px 40px;
	list-style: none;
}

#navi ul li
{
	margin: 0;
	padding: 0;
	height: 53px;
}

#navi ul li a
{
	font: normal 18px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #0475AD;
	text-decoration: none;
	width: 104px;
	height: 46px;
	display: block;
	padding: 7px 0 0 77px;
	margin: 0;
}

#navi ul li a:hover
{
	color: #0475AD;
}

#navi ul li a:hover span
{
	background-color: #F2F2F2;
	color: #515050;
}

#navi ul li a span
{
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #515050;
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 4px 0 0 0;
}

#navi ul li a.home
{
	background: url(images/home.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.home:hover
{
	background: url(images/home_on.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.about
{
	background: url(images/about_us.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.about:hover
{
	background: url(images/about_us_on.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.graph
{
	background: url(images/graph.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.graph:hover
{
	background: url(images/graph_on.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.planning
{
	background: url(images/planning.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.planning:hover
{
	background: url(images/planning_on.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.services
{
	background: url(images/services.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.services:hover
{
	background: url(images/services_on.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.projects
{
	background: url(images/projects.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.projects:hover
{
	background: url(images/projects_on.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.contact
{
	background: url(images/contact.gif) no-repeat 0 0 #FFFFFF;
}

#navi ul li a.contact:hover
{
	background: url(images/contact_on.gif) no-repeat 0 0 #FFFFFF;
}

/*------------------------------------------ extra ---------------------------------------*/

div#extra
{
	background-color: #FFFFFF;
	width: 278px;
}

#footer div#reasons
{
	width: 217px;
	margin-left: 13px;
	margin-top: 20px;
}

div#reasons #top
{
	background: url(images/reasons_top.gif) no-repeat;
	width: 220px;
	height: 50px;
	margin-left: 20px;
	clear: both;
}

div#reasons #top p
{
	font: normal 18px/18px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 60px;
}

div#reasons #middle
{
	background: url(images/reasons_bg.gif) repeat-y;
	width: 217px;
	margin-left: 20px;
	padding: 5px;
	padding-left: 5px;
	height: 100%;
	clear: both;
}

div#reasons #middle ul
{
	list-style-type: decimal;
}

div#reasons #middle ul li
{
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #595858;
	margin: 10px 20px 10px 0;
	text-align: justify;
}

div#reasons #middle ul li strong
{
	color: #0475AD;
}

div#reasons #middle a.screens
{
	/*background: url(images/reasons_bg.gif) repeat-y 0 0;*/
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #F37200;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	/*padding-left: 5px;*/
	padding-right: 5px;
	/*width: 350px;*/
	/*float: right;*/
	background-color:White;
	display:inline;
}

div#reasons #bottom
{
	width: 217px;
	height: 23px;
	margin-left: 20px;
	background: url(images/reasons_btm.gif) no-repeat;
	clear: both;
}

/*------------------------------------------ footer ---------------------------------------*/

div#footer
{
	background: url(images/footer_bg.gif) no-repeat 0 0 #EBEBEB;
	border-top: #D9D9D9 solid 2px;
	clear: both;
	width: 100%;
	height: 115px;
}

#footer div#ftlogo
{
	padding-top: 17px;
	float: left;
}

#footer div#copyright
{
	float: right;
}

#footer p
{
	font: normal 11px/28px Verdana, Arial, Helvetica, sans-serif;
	color: #AF5200;
	background-color: #EBEBEB;
}

#footer img
{
	padding-left: 51px;
}
