@charset "UTF-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #EBEBEB;
}
#logoBar {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background:#fff url(/images/mainbg.jpg) repeat-y;
}
#logoBar #content2 {
	color: #333;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	letter-spacing: 0px;
}
#navBar {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background:#fff url(/images/mainbg.jpg) repeat-y;
	padding-right: 9px;
	padding-left: 9px;
}
#homePageSlider {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background:#fff url(/images/mainbg.jpg) repeat-y;
	padding-right: 9px;
	padding-left: 9px;
	height: 200px;
}
#mainContent {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background:#fff url(/images/mainbg.jpg) repeat-y;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 10px;
}
#bottomBar {
	background-color: #333;
}
#bottomBar #content3 {
	width: 980px;
	color: #CCC;
	margin-right: auto;
	margin-left: auto;
}
#bottomBar #content3 p {
	text-align:center;
	color:#999;
	padding:5px;
	margin:0px;
}
#bottomContent {
	margin: 0px auto;
	padding: 0px;
	width: 982px;
}
#bottomContent #content4 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#box1 {
	padding: 10px;
	width: 305px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	float: left;
}
#box2 {
	padding: 10px;
	width: 305px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	float: left;
	background-image: url(../images/SolusVM-logo.png);
	background-repeat: no-repeat;
	background-position: 250px 125px;
}
#box3 {
	padding: 10px;
	width: 305px;
	margin: 0px;
	float: left;
	width: 305px;
}
.form-login {
	background-color:#999;
	border:1px solid #666;
	color:#FFF;
	font-size:10px;
	padding:10px 4px 6px 3px;
	width:205px;
}
#submit1 {
	background-image:url("/images/login.png");
	background-repeat:no-repeat;
	border-style:none;
	height:42px;
	text-indent:-10000em;
	width:103px;
}
/*Home Page Slider CSS*/
* {
	outline: none;
}
img {
	border: 0;
}
.main_view {
	float: left;
	position: relative;
}
.window {
	height:200px;
	width: 982px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
.paging {
	position: absolute;
	bottom: -30px;
	right: -7px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(/images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
}
.tableHeader {
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
}

