html {
	overflow: scroll;
}

body {

	padding: 0;
	margin: 0;

	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;

	text-align: center;
	vertical-align: top;
	background: url('http://www.vimov.com/images/10/top-bg.jpg') repeat-x top #414141;
	line-height: 18px;

	color: #333333;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {

	font-size: 18px;
}

h3 {

	font-size: 14px;
}

p.grey {

	color: #666666;
}

.horizontal-separator {

	width: 100%;
	height: 16px;
	
	background: url("/images/10/horizontal-separator.png");
}

/*
 * Forms
 */

.textbox {
	padding: 4px;
}

textarea {
	padding: 3px;
}

input, textarea {

	border: 1px solid #BBBBBB;

	color: #333333;
	background: #FFFFFF;
}

.image_submit {

	cursor: pointer;
}

/*
 * Contact form
 */

#contact .textbox {
	width: 200px;
	margin-bottom: 0.5em;
}

#contact .textarea {
	width: 470px;
	height: 14em;
}

#contact .h6 {

	height: 1.5em;
}

/*
 * Jobs questionnaire
 */

#questionnaire form label {

	width: 80%;
	height: 1.4em;

	display: block;

	margin-top: 1em;
	margin-bottom: 0.25em;
}

#questionnaire form p {

	font-weight: normal;

	margin-top: 1em;
	margin-bottom: 1em;
}

#questionnaire form .textbox {

	width: 330px;
	height: 1.4em;

	display: block;

	padding: 0.25em;

	vertical-align: middle;

}

#questionnaire form .choices {

}

#questionnaire form .checkbox {

	border: 0 solid;

	margin-top: 0.10em;
	margin-bottom: 0.10em;
}

#questionnaire form .textarea {

	width: 80%;
	height: 6em;

	padding: 0.25em;
}

#questionnaire form .optional_question {
	color: #999999;
}

/*
 * Form submit messages
 */

.error_message {

	background: #CC0000;
	color: #FFFFFF;

	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
}

.success_message {

	background: #7AB024;
	color: #FFFFFF;

	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
}

/*
 * Lists
 */

.list1 {

	margin: 0;
	padding: 0;

	list-style: none;
}

.list1 li {

	line-height: 14px;

	background: url('http://www.vimov.com/images/10/tick.gif') no-repeat left top;
	padding-left: 23px;
	padding-bottom: 9px;
}

/*
 * Links
 */

a {
	color: #44A30F;
	text-decoration: underline;
}

a:hover {

	text-decoration: none;
}

a, a:active, img {

	outline: 0px;
	border: 0px none;
}

: focus {

	-moz-outline-style: none;
}

/*
 * Footer
 */

#footer {

	background-color: #414141;
	color: #707070;

	text-align: left;
}

#footer a {

	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {

	text-decoration: none;
}

/*
 * Menus
 */

.rightside_menu, .rightside_submenu {
	list-style-type: none;
	font-weight: bold;
}

.rightside_submenu {
	margin-left: 0;
}

.rightside_menu li a, .rightside_menu li ul li a {
	text-decoration: none;
}
.rightside_menu li a:hover, .rightside_menu li ul li a:hover {
	text-decoration: underline;
}

.menu_categoryname{
	color: #BBBBBB;
	margin-top: 0.5em;
}

.rightside_menu .menu_selected {
}

#postformsub, .vimov_button {
	background-color: transparent;
	background-image: url(http://www.vimov.com/images/10/button.gif);
	border: medium none;
	color: #6CA218;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 33px;
	width: 81px;
	cursor: pointer;
}

.ticklist {
	list-style-type: circle;
	margin-left: 20px;
	margin-bottom: 1em;
}

.download_list {
	width: 100%;
}

.download_list tr {
	background-color: #EEEEEE;
	
}

.download_list td {
	padding: 5px 5px;
}

.download_list .name {
	text-align: center;
	font-weight: bold;
	color: #6F6F6F;
}

.download_list .button form {
	text-align: center;
}

.download_list .version {
	text-align: center;
	font-weight: normal;
	color: #AFAFAF;
}

.download_list td {
	width: 25%;
}

/*
.download_list .version,
.download_list .button {
	font-weight: normal;
	text-transform: none;
	text-align: center;
	width: 250px;
}
*/
.isim-feature-content{
	margin-top:2px;
	padding-left:20px;
}

/*
 * Lists
 */

div.itemizedlist ul, div.itemizedlist ol {

	margin-top: 1em;
	margin-bottom: 1em;
	padding-left:48px;
}

/*
 *
 */
 
pre {

	background-color: #F5F5F5;
	border: 1px dashed #AAAAAA;
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
}