/* CSS Document */

html {
	height:100%;
}


body {
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0px;
	background-image: url(../images/body-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


#container {
	position: relative;
}

#main-container {
	background-color: #FFF;
	width: 700px;
	margin: 0 auto;
	padding: 0;
        height: 500px;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 0;
 	border-left: solid #333333 1px;
	border-right: solid #333333 1px;
}


#header {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 129px;
	padding: 0;
	margin: 0;
}

#header #home-link span {
	display: none;
}

#home-link {
	float: left;
	width: 330px;
	height: 45px;
	display: block;
	position: relative;
	top: 10px;
	left: 10px;
}

#homepage-main {
	height: 100%;
	margin: 0;
	padding: 0;
}

#home-content {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
}

#homepage-top {
	width: 700px;
	/*position: relative;*/
	background-image: url(../images/flash-area2.jpg);
	background-repeat: no-repeat;
        display: block;
       height: 350px;
}


#homepage-top-copy {
	font-size: 12px;
	line-height: 15px;
	/*position: relative;*/
	top: 17px;
	right: 20px;
	float: right;
	width: 325px;
	height: 200px;
        display: block;
}

#homepage-top-copy .header {
	font-weight: bold;
}

#homepage-top-copy a {
	color: #084b80;
	text-decoration: none;
}

#homepage-top-copy a:hover {
	color: #083350;
	text-decoration: underline;
}


#homepage-bottom {
	top: 187px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	position:absolute;
	height: 675 px;
        width: 100%;
}


#orange-content {
	float: right;
	width: 363px;
	min-height: 125px;
	background-image: url(../images/hp-orange-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFAB00;
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
	height: 225px;
}

#orange-content .header {
	background-color: #4D4D4D;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 6px;
}


#orange-content .text {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	padding: 4px;
	margin: 4px;
	display: block;
}


#green-content .img {
	padding: 5px;
}

#green-content {
	float: left;
	width: 329px;
	background-image: url(../images/hp-green-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #C2D845;
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
	height: 225px;
}


#green-content .header {
	background-color: #4D4D4D;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 6px;
}


#green-content .text {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	padding: 15px;
	margin: 5px;
	display: block;
	padding-top: 20px;
}


#request-demo	{
  display: block;
  position: relative;
  left: 50px;
  padding-left: 50px;
  width: 132px;
  height: 16px;
  background: url(../images/demo-request-button.jpg) no-repeat 0 0;
}

#request-demo:hover {
  background-position: 0 -15px;
}

#request-demo span  {
  display: none;
}


#ditto_item { padding-bottom: 10px; width: 300px; position: relative; left: 10px; top: 10px; }

#ditto_item .ditto_description { font-size: 11px; font-weight: bold; text-decoration: none; padding-bottom: 5px; margin: 0; padding-top: 5px;}

#ditto_item .ditto_description a { color: #000; text-decoration: none;}

#ditto_item .ditto_description a:hover { color: #000; text-decoration: none;}

#ditto_item .ditto_title { font-size: 11px; line-height: 18px; padding-bottom: 15px; margin-top: 0; text-align: left; }

#ditto_item .ditto_title a { color: #084b80; text-decoration: none; }

#ditto_item .ditto_title a:hover { color: #0574A6; text-decoration: underline; }



#footer-bottom span {
	display: none;
}




