* { 
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
	font-size: 12px;
	}
body {
	margin: 0; padding: 0;
	background: #ededed url(/ui/public/image/layout/body-bg.gif) repeat-x top left;
	}
	
:focus{
	-moz-outline-style: none;
	}

label { 
	cursor: pointer;
	}

img {
	border: none;
	}

.italic {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
	}
	
#header {
	float: left;
	margin: 0; padding: 0;
	width: 960px; height: 181px;
	position: relative;
	}
	
#header .left {
	float: left;
	width: 480px; height: 119px;
	}
	
#header .left h1#logo{
	margin: 35px 0 0 0; padding: 0;
	width: 282px;
	height: 49px;
	background: url(/ui/public/image/layout/mavieo-logo.gif) no-repeat top left;
	text-indent: -999em;
	}
	
#header .left h1#logo a{
	display: block;
	width: 282px;
	height: 49px;
	}
	
#header .right {
	float: left;
	width: 480px;
	text-align: left;
	height: 119px;
	}
	
#header .right h2#tag {
	margin: 57px 0 0 0; padding: 0;
	background: url(/ui/public/image/layout/content-management.gif) no-repeat top right;
	text-indent: -999em; 
	display: block;
	}
	
/* --Navigation-- */
	
#navigate {
	clear: both;
	float: left;
	margin: 0; padding: 0;
	width: 960px; height: 62px;
	position: absolute;
	left: 0; top: 119px;
	background: #cccccc url(/ui/public/image/layout/navigate-bg.gif) no-repeat top left;
	}
	
#navigate  ul {
	margin: 0; padding: 0;
	list-style: none;
	}	
	
#navigate  ul li {
	margin: 0; padding: 0;
	float: left;
	display: inline;
	}
	
#navigate  li a {
	margin: 0; padding: 0;
	text-indent: -999em;
	display: block;
	height: 62px;
	text-decoration: none;
	}

#home a, #home a:link, #home a:visited {
	background: url(/ui/public/image/layout/navigate/home.gif) 0 50% no-repeat;
	width: 95px;
	}

#home a:hover  {
	background-position: -95px;
	}

#home a.active {
	background: url(/ui/public/image/layout/navigate/home.gif) 0 50% no-repeat;
	background-position: -95px;
	width: 95px;
	}

#solutions a, #solutions a:link, #solutions a:visited {
	background: url(/ui/public/image/layout/navigate/solutions.gif) 0 50% no-repeat;
	width: 129px;
	}

#solutions a:hover  {
	background-position: -129px;
	}

#solutions a.active {
	background: url(/ui/public/image/layout/navigate/solutions.gif) 0 50% no-repeat;
	background-position: -129px;
	width: 129px;
	}

#about a, #about a:link, #about a:visited {
	background: url(/ui/public/image/layout/navigate/about-mavieo.gif) 0 50% no-repeat;
	width: 156px;
	}

#about a:hover  {
	background-position: -156px;
	}

#about a.active {
	background: url(/ui/public/image/layout/navigate/about-mavieo.gif) 0 50% no-repeat;
	background-position: -156px;
	width: 156px;
	}

#contact a, #contact a:link, #contact a:visited {
	background: url(/ui/public/image/layout/navigate/contact.gif) 0 50% no-repeat;
	width: 119px;
	}

#contact a:hover  {
	background-position: -119px;
	}

#contact a.active {
	background: url(/ui/public/image/layout/navigate/contact.gif) 0 50% no-repeat;
	background-position: -119px;
	width: 119px;
	}

#video-tutorials a {
	background: url(/ui/public/image/layout/navigate/video-tutorials.gif) 0 50% no-repeat;
	width: 171px;
	}

#video-tutorials a:hover  {
	background-position: -171px;
	}

#video-tutorials a.active {
	background: url(/ui/public/image/layout/navigate/video-tutorials.gif) 0 50% no-repeat;
	background-position: -171px;
	width: 171px;
	}

/* -- Navigation-- */

/* --Search -- */

#search {
	margin: 20px 0 0 79px;
	float: left;
	height: 42px;
	line-height: 42px;
	}

#search form {
	margin: 0; padding: 0;
	width: 210px;
	float: left;
	}

#search form .input {
	margin: 0; padding: 3px 0 0 5px; /*for firefox, padding: 5px 0; */
	width: 165px; height: 23px;
	line-height: 23px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border: none;
	float: left;
	color: #8f8f8f;
	background: url(/ui/public/image/layout/search-bg.gif) no-repeat top left;
	}

#search #search-button {
	margin: 0; padding: 0;
	width: 24px; height: 24px;
	border: 0;
	float: left;
	}

/* --Search -- */
	
#main {
	float: left;
	margin: 5px 0 0 0;
	width: 960px;
	}
	
#main .left {
	float: left;
	margin: 0; padding: 29px 0 0 35px;;
	width: 223px; height: 193px;
	background: url(/ui/public/image/layout/main-left-bg.jpg) no-repeat top left;
	}
	
#main .left p {
	margin: 0; padding: 5px 0 10px 0;
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
	color: #686868;
	line-height: 18px;
	width: 190px;
	}
	
#main .left p span {
	background-color: #76be3d;
	color: #ffffff;
	padding: 2px;
	}		
	

#main .right {
	float: left;
	margin: 0 0 0 5px; padding: 0;
	}
	
#content-wrapper {
	margin: 5px 0 0 0;
	width: 960px;
	float: left;
	}
	
#content-wrapper .top {
	width: 960px; height: 4px;
	background: url(/ui/public/image/layout/home-content-top.gif) no-repeat top left;
	font-size: 0px;
	}
	
#content-wrapper .center {
	float: left;
	width: 960px;
	background: url(/ui/public/image/layout/home-content-center.gif) repeat-y top left;
	}
	
#content-wrapper .module {
	float: left;
	width: 320px;
	}
	
#content-wrapper .center .module .test-drive {
	width: 295px; height: 182px;
	padding: 30px 0 0 25px;
	background: url(/ui/public/image/layout/home-test-drive-bg.gif) no-repeat top center;
	}
	
#content-wrapper .center .module .test-drive .content, 
#content-wrapper .center .module .easily-maintain .content,
#content-wrapper .center .module .screenshot .content {
	width: 270px;
	}
	
#content-wrapper .center .module .test-drive div.content .start-demo {
	margin: 0; padding: 30px 0 0 0;
	background: url(/ui/public/image/layout/home-left/start-demo-bg.gif) no-repeat top left;
	width: 270px;
	text-align: center;
	}
	
#content-wrapper .center .module .test-drive p {
	margin: 0; padding: 5px 0 10px 0;
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
	color: #686868;
	line-height: 18px;
	}

#content-wrapper .center .module .easily-maintain {
	width: 295px; height: 182px;
	padding: 30px 0 0 25px;
	background: url(/ui/public/image/layout/home-easily-maintain-bg.gif) no-repeat top center;
	}
	
#content-wrapper .center .module .easily-maintain .content ul.left,
#content-wrapper .center .module .easily-maintain .content ul.right {
	float: left;
	margin: 0; padding: 0;
	width: 50%;
	list-style: none;
	font: normal 14px Arial, Helvetica, Verdana, sans-serif;
	color: #6a6a6a;
	}
	
#content-wrapper .center .module .easily-maintain .content ul.left li,
#content-wrapper .center .module .easily-maintain .content ul.right li {
	margin: 0; padding: 1px;
	display: block;
	}
	
#content-wrapper .center .module .easily-maintain .content ul.left li a,
#content-wrapper .center .module .easily-maintain .content ul.right li a {
	color: #6a6a6a;
	text-decoration: none;
	background: url(/ui/public/image/layout/home-center/li-bg2.gif);
	}
	
#content-wrapper .center .module .easily-maintain .content ul.left li a:hover,
#content-wrapper .center .module .easily-maintain .content ul.right li a:hover {
	background-color: #eaeaea;
	}
	
	
#content-wrapper .center .module .screenshot {
	width: 295px; height: 182px;
	padding: 30px 0 0 25px;
	background: url(/ui/public/image/layout/home-screenshot-bg.gif) no-repeat top center;
	}
.content fieldset { 
	border: 0;
	}
.content fieldset div { 
	clear: both;
	margin-bottom: 3px;
	}
.content fieldset div label.float { 
	float: left;
	width: 125px !important;
	}
.content fieldset div .long { 
	width: 500px;
	}
#content-wrapper .bottom {
	clear: both;
	width: 960px;
	height: 13px;
	background: url(/ui/public/image/layout/home-content-bottom.gif) no-repeat top left;
	font-size: 0px;
	}
	
#footer {
	clear: both;
	width: 960px;
	float: left;
	margin: 0px;
	padding: 0;
	background: url(/ui/public/image/layout/footer-bg.gif) repeat-x top left;
	text-align: center;
	}
	
#footer ul {
	margin: 20px 0 55px 120px;
	padding: 0;
	list-style: none;
	}
	
#footer ul li {
	float: left;
	padding: 0px 10px;
	}
	
#footer ul li a {
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#credits {
	clear: both;
	width: 960px; height: 50px;
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	color: #888888;
	text-align: right;
	}
	
#credits a {
	text-transform: uppercase;
	color: #888888;
	}
	
/* -- Inner Pages -- */

#page {
	float: left;
	margin: 5px 0 0 0; padding: 0;
	width: 960px;
	}
	
#page .top {
	float: left;
	width: 960px; height: 2px;
	background: url(/ui/public/image/layout/page-top.gif) no-repeat top left;
	font-size: 0px;
	}
	
#page .center {
	float: left;
	width: 960px;
	background: url(/ui/public/image/layout/page-center.gif) repeat-y top left;
	}
	
#page .bottom {
	clear: both;
	float: left;
	width: 960px; height: 12px;
	background: url(/ui/public/image/layout/page-bottom.gif) repeat-y top left;
	font-size: 0px;
	}
	
p.special {
	font: italic 18px Arial, Helvetica, Verdana, sans-serif !important;
	line-height: 24px !important;
	color: #666666 !important;
	}

/* -- Sub Navigate --*/

#page .center .left {
	width: 257px;
	float: left;
	}
	
#page .center .left img {
	margin: 10px;
	text-align: center;
	}
	
#page .center .left ul {
	float: left;
	width: 256px;
	list-style: none;
	background: #f2f3f3 url(/ui/public/image/layout/sub-navigate-bottom.gif) no-repeat bottom left;
	margin: 0 0 10px 1px;
	padding: 5px 0 1px 0;
	}
	
#page .center .left ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#page .center .left ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 12px;
	margin: 0;
	color: #95928d;
	padding: 13px 0 13px 27px;
	display: block;
	background: url(/ui/public/image/layout/sub-nav-li-bg.gif) no-repeat bottom left;
	font-weight: normal;
	text-decoration: none;
	}
	
#page .center .left ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 12px;
	margin: 0;
	color: #95928d;
	padding: 13px 0 13px 27px;
	display: block;
	background: #f9fafa url(/ui/public/image/layout/sub-li-hover.gif) no-repeat 7% 50%;
	font-weight: normal;
	text-decoration: none;
	}
	
#page .center .left ul li a.last {
	background: none;
	}	
	
#page .center  .left ul li a.last:hover {
	background: #f9fafa url(/ui/public/image/layout/sub-li-hover.gif) no-repeat 8% 50%;
	}
	
ul.normal {
	padding: 10px 0 0 25px !important;
	}	

#page .center .left ul li h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #666666;
	padding: 13px 0 13px 16px;
	display: block;
	background: #f9fafa url(/ui/public/image/layout/sub-nav-li-bg.gif) no-repeat bottom left;
	font-weight: bold;
	text-transform: uppercase;
	}
	
/* -- Sub Navigate --*/

#page .center .content {
	float: left;
	margin: 5px 0 25px 7px;
	width: 690px;
	}
	
#page .center .content .banner {
	width: 690px; height: 222px;
	background: url(/ui/public/image/layout/banner-bg.gif) repeat-x bottom left;
	padding: 0 0 10px 0;
	}
	
#page .center .content h1 {
	margin: 10px 0; padding: 0;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #1c0000;
	text-transform: uppercase;
	}
	
#page .center .content p,
#page .center .content ul,
#page .center .content table {
	margin: 0; padding: 0 0 15px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 18px;
	}
	
#page .center .content a {
	text-decoration: none;
	background: url(/ui/public/image/layout/a-bg.gif) repeat-x bottom left;
	color: #333;
	}
	
#page .center .content a:hover {
	text-decoration: none;
	color: #76be3d;
	}
	
	
/* -- Inner Pages -- */

/*Module Teirs */

#solutions-i {
	width: 690px; height: 221px;
	float: left;
	background: url(/ui/public/image/layout/solutions-bg.jpg) no-repeat top right;
	}
	
#solutions-i .box {
	width: 210px;
	float: left;
	margin: 45px 0 0 20px;
	}
	
#solutions-i .box h2 {
	text-indent: -999em;
	}
	
	
#solutions-i .box ul {
	margin: 0; padding: 0;
	list-style: none;
	}
	
#solutions-i .box ul li {
	margin: 0; padding: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #494949;
	line-height: 14px;
	}
	
#solutions-i .box p {
	line-height: 14px !important;
	}

#module-menu {
	float: left;
	width: 690px;
	}
	
#module-menu ul {
	margin: 0; padding: 0;
	list-style: none;
	border-top: #f1f1f1 1px solid;
	}
	
#module-menu ul li {
	border-bottom: #f1f1f1 1px solid;
	padding: 10px 0;
	height: 100%;
	}
	
#module-menu ul li img {
	float: left;
	margin: 0 10px 0 0;
	}
	
/*Module Teirs */

/*Video Tutorials */

#video-tutorial {
	float: left;
	width: 690px;
	}
	
#video-tutorial ul {
	margin: 0; padding: 0;
	list-style: none;
	border-top: #f1f1f1 1px solid;
	}
	
#video-tutorial ul li {
	border-bottom: #f1f1f1 1px solid;
	padding: 10px 0;
	height: 100%;
	}
	
#video-tutorial ul li img {
	float: left;
	margin: 0 10px 0 0;
	}

/*Video Tutorials */

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 10px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 300px; /*Width of Carousel Viewer itself*/
	height: 160px; /*Height should enough to fit largest content's height*/
	}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 140px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}
#searchresults li {
	text-align: justify;
	}
	#searchresults li img {
		padding: 0 4px 2px 4px;
		float: right;
		}
#pagination ul {
	list-style: none;
	}
	#pagination ul li {
		float: left;
		padding: 0 3px 0 3px;
		}
		#pagination ul li.active {
			font-weight: bold;
			}
.form-status {
	text-align: center;
	font-weight: bold !important;
	}
	.form-status.error {
		color: #ff0000 !important;
		}