@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html,
body {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background:#fff url(../images/bg.jpg) repeat-x;
}

/* /////// LAYOUT /////// */

.wrapper {
	width:980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding:0;
	margin: 0 auto -35px auto;
}

/* /////// STYLES /////// */

h1 {
	font-size:18px;
	color:#6d0000;
	font-weight:bold;
	margin:10px 0 10px 0;
	clear:both;
}

h2 {
	font-size:14px;
	color:#666;
	font-weight:bold;
	margin:10px 0 10px 0;
}

h3 {
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:3px 0 3px 0;
}

h4 {
	font-size:18px;
	color:#6d0000;
	font-weight:bold;
	margin:10px 0 0 0;
	clear:both;
}

h5 {
	font-size:14px;
	color:#666;
	font-weight:bold;
	margin:25px 0 0 0;
}

hr {
	margin:10px 0 10px 0;
}

a {
	color:#ff0000;
	text-decoration:underline;
}

a:focus {
    outline:none;
}

a:hover {
	color:#666;
	text-decoration:none;
}

img {
	border:none;
}

p {
	margin:10px 0 10px 0;
}

ul,
ol {
	margin:10px 0 0 15px;
}

li {
	margin:3px 0 0 10px;
}

ul.large {
	font-weight:bold;
	font-size:14px;
}

label,
textarea,
select {
	margin:5px 0 0 3px;
}

input {
	margin:5px 5px 0 15px;
}

.packages {
	font-weight:bold;
	margin:10px 0 0 20px;
	padding:0 0 20px 0;
	font-size:12px;
}

.packages a {
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

p.indent {
	margin:5px 0 10px 0;
	padding:0 0 0 15px;
	font-weight:normal;
}

.number {
	width:399px;
	text-align:center;
	font-size:24px;
	color:#900;
	font-weight:bold;
	margin:10px 0 20px 0;
	float:left;
}

.bottom_column ul li {
	font-size:12px;
	font-weight:bold;
	padding:5px 0 5px 0;
	margin:0 0 0 40px;
}

/* /////// BANNER /////// */

.page {
	background:url(../images/bg_banner.jpg) no-repeat;
	width:980px;
	height:100%;
	overflow:hidden;
}

.logo a {
	background:url(../images/logo.jpg) 0 0;
	float:left;
	width:353px;
	height:157px;
	margin:0 0 0 0;
	text-indent:-2000em;
}

.logo a:hover {
	background:url(../images/logo.jpg) 0 -157px;
}

.quote_btn a {
	background:url(../images/btn_quote.jpg) 0 0;
	float:left;
	width:303px;
	height:111px;
	margin:1px 0 0 50px;
	text-indent:-2000em;
}

.quote_btn a:hover {
	background:url(../images/btn_quote.jpg) 0 -111px;
}

.menu {
	height:29px;
	float:left;
	width:568px;                                                     /* Adjust this to make the menu background stretch to the right when adding buttons. add the button's width and 14 for padding */
	margin:0 0 0 20px;
	background:url(../images/bg_menu.jpg) repeat-x;
	padding:8px 0 0 0;
}

.menu img {
	margin:-8px 0 0 0;
}

.menu a {
	font-weight:bold;
	font-size:12px;
	color:#000;
	text-decoration:none;
	vertical-align:top;
	padding:0 20px 0 20px;
}

.menu a:hover {
	color:#900;
}
	

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.home_btn a,
.service_btn a,
.about_btn a,
.contact_btn a,
.news_btn a,
.vlog_btn a,
.syscomp_btn a {
	height:18px;
	float:left;
	margin:7px 7px 0 7px;
	text-indent:-2000em;
}

.home_btn a {
	background:url(../images/btn_home.jpg) 0 0;
	width:82px;
}

.home_btn a:hover {
	background:url(../images/btn_home.jpg) 0 -18px;
}

.service_btn a {
	background:url(../images/btn_services.jpg) 0 0;
	width:82px;
}

.service_btn a:hover {
	background:url(../images/btn_services.jpg) 0 -18px;
}


.about_btn a {
	background:url(../images/btn_about.jpg) 0 0;
	width:85px;
}

.about_btn a:hover {
	background:url(../images/btn_about.jpg) 0 -18px;
}

.contact_btn a {
	background:url(../images/btn_contact.jpg) 0 0;
	width:100px;
}

.contact_btn a:hover {
	background:url(../images/btn_contact.jpg) 0 -18px;
}

.news_btn a {
	background:url(../images/btn_news.jpg) 0 0;
	width:60px;
}

.news_btn a:hover {
	background:url(../images/btn_news.jpg) 0 -18px;
}

.vlog_btn a {
	background:url(../images/btn_vlog.jpg) 0 0;
	width:60px;
}

.vlog_btn a:hover {
	background:url(../images/btn_vlog.jpg) 0 -18px;
}

.syscomp_btn a {
	background:url(../images/btn_syscomp.jpg) 0 0;
	width:153px;
}

.syscomp_btn a:hover {
	background:url(../images/btn_syscomp.jpg) 0 -18px;
}

/* /////// COLUMNS ////// */

.column_1 {
	width:399px;
	float:left;
	margin:0 0 0 20px;
	clear:both;
}

.column_single {
	width:831px;
	padding:25px 0 0 80px;
	clear:both;
}

.column_single-txt {
	width:531px;
	padding:25px 150px 50px 150px;
	text-align:center;
	color:#6f0400;
}

.column_2_video,
.column_2_flash {
	width:450px;
	float:left;
	margin:0 0 0 35px;
	padding:21px 28px 0 28px;
	background-position:top;
}

.column_2_video {
	background:url(../images/bg_banner_col2_video.jpg) no-repeat;
}

.column_2_flash {
	background:url(../images/bg_banner_col2_flash.jpg) no-repeat;
}

.column_2 {
	width:458px;
	height:100%;
	float:left;
	margin:0 0 0 35px;
	padding:0 24px 0 24px;
}

.bottom_column {
	width:600px;
	height:100%;
	float:left;
	margin:20px 45px 0 200px;
}


/* /////// SERVICE BUTTONS ////// */

.service_1_btn a,
.service_2_btn a,
.service_3_btn a,
.service_4_btn a {
	height:72px;
	width:399px;
	float:left;
	margin:8px 0 0 0;
	text-indent:-2000em;
}

.service_1_btn a {
	background:url(../images/btn_service_1.jpg) 0 0;
	
}

.service_1_btn a:hover {
	background:url(../images/btn_service_1.jpg) 0 -72px;
}

.service_2_btn a {
	background:url(../images/btn_service_2.jpg) 0 0;
	
}

.service_2_btn a:hover {
	background:url(../images/btn_service_2.jpg) 0 -72px;
}

.service_3_btn a {
	background:url(../images/btn_service_3.jpg) 0 0;
	
}

.service_3_btn a:hover {
	background:url(../images/btn_service_3.jpg) 0 -72px;
}

.service_4_btn a {
	background:url(../images/btn_service_4.jpg) 0 0;
	
}

.service_4_btn a:hover {
	background:url(../images/btn_service_4.jpg) 0 -72px;
}

/* /////// CONTENT ////// */
/* //// about page ////// */

.camera {
	float:left;
	width:325px;
	height:317px;
	margin:-37px 0 0 160px;
}

.box a {
	background:url(../images/msu-box2.jpg) 0 0;
	float:left;
	width:398px;
	height:278px;
	margin:-9px 0 0 60px;
	text-indent:-2000em;
}

.box a:hover {
	background:url(../images/msu-box2.jpg) 0 -278px;
}

.map {
	margin:-5px 0 0 0;
}

.map a {
	float:right;
	padding:0 10px 3px 0;
}

/* /////// FOOTER /////// */

#footer,
.push {
	height:35px;
}

#footer {
	margin:0 auto 0 auto;
	font-weight:bold;
	padding:0;
	clear:both;
	background:url(../images/bg_footer.jpg) repeat-x;
	width:100%;
	color:#fff;
	font-size:9px;
}

#footer a {
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#CCC;
	text-decoration:none;
}

#footer-wrapper {
	width:980px;
	margin:0 auto 0 auto;
}

#footer_right {
	float:right;
	text-align:right;
	padding:15px 20px 0 0;
}

#footer_left {
	float:left;
	text-align:left;
	padding:15px 0 0 20px;
}

/* ////////// FACEBOX //////////////// */

#facebox .b {
  background:url(../facebox/b.png);
}

#facebox .tl {
  background:url(../facebox/tl.png);
}

#facebox .tr {
  background:url(../facebox/tr.png);
}

#facebox .bl {
  background:url(../facebox/bl.png);
}

#facebox .br {
  background:url(../facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
